/* button animation */
.slider-grid.grid{
  flex-wrap: nowrap;
  overflow: hidden !important;
}

.slick-slider.slider-grid.grid{
  overflow: unset !important;
}

.button--secondary{
  border:1px solid #313841;
}

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


/* Apply the animation to buttons with class containing 'pre-buy-now-template' */
span.button--animation,
#create_customer .cf-button,
.customer.account .logout,
div.button--animation,
button.button--animation,
#helloar-threedee-button,
.quick-add__submit.custom_buy_now,
a.button--animation,
.quick-add__submit.custom_buy_now,
.quick-add__submit.first_button.button.button--full-width.button--secondary,
.quick-add__submit .custom_buy_now .button .button--full-width .button--secondary,
div.jdgm-widget-actions-wrapper,
.restock-alerts-notify-button,
button[class*="pre-buy-now-template"] {
  animation: box-shadow 1s ease;
  -webkit-animation: box-shadow 1s ease; /* For Safari */
}

/* Add hover effect for buttons */
span.button--animation:hover,
#create_customer .cf-button:hover,
.customer.account .logout:hover,
div.button--animation:hover,
#helloar-threedee-button:hover,
.quick-add__submit.custom_buy_now:hover,
button.button--animation:hover,
a.button--animation:hover,
.quick-add__submit.custom_buy_now:hover,
.restock-alerts-notify-button:hover,
.quick-add__submit.first_button.button.button--full-width.button--secondary:hover,
.quick-add__submit .custom_buy_now .button .button--full-width .button--secondary:hover,
div.jdgm-widget-actions-wrapper:hover,
button[class*="pre-buy-now-template"]:hover {
  transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05); /* For Safari */
  box-shadow: 0 0 10px #313841c0;
  -webkit-box-shadow: 0 0 10px #313841c0; /* For Safari */
}


.button--animation.footer-animation-text{
  background-color: #313841;
}

div.button--animation.footer-btn-shadow:hover,
.button--animation.footer-btn-shadow:hover{
  transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05); /* For Safari */
  box-shadow: 0 0 10px #f2f8ffc0 !important;
  -webkit-box-shadow: 0 0 10px #fcfdffc0; /* For Safari */
}

div.button.button--animation.footer-btn-shadow,
.button.button--animation.footer-btn-shadow {
  animation: box-shadow 1s ease;
  -webkit-animation: box-shadow 1s ease; 
}


/* button animation end */


.lity-active,
.lity-active body {
  overflow: hidden;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 749px) {
  [display~="true"] {
    display: block !important;
  }

  [display~="false"] {
    display: none !important;
  }
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 75%;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-closed .lity-content,
.lity-loading .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  z-index: 9994;
  width: 20px;
  height: 20px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

img.home-slideshow-img {
  width: 100%;
}

.home-slideshow-item {
  position: relative;
}

.home-slideshow-text .banner__text {
  margin: 2rem auto;
}

.home-slideshow-text {
  position: absolute;
  padding: 0 15px;
}

.home-slideshow-text .banner__buttons a {
  box-shadow: none;
}

.banner__heading,
.banner__text {
  letter-spacing: var(--orient-character-spacing-0);
  text-align: center;
  color: #ffffff;
  margin: 0 !important;
  font-size: 36px;
  line-height: 1.12;
}

.banner__buttons {
  position: absolute;
}

.button:before,
.button:after {
  display: none;
}

.button.button--primary {
  width: 220px;
  height: 40px;
  background: var(--orient-color-313841) 0% 0% no-repeat padding-box;
  border-radius: 6px;
}

.card--card .quick-add form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.quick-add__submit,
.account-drawer-logout {
  height: max-content;
}

.product__Slider .grid__item,
.product_recommendations__Slider .grid__item {
  padding: 0 15px;
}

.quick-add__submit,
.account-drawer-logout {
  height: max-content;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #313841;
  border-radius: 4px;
  min-height: 40px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}

.shopify-payment-button__more-options {
  display: none;
}

.custom_buy_now {
  background: #313841 0% 0% no-repeat padding-box !important;
  border-radius: 4px !important;
  min-height: 40px !important;
  padding: 8px;
  font-family: "Work Sans" !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  color: #fff;
  border: none;
}

.card__content {
  padding: 18px;
}

.card__heading {
  text-align: left;
  font: 18px/26px Work Sans;
  letter-spacing: 0px;
  color: #313841;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 70%;
  min-height: 52px;
}

.card--card .quick-add {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.product__Slider .slick-dots,
.product_recommendations__Slider .slick-dots {
  bottom: -28px;
}

.price--on-sale .price__sale {
  display: flex !important;
  align-items: center;
}

.price-item {
  font-size: 24px;
  letter-spacing: 0px;
  color: #313841;
  line-height: 1.18;
  font-weight: 500 !important;
}

.price--on-sale .price-item--regular {
  text-align: left;
  font-size: 14px !important;
  line-height: 1.3;
  color: #8795a4 !important;
  font-weight: 500 !important;
}

.card__information {
  padding: 0 5px 10px !important;
}

.card-save-price-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #71a214;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .jdgm-widget.jdgm-preview-badge.jdgm--done-setup {
    display: block !important;
  }

  .mobile_review {
    display: none;
  }
}

.usp-block {
  display: flex;
  align-items: center;
  gap: calc(0.75 * 16px);
  width: max-content;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .product__info-wrapper .usp-block {
    width: 25%;
  }

  .break {
    margin-right: 2rem !important;
  }
}

.usps-main-container-slider .usp-container,
.multicolumn-slider,
.usp-text-container,
.custom__blog_slider ul,
.product__Slider,
.announcement-bar-slider {
  display: none;
  overflow: hidden;
}

.home-slideshow {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.home-slideshow .home-slideshow-item {
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.usps-main-container-slider .usp-container.slick-initialized.slick-slider,
.multicolumn-slider.slick-initialized.slick-slider,
.usp-text-container.slick-initialized.slick-slider,
.mm_custom__blog_slider ul.slick-initialized.slick-slider,
.mm_category__blog_slider ul.slick-initialized.slick-slider,
.custom__blog_slider ul.slick-initialized.slick-slider,
.product__Slider.slick-initialized.slick-slider,
.announcement-bar-slider.slick-initialized.slick-slider {
  display: block;
  overflow: unset;
}

.custom-featured-collection-container {
  padding-bottom: 30px;
}

.custom-title-wrapper h2 {
  text-align: center;
  font: normal normal 300 40px/44px Work Sans;
  letter-spacing: 0;
  color: #313841;
  width: 100%;
  margin: 30px 0;
}

.usp-block-content {
  padding: 0 11px;
  max-width: 165px;
}

.usps-main-container .usp-block-content img {
  border-radius: 50%;
  margin: 0 auto;
}

.usps-main-container .usps-text-main-container .usp-block-content img {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  margin: 0 auto;
}

h4.usp-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0px;
  color: #707070;
  font-weight: 500;
  margin: 14px 0 0;
  font-weight: 500;
}

h4.usp-text a {
  color: #707070;
}

.usps-main-container:not(.usps-main-container-slider) .usp-container {
  display: flex;
  justify-content: center;
}

.sticky_usps_section {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.sticky_usps_section .usps-main-container {
  box-shadow: -4px 6px 15px -3px #3138411a;
}

.product__info-wrapper.grid__item .product__info-container::-webkit-scrollbar,
.product__info-wrapper.grid__item .product__info-container::-webkit-scrollbar-thumb {
  width: 0;
}

@media screen and (max-width: 768px) {
  h4.usp-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px;
  }

  .usp-container {
    padding: 10px 0;
  }

  .usps-main-container-slider .usp-container .slick-dots {
    bottom: -15px;
  }

  .usps-main-container .custom-title-wrapper {
    margin-bottom: 25px;
  }

  .usps-main-container:not(.usps-main-container-slider) .usp-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }

  .usps-main-container:not(.usps-main-container-slider) {
    padding-left: 18.5px !important;
    padding-right: 18.5px !important;
  }

  .usps-main-container .usp-block-content img {
    width: 68px !important;
    height: 68px !important;
  }

  .collection-slideshow-container .slick-dots {
    bottom: 3px;
  }

  .usp-block-content {
    padding: 0 8px;
  }

  ::-webkit-scrollbar,
  ::-webkit-scrollbar-thumb {
    height: 0;
  }

  .sticky_usps_container.usps-main-container-slider .usp-container .slick-dots {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .usps-main-container-slider .usp-container .slick-list.draggable {
    margin: 0 3rem;
  }

  .usps-main-container .custom-title-wrapper h2 {
    margin-bottom: 30px;
  }

  .sticky_usps_section {
    display: none;
  }
}

.usps-text-main-container h4.usp-text {
  font-weight: 400;
}

.page-width.multicolumn-slider-main-container {
  padding-left: 0;
  padding-right: 0;
}

.multicolumn-slider {
  margin-top: 32px;
}

.background-none .multicolumn-card-spacing {
  margin: 0 7.5px;
}

.multicolumn-card__info h3 {
  margin: 0;
  color: #313841;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 400;
}

.multicolumn-card__info .rte {
  margin: 8px 15px;
}

.multicolumn-card__info {
  padding: 1rem;
}

.multicolumn-card__info h3 {
  height: 4rem;
}

.multicolumn-card__info p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #69737f;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.card-no_cost_emi {
  font-size: 14px;
  line-height: 1.3 !important;
  letter-spacing: 0;
  color: #69737f !important;
}

.image-with-text__heading.h1 {
  font: normal normal 300 40px/44px Work Sans;
  letter-spacing: 0px;
  color: #313841;
}

.image-with-text__text {
  margin-top: 14px;
}

.image-with-text__content .image-with-text__text+.button {
  margin-top: 20px !important;
  width: 100%;
  max-width: 328px;
}

.image-with-text__text p {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #69737f;
  font-weight: 400;
}

.usp-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.usp-grid-container .usp-block {
  place-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .image-with-text__grid .grid__item {
    padding-left: 40px;
  }

  .image-with-image-content {
    max-width: 87%;
    margin: 0 auto;
  }

  .custom-image-with-text-section-2 .image-with-image-content {
    max-width: 83%;
    margin: unset;
  }

  .custom-image-with-text-section-2 .image-with-text__grid .grid__item {
    padding-left: 0;
  }

  .custom-image-with-text-section-2 .image-with-text__grid .image-with-text__media-item {
    padding-left: 18px;
  }

  .custom-image-with-text-section-2 .image-with-text__heading.h1 {
    max-width: 335px;
    margin-top: 8px !important;
  }

  .custom-image-with-text-section-2 .image-with-text__content .image-with-text__text {
    margin-top: 16px;
  }

  .multicolumn-slider-container {
    padding: 0 25px;
  }

  .image-with-text .image-with-text__grid {
    padding: 30px 30px 0;
  }

  .product__Slider .slick-dots,
  .product_recommendations__Slider .slick-dots {
    display: none !important;
  }

  ul.brand-slider {
    padding: 0;
  }
}

@media (min-width: 1200px) {

  .product__Slider,
  .product_recommendations__Slider {
    padding: 0 70px;
  }

  .custom-image-with-text-section-2 .image-with-text__content {
    max-width: 432px;
    padding: 0;
    margin: 0 auto 0 6rem !important;
  }
}

@media screen and (max-width: 768px) {

  .home-slideshow-text,
  .banner__buttons {
    left: 0 !important;
    right: 0 !important;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner__heading {
    font-size: 24px;
    line-height: 34px;
  }

  .banner__text {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
  }

  .custom-title-wrapper h2 {
    font-size: 24px;
    line-height: 1.2;
    max-width: 79%;
    margin: 0 auto !important;
  }

  .multicolumn-card__info h3 {
    height: 100%;
  }

  .slick-arrow {
    display: none !important;
  }

  .product__Slider,
  .product_recommendations__Slider {
    margin-top: 30px;
  }

  .multicolumn-slider .slick-list.draggable,
  .product__Slider .slick-list.draggable,
  .product_recommendations__Slider .slick-list.draggable {
    padding: 0px 40px 0 0 !important;
  }

  .custom-brands-section {
    overflow: hidden;
  }

  .product__Slider .grid__item,
  .product_recommendations__Slider .grid__item {
    padding: 0 8px;
  }

  .image-with-image-content {
    margin: 0 24px;
  }

  .image-with-text__heading.h1 {
    font-size: 24px;
    line-height: 1;
  }

  .image-with-text__text p {
    font-size: 16px;
  }

  .image-with-text__content {
    padding: 14px;
  }

  .image-with-text__content .image-with-text__text {
    margin-top: 10px;
  }

  .image-with-text__content .image-with-text__text+.button {
    margin-top: 9px !important;
    width: 100%;
  }

  .image-with-text__text-item.grid__item .image-with-text__content {
    padding: 14px;
  }

  .custom-image-with-text-section-2 .image-with-image-content {
    margin: 0;
  }

  .custom-image-with-text-section-2 .image-with-text__text-item.grid__item .image-with-text__content {
    padding: 0;
    margin-top: 30px;
    justify-content: flex-start;
    height: max-content;
  }

  .custom-image-with-text-section-2 .image-with-text__heading.h1 {
    font-size: 20px;
    line-height: 1.2;
  }

  .multicolumn-card__info h3 {
    font-size: 16px;
    font-weight: 500;
  }

  .multicolumn-card__info .rte {
    margin: 10px 7.5px;
  }
}

@media screen and (max-width: 480px) {
  .brand-slider .slick-list.draggable {
    padding: 0px 50px 0 0 !important;
  }
}

span.custom-arrow svg path {
  stroke: #fff;
}

@media screen and (max-width: 767px) {
  .usp-grid-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 21px;
    grid-row-gap: 36px;
  }

  .usp-block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .usp-grid-container .usp-block img {
    max-width: 93px;
  }

  .blog__posts.articles-wrapper {
    padding: 0;
  }

  .usps-text-main-container .slick-dots,
  .header__icon--account {
    display: none !important;
  }

  .jdgm-prev-badge .jdgm-star {
    font-size: 12px !important;
    padding: 0 !important;
  }

  .usps-border-bottom {
    border-bottom: 8px solid #b3bec74d;
  }
}

.plus-button,
.menu-plus-button {
  display: block;
  position: relative;
  right: 5px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  color: #697380;
}

.plus-button::before,
.menu-plus-button::before,
.plus-button::after,
.menu-plus-button::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
}

.plus-button::before,
.menu-plus-button::before {
  width: 12px;
  height: 2px;
  opacity: 1;
}

.plus-button::after,
.menu-plus-button::after {
  width: 2px;
  height: 12px;
}

[aria-expanded="true"] .plus-button::before,
[aria-expanded="true"] .plus-button::after,
.product-discription-accordion details[open] .plus-button::after,
.product_faq_grid__item.faq_container details[open] .plus-button::after,
details.product_detail_accordion[open] .plus-button::after,
.menu-drawer__navigation .menu-opening[open] .menu-plus-button::after,
#category-drawer .categories_menu_details[open] .menu-plus-button::after,
.mobile-facets__details[open] .menu-plus-button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

[aria-expanded="true"] .plus-button::before,
.product-discription-accordion details[open] .plus-button::before,
.product_faq_grid__item.faq_container details[open] .plus-button::before,
details.product_detail_accordion[open] .plus-button::before,
.menu-drawer__navigation .menu-opening[open] .menu-plus-button::before,
#category-drawer .categories_menu_details[open] .menu-plus-button::before,
.mobile-facets__details[open] .menu-plus-button::before {
  opacity: 0;
}

.menu-plus-button:before {
  height: 1.5px;
}

.menu-plus-button:after {
  width: 1.5px;
}

.mobile-facets__arrow .menu-plus-button:before {
  width: 15px;
}

.mobile-facets__arrow .menu-plus-button:after {
  height: 15px;
}

.footer {
  padding: 10px 0 30px 0;
  background-color: #fff;
  color: var(--footer-body-text-color);
  font-size: calc(var(--base-text-font-size) - 2px);
}

.footer p {
  margin: 0;
}

.footer a:hover {
  color: #000;
}

.footer__contact svg {
  margin-right: 5px;
}

@media (min-width: 1199px) {
  .footer__block-list {
    display: flex;
    flex-direction: column;
  }

  .footer__block-item--links {
    max-width: 300px;
  }

  .footer__block-item .plus-button {
    display: none;
  }
}

.footer__title {
  position: relative;
  font: normal normal 600 16px/19px Work Sans;
  display: block;
  width: 100%;
  margin: 0 0 0.85em;
  text-align: left;
  text-transform: capitalize;
  color: #313841;
  background: none;
  border: none;
}

.footer__title a {
  text-decoration: none;
  color: unset;
}

.footer__title[disabled] {
  cursor: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.footer__linklist {
  margin-top: -8px;
  margin-bottom: -5px;
  line-height: 1.4;
}

.footer__linklist li[data-title="kenwood"],
.footer__linklist li[data-title="braun"] {
  margin-top: 20px;
  margin-bottom: 5px;
  pointer-events: none;
  font-weight: var(--heading-font-weight);
}

.footer__linklist li[data-title="de-longhi"] {
  pointer-events: none;
  font-weight: var(--heading-font-weight);
}

.footer__link-item {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font: normal normal normal 16px/20px Work Sans;
  letter-spacing: 0px;
  color: #697380;
  text-transform: capitalize;
}

.footer__link-item.bold {
  font: normal normal 600 16px/19px Work Sans;
  color: #313841;
}

.footer__bottom-wrapper {
  margin: 55px 0 45px;
}

.footer__bottom-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo {
  flex: 0 0 15%;
}

.footer__logo .footer__logo-link {
  display: block;
  max-width: 188px;
}

.footer__address {
  flex: 0 0 60%;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: -0.1px;
  line-height: 14px;
  color: #697380;
  margin-bottom: 12px;
}

.footer__bottom-copyright {
  text-align: center;
  color: #98a4b2;
  font-size: 12px;
  margin-top: -13px;
  letter-spacing: 0;
}

.footer__seo {
  border-top: 1px solid #dee7ef;
  padding-top: 40px;
}

.footer__seo ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.footer__seo ul li {
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  position: relative;
  color: #98a4b2;
  text-align: left;
  font: normal normal normal 16px/14px Work Sans;
  letter-spacing: 0px;
}

.footer__seo ul li:hover {
  color: #000;
}

.footer__seo ul li a {
  text-decoration: none;
  color: #98a4b2;
}

.footer__seo ul li:before {
  content: "";
  border-left: 1px solid #98a4b2;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer__seo ul li:last-child::before {
  display: none;
}

.footer__divider {
  border-bottom: 1px solid #98a4b2;
  margin: 40px 0;
}

.footer__top-main-wrapper {
  background-color: #313841;
}

.footer__logo-mbl.hidden-lap-and-up {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer__top-wrapper {
    display: grid;
    grid-template-columns: 36% 42% 22%;
    margin-top: 18px;
  }

  .footer__social-item.footer__top-wrapper-col {
    padding-left: 13px;
  }

  .footer__top-wrapper-col.footer__top-wrapper-contact {
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.footer__top-wrapper-main h2.heading {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
}

.footer__top-wrapper-main h2.heading:after {
  content: "";
  display: block;
  width: 115px;
  height: 1px;
  background: #ea5b29;
  bottom: 0;
  margin-top: 2px;
}

.footer__top-wrapper-main {
  padding: 4.5rem 7.7rem 6rem;
  margin-top: 3.2rem;
}

.footer__top-wrapper-col p,
.footer__top-wrapper-col a {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  text-decoration: none;
}

.footer_paragraph_title {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0px;
  color: #98a4b2;
  text-transform: capitalize;
  display: block;
  margin-bottom: 7px;
}

.footer__top-wrapper .footer__social-item.footer__top-wrapper-col .heading.h6 {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1.4px;
  color: #8795a4;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #ea5b29;
  margin: 0;
  padding: 20px 0;
  margin-top: 20px;
}

.footer__top-wrapper-col .button--secondary {
  width: 153px;
  margin: 14px auto 0 0;
  padding: 12px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  line-height: 1.15;
  letter-spacing: 0px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__top-wrapper-main {
    padding: 30px 34px;
  }

  .footer__top-wrapper-col .button--secondary {
    width: calc(100% - 16px);
    background-color: #4c555f;
    border: none;
    margin: 20px auto 0;
  }

  .footer__top-wrapper-main h2.heading {
    text-align: center;
    line-height: 38px;
    font-size: 32px;
  }

  .footer__top-wrapper-main h2.heading:after {
    margin: 6px auto 0;
  }

  .footer__list-social {
    justify-content: center;
  }

  .footer__top-wrapper .footer__social-item.footer__top-wrapper-col .heading.h6 {
    text-transform: capitalize !important;
    font-weight: 400;
    padding-top: 40px;
    position: relative;
    border: none;
  }

  .footer__top-wrapper .footer__social-item.footer__top-wrapper-col .heading.h6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: #4c555f;
  }
}

@media screen and (max-width: 768px) {
  .footer__top-wrapper {
    display: block;
    text-align: center;
    padding: 30px 0 16px;
    max-width: 266px;
    margin: 0 auto;
  }

  .footer__top-wrapper-col {
    margin-bottom: 35px;
  }

  .footer__top-wrapper-col:last-child {
    margin-bottom: 0;
  }

  .footer__top-wrapper-col p,
  .footer__top-wrapper-col a {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px !important;
  }

  .footer__social-item .social-media__item-list {
    justify-content: center;
  }

  .footer__logo .footer__logo-link {
    margin: 0 auto;
  }

  .footer__block-list-top {
    border-top: 1px solid #e7ecf2;
  }

  .footer__bottom-wrapper {
    margin: 33px 0 40px;
  }
}

@media screen and (max-width: 1199px) {
  .footer__block-item {
    border-bottom: 1px solid #e7ecf2;
  }

  .footer__block-item--newsletter {
    border-bottom: none;
    order: 1;
  }

  .footer__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 19px 0;
    cursor: pointer;
  }

  .footer__collapsible {
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
  }

  .footer__collapsible-content {
    padding: 0 20px 25px 0;
  }

  .footer__block-item .rte {
    margin-top: -0.425em;
  }

  .footer__bottom-logos {
    display: block;
  }

  .footer__bottom-logos .footer__logo {
    margin-bottom: 30px;
  }

  .footer__divider {
    margin: 60px 0;
  }

  .footer__logo-mbl {
    margin-bottom: 55px;
  }

  .footer__logo-mbl.hidden-lap-and-up {
    display: block;
  }

  .footer__wrapper {
    padding: 0 15px;
    margin-top: 30px;
  }

  .footer__logo.hidden-pocket {
    display: none;
  }

  .footer__bottom-copyright {
    margin: 0;
  }

  .footer__seo {
    padding-top: 60px;
  }

  .footer__collapsible[open] {
    height: auto;
  }

  .footer__link-item {
    font-size: 14px;
    font-weight: 500;
  }

  .footer__linklist {
    padding: 0;
    list-style: none;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .footer__wrapper {
    padding: 50px 20px 20px;
  }
}

@media screen and (min-width: 1199px) {
  .footer {
    padding: 0;
    border-top: none;
  }

  .footer__wrapper {
    padding: 43px;
  }

  .footer__block-list {
    flex-direction: row;
    margin: 0 -35px;
  }

  .footer__block-columns {
    width: 20%;
    flex: 0 0 20%;
  }

  .footer__block-item {
    flex: 0 0 50%;
    padding: 20px 35px;
  }

  .footer__block-item--newsletter {
    max-width: 350px;
  }

  .footer__localization-form {
    margin-bottom: 20px;
  }

  .footer__linklist {
    margin-top: -2px;
    margin-bottom: 0;
    padding: 0 6px;
    list-style: none;
  }

  .footer__linklist li[data-title="kenwood"],
  .footer__linklist li[data-title="braun"] {
    margin-top: 40px;
  }

  .footer__aside {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .footer__aside-item {
    margin-top: 0;
  }

  .footer__aside-item--localization,
  .footer__aside-item--copyright {
    width: 100%;
  }

  .footer__aside-item--copyright:not(:only-child) {
    margin-top: 34px;
  }
}

@media screen and (min-width: 1000px) {
  .footer__block-item {
    flex: 1 0 auto;
  }

  .footer__block-item--text {
    flex-basis: 300px;
  }

  .footer__block-item--newsletter {
    flex-basis: 350px;
  }

  .footer__aside {
    align-items: flex-start;
  }

  .footer__aside-item--copyright {
    align-self: flex-end;
    margin-top: 0 !important;
    margin-bottom: -8px;
    text-align: left;
  }

  .footer__aside-item--localization,
  .footer__aside-item--copyright {
    width: auto;
  }
}

.footer__list-social {
  display: flex;
}

.list-social__link {
  width: 26px;
  height: 26px;
  color: #fff;
  margin: 0 7px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.footer__wrapper.page-width {
  max-width: 1440px;
}

.footer__top-wrapper-col a:hover {
  color: #fff;
}

.footer-shop-title {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 768px) {
  .list-social__link {
    width: 22px;
    height: 22px;
    margin: 0 12px;
    align-items: center;
  }
}

.article-card-wrapper {
  padding: 0 20px;
}

.article-card__image-wrapper.card__media {
  border-radius: 10px !important;
}

.article-card-wrapper .card__heading {
  font-size: 20px;
  line-height: 1.2;
  color: #313841;
  margin: 11px 0 5px;
  max-width: 100%;
}

.article-card-wrapper .article-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #7d8693;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 10px 0 0;
  height: 55px;
}

.article-card-wrapper a {
  text-decoration: none !important;
}

.article-card-wrapper .article-card__info {
  font-size: 12px;
  line-height: 1.2;
  color: #7d8693;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0;
}

.article-card__readmore a {
  font: normal normal 600 12px/17px Work Sans;
  letter-spacing: 0px;
  color: #4b7bbf !important;
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .article-card-wrapper {
    padding: 0 10px;
  }

  .custom__blog_slider_container {
    padding: 0;
  }

  .mm_custom__blog_slider .slick-list.draggable,
  .mm_category__blog_slider .slick-list.draggable,
  .custom__blog_slider .slick-list.draggable {
    padding: 0 60px 0 0 !important;
  }

  .article-card-wrapper .card__heading {
    font-size: 16px;
    min-height: unset;
    margin-bottom: 10px !important;
  }

  .article-card-wrapper .article-card__excerpt {
    margin-top: 8px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    min-height: 0;
  }

  .mm_custom__blog_slider .slick-dots,
  .mm_category__blog_slider .slick-dots,
  .custom__blog_slider .slick-dots {
    display: flex !important;
    bottom: -20px;
  }

  .custom-title-wrapper.page-width.instafeed_header {
    padding-top: 50px;
  }

  #insta-feed {
    padding: 0 !important;
  }
}

.mm_custom__blog_slider ul.blog__posts,
.mm_category__blog_slider ul.blog__posts,
.custom__blog_slider ul.blog__posts {
  overflow: unset;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .usps-text-main-container {
    display: flex;
    align-items: center;
  }

  .usps-text-main-container .custom-title-wrapper {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .usps-text-main-container .usp-text-container {
    max-width: 60%;
    flex: 0 0 60%;
    padding: 0 35px 0 70px;
    overflow: unset;
  }

  .usp-text-container .slick-prev.slick-arrow {
    left: 20px;
  }

  .usp-text-container .slick-next.slick-arrow,
  .mm_custom__blog_slider button.slick-next.slick-arrow,
  .mm_category__blog_slider button.slick-next.slick-arrow,
  .custom__blog_slider button.slick-next.slick-arrow {
    right: -20px;
  }

  .mm_custom__blog_slider button.slick-prev.slick-arrow,
  .mm_category__blog_slider button.slick-prev.slick-arrow,
  .custom__blog_slider button.slick-prev.slick-arrow {
    left: -20px;
  }

  .usf-is--compact .usf-is-content {
    max-height: 44.5rem;
    overflow-y: scroll !important;
  }

}

@media screen and (min-width: 1200px) {
  .usps-text-main-container .custom-title-wrapper p {
    width: 68%;
    margin: 0 auto;
    max-width: 396px;
  }

  .mm_custom__blog_slider ul.blog__posts .slick-list,
  .mm_category__blog_slider ul.blog__posts .slick-list,
  .custom__blog_slider ul.blog__posts .slick-list {
    max-width: 85%;
    margin: 0 auto;
  }
}

.usps-text-main-section .usps-text-main-container .custom-title-wrapper h2 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 13px;
  padding: 0 22px;
}

.usps-text-main-container .custom-title-wrapper p {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #69737f;
}

.custom-title-wrapper__heading p {
  font-style: normal;
  font-weight: 300;
  font-size: 40px !important;
  color: #313841 !important;
  margin-bottom: 13px !important;
}

.usp-grid-container .usp-block-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 2px;
}

.usp-grid-container .usp-text {
  color: #313841;
}

.usp-grid-container .usp-block-content img {
  width: 145px;
}

.usp-grid--title {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .custom-title-wrapper__heading p {
    font-size: 24px !important;
  }

  .brand-slider .multicolumn-card-spacing {
    margin: 0 7.5px;
    padding-top: 5px;
  }

  .brand-slider {
    padding: 0 0 0 10px;
  }

  .brand-slider ul.slick-dots {
    bottom: -20px;
  }

  .usp-grid--title {
    padding-bottom: 20px;
  }

  .usp-grid-container .usp-block-content img {
    width: 93px;
  }

  .usps-text-main-section .usps-text-main-container .custom-title-wrapper h2 {
    font-size: 24px;
    line-height: 1.15;
    max-width: 100%;
  }

  .usps-text-main-container .custom-title-wrapper p {
    font-size: 14px;
    line-height: 1.3;
    margin: 10px auto 20px;
    max-width: 80%;
  }

  .usps-text-main-container h4.usp-text {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 10px;
    color: #313841;
  }

  .usps-main-container {
    padding: 30px 0 21px !important;
  }
}

.header {
  padding-left: 28px;
  padding-right: 22px;
}

.header__active-menu-item {
  text-decoration: none;
}

.header__menu-item {
  font-size: 14px;
  line-height: 1.25 !important;
  letter-spacing: 0;
  font-weight: 500;
}

.header__icon .icon {
  width: 18px;
  height: 18px;
}

.header_search_input {
  position: relative;
  margin-right: 20px;
}

.header_search_input input,
.search__input.field__input {
  background: #fdfdfd 0% 0% no-repeat padding-box;
  border: 1px solid #e7eaed;
  border-radius: 18px;
  padding: 9.5px 20px;
  width: 100px;
}

.search-modal__form .field:after {
  display: none;
}

.search__button .icon.icon-search {
  color: #8d9196;
}

.header_search_input .search_icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 5px 12px;
}

#cart-icon-bubble svg.icon {
  width: 16px;
  height: 16px;
}

.header__icon,
.header__icon--cart .icon {
  height: 3.4rem;
  width: 3.4rem;
}

@media screen and (max-width: 749px) {
  .header {
    padding: 3px 7px 5px 23px;
  }

  .header__icon,
  .header__icon--cart .icon {
    height: 3.4rem;
    width: 3.7rem;
  }

  .header__icon--menu .icon.icon-hamburger {
    width: 25px;
    height: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .header__heading-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header__menu-item {
    padding-bottom: 30.5px !important;
    padding-top: 34.5px !important;
  }

  .header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.announcement-bar__message {
  letter-spacing: 0.1px;
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 700;
}

.bottom-nav-main-container {
  display: none;
}

@media screen and (max-width: 768px) {
  #shopify-section-bottom-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2;
  }

  .footer__seo {
    margin-bottom: 4rem;
  }

  .bottom-nav-main-container {
    display: block;
    background: #fff;
    width: 100%;
  }

  .bottom-nav-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 10px 6px 6px;
  }

  .bottom-nav-item {
    justify-self: center;
  }

  .bottom-nav-item a {
    text-decoration: none;
  }

  .bottom-nav-icon {
    display: flex;
    justify-content: center;
  }

  .bottom-nav-text {
    font-size: 12px;
    line-height: 1.35;
    color: #9aa1a9;
    font-weight: 500;
  }

  .bottom-nav-item.active .bottom-nav-text {
    color: #000;
  }

  .bottom-nav-item.active .bottom-nav-icon path {
    fill: #000;
  }
}

.custom_lable {
  position: absolute;
  top: 10px;
  left: 11px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  background: #313841;
  padding: 6px;
  border-radius: 4px;
  min-width: 105px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-grid-container .product-card-wrapper .card {
    display: grid !important;
    grid-template-columns: 40% 60%;
    background: no-repeat;
    border-bottom: 1px solid #f5f5f6;
    padding: 20px 0;
  }

  .product-grid-container .product-card-wrapper .card__media .media img {
    object-fit: contain;
  }

  .product-grid-container .product-card-wrapper .card__heading {
    max-width: calc(100% - 17px);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
    min-height: unset;
  }

  .product-grid-container .product-card-wrapper .card__inner {
    height: 100%;
    background: #fffaf6;
    align-self: center;
  }

  .product-grid-container .product-card-wrapper .card__content {
    padding: 0 0 0 9px;
  }

  .product-grid-container .product-card-wrapper .card--card .quick-add {
    margin: 0 !important;
  }

  .product-grid-container .product-card-wrapper .card--card .quick-add form {
    grid-gap: 5px;
  }

  .product-grid-container .product-card-wrapper .quick-add__submit {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 0;
  }

  .product-grid-container .price-item {
    font-size: 20px;
    margin-right: 7px !important;
  }

  .product-grid-container .price--on-sale .price-item--regular {
    font-size: 10px !important;
    color: #8795a4 !important;
  }

  .product-grid-container .card-save-price-text {
    font-size: 10px;
    letter-spacing: 0;
  }

  .product-grid-container .card__information {
    padding: 0 !important;
  }

  .product-grid-container .desktop_review {
    display: none;
  }

  .product-grid-container .card-no_cost_emi {
    font-size: 12px;
    margin: 0 0 6px !important;
  }

  .product-grid-container .jdgm-preview-badge .jdgm-star.jdgm-star,
  .product-grid-container .jdgm-prev-badge__stars,
  .jdgm-prev-badge {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  .product-grid-container .card-information {
    display: grid;
  }

  .mobile-facets__open {
    justify-content: center;
  }

  .product-grid-container .custom_lable {
    top: 12px;
    left: 6px;
    font-size: 10px;
    line-height: 1.1;
    border-radius: 2px !important;
    min-width: 56px;
    padding: 2px 4px;
  }

  .product-grid-container .custom-wishlist {
    top: 85px;
    right: 0;
    width: 16px;
    height: 15px;
  }

  .product-grid-container .custom-wishlist .swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
    font-size: 18px;
  }
}

.grid__item.editorial_image_container {
  display: flex;
  align-items: center;
}

#cart-icon-bubble {
  position: relative;
}

.active-facets__button {
  display: none !important;
}

.facets__heading,
.mobile-facets__heading {
  font-size: 18px !important;
  line-height: 1.17;
  font-weight: 600;
  letter-spacing: 0px;
  color: #313841;
  text-transform: capitalize;
}

.mobile-facets__header {
  padding: 23px 15px 15px;
}

.facets-vertical .facets__summary,
.facets__item,
.mobile-facets__summary,
.mobile-facets__label {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0px;
  color: #313841;
  text-transform: capitalize;
}

.facets-vertical .facets__summary span,
.mobile-facets__summary span {
  text-decoration: none;
}

.facets__item,
.mobile-facets__label {
  line-height: 1.15 !important;
  font-weight: 400;
}

.active-facets__button-remove {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #c32905;
  text-transform: uppercase;
  text-decoration: none;
}

.facets__item:has(input[type="checkbox"]:checked),
.mobile-facets__label:has(input[type="checkbox"]:checked) {
  font-weight: 600;
  background: #f7f9fc;
  border-radius: 4px;
  margin: 2px 0;
}

.active-facets.active-facets-mobile.medium-hide.large-up-hide {
  display: none;
}

.instafeed_header h2 {
  color: #313841;
  font-weight: 400;
}

.instafeed_header h2 svg path {
  fill: #313841;
}

@media screen and (min-width: 769px) {
  #SortBy-mobile-button {
    display: none;
  }

  .facets-vertical.page-width {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  facet-filters-form.facets.small-hide.desktop_filter {
    display: none;
  }

  .facets-vertical .facets-wrapper {
    padding-right: 0 !important;
  }

  menu-drawer.mobile-facets__wrapper {
    display: block !important;
  }

  facet-filters-form.facets.facets-vertical-sort {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .instafeed_header h2 {
    flex-direction: column;
  }
}

#insta-feed .slider-arrow {
  display: none !important;
}

.instafeed_link {
  text-align: center;
  display: block;
  font: normal normal 600 14px/19px Work Sans;
  letter-spacing: 0px;
  color: #69737f;
  text-decoration: none;
  font-weight: 500;
}

.instafeed_header h2 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.instafeed_header h2 svg {
  margin: 0 8px;
}

#shopify-section-announcement-bar {
  overflow: hidden;
}

.custom-featured-collection-view_all {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--orient-color-313841) 0% 0% no-repeat padding-box;
  height: 100%;
  border-radius: 10px;
  margin-left:19px;
}

.custom-featured-collection-view_all a.button.button--primary {
  border: 1px solid #fff;
}

.custom-featured-collection-view_all span {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0px;
  color: #98a4b2;
  margin-top: 0.7rem;
}

.slick-track {
  display: flex !important;
}

.slick-initialized .slick-slide {
  display: block;
  height: inherit !important;
}

.article_category {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 1.2px;
  color: #ea5b29;
  text-transform: uppercase;
  margin-top: 16px;
  font-weight: 500;
  min-height: 17px;
}

.editorial_image_container img {
  width: 100%;
  border-radius: 10px;
}

.editorial_image_container a {
  display: block;
}

@media screen and (min-width: 990px) {
  .product-grid-container #product-grid.grid--3-col-desktop .grid__item.editorial_image_container {
    width: calc(2 * (33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)) !important;
    max-width: calc(2 * (33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)) !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.collection-slideshow-container .home-slideshow-text {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.collection-slideshow-container .banner__text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.collection-slideshow-container .banner__heading {
  font-size: 28px;
}

@media screen and (min-width: 769px) {
  .collection-slideshow-container .banner__heading {
    font-size: 9rem;
  }

  .collection-slideshow-container .banner__text {
    font-size: 2.7rem;
  }

  .collection-slideshow-container .home-slideshow-text {
    max-width: 95%;
    margin-left: auto;
    margin-top: 2rem;
  }

  .top-collection-usps-container {
    display: none;
  }
}

.usps a {
  text-decoration: none;
}

.collection-slideshow-container .home-slideshow {
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .top-collection-usps-container .usps-main-container {
    box-shadow: -4px 6px 15px -3px #3138411a;
    padding-bottom: 8px !important;
    min-height: 164px;
  }

  .instafeed_link {
    margin-top: 5px;
  }

  .instafeed_header h2 {
    font-size: 28px;
  }

  .top-collection-usps-container .usps-main-container .slick-dots {
    display: none;
  }

  .top-collection-usps-container h4.usp-text {
    color: #313841;
    margin-top: 10px;
  }
}

.product__Slider .grid__item,
.product_recommendations__Slider .grid__item {
  scroll-snap-align: start;
}

.jdgm-prev-badge .jdgm-prev-badge__text {
  display: inline-block !important;
  font-size: 10px;
  line-height: 1.3 !important;
  font-weight: 500;
  letter-spacing: 0px;
  color: #313841;
  position: relative;
}

.product__info-wrapper .jdgm-prev-badge .jdgm-prev-badge__text:after {
  content: "";
  background-image: url(/cdn/shop/files/Path_243196.svg?v=1675180554);
  background-repeat: no-repeat;
  position: absolute;
  right: -7px;
  width: 5px;
  bottom: 0;
  top: 2px;
  background-position: center;
}

.card-wrapper.product-card-wrapper {
  position: relative;
}

.custom-wishlist {
  position: absolute;
  top: 85px;
  right: 18px;
  z-index: 1;
}

.price--small {
  display: inline;
}

.product_radio,
.price--small .price-item {
  font-size: 14px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}

.multicolumn-list__item .media,
.multicolumn-list__item .media img {
  border-radius: 10px !important;
}

@media screen and (min-width: 768px) {
  .card-wrapper.product-card-wrapper .card__content {
    padding-top: 7px;
  }

  .card-wrapper.product-card-wrapper .card--media {
    border-radius: 10px;
  }
}

.product_faq_review_container {
  padding: 0 14px;
}

.jdgm-rev-widg.jdgm-rev-widg {
  position: relative;
}

@media screen and (min-width: 1430px) {
  .jdgm-rev-widg.jdgm-rev-widg {
    display: grid !important;
    grid-template-columns: 2fr 3fr !important;
  }

  .product_faq_review_container {
    padding: 0 60px 90px;
  }

  .jdgm-rev-widg__reviews {
    margin-left: 35px !important;
  }

  .jdgm-form-wrapper {
    clear: both;
    margin-left: auto !important;
  }
}

@media only screen and (max-width: 768px) {
  .jdgm-histogram {
    margin-top: 0;
  }

  .jdgm-rev-widg__summary-text {
    margin-top: 17px !important;
  }
}

.jdgm-rev-widg__header {
  position: relative;
  padding-top: 2rem;
}

.jdgm-widget-actions-wrapper {
  position: absolute;
  top: 133px !important;
}

.jdgm-rev-widg__sort-wrapper,
.jdgm-rev__header .jdgm-rev__icon,
.jdgm-histogram__percentage,
.jdgm-histogram__frequency {
  display: none !important;
}

.jdgm-widget-actions-wrapper,
.jdgm-widget .jdgm-submit-rev {
  grid-area: add_review;
  grid-column: span 2;
  justify-self: flex-start;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #313841;
  border-radius: 6px;
  width: 171px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jdgm-widget-actions-wrapper [role="button"] {
  text-decoration: none;
  font-family: "Work Sans";
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #313841;
  border: none;
  margin-bottom: 0;
}

.jdgm-widget .jdgm-submit-rev {
  width: unset !important;
  background: #313841 !important;
}

.jdgm-widget .jdgm-temp-hidden {
  height: max-content;
  width: max-content;
  border-right: 1px solid #e0e3e5 !important;
  margin-right: 0;
  padding: 0;
  width: 59% !important;
  margin-left: 0;
}

.jdgm-rev-widg__summary {
  width: 40%;
}

.jdgm-histogram__bar {
  max-width: 180px;
  width: 100% !important;
}

@media screen (min-width: 1251px) and (max-width: 1400px) {

  .jdgm-widget-actions-wrapper,
  .jdgm-widget .jdgm-submit-rev {
    max-width: 171px;
    width: 35%;
  }

  .jdgm-histogram__row .jdgm-histogram__bar {
    max-width: 160px;
    width: 100% !important;
  }
}

@media screen and (max-width: 1430px) {
  .jdgm-rev-widg__summary {
    margin-bottom: 74px !important;
  }

  .jdgm-widget .jdgm-temp-hidden {
    border-right: none !important;
    max-width: 220px;
    float: right;
    width: auto !important;
  }

  .jdgm-form-wrapper {
    margin-top: 150px !important;
  }
}

.jdgm-histogram .jdgm-star.jdgm-star {
  display: none !important;
}

.jdgm-histogram .jdgm-star.jdgm-star:first-child {
  display: block !important;
  color: #69737f;
  padding: 0 !important;
}

.jdgm-histogram__row:before {
  content: attr(data-rating);
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  font-family: "Work Sans";
  letter-spacing: 0px;
  color: #313841;
}

.jdgm-rev-widg__summary-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Work Sans";
  letter-spacing: 0px;
  color: #69737f;
  margin-top: 10px;
}

.jdgm-rev__timestamp {
  position: absolute;
  right: 0;
  font-size: 10px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 1px;
  color: #313841;
  text-transform: uppercase;
}

.jdgm-rev__body {
  font: normal normal normal 14px/18px Work Sans;
  letter-spacing: 0px;
  color: #252b2f;
}

.jdgm-rev__title {
  font: normal normal 600 14px/18px Work Sans;
  letter-spacing: 0px;
  color: #252b2f;
}

.jdgm-rev__author {
  font: normal normal normal 14px/22px Work Sans;
  letter-spacing: 0px;
  color: #ea5b29;
}

.jdgm-quest,
.jdgm-rev {
  border: none !important;
}

.jdgm-rev-widg.jdgm-rev-widg {
  border: none !important;
  margin: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 26px !important;
}

.jdgm-histogram__bar {
  height: 4px !important;
  background: #b7dbc4 !important;
  width: 181px !important;
}

.jdgm-histogram__bar-content {
  background: #12995f !important;
}

.jdgm-star.jdgm--off {
  color: #e1e1e1 !important;
}

.jdgm-star.jdgm--off:before {
  content: "\e000" !important;
}

.jdgm-histogram__row {
  height: 20px !important;
  line-height: 15px !important;
  margin-bottom: 5px !important;
  margin-left: 25px !important;
}

.faq_summary_title {
  width: 80%;
}

a.jdgm-write-rev-link {
  border: none !important;
  text-decoration: none !important;
}

.jdgm-histogram .jdgm-histogram__row[data-rating="1"] .jdgm-histogram__bar-content {
  background: #d41d1d !important;
}

.jdgm-histogram .jdgm-histogram__row[data-rating="2"] .jdgm-histogram__bar-content {
  background: #ecc500 !important;
}

@media screen and (min-width: 1281px) and (max-width: 1320px) {
  .jdgm-widget-actions-wrapper {
    top: 170px !important;
  }

  .jdgm-histogram__bar {
    width: 110px !important;
  }
}

.jdgm-form__reviewer-name-format-container {
  display: none;
}

.jdgm-form__body-fieldset textarea {
  resize: none;
  height: 70px;
}

.jdgm-picture-fieldset__box-wrapper {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 1024px) {
  .jdgm-rev-widg.jdgm-rev-widg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .jdgm-rev__br:empty {
    display: none !important;
  }
}

@media screen and (min-width: 1023px) {

  .jdgm-form__name-fieldset,
  .jdgm-form__email-fieldset,
  .jdgm-form__rating-fieldset,
  .jdgm-form__title-fieldset {
    width: 48%;
    float: left;
  }

  .jdgm-form__name-fieldset,
  .jdgm-form__rating-fieldset {
    padding-right: 2%;
  }

  .jdgm-form__email-fieldset,
  .jdgm-form__title-fieldset {
    padding-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .jdgm-widget .jdgm-temp-hidden {
    border-right: none !important;
  }

  .jdgm-widget-actions-wrapper {
    text-align: center !important;
    justify-self: center;
    width: 171px !important;
    top: 13rem !important;
  }

  .jdgm-histogram__bar {
    width: 118px !important;
    margin: 0 !important;
  }

  .jdgm-rev-widg__summary-text {
    font-size: 12px;
  }

  .jdgm-histogram {
    margin-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .jdgm-rev-widg__summary {
    margin-bottom: 70px !important;
  }

  .jdgm-widget-actions-wrapper {
    width: 130px !important;
  }
}

.usp-block-content {
  cursor: pointer;
}

.account-drawer-inner {
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}

.account-drawer-top h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
  border-bottom: 1px solid #dee7ef;
  margin: 0;
  padding-bottom: 10px;
}

.account-drawer-top a {
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 25px;
}

.account-drawer-top a .item_icon {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.account-drawer-top a .icon-arrow {
  position: absolute;
  right: 0;
  top: 1px;
}

#account-drawer-close {
  top: 15px;
}

.account-drawer-top ul,
.menu-drawer__utility-links ul {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.account-drawer-top a,
.menu-drawer__utility-links a {
  text-decoration: none;
  color: #191e1f;
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
}

summary.menu-drawer__menu-item {
  color: #313841 !important;
}

.account-drawer-bottom span {
  font-weight: 600;
}

.menu-drawer__utility-links ul li {
  padding-bottom: 25px;
}

.menu-drawer__utility-links span {
  color: #313841;
  font-weight: 500;
}

.menu-drawer__utility-links a {
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.menu-drawer-bottom-menu {
  margin-bottom: 100px !important;
}

.menu-drawer-copywright-text {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.menu-drawer-copywright-text span {
  text-align: center;
  font-size: 10px;
  line-height: 11px;
  color: #181a1d;
}

.eosh-payment_button button {
  border: none;
  background: none;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shopify-payment-button.eoshNoSubmit {
  max-height: 40px;
}

.eosh-payment_button-deactivated,
.eosh-payment_button {
  height: 100%;
}

.eosh-payment_button button .bottom-nav-text {
  margin-top: 5px;
}

.custom_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(var(--color-foreground), 0.5);
}

.cart_remove_popup_container {
  background: #fff;
  max-width: 43rem;
  width: 90%;
  padding: 26px;
  position: relative;
  border-radius: 8px;
}

.cart_remove_popup_main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.custom_popup_close {
  display: inline-block;
  padding: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 26px;
  right: 26px;
  color: rgb(var(--color-foreground));
  background-color: #fff0;
  border: none;
  cursor: pointer;
}

.custom_popup_close svg {
  width: 13px;
  height: 13px;
}

.cart_remove_popup_heading {
  text-align: center;
  margin: 23px 0 21px;
  font: normal normal 600 20px/24px Work Sans;
  letter-spacing: 0px;
  color: #313841;
}

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

.cart_remove_text {
  display: block;
  text-align: center;
  letter-spacing: 0px;
  color: #313841;
  font-size: 14px;
  line-height: 1.15;
  margin: 22px 0 20px;
}

.custom_popup.show {
  display: block;
}

.cart_remove_btn_container {
  display: grid;
  column-gap: 14px;
}

.cart_remove_btn_container button {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  font-family: Work Sans !important;
  letter-spacing: 0px;
  color: #000 !important;
  text-transform: capitalize !important;
  background: #fff !important;
  border: 1px solid #313841 !important;
  border-radius: 4px;
  padding: 1rem 0.5rem !important;
  display: block !important;
}

.cart_remove_btn_container cart-remove-popup button {
  background: #313841 !important;
  color: #ffffff !important;
}

.cart_remove_btn_container .swym-button:after {
  display: none !important;
}

.cart_remove_img .cart-item__image {
  width: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
}

.cart__wishlist_btn.swym-button.swym-add-to-wishlist-view-product {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .cart_remove_popup_container {
    padding: 26px 75px;
  }
}

.multicolumn-card a {
  text-decoration: none;
}

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

.rte {
  color: #191e1f;
}

.header__icons {
  align-items: center;
}

.shopify-challenge__container .shopify-challenge__button.btn {
  height: 40px;
  background: var(--orient-color-313841) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  margin: 20px auto 0;
}

.customer .pagination ul {
  margin-bottom: 0 !important;
}

.customer .pagination {
  margin-top: 2rem !important;
  margin-bottom: 0rem !important;
}

.customer {
  padding-bottom: 0 !important;
}

.customer .customer_name {
  font-size: 24px;
  font-weight: 600;
  color: #15191d;
}

.customer a {
  text-decoration: none;
}

.customer .wrapper {
  border-top: 1px solid #e7eaed;
  display: flex;
  flex-wrap: wrap;
}

.customer .side_bar {
  border-right: 1px solid #e7eaed;
  width: 280px;
  padding-bottom: 100px;
}

.customer .pages_links {
  list-style: none;
  padding: 0;
}

.customer .pages_links li {
  margin: 10px 0;
}

.customer .pages_links li a {
  color: #697380;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  display: flex;
  width: 242px;
  transition: all 0.2s ease;
}

.customer .pages_links li a span {
  display: flex;
  align-items: center;
}

.customer .pages_links li a svg {
  width: 26px;
  height: 20px;
}

.customer .pages_links li a:hover,
.customer .pages_links .profile_active a,
.customer .pages_links .orders_active a,
.customer .pages_links .address_active a,
.customer .pages_links .profile_active a:hover,
.customer .pages_links .orders_active a:hover,
.customer .pages_links .address_active a:hover {
  background: #ea5b29;
  color: #fff;
  border-radius: 4px;
}

.customer .pages_links li a:hover svg path,
.customer .pages_links .profile_active a svg path,
.customer .pages_links .orders_active a svg path,
.customer .pages_links .address_active a svg path {
  fill: #fff;
}

.customer .pages_links li a:hover {
  background: #313841;
}

.side_bar .logout,
.mobile_edit_profile a.button {
  border: 1px solid #1e2327;
  border-radius: 4px;
  max-width: 242px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 12px 15px;
  display: block;
}

#logout_popup.lity_popup_wrapper {
  max-width: 400px;
  height: 210px;
  margin: 0 auto;
  padding: 25px;
  overflow: hidden;
}

.lity_popup_wrapper form {
  height: 70vh;
  overflow: auto;
}

#logout_popup.lity_popup_wrapper .popup_heading {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

#logout_popup.lity_popup_wrapper .popup_subheading {
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 1.2;
}

#logout_popup.lity_popup_wrapper .btn_wrapper {
  display: flex;
  justify-content: space-between;
}

#logout_popup.lity_popup_wrapper .btn_wrapper div {
  width: 48%;
}

#logout_popup.lity_popup_wrapper .btn_wrapper a,
#logout_popup.lity_popup_wrapper .btn_wrapper a.logout_btn {
  max-width: 168px;
  width: 100%;
}

#logout_popup.lity_popup_wrapper .cancel {
  border: 1px solid var(--orient-color-313841);
  border-radius: 4px;
  height: 40px;
}

.details_wrapper {
  width: calc(100% - 280px);
  padding-top: 30px;
}

.details_wrapper .details_header {
  border-bottom: 1px solid #e7eaed;
  padding-left: 30px;
  padding-bottom: 10px;
}

.details_wrapper .details_header_inner {
  display: flex;
  justify-content: space-between;
  max-width: 590px;
}

.details_wrapper .edit_profile {
  display: flex;
  align-items: center;
}

.details_wrapper .edit_profile a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  color: #ea5b29;
  text-transform: uppercase;
}

.details_wrapper .mobile_edit_profile {
  display: none;
}

.details_wrapper .profile_picture_wrap {
  display: flex;
}

.details_wrapper .profile_picture {
  margin-right: 15px;
}

.details_wrapper .profile_picture img {
  display: block;
}

.details_wrapper .profile_header {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.details_wrapper .details_header h2 {
  font-size: 20px;
  font-weight: 600;
  color: #15191d;
  margin: 0;
}

.details_wrapper .details_header p {
  font-size: 14px;
  font-weight: 600;
  color: #98a4b2;
  margin-bottom: 0;
}

.details_wrapper .details {
  padding: 0 0 0 30px;
  font-size: 14px;
  font-weight: 500;
  color: #15191d;
  list-style: none;
}

.details_wrapper .details li {
  display: flex;
  padding: 10px 0;
}

.details_wrapper .details span {
  color: #697380;
  width: 150px;
}

@media screen and (max-width: 991px) {
  .customer .pages_links li a {
    padding: 5px;
  }
}

@media screen and (max-width: 768px) {
  .details_wrapper .details span {
    width: 130px;
  }

  .details_wrapper .details {
    padding: 0;
  }

  .side_bar .logout {
    max-width: 100%;
  }

  .customer .pages_links li a {
    width: 100%;
  }

  .customer #login {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .details_header.profile {
    border-bottom: none;
  }

  .profile_picture_wrap {
    flex-direction: column-reverse;
  }

  .details_wrapper .profile_picture {
    margin: 10px auto;
  }

  .details_wrapper .edit_profile {
    display: none;
  }

  .details_wrapper .mobile_edit_profile {
    width: 100%;
    display: block;
  }

  .details_wrapper .mobile_edit_profile a.button {
    width: 100%;
    max-width: 100%;
    text-transform: capitalize;
    color: #313841;
  }
}

@media screen and (max-width: 480px) {

  #logout_popup.lity_popup_wrapper .btn_wrapper a,
  #logout_popup.lity_popup_wrapper .btn_wrapper a.logout_btn {
    padding: 0;
    max-width: 100%;
  }

  #logout_popup.lity_popup_wrapper {
    padding: 15px;
  }
}

.orders_list_wrapper {
  padding: 30px 0 0 30px;
  max-width: 1000px;
  width: 100%;
}

.order_item {
  border: 1px solid #e7eaed;
  padding: 15px;
  margin-bottom: 15px;
}

.order_item .order_status {
  color: #4b7bbf;
  font-weight: 600;
  font-size: 14px;
}

.order_item .order_status.paid {
  color: #71a214;
}

.order_item .order_status.paid.shipped {
  color: #e95b29;
}

.order_item .label_small {
  font-size: 10px;
  color: #697380;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.order_item .label {
  font-size: 12px;
  color: #697380;
}

.order_item .row,
.order_item .order_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.order_item .order_details div:first-child {
  width: 70%;
}

.order_item .row_1 {
  color: #6e737a;
  font-size: 12px;
}

.order_item .order_details_wrapper {
  width: calc(100% - 115px);
}

.order_item .row_2 {
  padding-top: 15px;
  color: #15191d;
  font-weight: 600;
  margin-top: 5px;
  border-top: 1px solid #e7eaed;
}

.order_item .order_image {
  max-width: 100px;
}

.order_item .order_image img {
  max-width: 100%;
}

.order_item .product_name,
.order_item .product_price {
  font-size: 18px;
}

.order_item .order_date {
  text-align: right;
  font-size: 14px;
}

.order_item .row_3 {
  width: 100%;
  margin: 0 0 0 auto;
  align-items: center;
}

.order_item .product_variants {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.order_item .product_variants>div {
  width: 25%;
}

.order_item .product_variants p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #15191d;
}

.order_item .order_buttons {
  display: flex;
  flex-wrap: wrap;
}

.order_item .order_buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 2rem;
  width: auto;
}

.order_buttons .order_return button {
  width: 145px;
}

.order_buttons a.button--primary {
  color: rgb(var(--color-button-text));
}

.order_buttons a.button--primary:hover {
  color: rgb(var(--color-button-text));
}

.order_buttons a.cancel {
  border: 1px solid var(--orient-color-313841);
  border-radius: 4px;
  height: 40px;
  margin-right: 8px;
}

.order_buttons a.reorder {
  border: 1px solid var(--orient-color-313841);
  border-radius: 4px;
  height: 40px;
  margin-right: 10px;
  display: none;
}

.order_summary_details .delivery_time {
  color: #abadaf;
  text-align: right;
}

.lity_popup .order_item .order_summary .free_ship {
  color: #71a214;
  text-transform: uppercase;
}

.order_item .rows_wrapper .row_3 .order_buttons {
  display: none;
}

.order_item .rows_wrapper.first .row_3 .order_buttons {
  display: flex;
}

@media screen and (min-width: 1290px) {
  .order_item .row_3 {
    width: calc(100% - 115px);
  }
}

@media screen and (max-width: 991px) {
  .customer .side_bar {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e7eaed;
    padding-bottom: 20px;
    display: none;
  }

  .details_wrapper {
    width: 100%;
    padding-top: 15px;
  }

  .details_wrapper .details_header {
    padding: 0;
  }

  .orders_list_wrapper {
    padding: 20px 0 0 0px;
  }

  .order_item .order_image {
    max-width: 62px;
  }

  .order_item .order_details_wrapper {
    width: calc(100% - 75px);
  }
}

@media screen and (max-width: 768px) {
  .customer .customer_name {
    font-size: 22px;
    padding-top: 16px;
  }

  .order_item .row_3,
  .order_item .order_buttons {
    display: block;
  }

  .order_item .product_variants {
    width: 100%;
  }

  .order_item .order_buttons a {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .order_item .product_name {
    font-size: 14px;
    line-height: 1.2;
  }

  .order_item .order_date {
    font-size: 10px;
  }

  .order_item .product_variants p {
    font-size: 12px;
  }

  .order_buttons .order_return button {
    margin: 10px 0 0 0 !important;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .details_wrapper .details_header h2 {
    font-size: 14px;
  }

  .order_item {
    padding: 10px;
  }

  .order_item .order_details div:first-child {
    width: 50%;
  }

  .order_item .rows_wrapper .row_3 .order_buttons div {
    width: 100%;
  }
}

.customer .addresses_list_wrapper {
  padding: 30px 0 0 30px;
}

.customer .addresses_list {
  border: 1px solid #e7eaed;
  max-width: 730px;
  width: 100%;
  padding: 10px;
}

.customer .add_address_btn {
  background: none;
  padding: 0;
  color: #ea5b29;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.customer .add_address_btn:hover {
  color: #e14812;
}

.customer .add_address_btn svg {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.customer .addresses_list .list {
  text-align: left;
  margin: 0 0 15px;
}

.customer .addresses_list .list li {
  border-bottom: 1px solid #e7eaed;
  margin: 0;
  padding: 13px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.customer .addresses_list .list li[data-address]>div {
  width: calc(100% - 100px);
}

.customer .addresses_list .list li[data-address]>div>h2 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  display: flex;
}

.customer .addresses_list .list li[data-address]>div>h2 svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.customer .addresses_list .list li[data-address]>div>p {
  font-size: 12px;
  color: #8795a4;
}

.customer.addresses li>.edit_address_btn {
  margin: 0 5px;
  font-size: 12px;
  margin-top: 1rem;
  width: 78px;
  background: #fcfcfc;
  padding: 5px 15px;
  border: 1px solid #e7eaed;
  border-radius: 4px;
  color: #8795a4;
}

.customer.addresses li>.edit_address_btn {
  margin-top: 0;
  text-align: center;
}

.customer_form form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.customer_form #address_form_new {
  border-top: 1px solid #e7eaed;
  padding-top: 20px;
  margin-top: 20px;
}

.customer_form form>div {
  margin-bottom: 12px;
}

.customer_form form input::placeholder {
  display: none;
  font-size: 0;
}

.cf-form-inner fieldset {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.cf-field {
  margin: 0 !important;
  padding: 0 !important;
}

.customer_form .field input:focus~label,
.customer_form .field input:not(:placeholder-shown)~label,
.customer_form .field input:-webkit-autofill~label,
.customer_form form .field input:focus~label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 1.3rem);
  letter-spacing: 0.04rem;
}

.cf-field input,
.cf-field select,
.cf-field textarea,
.customer_form input:focus-visible,
.customer_form select:focus-visible {
  outline: none;
}

.selectbox_wrapper select {
  -webkit-appearance: none;
}

.customer_form input,
.customer_form select,
.customer_form textarea {
  border: 1px solid #e7eaed;
  border-radius: 4px;
  box-shadow: none;
  flex-grow: 1;
  text-align: left;
  padding: 2.2rem 1.5rem 0.8rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.customer_form input[type="checkbox"] {
  border: 1px solid #e7eaed;
  border-radius: 4px;
}

.cf-form-step {
  padding: 0 10px;
}

.customer_form .field:after,
.customer_form .select:after,
.customer_form .customer .field:after,
.customer_form .customer select:after,
.customer_form .localization-form__select:after {
  display: none;
}

.cf-field label,
.customer_form .field label {
  color: #8795a4;
  font-size: 14px;
  left: calc(var(--inputs-border-width) + 1.3rem);
  top: calc(1.3rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.cf-field label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 1.3rem);
  letter-spacing: 0.04rem;
  z-index: 1;
}

[data-cf-field-type="file"] label {
  position: relative;
  left: 0;
}

.cf-spinner {
  display: none !important;
}

.customer_form .set_default {
  color: #8795a4;
}

.customer_form form>div:nth-of-type(1),
.customer_form form>div:nth-of-type(2),
.customer_form form>div:nth-of-type(3),
.customer_form form>div:nth-of-type(4),
.customer_form form>div:nth-of-type(5),
.customer_form form>div:nth-of-type(6),
.customer_form form>div:nth-of-type(7),
.customer_form form>div:nth-of-type(8) {
  box-sizing: border-box;
  flex-basis: calc(50% - 1rem);
}

.customer_form .save_button {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.lity-container {
  width: 850px;
}

@media screen and (max-width: 991px) {
  .customer .addresses_list_wrapper {
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 600px) {
  .customer .addresses_list .list li[data-address]>div:first-child {
    width: 60%;
  }

  .customer_form form>div:nth-of-type(n),
  #create_customer .cf-field-container {
    flex-basis: 100% !important;
  }

  .customer_form .save_button {
    padding-top: 15px;
  }

  .lity-container {
    width: 90%;
  }

  .details_wrapper .details_header_inner {
    flex-direction: column;
  }

  .details_wrapper .edit_profile {
    margin: 6px 0 15px;
  }
}

.lity-container>button.lity-close {
  display: none !important;
}

.lity_popup_wrapper {
  background: #fdfeff;
  overflow-y: auto;
  border-radius: 8px;
  max-height: 90vh !important;
}

.lity_popup_wrapper .lity-close {
  color: #697380;
  text-shadow: none;
  top: 20px;
  right: 20px;
}

.lity_popup {
  padding: 30px;
}

.lity_popup .popup_heading {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #313841;
  margin-bottom: 0;
}

.lity_popup .popup_subheading {
  font-size: 14px;
  color: #313841;
  margin: 0;
}

.lity_popup a {
  text-decoration: none;
  color: #15191d;
}

.lity_popup .order_item {
  margin-top: 30px;
}

.lity_popup_wrapper p {
  margin: 0;
}

.lity_popup_wrapper .product_price {
  margin: 5px 0;
}

.lity_popup .delivery_address h4 {
  font-size: 14px;
  font-weight: 600;
  color: #15191d;
  margin: 0 0 5px 0;
}

.lity_popup_wrapper .delivery_address p,
.lity_popup_wrapper .track_order p {
  font-size: 14px;
  color: #8795a4;
  line-height: 1.5;
}

.lity_popup_wrapper .delivery_address,
.lity_popup .order_item .order_summary,
.lity_popup_wrapper .track_order {
  border-top: 1px solid #e7eaed;
  padding-top: 15px;
  margin-top: 15px;
}

.lity_popup .order_item .order_summary.show_info>div {
  width: 48%;
}

.lity_popup .order_item .order_summary div:first-child,
.lity_popup .order_item .order_summary .customer_info div {
  background: #fffaf6;
  border-radius: 8px;
  padding: 15px;
}

.lity_popup .order_item .order_summary .customer_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lity_popup .order_item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #15191d;
  margin: 0 0 5px 0;
}

.lity_popup .order_item .order_summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lity_popup .order_item .order_summary ul li {
  font-size: 13px;
  color: #15191d;
  padding: 2px 0;
}

.lity_popup .order_item .order_summary ul.order_summary_details li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.lity_popup .order_item .order_summary .customer_info h3 {
  margin: 0;
}

.lity_popup .order_item .order_summary .customer_info ul {
  margin-top: 10px;
}

.lity_popup .order_item .order_summary .customer_info li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 13px;
}

.lity_popup .order_item .order_summary .customer_info li a svg {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  display: flex;
  align-items: center;
}

.lity_popup .order_item .order_summary ul.order_summary_details li.total_amt {
  border-top: 1px solid #e7eaed;
  font-weight: 600;
  padding-top: 7px;
  margin-top: 7px;
}

.need_assistance {
  font-size: 12px;
  color: #15191d;
  line-height: 1.5;
  margin-top: 13px;
  padding: 30px 15px !important;
}

.need_assistance a {
  font-size: 13px;
  font-weight: 600;
}

.need_assistance .chat {
  font: 600 13px/17px Work Sans;
  letter-spacing: 0px;
  color: #4b7bbf;
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.need_assistance .chat span {
  margin-left: 5px;
  display: flex;
  align-items: center;
}

.need_assistance .circle-divider:before {
  background: #15191d;
}

@media screen and (max-width: 768px) {
  .lity_popup .order_item {
    margin-top: 15px;
  }

  .lity_popup .order_item .order_summary.show_info>div {
    width: 100%;
  }

  .lity_popup .order_item .order_summary div:first-child,
  .lity_popup .order_item .order_summary .customer_info div:first-child {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .lity_popup {
    padding: 15px;
  }

  .lity_popup .order_item .order_summary h3 {
    font-size: 15px;
  }
}

.custom_contact_section .contact_request {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 30px;
  background-color: #313841;
  border-radius: 8px;
  color: #fff;
  margin: 20px 0;
}

.custom_contact_section .heading {
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.custom_contact_section p {
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.3;
}

.custom_contact_section .contact_request .heading {
  font-size: 22px;
}

.custom_contact_section .contact_request .button {
  width: 284px;
  max-width: 100%;
  color: #fff;
  background: #313841;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 15px;
}

.custom_contact_section .contact_details_wrapper {
  padding: 30px;
  background-color: #313841;
  border-radius: 8px;
  color: #fff;
  margin: 20px 0 40px;
}

.custom_contact_section .contact_details_wrapper .heading {
  font-size: 32px;
}

.custom_contact_section .contact_details {
  display:flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  gap: 7%;
}

.custom_contact_section .contact_details p {
  font-size: 14px;
}

.custom_contact_section .contact_details h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #98a4b2;
  margin-top: 0;
}

.custom_contact_section .contact_details .qr_code {
   width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.custom_contact_section .contact_details .qr_code p {
  font-size: 12px;
  color: #98a4b2;
  line-height: 1.3;
}

.custom_contact_section .contact_details .qr_code a {
  color: #7fb4f2;
}

.custom_contact_section .contact_details .qr_code img {
  max-width: 100%;
  width: 134px;
}

.custom_contact_section .contact_details .QR-image-container{
  display: flex;
  justify-content: center;
  align-items: center;  
}

.custom_contact_section .contact_details .contact_information {
  width: 100%;
}

.custom_contact_section .contact_details .contact_information h3 {
  margin: 0;
}

.custom_contact_section .contact_details .contact_information ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom_contact_section .contact_details .contact_information ul a {
  color: #fff;
  text-decoration: none;
}

.custom_contact_section .contact_details .contact_information ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.custom_contact_section .contact_details .contact_information .details li {
  padding: 4px 0;
  font-size: 16px;
  line-height: 1.3;
}

.custom_contact_section .contact_details .contact_information .social {
  padding-top: 20px;
}

.custom_contact_section .contact_details .contact_information .social ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 10px;
}

.custom_contact_section .contact_details .contact_information .social ul li {
  margin-right: 10px;
}

.custom_contact_section .contact_details .contact_information .item_icon {
  background: #2d3339;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 13px;
}

.custom_contact_section .contact_details .contact_information .item_icon svg,
.custom_contact_section .contact_details .contact_information .social svg {
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 768px) {
  .custom_contact_section {
    position: relative;
    z-index: 2;
  }

  .custom_contact_section .contact_request {
    display: block;
    padding: 30px 5px;
  }

  .custom_contact_section .contact_request .button {
    width: 200px;
    margin-top: 15px;
    padding: 10px;
  }

  .custom_contact_section .contact_details .contact_information {
    width: 50%;
  }

  .custom_contact_section .contact_details .contact_information .details li {
    font-size: 14px;
  }

  .custom_contact_section .contact_details_wrapper .heading {
    font-size: 22px;
  }

  .custom_contact_section .contact_details {
    padding: 20px 0;
  }
}

@media screen and (max-width: 600px) {
  .custom_contact_section .contact_details {
    display: block;
  }

  .custom_contact_section .contact_details .contact_information,
  .custom_contact_section .contact_details .qr_code {
    width: 100%;
  }

  .custom_contact_section .contact_details .contact_information {
    margin-top: 25px;
  }

  .custom_contact_section .contact_details_wrapper div {
    text-align: left;
  }
}

.contact_form_title {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #313841;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 15px 0 0;
}

.contact_form_column_part {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact_form_column_half {
  width: 49%;
}

.contact_form_column_grid {
  width: 32%;
}

.contact_form_column_full {
  width: 100%;
}

.contact_form_column_part label {
  position: unset !important;
  width: 100%;
  display: block;
}

.contact_form_column_part .field:before,
.contact_form_column_part .field:after {
  display: none;
}

.contact_form_column_part .field {
  display: flex;
  flex-wrap: wrap;
}

.contact_form_column_part .field__input:focus,
.contact_form_column_part .field__input:not(:placeholder-shown),
.contact_form_column_part .field__input:-webkit-autofill,
.contact_form_column_part .field input:focus,
.contact_form_column_part .field input:not(:placeholder-shown),
.contact_form_column_part .field input:-webkit-autofill {
  padding: 0 10px;
  margin: 0;
  box-shadow: none;
  border: 1px solid #e7eaed;
  border-radius: 4px;
}

.contact_form_column_part input,
.contact_form_column_part textarea {
  border: 1px solid #e7eaed;
  border-radius: 4px;
  padding: 0 15px;
  width: 100%;
}

.contact_form_column_part input:focus-visible,
.contact_form_column_part select:focus-visible,
.contact_form_column_part textarea:focus-visible,
.contact_form_column_part input[type="tel"]:focus-visible,
.contact_form_column_part input[type="text"]:focus-visible,
.contact_form_column_part input[type="email"]:focus-visible {
  outline: none;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.contact_form_column_part select,
.contact_form_column_part input,
.contact_form_column_part textarea {
  font-family: var(--orient-font-family-work-sans);
  font-size: 14px !important;
  letter-spacing: 0 !important;
  color: #999;
  height: 46px;
  border: 1px solid #e7eaed;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  margin: 0 0 12px !important;
}

.contact_form_column_part select {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAA3NCSVQICAjb4U/gAAAAG1BMVEUAAACAj5+FlaWHk6OHlaWHlaOHlqSHlaSHlaQt++zhAAAACHRSTlMAEDBAYMDQ8Bq8x8sAAAAqSURBVAjXY2DAA1g6gMCBgSGio6MVyBXr6EgEUkwV7QogWYtmiCIHdG0ASKsH+TlR4RYAAAAASUVORK5CYII=") no-repeat center right 10px;
  -webkit-appearance: none;
  appearance: none;
}

.contact_form_column_part textarea {
  height: 92px;
  padding: 12px 10px;
}

.contact_form_column_part ::-webkit-input-placeholder {
  opacity: 1 !important;
  display: block !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  color: #999 !important;
  font-family: var(--orient-font-family-work-sans);
}

.contact_form_column_part :-ms-input-placeholder {
  opacity: 1 !important;
  display: block !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  color: #999 !important;
  font-family: var(--orient-font-family-work-sans);
}

.contact_form_column_part ::placeholder {
  opacity: 1 !important;
  display: block !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  color: #999 !important;
  font-family: var(--orient-font-family-work-sans);
}

.contact_form_column_part .button {
  font-size: 14px;
  line-height: 16px;
  color: #fdfeff;
  background: #313841;
  border-radius: 4px;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 15px;
  text-align: center;
  letter-spacing: 0;
}

.contact_form_column_part.btn_part {
  width: 100%;
  text-align: center;
  padding: 28px 0 0;
}

.contact_form_content {
  width: 100%;
  text-align: center;
}

.contact_form_content h2 {
  font-size: 20px;
  line-height: 1.2;
  color: #313841;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0 0 4px;
}

.contact_form_content p {
  font-size: 14px;
  line-height: 1.4;
  color: #313841;
  letter-spacing: 0;
  margin: 0 0 7px;
}

.contact_form_select {
  width: 100%;
  position: relative;
}

.contact_form_select span {
  display: inline-block;
  height: 21px;
  width: 1px;
  background: #e7eaed;
  position: absolute;
  top: 12.5px;
  right: 30px;
}

@media (max-width: 767px) {

  .contact_form_column_grid,
  .contact_form_column_half {
    width: 100%;
  }
}

.vbutton {
  min-width: 220px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  background: #fff0 linear-gradient(79deg, #171b1f 0%, #373c43 100%) 0% 0% no-repeat padding-box;
  font: normal normal 500 14px/16px Work Sans;
  color: #fff;
  padding: 12px;
  text-decoration: none;
}

.page-banner img {
  width: 100%;
  display: block;
}

.page-banner .vbutton {
  display: table;
  font: normal normal 600 20px/24px Work Sans;
  padding: 18px 36px;
}

.page-banner.style_1 .vbutton,
.page-banner.style_2 .vbutton {
  min-width: 300px;
  margin: 0 auto;
  transform: translateY(-50%);
}

.page-banner.style_2 {
  position: relative;
}

.page-banner.style_2 .heading {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin: 0;
}

.page-banner.style_3,
.page-banner.style_4,
.page-banner.style_5,
.page-banner.style_6 {
  position: relative;
}

.page-banner.style_3 .banner_content {
  position: absolute;
  background: #fff0 linear-gradient(66deg, #171b1f 0%, #373c43 100%) 0% 0% no-repeat;
  top: 50%;
  transform: translateY(-50%);
  max-width: 560px;
  width: 80%;
  color: #fff;
  border-radius: 8px;
  padding: 30px 40px;
}

.page-banner.style_3 .banner_content h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.page-banner.style_3 .banner_content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.small_text_black_box.page-banner.style_3 .banner_content {
  max-width: 300px;
  padding: 20px 15px;
}

.small_text_black_box.page-banner.style_3 .banner_content h1 {
  font-weight: 400;
  margin: 0 0 35px;
}

.small_text_black_box.page-banner.style_3 .banner_content p {
  font-weight: 600;
  margin: 0 0 20px;
}

.page-banner.style_4 .banner_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 580px;
  width: 90%;
  color: #313841;
}

.page-banner.style_4 .banner_content h1 {
  color: #313841;
  font-weight: 300;
  margin: 0;
}

.page-banner.style_4 .banner_content p {
  font-size: 16px;
  margin: 5px 0;
}

.page-banner.style_4 .vbutton {
  font-size: 14px;
  padding: 10px 36px;
}

.page-banner.style_5 .banner_content {
  position: absolute;
  bottom: 50px;
  max-width: 580px;
  width: 90%;
  color: #fff;
}

.page-banner.style_5 .banner_content h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.page-banner.style_5 .banner_content p {
  font-weight: 300;
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
}

.page-banner.style_6 .banner_content {
  position: absolute;
  background: #fff0 linear-gradient(66deg, #171b1f 0%, #373c43 100%) 0% 0% no-repeat;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  width: 90%;
  color: #fff;
  border-radius: 8px;
  padding: 25px;
}

.page-banner.style_6 .banner_content h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  margin: 5px 0 0;
  color: #fff;
}

.page-banner.style_6 .banner_content .sub_heading {
  font-size: 18px;
  font-weight: 500;
  color: #ea5b29;
  text-transform: uppercase;
}

.page-banner.style_6 .banner_content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
  .page-banner.style_3 .banner_content {
    padding: 20px;
  }

  .page-banner.style_3 .banner_content p {
    font-size: 14px;
  }

  .page-banner.style_4 .banner_content,
  .page-banner.style_6 .banner_content {
    top: auto;
    transform: translateY(0%);
    bottom: 30px;
  }

  .page-banner.style_4 .banner_content p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .page-banner.style_5 .banner_content {
    bottom: 30px;
  }

  .page-banner.style_6 .banner_content h1 {
    font-size: 24px;
  }

  .small_text_black_box.page-banner.style_3 {
    padding-bottom: 14px;
  }

  .small_text_black_box.page-banner.style_3 .banner_content {
    bottom: auto;
    left: 15px;
    top: 27%;
    transform: translateX(0);
    margin: 0;
    max-width: 230px;
    padding: 15px;
  }

  .small_text_black_box.page-banner.style_3 .banner_content h1 {
    margin: 0 0 10px;
  }

  .small_text_black_box.page-banner.style_3 .banner_content p {
    margin: 0 0 5px;
  }
}

@media screen and (max-width: 600px) {
  .page-banner.style_3 .banner_content {
    left: 50%;
    top: auto;
    transform: translate(-50%, 0%);
    width: 90%;
    bottom: -15%;
    margin-bottom: 12%;
  }

  .page-banner.style_5 .banner_content h1 {
    font-size: 16px;
  }

  .page-banner.style_5 .banner_content p {
    font-size: 24px;
  }

  .page-banner.style_6 .banner_content .sub_heading {
    font-size: 12px;
  }
}

.awards_section .awards {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.awards_section .awards li:before {
  content: "";
  width: 100%;
  height: 65%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  background: #fffaf6;
  border-radius: 10px;
  z-index: -1;
}

.awards_section .awards li {
  float: left;
  margin: 0 40px;
  padding: 0 30px 30px;
  flex: 0 0 auto;
  width: calc(33% - 85px);
  text-align: center;
  line-height: 1.2;
  color: #191e1f;
  position: relative;
  z-index: 1;
}

.awards_section .awards li span {
  max-width: 156px;
  display: block;
  margin: 0 auto;
}

.awards_section .awards li img {
  max-width: 100%;
}

.awards_section .awards li h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.awards_section .awards li p {
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  .awards_section .awards li {
    width: calc(33% - 10px);
    margin: 0 5px;
    padding: 0 20px 20px;
  }

  .awards_section .awards li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .awards_section .awards li {
    margin: 15px;
    width: calc(50% - 30px);
    padding: 0 15px 15px;
  }
}

@media screen and (max-width: 600px) {
  .awards_section .awards li {
    margin: 15px 0;
    width: 100%;
    padding: 0 15px 15px;
  }
}

.two-columns-grid ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.two-columns-grid li {
  width: 50%;
  max-width: 520px;
  margin: 0 30px;
  border-radius: 10px;
  position: relative;
}

.two-columns-grid img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.two-columns-grid .content {
  position: absolute;
  color: #fff;
  bottom: 0;
  padding: 20px;
  width: 100%;
  text-align: center;
}

.two-columns-grid .content>a:first-child {
  display: block;
  text-decoration: none;
}

.two-columns-grid .content h3 {
  font: normal normal 600 18px/21px Work Sans;
  color: #fff;
  padding: 0 0 20px;
  margin: 0;
}

.two-columns-grid .content div.icon {
  padding-bottom: 10px;
}

.two-columns-grid .content path {
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .two-columns-grid li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 600px) {
  .two-columns-grid ul {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .two-columns-grid li {
    max-width: 100%;
    width: 100%;
    margin: 0 10px 20px;
  }
}

.investors_team .title {
  font-size: 14px;
  font-weight: 600;
  color: #ea5b29;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.investors_team .title span {
  padding: 0 25px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.investors_team .title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ea5b29;
  position: absolute;
  top: 50%;
  left: 0;
}

.investors_team .team_members {
  display: flex;
  text-align: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.investors_team .team_members li.team_member {
  background: #fffaf6;
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  width: calc(25% - 20px);
  box-sizing: border-box;
}

.investors_team .team_members h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #15191d;
  margin: 10px 0 0 0;
}

.investors_team .team_members p {
  font-size: 12px;
  color: #7d8693;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}

.investors_team .team_members img {
  display: block;
  border-radius: 8px;
}

.investors_team .team_members li img {
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .investors_team .team_members li.team_member {
    width: calc(33% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .investors_team .team_members {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .investors_team .title span {
    display: inline-block;
    width: max-content;
    margin: 0 auto;
    padding: 0 8px;
    max-width: 79%;
  }
}

.investors_menu {
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
  width: 100%;
  overflow: auto;
  display: flex;
}

.investors_menu button.slick-prev.slick-arrow,
.investors_menu button.slick-next.slick-arrow {
  left: auto;
  bottom: -10px;
  top: auto;
  display: block !important;
}

.investors_menu button.slick-prev.slick-arrow {
  right: 40px;
}

.investors_menu button.slick-next.slick-arrow {
  right: 0;
}

.investors_menu a {
  font-size: 16px;
  color: #8795a4;
  padding-bottom: 2px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.investors_menu a:hover {
  color: #313841;
}

.investors_menu a.active {
  color: #313841;
  font-weight: 600;
  border-bottom: 2px solid #ea5b29;
}

.investors_menu li {
  float: left;
  margin: 0 20px;
  flex: 0 0 auto;
}

.form_popup_overlay {
  z-index: 9 !important;
}

.form_popup_overlay *,
.forms_container * {
  font-family: var(--font-heading-family);
}

.forms_container .otp {
  width: 50%;
  float: right;
  margin: 0 !important;
  padding: 30px 30px 30px 40px !important;
  background: #fff;
  display: flex;
  justify-content: center;
  height: 100%;
}

#customer_login_custom .forms_container {
  padding: 0;
  background: #fff;
}

#customer_login_custom>.lity-close {
  color: #313841;
  right: 7%;
  top: 9px;
  text-shadow: none;
}

#customer_login_custom .forms_container .otp {
  border-radius: 0 8px 8px 0;
}

#customer_login_custom #recaptcha-container {
  display: none;
}

.otp .image_block {
  display: none;
}

.forms_container .otp .form_section {
  width: 100%;
}

.otp-heading {
  font-size: 22px;
  font-weight: 600;
}

.otp-heading span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #313841;
  line-height: 1.3;
  margin-top: 5px;
}

.form_section .form_block .form_field.enter_phone {
  background: transparent !important;
}

.form_section .form_block .form_field.enter_phone .eosh_ph_field_item {
  height: 28px !important;
  width: 100% !important;
}

.form_section .form_block .form_field.enter_phone #phone-number-country-code {
  display: none;
}

.form_section .form_block .form_btn .eosh-btn {
  background-color: #313841 !important;
}

.customer.login .form_top_sec {
  padding: 90px 0px 15px !important;
  margin-top: 0;
}

.form_section .form_top_sec .form_otp_info {
  padding: 0 !important;
}

.form_top_sec {
  padding: 200px 0px 15px !important;
}

.forms_container .otp .form_section .form_nav {
  font-weight: 500;
}

.forms_container .otp .form_section .form_nav #resend-otp {
  text-decoration: none;
}

.forms_container .otp .form_section #resend-otp {
  pointer-events: all !important;
}

.forms_container .otp .form_section #resend-otp:hover {
  color: #ea5b29;
}

.header__icons .eosh-payment_button {
  display: flex;
  align-items: flex-end;
  width: 3.4rem;
  justify-content: center;
}

.header__icons .eosh-payment_button button {
  border: none;
  background: no-repeat;
}

.header__icons .eosh-payment_button button svg {
  width: 18px;
  height: 18px;
}

#eoshAccountForm .form_field {
  margin-bottom: 15px !important;
}

#eoshAccountForm .form_field label {
  padding: 0px 0px 5px !important;
}

@media screen and (max-width: 768px) {
  .forms_container:before {
    display: none !important;
  }

  .forms_container .lity-content .form_top_sec {
    padding: 100px 0px 10px !important;
  }

  .forms_container .otp {
    width: 100%;
    padding: 30px 0 !important;
  }
}

.document_search form {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 30px;
}

.document_search form input {
  background: #fdfdfd;
  border: 1px solid #e7eaed;
  color: #8d9196;
  border-radius: 18px;
  padding: 12px 20px;
  width: 100%;
}

.document_search form input::placeholder {
  color: #8d9196;
}

.document_search form div {
  position: relative;
}

.document_search form .search_icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 5px 20px;
}

.document_search form input:focus-visible {
  outline: none;
}

.documents_grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.documents_grid li {
  border: 1px solid #e7eaed;
  border-radius: 8px;
  margin: 0 10px 20px 10px;
  width: calc(25% - 20px);
  position: relative;
  padding-bottom: 40px;
}

.documents_grid h3 {
  height: 45px;
  margin: 0;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #15191d;
  display: flex;
  align-items: flex-start;
}

.documents_grid h3 .heading_icon {
  width: 18px;
  display: inline-block;
  margin-right: 10px;
}

.documents_grid li img {
  width: 100%;
  display: block;
}

.documents_grid .links {
  padding: 10px;
  border-top: 1px solid #e7eaed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.documents_grid .links a {
  color: #4b7bbf;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

.documents_grid .links .links_icon {
  border-left: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.documents_grid .links .preview {
  display: flex;
  align-items: center;
  text-wrap:nowrap;
}

.documents_grid .links .preview span {
  width: 17px;
  margin-right: 5px;
}

.documents_grid .links .links_icon a {
  width: 15px;
  margin-left: 15px;
}

@media screen and (max-width: 1025px) {
  .documents_grid li {
    width: calc(33% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .documents_grid li {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
  .documents_grid li {
    width: 100%;
  }
}

.sector_wrap .title {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  margin-top: 0;
}

.sector_wrap .sector p {
  font-size: 20px;
  margin: 0 0 10px;
}

.sector_wrap .title p {
  margin: 0;
}

.sector {
  color: #fff;
}

.sector_blocks {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.sector_blocks li {
  margin: 0 10px 20px;
  width: calc(33.333% - 20px);
  position: relative;
  background: #2f343a;
  border-radius: 10px;
  padding: 20px 15px;
  color: #fff;
}

.sector_wrap .sector_blocks>li h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 5px;
  color: #fff;
}

.sector_wrap .sector_blocks>li p {
  font-size: 16px;
  line-height: 1.2;
  padding-right: 10px;
}

.sector_blocks li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.sector_wrap .sector_blocks>li a img {
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .sector_blocks li {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .sector_wrap .title {
    font-size: 30px;
  }

  .sector_wrap .sector_blocks>li h3 {
    font-size: 16px;
  }

  .sector_wrap .sector_blocks>li p {
    font-size: 14px;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .sector_wrap .title {
    font-size: 24px;
  }

  .sector_blocks {
    margin: 0;
  }

  .sector_blocks li {
    width: 100%;
    margin: 0 0 20px;
  }
}

#insta-feed img,
.instafeed-shopify img {
  border-radius: 10px !important;
}

.rich-text__text p {
  color: #697380;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .rich-text .rich-text__heading {
    font-size: 30px;
    line-height: 1.2;
  }

  .rich-text .rich-text__wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .rich-text .rich-text__heading {
    font-size: 30px;
  }

  .rich-text__text p {
    font-size: 14px;
  }
}

#create_customer {
  background: #fdfeff;
  overflow-x: scroll;
  border-radius: 8px;
  padding: 30px;
}

#create_customer .popup_heading {
  align-items: center !important;
  padding: 0 !important;
  flex-basis: auto !important;
  margin: 0 !important;
  display: block !important;
}

#create_customer .cf-field-container.popup_subheading {
  border-bottom: 1px solid #e7eaed;
}

#create_customer .popup_subheading {
  align-items: center !important;
  text-align: center !important;
  padding-bottom: 3px;
  flex-basis: auto !important;
  margin: 0 0 20px 0 !important;
  display: block !important;
}

#create_customer .popup_heading h2 {
  font-size: 20px;
  text-align: center !important;
  font-weight: 600 !important;
  color: #313841;
  margin-bottom: 0;
}

#create_customer .popup_subheading p {
  font-size: 14px;
  color: #313841;
  margin: 0;
}

[data-theme-name="Dawn"] #create_customer [data-cf-input] {
  border: 1px solid #e7eaed;
  border-radius: 4px;
  box-shadow: none;
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
  height: auto;
  font-size: 14px !important;
}

[data-theme-name="Dawn"] #create_customer [data-cf-input]::placeholder {
  color: #8795a4;
}

#create_customer [data-cf-field-type="phone"] .cf-phone-field .cf-country-picker {
  display: none;
}

#create_customer .cf-form-actions {
  text-align: center;
}

#create_customer .cf-cancel {
  display: none;
}

#create_customer .cf-button {
  width: 230px;
  height: 40px;
  background: var(--orient-color-313841) 0% 0% no-repeat padding-box;
  border-radius: 6px;
}

#create_customer .lity-close {
  color: #697380;
  text-shadow: none;
  top: 10px;
  right: 10px;
}

#create_customer .closebtn {
  padding: 0;
  margin: 0 !important;
  border: none !important;
}

#create_customer .cf-field-container {
  box-sizing: border-box;
  flex-basis: calc(50% - 1rem);
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

#create_customer .cf-field {
  width: 100%;
}

#create_customer .cf-file-preview-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

#create_customer .cf-file-preview {
  margin-right: 20px;
  overflow: hidden;
  max-width: 180px;
  width: 180px;
}

[data-theme-name="Dawn"] #create_customer input[type="file"] {
  padding: 0;
  border: none;
  margin-top: 10px;
}

[data-theme-name="Dawn"] .cf-field>label {
  font-size: 12px !important;
}

.blog_article_filter {
  margin: 30px 0;
  text-align: center;
}

.blog_article_filter a {
  text-decoration: none;
  font-size: 16px;
  color: #8795a4;
  margin: 0 15px;
}

.blog_article_filter span {
  font-size: 16px;
  color: #8795a4;
}

.blog_article_filter span.active {
  color: #15191d;
  font-weight: 600;
  border-bottom: 2px solid #ea5b29;
}

.main-blog .title--primary {
  text-align: center;
}

.article-card-1-wrapper {
  padding: 20px;
  background: #fffaf6;
  border-radius: 10px;
}

.article-card-1-wrapper .card__information {
  padding: 0 !important;
}

.article-card-1-wrapper .card__heading {
  font-weight: 500;
  margin: 5px 0 8px;
}

.article-card__info {
  font-weight: 500;
}

.article-card__readmore a {
  display: flex;
  align-items: center;
}

.article-card__readmore a svg {
  margin-left: 5px;
}

@media screen and (max-width: 600px) {
  .main-blog .title--primary {
    font-size: 24px;
  }
}

.info_blocks_section .title {
  font-weight: 300;
  font-size: 40px;
  color: #313841;
  margin: 0;
  text-align: center;
}

.info_blocks_section .info_blocks {
  display: flex;
  text-align: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.info_blocks_section .info_blocks li {
  margin: 15px;
  flex: 0 0 auto;
  width: calc(33% - 30px);
  padding: 20px;
  border-radius: 10px;
  background: #fffaf6;
}

.info_blocks_section .info_blocks img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.info_blocks_section .info_blocks h3 {
  color: #313841;
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.info_blocks_section .info_blocks p {
  color: #7d8693;
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
  text-align:justify;
}

@media screen and (max-width: 1025px) {
  .info_blocks_section .info_blocks li {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

@media screen and (max-width: 768px) {
  .info_blocks_section .title {
    font-size: 24px;
  }

  .info_blocks_section .info_blocks h3 {
    font-size: 16px;
  }

  .info_blocks_section .info_blocks p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .info_blocks_section .info_blocks li {
    width: 100%;
    margin: 10px 0;
  }

  .info_blocks_section .info_blocks li:last-child {
    margin-bottom: 0;
  }
}

.cta_banner {
  text-align: center;
  position: relative;
  padding: 15px 15px 30px;
}

.cta_banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  background: #fffaf6;
  border-radius: 8px;
  width: 100%;
  height: 68%;
}

.cta_banner .title {
  font-size: 42px;
  font-weight: 300;
  color: #313841;
  margin: 5px 0 0;
}

.cta_banner p {
  font-size: 20px;
  font-weight: 500;
  color: #15191d;
  margin: 0;
}

.cta_banner img,
.cta_banner .title,
.cta_banner p {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1025px) {
  .cta_banner .title {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .cta_banner .title {
    font-size: 24px;
    margin: 5px 0 15px;
  }

  .cta_banner p {
    font-size: 14px;
  }
}

.image-with-text-2 .image-with-text__grid {
  padding: 20px;
  border-radius: 8px;
}

.testimonials_section .title {
  font-size: 40px;
  font-weight: 300;
  color: #313841;
  text-align: center;
  margin: 0;
}

.testimonials_section .testimonials {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 30px 0;
}

.testimonials_section .testimonials li {
  width: calc(33% - 10px);
  margin: 5px;
  background: #fffaf6;
  border-radius: 8px;
  padding: 50px 20px 20px;
  line-height: 1.3;
  position: relative;
}

.testimonials_section .testimonials li .quote {
  position: absolute;
  top: 20px;
  left: 18px;
}

.testimonials_section .testimonials li p {
  font-size: 22px;
  font-weight: 500;
  color: #15191d;
  margin: 0;
  max-width: 610px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.testimonials_section .testimonials li .author {
  font-size: 16px;
  font-weight: 500;
  color: #15191d;
  margin: 30px 0 5px;
}

.testimonials_section .testimonials li .designation {
  font-size: 12px;
  font-weight: 400;
  color: #98a4b2;
  margin: 0;
}

.testimonials_section .button--secondary {
  padding: 12px;
  width: 160px;
  border: 1px solid #15191d;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .testimonials_section .title {
    font-size: 24px;
  }

  .testimonials_section .testimonials {
    margin: 15px 0;
  }

  .testimonials_section .testimonials li p {
    font-size: 20px;
  }

  .testimonials_section .testimonials {
    margin: 30px 0 40px;
  }

  .testimonials_section .testimonials .slick-dots {
    bottom: -15px;
  }

  .testimonials_section .testimonials .slick-dots li {
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    margin: 0 2px;
  }

  .image-with-text-2 .image-with-text__grid {
    padding-top: 42px;
  }
}

.custom_rich_text .rich-text__blocks {
  width: 100%;
  max-width: 100%;
}

.custom_img_with_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px;
  border-radius: 8px;
  background: #fffaf6;
}

.custom_img_with_text>div img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .custom_img_with_text.image-align-right {
    flex-direction: row-reverse;
  }
}

.custom_img_with_text>div {
  width: 48%;
}

.custom_img_with_text>div .content {
  max-width: 570px;
  width: 100%;
}

.custom_img_with_text .title {
  font-size: 40px;
  font-weight: 600;
  color: #15191d;
  margin: 0;
}

.custom_img_with_text .sub_heading {
  font-size: 18px;
  font-weight: 500;
  color: #15191d;
  line-height: 1.2;
}

.custom_img_with_text p {
  font-size: 16px;
  color: #15191d;
  line-height: 1.3;
}

.custom_img_with_text>div .button {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .custom_img_with_text>div {
    width: 100%;
  }

  .custom_img_with_text .title {
    font-size: 24px;
    margin: 20px 0 5px;
  }

  .custom_img_with_text .sub_heading,
  .custom_img_with_text p {
    font-size: 14px;
  }
}

.featured_post_content_wrapper {
  margin-top: 30px;
}

.featured_posts .custom-title-wrapper {
  text-align: center;
}

.featured_posts .featured_post_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #fffaf6;
  border-radius: 8px;
  margin: 0 5px 35px;
}

.featured_posts .featured_post_content>div {
  width: 48%;
}

.featured_posts .featured_post_content>div img {
  max-width: 100%;
  height: auto;
}

.featured_posts .featured_post_content .category {
  color: #ea5b29;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}

.featured_posts .featured_post_content h2 {
  margin: 0;
  width: 95%;
}

.featured_posts .featured_post_content h2 a {
  font-size: 32px;
  font-weight: 500;
  color: #313841;
  text-decoration: none;
  line-height: 1.2;
}

.featured_posts .featured_post_content .post_time {
  font-size: 14px;
  font-weight: 500;
  color: #7d8693;
  line-height: 1.2;
}

.circle-divider {
  position: relative;
  padding-left: 8px;
  margin-left: 6px;
}

.circle-divider:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #7d8693;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.featured_posts .featured_post_content p {
  font-size: 16px;
  color: #7d8693;
  line-height: 1.3;
  margin: 10px 0 40px;
}

.featured_posts .featured_post_content .read_more,
.featured_posts_slider .slider_post_content .read_more {
  display: flex;
  align-items: center;
  color: #4b7bbf;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.featured_posts .featured_post_content .read_more span,
.featured_posts_slider .slider_post_content .read_more span {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .featured_posts .featured_post_content {
    flex-direction: column-reverse;
  }

  .featured_posts .featured_post_content>div {
    width: 100%;
  }

  .featured_posts .featured_post_content h2 a {
    font-size: 24px;
  }

  .featured_posts .featured_post_content p {
    margin: 10px 0 20px;
  }
}

@media screen and (max-width: 600px) {
  .featured_posts .featured_post_content h2 a {
    font-size: 16px;
  }

  .featured_posts .featured_post_content p {
    font-size: 14px;
  }

  .featured_posts .featured_post_content .post_time {
    font-size: 12px;
  }
}

.featured_posts_slider_wrapper {
  padding-bottom: 30px;
}

.featured_posts_slider_wrapper .title {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  color: #313841;
  text-align: center;
}

.featured_posts_slider .post_slide {
  position: relative;
  margin: 0 15px 70px;
  border-radius: 8px;
}

.featured_posts_slider .post_slide>a>img {
  width: 100%;
  border-radius: 10px;
}

.featured_posts_slider .slider_post_content {
  position: absolute;
  bottom: 30px;
  left: 0;
  max-width: 95%;
  padding: 0 30px;
  color: #fff;
}

.featured_posts_slider .slider_post_content h2 {
  margin: 0;
}

.featured_posts_slider .slider_post_content h2 a {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

.featured_posts_slider button.slick-next,
.featured_posts_slider button.slick-prev {
  top: auto;
  bottom: 0;
}

.featured_posts_slider button.slick-next {
  right: 47%;
}

.featured_posts_slider button.slick-prev {
  left: 47%;
}

@media screen and (max-width: 1025px) {
  .featured_posts_slider button.slick-next {
    right: 45%;
  }
}

@media screen and (max-width: 768px) {
  .featured_posts_slider .post_slide {
    margin: 0 7px 30px;
  }

  .featured_posts_slider .slider_post_content {
    padding: 0 15px;
    bottom: 15px;
  }

  .featured_posts_slider_wrapper .title,
  .featured_posts_slider .slider_post_content h2 a {
    font-size: 24px;
  }

  .custom-image-with-text-section-2 .image-with-text__text p {
    font-size: 14px;
    margin-bottom: 7px;
    max-width: 251px;
  }
}

.article-card-wrapper .card--card,
.article-card-wrapper .card--standard .card__inner {
  border-radius: 8px !important;
}

.article-card-wrapper .card--standard .card__inner {
  overflow: hidden;
}

.quizify-close-btn {
  position: absolute !important;
}

.quizify-close-btn:before,
.quizify-close-btn:after {
  width: 20px;
}

.quizify-pop-container {
  position: fixed !important;
  width: 100%;
  max-width: 400px;
  z-index: 99999999;
  left: 50% !important;
  transform: translate(-50%);
  height: 90%;
  bottom: 0;
  border-radius: 6px 6px 0 0;
}

.quizify-pop-container:before {
  position: absolute;
  top: -100px !important;
  content: "";
  background: rgba(0, 0, 0, 47%);
  width: 200vw;
  height: 150vh;
  right: -200% !important;
}

.quizify-fullscreen-sec {
  max-width: 400px;
  height: 90vh;
  bottom: 0 !important;
  top: auto !important;
}

.jdgm-prev-badge .jdgm-star {
  font-size: 14px;
}

.article_section img {
  max-width: 100%;
}

.article-template .article_section header {
  margin-top: 0;
  width: 48%;
}

.article_section .article_image {
  width: 50%;
  float: right;
  margin: 0;
  padding: 0 0 40px 48px;
  border-radius: 10px;
}

.featured_content_wrapper .article_image.desktop_hide {
  display: none;
}

.article_section .article_image img {
  border-radius: 10px;
}

.article_section .article-template__title {
  font-size: 32px;
  line-height: 1.3;
  color: #313841;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0;
}

.article_section .article_category {
  font-weight: 600;
}

.article_section .post_time {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #7d8693;
  padding: 0 0 30px 0;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}

.article_section p {
  font-family: inherit;
  font-size: 16px;
  line-height: 28.8px;
  color: #313841;
  margin: 0 0 30px;
  letter-spacing: 0.06rem;
}

.article_section h3 {
  font-size: 18px;
  line-height: 1.3;
  color: #313841;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0 0 14px;
}

.article_desc_grid {
  width: 100%;
}

.article_section .article_desc_grid figure {
  padding-left: 0;
  float: left;
  padding-right: 20px;
  margin: 0;
}

.blog_share {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.blog_share .share-item {
  margin-right: 25px;
}

.custom_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #313841c4;
}

.share_popup_container {
  background: #fff;
  max-width: 400px;
  width: 90%;
  padding: 32px;
  border-radius: 10px;
  position: relative;
}

.share_popup_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 29px;
}

.share_popup_main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.custom_popup_close {
  display: inline-block;
  padding: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 26px;
  right: 26px;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.custom_popup_close svg {
  width: 13px;
  height: 13px;
  margin: 0 auto;
}

.share_popup_heading {
  text-align: center;
  margin: 0 0 42px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #313841;
  border-bottom: 1px solid #e7ecf2;
  padding-bottom: 15px;
}

.share-text {
  text-align: center;
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 26px;
  max-width: 254px;
  color: #697380;
  display: block;
  font-weight: 600;
}

.custom_popup.show {
  display: block;
}

.share-icon {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background-color: #eee;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-item a {
  text-decoration: none;
}

.blog_share_icon {
  cursor: pointer;
}

@media screen and (max-width: 1025px) {

  .article-template .article_section header,
  .article-template .article_section .article_image {
    width: 100%;
  }

  .featured_content_wrapper .article_image {
    padding: 0;
    float: none;
  }

  .featured_content_wrapper .article_image.mobile_hide {
    display: none;
  }

  .featured_content_wrapper .article_image.desktop_hide {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .blog_share {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .article_section .article-template__title {
    font-size: 20px;
    font-weight: 600;
  }

  .share_popup_content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.article_you_may_blog {
  width: 100%;
  margin-top: 32px;
}

.blog_articles_list.blog-articles--collage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_articles_list .blog-articles__article.article {
  width: 32.3333%;
}

.article_you_may_blog_section h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  color: #313841;
  margin: 0 0 30px;
  text-align: center;
}

.article-template__back:last-child {
  display: none;
}

.article_you_may_blog_section .ratio {
  flex-wrap: wrap;
}

.article_you_may_blog_section .article-card__image-wrapper.card__media {
  width: 100%;
}

.article_you_may_blog_section .media {
  height: 100%;
  padding-bottom: 60%;
}

.article_you_may_blog_section .card__inner .card__content {
  display: none;
}

.article_you_may_blog_section .card__content {
  padding: 18px 0 0;
}

.article-card__image-wrapper {
  min-height: 250px;
}

@media screen and (max-width: 991px) {
  .blog_articles_list .blog-articles__article.article {
    width: 49%;
    margin-bottom: 20px;
  }

  .article_you_may_blog_section h2 {
    margin: 0 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .article_section .post_time {
    padding: 0 0 20px;
    display: block;
  }

  .article_section h2 {
    font-size: 20px;
  }

  .article_you_may_blog_section h2 {
    font-size: 24px;
  }

  .article_section figure {
    float: none;
    padding: 0;
    width: 100%;
    line-height: 0;
    margin: 0 0 15px;
  }

  .article_section p {
    font-size: 14px;
    margin: 0 0 22px;
  }

  .article_section h3 {
    margin: 0 0 6px;
    padding: 10px 0 0;
  }

  .article_section .article_desc_grid figure {
    padding: 0 0 25px 0;
  }

  .article_you_may_blog_section {
    padding: 20px 0;
  }
}

@media screen and (max-width: 575px) {
  .blog_articles_list .blog-articles__article.article {
    width: 100%;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.card-wrapper.product-card-wrapper .card__media .media img {
  object-fit: contain !important;
}

.card-wrapper.product-card-wrapper .card--media .card__inner {
  max-height: 240px;
}

.main-enquiry-page-section {
  width: 100%;
  padding: 70px 0;
}

.main-enquiry-page {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-enquiry-page-left,
.main-enquiry-page-right {
  width: 48%;
  padding: 15px 0;
}

.main-enquiry-page-right-part {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-enquiry-page-right-left {
  width: 49%;
}

.main-enquiry-page-right-right {
  width: 49%;
}

.main-enquiry-page h2 {
  font-size: 20px;
  line-height: 24px;
  color: #313841;
  letter-spacing: 0;
  font-family: var(--orient-font-family-work-sans);
  margin: 0 0 4px;
  text-align: center;
  font-weight: 600;
}

.main-enquiry-page p {
  font-size: 14px;
  line-height: 18px;
  color: #313841;
  letter-spacing: 0;
  font-family: var(--orient-font-family-work-sans);
  margin: 0;
  text-align: center;
}

.main-enquiry-page-right-part h4 {
  font-size: 16px;
  line-height: 26px;
  color: #ea5b29;
  font-family: var(--orient-font-family-work-sans);
  margin: 0 0 8px;
  font-weight: 500;
  letter-spacing: 0;
}

.main-enquiry-page-right-part p {
  font-size: 14px;
  line-height: 18px;
  color: #313841;
  font-family: var(--orient-font-family-work-sans);
  margin: 0 0 8px;
  text-align: left;
}

.main-enquiry-page-right-part p a {
  color: #313841;
  text-decoration: none;
}

.main-enquiry-page-form {
  width: 100%;
  padding: 30px 0 15px;
}

.main-enquiry-page-form label {
  position: unset !important;
  width: 100%;
  display: block;
}

.main-enquiry-page-form .field:before,
.main-enquiry-page-form .field:after {
  display: none;
}

.main-enquiry-page-form .field {
  display: flex;
  flex-wrap: wrap;
}

.main-enquiry-page-form .field__input:focus,
.main-enquiry-page-form .field__input:not(:placeholder-shown),
.main-enquiry-page-form .field__input:-webkit-autofill,
.main-enquiry-page-form .customer .field input:focus,
.main-enquiry-page-form .customer .field input:not(:placeholder-shown),
.main-enquiry-page-form .customer .field input:-webkit-autofill {
  padding: 0 10px;
  margin: 0;
  box-shadow: none;
  border: 1px solid #e7eaed;
  border-radius: 4px;
  margin-bottom: 12px;
}

.main-enquiry-page-form input,
.main-enquiry-page-form textarea {
  border: 1px solid #e7eaed;
  border-radius: 4px;
  padding: 0 15px;
  width: 100%;
}

.main-enquiry-page h2.form-status.form-status-list {
  color: #428445;
  font-size: 14px;
  line-height: 1.2;
  justify-content: center;
  padding-bottom: 15px;
}

.main-enquiry-page h2.form-status.form-status-list:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.main-enquiry-page h2.form-status.form-status-list svg {
  display: none;
}

.main-enquiry-page-form input:focus-visible,
.main-enquiry-page-form select:focus-visible,
.main-enquiry-page-form textarea:focus-visible,
.main-enquiry-page-form input[type="tel"]:focus-visible,
.main-enquiry-page-form input[type="text"]:focus-visible,
.main-enquiry-page-form input[type="email"]:focus-visible {
  outline: none;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.main-enquiry-page-form select,
.main-enquiry-page-form input,
.main-enquiry-page-form textarea {
  font-family: var(--orient-font-family-work-sans);
  font-size: 14px !important;
  letter-spacing: 0 !important;
  color: #999;
  height: 46px;
  border: 1px solid #e7eaed;
  border-radius: 4px;
  padding: 0 35px 0 10px;
  width: 100%;
  margin: 0 0 12px;
}

.main-enquiry-page-map {
  width: 100%;
  padding: 30px 0 22px;
}

.main-enquiry-page-form select {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAA3NCSVQICAjb4U/gAAAAG1BMVEUAAACAj5+FlaWHk6OHlaWHlaOHlqSHlaSHlaQt++zhAAAACHRSTlMAEDBAYMDQ8Bq8x8sAAAAqSURBVAjXY2DAA1g6gMCBgSGio6MVyBXr6EgEUkwV7QogWYtmiCIHdG0ASKsH+TlR4RYAAAAASUVORK5CYII=") no-repeat center right 10px;
  -webkit-appearance: none;
  appearance: none;
}

.main-enquiry-page-form textarea {
  height: 92px;
  padding: 12px 10px;
}

.main-enquiry-page-form ::-webkit-input-placeholder {
  opacity: 1 !important;
  display: block !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  color: #999 !important;
  font-family: var(--orient-font-family-work-sans);
}

.main-enquiry-page-form :-ms-input-placeholder {
  opacity: 1 !important;
  display: block !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  color: #999 !important;
  font-family: var(--orient-font-family-work-sans);
}

.main-enquiry-page-form ::placeholder {
  opacity: 1 !important;
  display: block !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  color: #999 !important;
  font-family: var(--orient-font-family-work-sans);
}

/* Smart shop */
.smart-shop-page{
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-enquiry-text {
  width: 100%;
}

.half-width-part {
  margin: 0 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.custom-enquiry-field{
  margin: 0;
}
.custom-enquiry-field{
  margin: 0;
}

.half-width {
  width: 49%;
  padding: 0;
}

.half-full-width-part {
  width: 100%;
  padding: 0;
}

.half-column-width {
  width: 32.3333%;
  padding: 0;
}

.half-full-width-part .contact__button .button {
  font-size: 14px;
  line-height: 16px;
  color: #fdfeff;
  background: #313841;
  border-radius: 4px;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 15px;
  text-align: center;
  letter-spacing: 0;
}

.half-full-width-part .contact__button {
  width: 100%;
  text-align: center;
  padding: 28px 0 0;
}

.contact-enquiry-text h3 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0 0 10px;
  color: #313841;
  font-weight: 700;
}

.enquiry_select {
  width: 100%;
  position: relative;
}

.enquiry_select span {
  display: inline-block;
  height: 21px;
  width: 1px;
  background: #e7eaed;
  position: absolute;
  top: 12.5px;
  right: 30px;
}

.contact-enquiry-text-details {
  padding-top: 12px;
}

.main_enquiry_breadcrumb {
  width: 100%;
  padding: 5px 0 0;
}

.main_enquiry_breadcrumb ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main_enquiry_breadcrumb ul li {
  display: inline-block;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0;
  color: #313841;
}

.main_enquiry_breadcrumb ul li a {
  display: block;
  font-weight: 400;
  position: relative;
  margin-right: 10px;
  text-decoration: none;
  color: #313841;
}

.main_enquiry_breadcrumb ul li a:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #313841;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  right: -10px;
}

.main-enquiry-page-map-list {
  width: 100%;
  position: relative;
  text-align: left;
}

.map-address-list {
  max-width: 320px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
  padding: 25px 10px 7px 20px;
  border-radius: 15px;
}

.map-address-list p {
  width: 100%;
  display: flex;
  margin: 0 0 10px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 18px;
  color: #313841;
  font-weight: 500;
  text-align: left;
  font-family: var(--orient-font-family-work-sans);
  letter-spacing: 0;
}

.map-address-list p a {
  display: inline-block;
  color: #313841;
  text-decoration: none;
}

.map-address-list p svg {
  width: 20px;
  margin: 0 10px 0 0;
}

.map-address-list p span {
  display: inline-block;
  width: calc(100% - 30px);
}

.enquiry_map_title {
  font-size: 20px;
  line-height: 26px;
  color: #313841;
  margin: 0 0 16px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0;
}

.main-enquiry-page-map-list iframe {
  border: solid 1px #d7dadd !important;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 1px #d7dadd;
}

.main-enquiry-page-map-list {
  line-height: 0;
}

@media screen and (max-width: 1199px) {

  .main-enquiry-page-left,
  .main-enquiry-page-right {
    padding: 10px 5px;
  }

  .main-enquiry-page-right-left,
  .main-enquiry-page-right-right {
    width: 100%;
  }

  .main-enquiry-page-right-part h4 {
    margin: 0 0 4px;
  }
}

@media screen and (max-width: 991px) {
  .main-enquiry-page-left {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .main-enquiry-page-right {
    width: 100%;
    padding: 25px 0 0;
  }

  .main-enquiry-page-map,
  .main-enquiry-page-form {
    padding: 15px 0;
  }

  .main-enquiry-page-form .field {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 575px) {

  .half-column-width,
  .half-width,
  .half-full-width-part {
    width: 100%;
    padding: 0;
  }

  .half-width-part {
    margin: 0;
  }

  .main-enquiry-page-section {
    padding: 30px 0;
  }

  .map-address-list {
    width: 90%;
  }

  .main-enquiry-page-form,
  .main-enquiry-page-map {
    padding-top: 30px;
  }

  .half-full-width-part .contact__button {
    padding: 18px 0 0;
  }

  .main-enquiry-page-right-part {
    padding: 20px 0 0;
  }
}

.template_own-a-shop #MainContent {
  max-width: 1380px;
  margin: 0 auto;
}

.custom_image_with_section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}

.custom_image_with_left {
  width: 54%;
}

.custom_image_with_right {
  width: 43%;
}

.custom_image_with_right img {
  max-width: 100%;
}

.custom_image_with_right figure {
  margin: 0;
}

.custom_image_with_left h2 {
  font-size: 32px;
  line-height: 1.2;
  color: #15191d;
  margin: 0 0 14px;
  letter-spacing: 0;
}

.custom_image_with_left h2 b {
  font-weight: 600;
}

.custom_image_with_left h3 {
  font-size: 18px;
  line-height: 1.25;
  color: #15191d;
  margin: 0 0 10px;
  letter-spacing: 0.09px;
  font-weight: 500;
}

.custom_image_with_left p {
  font-size: 16px;
  line-height: 1.25;
  color: #7d8693;
  letter-spacing: 0;
  margin: 0;
}

.custom_image_with_left ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.custom_image_with_left ul li {
  font-size: 16px;
  line-height: 1.25;
  color: #7d8693;
  letter-spacing: 0;
  padding: 0 0 5px;
}

.custom_image_with_desc {
  width: 100%;
  padding: 48px 0 0;
}

.custom_full_image_with .custom_image_with_left {
  width: 100%;
}

.custom_img_pos_left .custom_image_with_right {
  order: 1;
}

.custom_img_pos_left .custom_image_with_left {
  order: 2;
}

.custom_image_grid_wrapper {
  width: 100%;
}

.custom_image_grid_section {
  width: 100%;
}

.custom_image_grid_desc {
  width: 100%;
}

.custom_image_grid_list {
  width: 100%;
  background: #faefe7;
  border-radius: 8px;
  margin: 0 0 30px;
}

.custom_image_grid_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.custom_image_grid_left {
  width: 47%;
}

.custom_image_grid_right {
  width: 47%;
}

.custom_image_grid_section h2 {
  font-size: 18px;
  line-height: 1.25;
  color: #15191d;
  margin: 0 0 12px;
  letter-spacing: 0;
  font-weight: 500;
}

.custom_image_grid_section p {
  font-size: 16px;
  line-height: 1.25;
  color: #7d8693;
  margin: 0;
}

.custom_image_grid_section ul {
  padding: 10px 0 20px 20px;
  margin: 0;
}

.custom_image_grid_section ul li {
  font-size: 16px;
  line-height: 1.25;
  color: #7d8693;
  margin: 0;
  letter-spacing: 0;
}

.custom_image_grid_main h2 {
  text-align: center;
}

.custom_image_gallery_wrapper {
  width: 100%;
  text-align: center;
}

.custom_image_gallery_section {
  width: 100%;
}

.custom_image_gallery_grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom_image_gallery {
  width: 32%;
  padding: 0 0 60px;
  line-height: 0;
}

.custom_image_gallery h3 {
  margin: 10px 0;
}

.custom_image_gallery figure {
  margin: 0;
}

.custom_image_gallery_wrapper h2 {
  font-size: 32px;
  line-height: 1.2;
  color: #15191d;
  margin: 0 0 30px;
}

.custom_image_gallery h3 a {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  color: #15191d;
  letter-spacing: 0.09px;
  text-decoration: none;
  font-weight: 500;
}

.custom_image_gallery figure img {
  width: 100%;
}

.custom_image_with_right img {
  width: 100%;
}

.custom_img_download {
  width: 100%;
  text-align: right;
  padding-top: 12px;
}

.custom_img_download a {
  display: inline-block;
  color: #4b7bbf;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}

.custom_img_download img {
  width: 14px;
  display: inline-block;
  vertical-align: middle;
}

.custom_image_with_right figure {
  line-height: 0;
}

ul.ul_style_none {
  list-style: none;
  padding: 23px 0 0 0 !important;
}

ul.ul_style_none li {
  padding: 0 0 15px;
  font-size: 18px;
  line-height: 22px;
  color: #15191d;
  font-weight: 500;
  letter-spacing: 0;
}

ul.ul_style_none li svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}

@media screen and (max-width: 991px) {

  .custom_image_with_left,
  .custom_image_with_right {
    width: 100%;
  }

  .custom_image_with_left {
    padding-top: 10px;
  }

  .custom_image_with_right {
    padding-bottom: 10px;
  }

  .custom_image_grid_list {
    margin: 0 0 25px;
  }

  .custom_image_gallery h3 a {
    font-size: 16px;
  }

  .custom_image_gallery {
    padding: 0 0 25px;
  }

  .custom_image_with_section {
    padding: 0 0 10px;
  }

  .custom_image_with_desc {
    padding: 35px 0 0;
  }

  .custom_image_with_left {
    order: 2;
  }

  .custom_image_with_right {
    order: 1;
  }
}

.breadcrumbs .breadcrumbs__list svg {
  height: 15px;
  width: 20px;
  transform: rotate(270deg);
}

@media screen and (min-width: 750px) {
  .template_own-a-shop .breadcrumbs .page-width {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .custom_image_with_left p {
    margin: 0 0 12px;
  }

  .breadcrumbs {
    padding: 7px 0;
  }
}

@media screen and (max-width: 749px) {
  .custom_image_with_left h2 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 14px;
  }

  .custom_image_gallery_wrapper h2 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 30px;
  }

  .custom_image_with_left h3 {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 9px;
  }

  .custom_image_with_left p,
  .custom_image_with_left ul li {
    font-size: 14px;
  }

  .custom_image_with_desc {
    padding: 30px 0 0;
  }

  .custom_image_grid_left,
  .custom_image_grid_right {
    width: 100%;
    padding: 10px 0;
  }

  .custom_image_grid_section h2 {
    margin: 0 0 5px;
    font-size: 18px;
    text-align: left;
  }

  .custom_image_grid_section ul li {
    font-size: 14px;
  }

  .custom_image_grid_main {
    padding: 15px;
  }

  .custom_image_grid_section ul {
    padding: 7px 0 10px 20px;
  }

  .custom_image_grid_section p {
    font-size: 14px;
  }

  .custom_image_gallery {
    width: 49%;
    padding: 0 0 20px;
  }

  .contact-us-banner.style_2 .heading {
    top: 100%;
    background: #313841;
    border-radius: 8px;
    width: 300px;
    font-size: 20px;
    text-align: center;
    padding: 18px 0;
  }

  .custom_contact_section .heading {
    color: #191e1f;
    font-size: 22px;
    font-weight: 600;
  }

  .custom_contact_section .contact_details_wrapper,
  .custom_contact_section .contact_request,
  .custom_contact_section .contact_details .qr_code p,
  .custom_contact_section .contact_details h3 {
    background: none;
    color: #191e1f;
  }

  .qr_code h3 {
    display: none;
  }

  .custom_contact_section .contact_details_wrapper {
    margin-top: -50px;
  }

  .custom_contact_section .contact_details .qr_code img {
    width: 100%;
  }

  .custom_contact_section .contact_details .contact_information ul a {
    color: #191e1f;
  }

  .custom_contact_section .contact_details .contact_information .social h3,
  .custom_contact_section .contact_details .contact_information .social path {
    color: #959595;
    fill: #959595;
  }

  .custom_contact_section .contact_details_wrapper {
    padding: 30px 5px;
  }
}

@media screen and (max-width: 575px) {
  .custom_image_gallery {
    width: 100%;
  }
}

.FAQs_wrap .title {
  text-align: center;
}

.FAQs_wrap .faq_container .accordion {
  position: relative;
  border-top: solid 1px #e7eaed;
  padding: 20px 0;
  cursor: pointer;
}

.FAQs_wrap .faq_container:first-child .accordion {
  border-top: none;
}

.FAQs_wrap .accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.FAQs_wrap .accordion summary .faq_summary_title {
  width: calc(100% - 20px);
  padding-right: 40px;
}

.FAQs_wrap .accordion__title {
  font-size: 20px;
  line-height: 24px;
  color: #15191d;
  margin: 0;
  letter-spacing: 0;
  font-weight: 400;
}

.FAQs_wrap details[open] .accordion__title {
  font-weight: 500;
}

.FAQs_wrap .accordion__content_container {
  padding-top: 20px;
}

.FAQs_wrap .accordion__content_container p {
  font-size: 16px;
  line-height: 1.2;
  color: #313841;
  margin: 0 0 20px;
  letter-spacing: 0;
}

.FAQs_wrap .accordion__content_container p:last-child {
  margin-bottom: 0;
}

.FAQs_wrap .accordion__content_container h4 {
  font-size: 18px;
  line-height: 1.4;
  color: #313841;
  margin: 0 0 9px;
  font-weight: 600;
  letter-spacing: 0;
}

.FAQs_wrap .accordion__content_container>div {
  padding-bottom: 30px;
}

.FAQs_wrap .accordion__content_container ul,
.FAQs_wrap .accordion__content_container ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}

.FAQs_wrap .accordion__content_container ul li,
.FAQs_wrap .accordion__content_container ol li {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #313841;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .FAQs_wrap .accordion__title {
    font-size: 16px;
  }

  .FAQs_wrap .accordion__content_container p,
  .FAQs_wrap .accordion__content_container ul li {
    font-size: 14px;
  }

  .FAQs_wrap .accordion__content_container h4 {
    font-size: 14px;
    margin: 0 0 6px;
  }
}

.custom_video_section {
  width: 100%;
}

.custom_video {
  width: 100%;
  line-height: 0;
  position: relative;
}

.custom_video p {
  position: absolute;
  bottom: 15px;
  left: 25px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 500;
  margin: 0;
}

.custom_video_play {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.custom_video figure.active .custom_video_play {
  display: none;
}

.custom_video figure {
  margin: 0;
  position: relative;
}

.custom_video figure img,
.custom_video figure video,
.custom_video figure iframe {
  width: 100%;
  box-shadow: 0px 6px 6px 0px #98a4b2;
  border-radius: 8px;
}

.custom_video figure video,
.custom_video figure iframe {
  display: none;
}

.custom_video figure.active img {
  display: none;
}

.custom_video figure.active video,
.custom_video figure.active iframe {
  display: block;
}

.rich-text__text.rte {
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}

.rich-text__text figure,
.rich-text__text_img figure {
  margin: 0 !important;
}

.custom_video p {
  padding-left: 5px;
}

.custom_video p:after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
  background: #fdfeff;
}

.image_text_slider_wrapper {
  width: 100%;
}

.image_text_slider_section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.image_text_slider_left {
  width: 49%;
  border-radius: 10px 0px 0px 10px;
  background: #fff0 linear-gradient(180deg, #171b1f 0%, #373c43 100%) 0% 0% no-repeat;
  text-align: center;
  padding: 25px 0;
}

.image_text_slider_right {
  width: 48%;
}

.image_text_slider_right p {
  font-size: 18px;
  line-height: 1.3;
  color: #313841;
  margin: 0 0 31px;
}

.image_text_slider_right .btn {
  font-size: 14px;
  line-height: 1.2;
  background: #313841;
  color: #fdfeff;
  display: inline-block;
  padding: 12px 30px;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: capitalize;
  min-width: 240px;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
}

.image_text_slider {
  width: 100%;
  padding: 50px 0 110px;
  margin: 0;
}

.image_text_slider_left .image_text_slider figure img {
  max-width: 100%;
}

.image_text_slider li {
  display: block;
  margin: 0;
  padding: 0;
}

.image_text_slider_section h2 {
  font-size: 34px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0px;
  margin: 20px 0 13px;
  text-transform: capitalize;
}

.image_text_slider_desc {
  max-width: 550px;
  width: 100%;
}

.image_text_slider_left figure {
  margin: 0;
}

.image_text_slider_left figure img {
  max-width: 170px;
}

.image_text_slider button.slick-next.slick-arrow {
  background: none;
  top: auto;
  bottom: 0;
  left: calc(50% + 22px);
  right: auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}

.image_text_slider button.slick-prev.slick-arrow {
  background: none;
  top: auto;
  bottom: 0;
  left: calc(50% - 22px);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}

.image_text_slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}

.image_text_slider .slick-next:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("Path 201717.svg") no-repeat center center;
  background-size: contain;
}

.image_text_slider .slick-prev:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("Path 201717.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.button.button--primary.arrow-cutom-btn {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 1.7;
  color: #4b7bbf;
  letter-spacing: 0px;
  font-weight: 600;
  background: none;
}

.button.button--primary.arrow-cutom-btn svg {
  height: 15px;
  width: 15px;
  margin-left: 4px;
}

.our_about_grid_wrapper {
  width: 100%;
}

.our_about_grid_section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.our_about_grid_wrapper h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #313841;
  letter-spacing: 0;
  margin: 0;
  margin: 0 0 30px;
  text-align: center;
}

.our_about_grid {
  width: 32%;
  position: relative;
}

.our_about_grid figure {
  margin: 0;
}

.our_about_grid_desc {
  width: 100%;
}

.our_about_grid_desc {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 20px 10px;
}

.our_about_grid figure img {
  width: 100%;
}

.our_about_grid_desc h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0px;
  margin: 0 0 7px;
}

.our_about_grid_desc h3 strong {
  font-weight: 600;
}

.our_about_grid_desc p {
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: 0;
  margin: 0 0 10px;
  font-weight: 500;
}

.our_about_grid_desc .our_about_grid_right p {
  color: #fdfeff;
  font-weight: 400;
  margin: 0 0 18px;
  display: block !important;
}

.our_about_grid_tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.our_about_grid_left {
  width: 100px;
  margin-right: 22px;
}

.our_about_grid_right {
  width: calc(100% - 122px);
}

.our_about_grid_left ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.our_about_grid_left ul li {
  display: block;
}

.our_about_grid_left ul li a {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  color: #fdfeff;
  border: 1px solid #fff0;
  border-radius: 10px;
  width: 100%;
  padding: 16px 8px;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: none;
}

.our_about_grid_left ul li.active a {
  color: #e85a29;
  border: solid 1px #fff;
  background: #fff0 linear-gradient(135deg, #ffffff4b 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.our_about_grid_left ul li.active svg path {
  fill: #e85a29;
}

.our_about_grid_left ul li a span {
  display: block;
  margin: 7px 0 0;
}

.our_about_grid_tab_desc {
  width: 100%;
  display: none;
}

.our_about_grid_tab_desc.active {
  display: block;
}

.our_about_grid_tabs {
  opacity: 0;
  transition: 0.6s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  -o-transition: 0.6s all ease-in-out;
  -moz-transition: 0.6s all ease-in-out;
  -ms-transition: 0.6s all ease-in-out;
}

.our_about_grid:hover .our_about_grid_tabs {
  opacity: 1;
}

.about_founder_left img {
  width: 100%;
}

@media (max-width: 1366px) {
  .our_about_grid_desc {
    padding: 20px 15px 10px;
  }

  .our_about_grid_left ul li a {
    padding: 10px 5px;
  }

  .our_about_grid_desc .our_about_grid_right p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.2;
  }

  .our_about_grid_desc h3 {
    font-size: 20px;
  }

  .our_about_grid_left {
    margin-right: 7px;
  }

  .about_founder_right h2 {
    font-size: 30px;
  }

  .about_founder_right h3 {
    font-size: 13px;
  }

  .about_founder_right p {
    font-size: 30px;
  }

  .our_about_grid_wrapper h2 {
    font-size: 34px;
  }

  .our_about_grid figure img {
    min-height: 500px;
    object-fit: cover;
    border-radius: 8px;
  }

  .our_about_grid_right {
    width: calc(100% - 107px);
  }
}

@media (max-width: 991px) {
  .our_about_grid {
    width: 49%;
  }
}

@media (max-width: 600px) {
  .our_about_grid {
    width: 100%;
  }
}

.testimonials_section button.slick-next.slick-arrow,
.testimonials_section button.slick-prev.slick-arrow {
  position: absolute;
  top: auto;
  bottom: -45px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}

.testimonials_section button.slick-next.slick-arrow {
  right: auto;
  left: calc(50% + 25px);
}

.testimonials_section button.slick-prev.slick-arrow {
  left: calc(50% - 25px);
}

.custom_image_with_wrapper.style-2 .custom_image_with_left p {
  font-size: 18px;
  line-height: 1.4;
  color: #15191d;
}

.about_founder {
  width: 100%;
}

.about_founder_section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about_founder_left {
  width: 49%;
  order: 2;
}

.about_founder_right {
  width: 49%;
  order: 1;
}

.about_founder_left figure {
  margin: 0;
}

.about_founder_right h2 {
  font-size: 40px;
  line-height: 1.1;
  color: #15191d;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.about_founder_right h3 {
  font-size: 14px;
  line-height: 1.6;
  color: #7d8693;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}

.about_founder_right h4 {
  font-size: 12px;
  line-height: 1.8;
  color: #ea5b29;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin: 0 0 33px;
}

.about_founder_right p {
  font-size: 40px;
  line-height: 1.1;
  color: #15191d;
  letter-spacing: 0;
  margin: 0 0 22px;
  position: relative;
  padding-left: 12px;
}

.about_founder_right p svg {
  position: absolute;
  top: -22px;
  left: 0;
}

.about_timeline_wrapper {
  width: 100%;
}

.about_timeline_section {
  width: 100%;
}

.about_timeline_section h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 9px;
  letter-spacing: 0;
  font-weight: 600;
}

.about_timeline_section p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 5px;
  max-width: 1140px;
}

.about_timeline_section a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  color: #4b7bbf;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: none;
}

.about_timeline_section a svg {
  height: 15px;
  width: 15px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}

.about_timeline_section figure {
  margin: 60px 0 0;
  line-height: 0;
}

.about_timeline_section figure img {
  width: 100%;
  border-radius: 12px;
}

.about_timeline_desc {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 80px;
}

.about_timeline_left {
  width: 25%;
}

.about_timeline_right {
  width: 73%;
}

.about_timeline_desc h3 {
  color: #fff;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
}

.about_timeline_desc h4 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

.about_timeline_desc p {
  color: #d5dbe3;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 0 auto;
  max-width: 590px;
  letter-spacing: 0;
}

.about_timeline_desc.active {
  display: flex;
}

.about_timeline_slider {
  width: 100%;
  margin: 0;
  padding: 0 0 65px;
  text-align: center;
}

.about_timeline_slider li {
  display: inline-block;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  vertical-align: top;
  position: relative;
}

.about_timeline_slider li:after {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #818080;
  border-radius: 50%;
  background: #373c43;
}

.about_timeline_slider li:nth-child(odd) {
  padding-top: 150px;
}

.about_timeline_slider li:nth-child(even) {
  padding-bottom: 104px;
}

.about_timeline_slider li:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #818080;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about_timeline_slider li h5 {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
}

.about_timeline_slider li h6 {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 126px;
  font-weight: 400;
  letter-spacing: 0;
}

.about_timeline_slider .custom-arrow svg {
  height: auto !important;
  width: auto !important;
}

.about_timeline_slider button.slick-next {
  top: auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  bottom: -50px;
  left: calc(50% + 25px);
}

.about_timeline_slider button.slick-prev {
  top: auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  bottom: -50px;
  left: calc(50% - 25px);
}

.about_timeline_slider li.slick-current {
  opacity: 1;
}

.about_timeline_slider li.slick-current:after {
  background: #fff0 linear-gradient(232deg, #f57144 0%, #e33f6b 100%) 0% 0% no-repeat padding-box;
  border-color: #f57144;
  filter: blur(1px);
}

.about_timeline_slider li.slick-current:before {
  opacity: 0.5;
}

ul.ul_style_none {
  list-style: none !important;
}

ul.ul_style_none li {
  display: block !important;
}

.know_more_popup h2 {
  font-size: 30px;
  font-weight: 600;
  border-bottom: 1px solid #b3bec74d;
  padding-bottom: 14px;
}

.know_more_popup .lity_popup p {
  color: #191e1f;
}

@media screen and (max-width: 1024px) {

  .about_timeline_slider button.slick-next,
  .about_timeline_slider button.slick-prev {
    bottom: 0;
  }

  .about_timeline_slider {
    padding: 15px 0 65px;
  }
}

@media screen and (max-width: 991px) {
  .about_timeline_desc h3 {
    font-size: 40px;
  }

  .about_timeline_desc h4 {
    font-size: 18px;
  }

  .about_timeline_desc p {
    font-size: 16px;
  }

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

  .about_timeline_slider button.slick-next,
  .about_timeline_slider button.slick-prev,
  .image_text_slider button.slick-next,
  .image_text_slider button.slick-prev {
    display: block !important;
  }

  .image_text_slider .slick-dots {
    display: none !important;
  }

  .image_text_slider_section h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 1.2;
  }

  .image_text_slider {
    padding: 20px 0 75px;
  }

  .image_text_slider_left .image_text_slider figure img {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .our_about_grid_wrapper h2 {
    font-size: 32px;
  }

  .our_about_grid_desc h3 {
    font-size: 24px;
  }

  .our_about_grid_desc .our_about_grid_right p {
    font-size: 14px;
    line-height: 1.3;
  }

  .our_about_grid figure img {
    min-height: 530px;
  }

  .custom_video_play svg {
    width: 35px;
    height: 35px;
  }

  .custom_video p {
    font-size: 14px;
  }

  .rich-text .rich-text__heading {
    font-size: 24px;
    margin: 0 0 20px;
  }

  .image_text_slider_left,
  .image_text_slider_right,
  .about_founder_left,
  .about_founder_right {
    width: 100%;
  }

  .image_text_slider_right {
    padding: 20px 12px;
  }

  .about_founder_left figure {
    line-height: 0;
  }

  .about_founder_left {
    padding-bottom: 40px;
    order: -1;
  }

  .image_text_slider_right p {
    font-size: 16px;
    text-align: center;
  }

  .image_text_slider_right .btn {
    display: block;
  }

  .image_text_slider .slick-dots {
    display: block !important;
    text-align: center;
  }

  .image_text_slider .slick-dots li {
    display: inline-block;
    margin: 0 3px;
  }

  .image_text_slider .slick-dots li.slick-active button {
    background: #fff !important;
  }

  .image_text_slider button.slick-arrow {
    display: none !important;
  }

  .our_about_grid figure {
    line-height: 0;
    margin: 0 0 20px;
  }

  .about_timeline_section h2 {
    font-size: 24px;
  }

  .about_timeline_section p {
    font-size: 14px;
    margin: 0 0 7px;
  }

  .about_timeline_section {
    padding: 24px 0 0;
  }

  .about_timeline_section figure {
    margin: 30px 0 0;
  }

  .about_timeline_desc {
    padding: 30px 0 25px;
  }

  .about_timeline_left,
  .about_timeline_right {
    width: 100%;
    text-align: center;
  }

  .about_timeline_desc h4 {
    font-size: 24px;
    margin: 0 0 20px;
  }

  .about_timeline_desc p {
    font-size: 14px;
  }

  .about_timeline_slider {
    padding: 15px 0 7px;
  }

  .about_timeline_slider button.slick-next {
    left: auto;
    right: 0;
    bottom: -29px;
  }

  .about_timeline_slider button.slick-prev {
    left: auto;
    right: 41px;
    bottom: -29px;
  }

  .know_more_popup .lity_popup .rich-text__blocks {
    width: 95%;
  }

  .know_more_popup .lity_popup {
    padding: 15px;
  }

  .know_more_popup h2 {
    font-size: 18px;
  }

  .image_text_slider_left {
    border-radius: 10px 10px 0 0;
  }

  .image_text_slider .slick-dots {
    bottom: 42px;
  }

  .image_text_slider_right p {
    margin: 0 0 20px;
  }

  .about_founder_right h4 {
    margin: 0 0 40px;
  }

  .about_founder_right p {
    font-size: 32px;
    padding-left: 6px;
  }

  .about_founder_right h2 {
    font-size: 32px;
    margin: 0 0 5px;
  }

  .rich-text__blocks.center {
    padding: 10px 0 0;
  }

  .rich-text__blocks.center .rte img {
    width: 100%;
    margin: 0 auto;
  }

  .rich-text__blocks.center .rte figure {
    line-height: 0;
    width: 80%;
    margin: 0 auto !important;
  }

  .rich-text__text_img.rte {
    padding-bottom: 10px;
  }

  .custom_image_with_wrapper.style-2 {
    padding-top: 25px;
  }

  .style-2 .custom_image_with_left h2 {
    font-size: 24px;
    margin: 5px 0;
  }

  .custom_image_with_wrapper.style-2 .custom_image_with_left p {
    font-size: 14px;
  }

  ul.ul_style_none {
    padding: 0 0 10px !important;
  }

  ul.ul_style_none li {
    position: relative;
    padding-left: 38px;
    line-height: 1.3;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  ul.ul_style_none li svg {
    position: absolute;
    top: 50%;
    left: 0;
    height: 22px;
    width: 22px;
    transform: translateY(-50%);
  }

  .mm_custom__blog_slider ul.slick-dots,
  .mm_category__blog_slider ul.slick-dots,
  .custom__blog_slider ul.slick-dots {
    bottom: -20px;
  }

  .mm_custom__blog_slider ul.slick-dots,
  .mm_category__blog_slider ul.slick-dots,
  .custom__blog_slider ul.blog__posts {
    margin-top: 25px;
  }
}

.offers_banner_wrapper {
  width: 100%;
}

.offers_banner_section {
  width: 100%;
  position: relative;
}

.offers_banner_section figure {
  margin: 0;
  line-height: 0;
}

.offers_banner_section figure img {
  width: 100%;
}

.offers_banner_desc {
  width: 100%;
  position: absolute;
}

.offers_banner_desc h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 10px;
}

.offers_banner_desc h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 10px;
}

.offers_banner_desc a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}

.offers_banner_desc a svg {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}

.offers_banner {
  width: 100%;
  max-width: 700px;
  padding: 40px;
}

.offers_banner_desc.center_right {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

.offers_banner_desc.bottom_left {
  bottom: 0;
  left: 0;
}

.offers_banner_desc.bottom_right {
  bottom: 0;
  right: 0;
}

.offers_banner_desc.center_left {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

.offers_banner_desc.center_right .offers_banner,
.offers_banner_desc.bottom_right .offers_banner {
  margin: 0 0 0 auto;
}

.offer_desktop_banner {
  display: block !important;
}

.offer_mobile_banner {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .offers_banner_desc h2 {
    font-size: 26px;
    margin: 0 0 5px;
  }

  .offers_banner_desc h3 {
    font-size: 16px;
    margin: 0 0 5px;
  }
}

@media screen and (max-width: 991px) {
  .offers_banner_desc h2 {
    font-size: 20px;
  }

  .offers_banner_desc h3 {
    font-size: 14px;
    font-weight: 700;
  }

  .offers_banner_desc a {
    font-weight: 500;
  }

  .offers_banner {
    text-align: center;
    margin: 0 auto !important;
    padding: 25px;
  }

  .offers_banner_desc {
    top: auto !important;
    bottom: 0 !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
  }

  .offers_banner_section img {
    min-height: 400px;
    object-fit: cover;
    border-radius: 8px;
  }

  .offer_desktop_banner {
    display: none !important;
  }

  .offer_mobile_banner {
    display: block !important;
  }
}

.atc_notification,
.remove_notification {
  background-color: #313841;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  font: normal normal normal 14px/18px Work Sans;
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  display: none;
  transition-delay: 0.25s;
  transition: 0.5s all;
  z-index: 4;
}

.atc_notification.show,
.remove_notification.show {
  display: flex;
  bottom: 20px;
}

.atc_notification .content p:first-child,
.remove_notification .content p:first-child {
  font: normal normal normal 12px/14px Work Sans;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}

.atc_notification .pname_wrap,
.remove_notification .pname_wrap {
  margin-bottom: 0;
}

.atc_notification .pname {
  display: block;
  margin-bottom: 5px;
}

.atc_notification .dismiss,
.remove_notification .dismiss {
  cursor: pointer;
  padding-left: 20px;
}

.product__media-wrapper .custom-wishlist {
  z-index: 2;
}

@media screen and (max-width: 767px) {

  .atc_notification,
  .remove_notification {
    right: 0px;
  }
}

.lity {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
}

.lity-content .form_top_sec {
  padding: 120px 0px 15px !important;
  margin-top: 30px;
}

#customer_login_custom .forms_container .otp {
  padding: 30px !important;
  border-radius: 8px;
}

#customer_login_custom .forms_container {
  width: 90%;
}

.lity-content:after {
  box-shadow: none;
}

.form_section .form_btm_block .login_otp .cnt {
  padding: 15px 0 !important;
}

.form_section .form_top_sec .otp_loader {
  padding: 3px 0 !important;
}

#eoshAccountForm #phoneLabel {
  display: none !important;
}

.form_section .form_block .form_field.enter_phone .eosh-select {
  display: none !important;
}

.form_section .form_block .form_field.enter_phone,
.form_section .form_block .form_field .form_field_item,
.form_section .form_block .form_btn .eosh-btn,
.form_section .form_btm_block .login_otp .login_otp_cta {
  height: 45px !important;
  padding: 8px !important;
}

.cart-drawer__empty-content {
  max-width: 370px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  #customer_login_custom .forms_container .otp {
    padding: 15px !important;
  }
}

#eoshAccountForm {
  max-height: 230px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px;
}

.custom_cart_content {
  position: relative;
}

.custom_cart_content .content {
  text-align: center;
  font-size: 24px;
  padding-top: 30px;
}

.breadcrumbs {
  width: 100%;
}

.breadcrumbs__list {
  width: 100%;
  margin: 0;
  padding: 10px 0 14px 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.breadcrumbs__list li {
  display: inline-block;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.4;
  color: #313841;
  letter-spacing: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumbs__item h1 {
  font-size: 11px;
}

.breadcrumbs__list li a {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  color: #313841;
  letter-spacing: 0;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  width: max-content;
}

.breadcrumbs__list li:first-child {
  padding-left: 0;
}

.breadcrumbs__list li:last-child a,
.breadcrumbs__list li:last-child {
  padding-right: 0;
  font-weight: 600;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumbs__list li:last-child:after {
  display: none;
}

.predictive-search {
  left: 0 !important;
  width: 100% !important;
  left: 0 !important;
}

.header predictive-search {
  position: unset !important;
}

.noresult-search-popup {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.noresult-search-popup figure {
  margin: 0 0 15px;
}

.noresult-search-popup span {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 0;
  color: #69737f;
  margin: 0 0 30px;
}

.term-search-popup {
  font-size: 12px;
  line-height: 1.4;
  color: #69737f;
  letter-spacing: 0;
  padding: 0 0 20px;
}

#predictive-search-results {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-banner.investors-banner img {
    min-height: 258px;
    object-fit: cover;
  }

  .two-columns-grid li {
    margin: 0 0 20px;
  }

  .two-columns-grid .content div.icon svg {
    height: 30px;
    width: auto;
  }

  .two-columns-grid li {
    margin: 0 0 10px;
  }

  .page-banner.style_1 .vbutton,
  .page-banner.style_2 .vbutton {
    transform: translateY(0%);
    position: relative;
    margin-top: -30px;
    margin-bottom: 12px;
  }

  .breadcrumbs__list {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .main-enquiry-page h2 {
    font-size: 24px;
    margin: 0 0 5px;
  }

  .contact-enquiry-text h3 {
    font-weight: 600;
  }

  .half-full-width-part .contact__button .button {
    font-weight: 500;
  }
}

.minus_icon {
  display: none;
}

@media (max-width: 767px) {
  .blog__title.h1 {
    font-size: 24px;
  }

  .featured_posts .featured_post_content>div img {
    border-radius: 8px;
  }

  .featured_posts .featured_post_content {
    margin: 0 13px 20px;
  }

  .featured_posts_slider .slider_post_content h2 a {
    font-size: 30px;
  }

  .featured_posts_slider .post_slide {
    margin: 0 7px 20px;
  }

  .blog-articles__article.article {
    margin: 0 0 16px;
  }
}

@media (max-width: 767px) {

  .investors_menu button.slick-prev.slick-arrow,
  .investors_menu button.slick-next.slick-arrow {
    display: none !important;
  }

  .investors_menu li {
    margin: 0 11px;
  }

  .investors_team .team_members {
    margin-top: 0;
  }

  .investors_team .team_members {
    padding-bottom: 70px;
  }

  .investors_team .slick-dots {
    bottom: 60px;
  }

  .home_blog .article-card__readmore {
    display: none;
  }
}

.faq_container .accordion .faq_arrow {
  display: block;
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  width: 20px;
}

.faq_container .accordion .faq_arrow svg {
  transform: rotate(180deg);
  transition: all 1s ease;
}

.faq_container .accordion details[open] .faq_arrow svg {
  transform: rotate(0deg);
}

.faq_view_more {
  text-align: center;
  margin-top: 40px;
}

.faq_view_more .button {
  color: #313841;
  border: 1px solid #313841;
  border-radius: 6px;
  padding: 12px 12px 10px 12px;
  width: 170px;
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .product_detail_accordion .plus-button {
    display: none;
  }

  details.product_detail_accordion {
    position: relative;
  }

  details.product_detail_accordion:before {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 2;
  }
}

@media screen and (max-width: 600px) {
  .trmplate_category-landing-page .sticky_usps_section .slick-dots {
    display: none !important;
  }

  .trmplate_category-landing-page .sticky_usps_section+.home-slideshow-container .home-slideshow {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .lity_popup .order_item .order_summary .customer_info .need_assistance span {
    display: block;
  }

  .lity_popup .order_item .order_summary .customer_info .need_assistance .circle-divider {
    margin-left: 0;
    padding-left: 0;
  }

  .lity_popup .order_item .order_summary .customer_info .need_assistance .circle-divider:before {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .jdgm-widget .jdgm-temp-hidden {
    width: 140px !important;
  }
}

button.swym-delete-btn.swym-nav.swym-nav-1.swym-is-button {
  z-index: 2 !important;
}

.template_category-landing-page .home-slideshow .slick-arrow {
  display: none !important;
}

.custom__blog_slider.style_2 .blog__posts .slick-slide {
  margin-left: 30px;
}

.custom__blog_slider.style_2 .blog__posts {
  margin-left: -30px;
}

.custom__blog_slider.style_2 .blog__posts .article-card-wrapper {
  background: #fffaf6;
  padding: 15px;
  border-radius: 8px;
}

.accordion__content_container .info_blocks {
  display: flex;
  flex-wrap: wrap;
}

.accordion__content_container .info_blocks .info_block {
  padding: 12px;
  background: #fffaf6;
  border-radius: 10px;
  width: calc(25% - 15px);
  margin: 7px;
}

.accordion__content_container .info_blocks .info_block .block_img {
  background: transparent !important;
  border: none !important;
}

.accordion__content_container .info_blocks .info_block .block_img img {
  width: 100%;
  display: block;
  background: transparent !important;
  border: none !important;
}

.accordion__content_container .info_blocks .info_block h2 {
  font-size: 16px;
  font-weight: 500;
  color: #313841;
  margin: 10px 0 5px;
}

.accordion__content_container .info_blocks .info_block .text p {
  font-size: 14px;
  color: #7d8693;
  margin-bottom: 5px;
}

@media screen and (max-width: 1025px) {
  .accordion__content_container .info_blocks .info_block {
    width: calc(33% - 15px);
  }
}

@media screen and (max-width: 768px) {
  .accordion__content_container .info_blocks .info_block {
    width: calc(50% - 15px);
  }

  .product__media-wrapper::-webkit-scrollbar {
    display: none !important;
  }

  .product__media-wrapper::-webkit-scrollbar {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .accordion__content_container .info_blocks .info_block {
    width: 100%;
    margin: 10px 0;
  }
}

.field:before,
.field:after {
  display: none;
}

.featured_posts_slider .post_slide>a>img,
.featured_posts_slider .post_slide img {
  width: 100%;
}

.accordion__content_container table td {
  white-space: normal !important;
}

#corporate-drawer-close {
  z-index: 2;
}

#category-drawer .menu-drawer__menu .child_list,
#corporate-drawer .menu-drawer__menu {
  padding-left: 18px;
}

#category-drawer .menu-drawer__menu .child_list li,
#corporate-drawer .menu-drawer__menu>li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

#category-drawer .menu_child_image {
  width: 40px;
}

#category-drawer .menu-drawer__menu .child_list li {
  position: relative;
}

#category-drawer .menu-drawer__menu .child_list .menu-drawer__menu-item,
#corporate-drawer .menu-drawer__menu .menu-drawer__menu-item {
  font: 16px/19px Work Sans;
  letter-spacing: 0px;
  color: #313841;
  margin-left: 0;
  padding: 5px 15px;
}

#corporate-drawer .menu-drawer__menu .menu-drawer__menu-item {
  font-weight: 500;
}

#category-drawer .menu-drawer__menu .child_list .icon-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.account_drawer_open .shopify-section-announcement-bar {
  display: none;
}

body.account_drawer_open #account-drawer {
  z-index: 4;
}

body.account_drawer_open #shopify-section-header {
  position: relative;
  top: -35px;
}

@media screen and (max-width: 600px) {
  .usps-main-container-template--16122819215522__c7b6356c-9a8a-4f28-a3bb-4124ae6d7e38 .slick-dots {
    display: none !important;
  }

  .product .share_popup_main {
    align-items: flex-end;
  }

  .product .share_popup_container {
    max-width: 600px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 30px 15px;
  }

  .share_popup_heading {
    text-align: left;
  }

  .article_section .post_time>span {
    display: none;
  }

  .usp-container .slick-dots {
    display: none !important;
  }

  .usp-grid-section {
    border-bottom: 8px solid #b3bec74d;
  }
}

@media screen and (max-height: 600px) {
  .mega-menu__list {
    grid-template-columns: 2fr auto max-content;
  }
}

.addons__container {
  margin: 0 !important;
  margin-top: 9px !important;
}

#category_landing_template .sticky_usps_section {
  top: 63px;
}

.cart-product-grid .loading-overlay__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: white;
  width: 100%;
  border-radius: 4px;
}

.cart-product-grid .quick-add__submit {
  position: relative;
}

.add-outline img {
  border: 1px solid #ea5b29;
  border-radius: 50%;
}

.usps-main-container .usp-block-content:hover img {
  transform: scale(1.05);
}

.usps-main-container .usp-block-content:hover .usp-text {
  font-weight: 600;
  color: black;
  transform: scale(1.05);
}

.card__content {
  position: static !important;
}

#upsell-cart-slider .price-item--last {
  font-size: 16px !important;
}

.footer__top-wrapper-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

cart-drawer.active+body {
  overflow: hidden !important;
}

@media screen and (max-width: 320px) {
  .sticky_usps_container .usp-block-content {
    padding: 0 12px !important;
  }
}

.order_status {
  display: flex;
  gap: 10px;
}

.order_item .only-mobile {
  width: 100%;
}

.order_item .only-mobile .status__wrapper {
  display: flex;
  justify-content: space-between;
}

.usf-swatchs {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__top-wrapper-main {
    padding: 4.5rem 2.7rem 6rem;
    overflow: hidden;
  }

  .footer__top-wrapper {
    grid-template-columns: 28% 36% 36%;
  }

  .custom-image-with-text-section-2 .image-with-text__heading.h1 {
    font-size: 20px;
    line-height: 1.2;
  }

  .custom-image-with-text-section-2 .image-with-text__text p {
    font-size: 14px;
  }

  .image-with-text__content {
    padding: 0 !important;
  }
}

::-webkit-scrollbar {
  height: 0.4rem !important;
  width: 0.4rem !important;
  display: none !important;
}

::-webkit-scrollbar {
  display: initial !important;
}

::-webkit-scrollbar-thumb {
  background-color: #bfcad8 !important;
  border-radius: 0.4rem !important;
  border: 0;
}

::-webkit-scrollbar-track {
  background: #edf0f4 !important;
  border-radius: 0.4rem !important;
}

.product_faq_review_container .jdgm-form {
  margin-top: 20px;
}

breadcrumbs__list li p {
  font-size: 11px;
  font-weight: 300;
}

.home-slideshow-item.slick-slide {
  transition: transform 0.9s cubic-bezier(0, 0.14, 0.19, 1), opacity 0.9s !important;
  transform: translateX(-4vw) !important;
  opacity: 0 !important;
}

.home-slideshow-item.slick-slide.slick-active {
  transition: transform 0.9s cubic-bezier(0, 0.14, 0.19, 1), opacity 0.9s !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.home-slideshow-item.slick-slide.slick--leaving {
  transition: transform 0.9s ease-in-out !important;
  transform: translateX(4vw) !important;
  opacity: 0.8 !important;
}

.breadcrumbs__list li p {
  font-size: 11px;
  font-weight: 300;
}

.mm-aspect img {
  aspect-ratio: 25 / 16;
  object-fit: cover;
}

.usps-main-container-slider .usp-container,
.multicolumn-slider,
.usp-text-container,
.custom__blog_slider ul,
.product__Slider,
.announcement-bar-slider {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: center;
}

.home-slideshow-item:not(:first-child) {
  display: none;
}

.home-slideshow-item.slick-slide {
  display: block;
}

/*** republic day sale css ***/
  {
  % if request.path contains 'pages/republic-day-sale' %
}

@media screen and (max-width:768px) {
  .onam-featured_collection .collection .custom-title-wrapper h2 {
    text-align: center;
  }

  .collection .collection__description p,
  .onam-featured_collection .collection .collection__description.body {
    text-align: center;
  }

  .custom-featured-collection-container {
    padding-bottom: 160px;
  }

  .collection.section-template--16531681738914__featured_collection_nxfEVx-padding .custom-featured-collection-container {
    padding-bottom: 0;
  }
}

.mm-share {
  top: 21px;
  right: 18px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  display: block;
}

.mm-product_share_icon {
  display: block;
}

.template-search__results .mm-product_share_icon {
  top: 21px;
  right: 18px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

/* Events and exhibition page section css */

#events-exhibition-section .title {
  color: #313841;
}

#events-exhibition-section .view_more_text {
  width: auto;
}

#events-exhibition-section .document_item {
  border: none;
  padding-bottom: 20px;
}

#events-exhibition-section .documents_grid .links {
  border-top: none;
  position: unset;
  padding: 0;
}

#events-exhibition-section .documents_grid h3 {
  padding: 10px 0 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #313841;
  min-height: 54px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#events-exhibition-section .document_description p {
  margin: 0;
}

@media screen and (min-width: 750px) {
  #events-exhibition-section .document_description {
    margin-bottom: 10px;
  }
}

/* Event details page css */

.event-exhibition-detail-section {
  background-color: #FFFAF6;
}

#event-exhibition-detail--section .custom-title-wrapper h2 {
  margin: 0;
}

.event-exhibition-detail-section .meta_description p {
  font-size: 16px;
  color: #313841;
}

.event-exhibition-detail--img-wrapper li {
  list-style: none;
}

#event-exhibition-detail--section .slick-list {
  overflow: visible;
}

#event-exhibition-detail--section .page-width {
  overflow: hidden;
}

#event-exhibition-detail--section .slick-slide img {
  width: 100%;
}

.event-exhibition-detail--img-wrapper {
  padding: 0px;
}

#event-exhibition-detail--section .slick-slide:not(.slick-active):not(.slick-center) {
  transform: scale(0.8);
  /* Scale the slides to 0.8 */
}

#event-exhibition-detail--section .slick-slide:not(.slick-center) {
  translate: 50px 0px;
}

#event-exhibition-detail--section .slick-slide.slick-active.slick-center+.slick-slide {
  translate: -50px 0px;
}

#event-exhibition-detail--section .slick-slide {
  transform: scale(1);
  /* Scale the slides to 0.8 */
  transition: transform 0.3s ease;
}

.event-exhibition-detail--img-wrapper .slick-arrow {
  display: none !important;
}

#event-exhibition-detail--section .custom-arrows {
  text-align: center;
  margin-top: 10px;
  display: flex;
  gap: 1.4rem;
  justify-content: center;
  align-items: center;
}

#event-exhibition-detail--section .custom-arrows button {
  cursor: pointer;
  border: none;
}

#event-exhibition-detail--section .prev-arrow,
#event-exhibition-detail--section .next-arrow {
  background: #313841;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #000;
  z-index: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Press and Media coverage pages */
.custom_media_document_grid .media__container .documents_grid li {
  height: auto;
}

.custom_media_document_grid .document_description p {
  font-size: 14px;
  color: #7D8693;
  line-height: 20px;
  letter-spacing: 0;
  padding: 0 14px 10px 14px;
  margin: 0;
}

.custom_media_document_grid .document_publisher {
  font-size: 12px;
  margin: 0;
  color: #EA5B29;
  letter-spacing: 1.2px;
  padding: 10px 10px 0 10px;
  background-color: #FFFAF6;
  font-weight: 500;
}

.custom_media_document_grid .documents_grid h3,
.custom_media_document_grid .document_description {
  background-color: #FFFAF6;
}

.custom_media_document_grid .documents_grid li {
  height: auto;
}

.custom_media_document_grid .documents_grid h3 .heading_icon {
  display: none;
}

.custom_media_document_grid .documents_grid {
  justify-content: flex-start;
}

.custom_media_document_grid .document_title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom_media_document_grid .document_date {
  display: block;
  top: 10%;
  position: absolute;
  left: 30%;
  color: white;
  letter-spacing: 1.6px;
  font-size: 18px;
}

.custom_press_document_grid .document_date {
  top: 8%;
  position: absolute;
  left: 30%;
}

.custom_media_document_grid .documents_grid li .mm-image img {
  border-radius: 8px 8px 0 0;
  position: relative;
}

/**** about us page changes ***/
.testimonials_section .testimonials li p {
  font-weight: 400;
  max-width: 610px;
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 1.25;
  color: #7d8693;
  letter-spacing: 0;
  margin: 0;
  font-size: 16px;
}

.custom-new-heading h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 42px;
  color: #e85a29;
  margin-top: 0;
}

.about_timeline_section p {
  font-size: 16px;
  line-height: 1.5;
}

.lity_popup .rte p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 350;
  letter-spacing: 0;
}

.about_timeline_desc p {
  font-size: 16px;
  line-height: 1.5;
}

.documents_grid .same-available {
  display: block !important;
}

@media screen and (min-width: 990px) and (max-width: 1100px) {
  #event-exhibition-detail--section .slick-slide:not(.slick-center) {
    translate: 30px 0px;
  }

  #event-exhibition-detail--section .slick-slide img {
    width: 100%;
  }

  #event-exhibition-detail--section .slick-slide.slick-active.slick-center+.slick-slide {
    translate: -30px 0px;
  }
}

@media only screen and (max-width: 749px) {
  .event-exhibition-detail-section .custom-title-wrapper h2 {
    max-width: 90%;
  }

  .event-exhibition-detail-section .meta_description p {
    font-size: 14px;
  }

  #event-exhibition-detail--section .img--card img {
    width: 100%;
  }

  #event-exhibition-detail--section .custom-arrows {
    display: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  #event-exhibition-detail--section .img--card img {
    width: 100%;
  }

  #event-exhibition-detail--section .custom-arrows {
    display: none;
  }
}

/* Press and Media coverage pages  */

.custom_media_document_grid .media__container .documents_grid li {
  height: auto;
}

.custom_media_document_grid .document_description p {
  font-size: 14px;
  color: #7D8693;
  line-height: 20px;
  letter-spacing: 0;
  padding: 0 14px 10px 14px;
  margin: 0;
}

.custom_media_document_grid .document_publisher {
  font-size: 12px;
  margin: 0;
  color: #EA5B29;
  letter-spacing: 1.2px;
  padding: 10px 10px 0 10px;
  background-color: #FFFAF6;
  font-weight: 500;
}

.custom_media_document_grid .documents_grid h3,
.custom_media_document_grid .document_description {
  background-color: #FFFAF6;
}

.custom_media_document_grid .documents_grid li {
  height: auto;
}

.custom_media_document_grid .documents_grid h3 .heading_icon {
  display: none;
}

.custom_media_document_grid .documents_grid {
  justify-content: flex-start;
}

.custom_media_document_grid .document_title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom_media_document_grid .document_date {
  display: block;
  top: 10%;
  position: absolute;
  left: 30%;
  color: white;
  letter-spacing: 1.6px;
  font-size: 18px;
}

.custom_press_document_grid .document_date {
  top: 8%;
  position: absolute;
  left: 30%;
}

.custom_media_document_grid .documents_grid li .mm-image img {
  border-radius: 8px 8px 0 0;
  position: relative;
}

@media screen and (min-width: 990px) {
  .custom_media_document_grid .document_date {
    top: 6%;
    position: absolute;
    left: 28%;
    color: white;
    letter-spacing: 1.6px;
  }

  .custom_press_document_grid .document_date {
    top: 8%;
    position: absolute;
    left: 32%;
  }

  .custom_press_document_grid li {
    width: calc(33% - 20px);
  }
}

.custom_media_document_grid .custom_popup {
  position: fixed;
  top: 62px !important;
}

/**** new article css ***/
.article_section.page-width {
  max-width: 1000px;
}

.article_image.mobile_hide {
  width: 100%;
  padding: 0 0 20px 0px;
}

.article-template .article_section header {
  margin-top: 0;
  width: 100%;
}

.article_section.page-width p {
  text-align: justify;
}

.article_section.page-width .featured_content_wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.article_section.page-width table p {
  text-align: initial;
  margin: 0;
}

.article_section.page-width table {
  width: 100% !important;
  margin: 20px 0;
}

.custom-blog-slider .slick-track {
  display: flex !important;
  gap: 20px;
}

.custom-blog-slider .article-card-1-wrapper {
  background: transparent;
}

.custom-blog-slider .slick-list.draggable {
  max-width: 85%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .custom-blog-slider .slick-track {
    gap: 0;
  }

  .collection .custom-featured-collection-container {
    padding-bottom: 30px;
  }
}

/** hide times prime css    **/
.usp-block-content.hide-times-prime {
  display: none !important;
}

.product__info-wrapper span.price-item.price-item--sale.price-item--last {
  font-weight: 600 !important;
}

.product__info-wrapper .card-save-price-text {
  font-weight: 700;
}

span.custom_festive_text {
  display: none;
}

ul.breadcrumbs__list.rrs li:last-child svg {
  display: none;
}

/**** new frenchaise css ***/

.custom-frenchise-container {
  padding: 60px 0;
}

.custom-frenchise-container .page-width {
  max-width: 1250px;
}

.custom-franchise-content {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.cfc-left {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #eee;
}

.cfc-right {
  width: calc(100% - 28%);
  display: inline-block;
  vertical-align: top;
  padding: 35px;
  text-align: left;
}

ul.cfc-list {
  margin: 0;
  padding: 0;
  text-align: center;
}

li.cfc-item {
  list-style-type: none;
}

li.cfc-item a.cgc-box {
  list-style-type: none;
  border-top: 1px solid #eee;
  text-align: center;
  padding: 17px 0;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  color: #474747;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}

li.cfc-item .cgc-box:hover {
  background-color: #ea5b29;
}

li.cfc-item .cgc-box:hover p {
  color: #fff;
}

li.cfc-item .cgc-box:hover svg path {
  stroke: #fff;
}

a.cgc-box p {
  margin: 0;
  font-size: 12px;
  color: #474747;
}

.cfc-address p {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #666;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  color: #e7e7e7;
  line-height: 28px;
  margin: 0;
}

.cfc-address a {
  text-decoration: none;
  color: #e7e7e7;
}

.cfc-address {
  margin-bottom: 50px;
}

.cta-buttons a+a {
  margin-top: 20px;
}

.cta-buttons {
  text-align: center;
}

a.cta-btn {
  text-align: center;
  width: 190px;
  height: 50px;
  display: inline-block;
  background-color: #e85a2a;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
}

.cfc-item.active .cgc-box {
  background-color: #ea5b29;
}

li.cfc-item.active .cgc-box svg path {
  stroke: #fff;
}

li.cfc-item.active .cgc-box p {
  color: #fff;
}

@media (max-width: 991px) {
  .cfc-right {
    width: calc(100% - 40%);
    padding: 20px;
  }

  .cfc-left {
    width: 40%;
  }
}

@media (max-width: 640px) {
  .custom-franchise-content {
    display: block;
  }

  .cfc-right {
    width: 100%;
    padding: 15px;
  }

  .cfc-left {
    width: 100%;
  }
}

/* Calculate-savings Static page CSS start */
.calculate-content {
  padding: 10px 0 50px;
  background: url(calculate-saving-bg.png) center 0 no-repeat #fff;
}

.calculate-content .container {
  width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.calculate-content .orange-box {
  width: 860px;
  display: inline-block;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #ea5b29;
  font-size: 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
  text-align: left;
}

.calculate-content .orange-box label:nth-child(1) {
  width: 54%;
}

.calculate-content .orange-box label:nth-child(2) {
  width: 20%;
}

.calculate-content .orange-box label:nth-child(3) {
  width: 25%;
}

.calculate-content .orange-box label {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
}

.calculate-content .orange-box label button,
.calculate-content .orange-box label input[type=number] {
  width: 100%;
  height: 60px;
  text-align: center;
  font-family: bold;
  line-height: 1.2;
}

.calculate-content .orange-box label input[type=number] {
  background-color: #ca3400;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  box-shadow: 0 0 1px rgba(238, 100, 51, 1), inset 0 5px 8px rgba(0, 0, 0, .2);
  font-size: 20px;
  color: #fff;
  border: none;
}

.calculate-content .orange-box label input[type=number]::-webkit-outer-spin-button,
.calculate-content .orange-box label input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculate-content .orange-box label input[type=number] {
  -moz-appearance: textfield;
}

.calculate-content .orange-box .warning {
  margin-top: 15px;
  padding-left: 55%;
  text-align: left;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.calculate-content .orange-box label button {
  position: relative;
  background-color: #fff;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  font-size: 16px;
  color: #ea5b28;
  cursor: pointer;
  border: none;
  font-weight: 600;
}

.calculate-content .result-section h2 {
  position: relative;
  padding-bottom: 12px;
  font-size: 40px;
  color: #373737;
  font-weight: 400;
  line-height: 1;
}

.calcrow {
  display: block;
  font-size: 0;
  margin: 75px -15px 0;
}

.calcrow .column-100,
.calcrow .column-25,
.calcrow .column-33,
.calcrow .column-50,
.calcrow .column-75 {
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}

.calcrow .column-33 .slide {
  display: block;
  position: relative;
  padding: 28px;
  background-color: #fff;
  border-bottom: 4px solid #eff2f4;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.calcrow .column-33 .slide .subheading small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #7b7b7b;
  font-weight: 400;
  line-height: 1;
}

.calcrow .column-33 .slide .subheading {
  display: block;
  position: relative;
  min-height: 80px;
  padding: 0 0 0 120px;
  font-size: 20px;
  color: #232323;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}

.calcrow .column-33 .slide .subheading.consumption::before,
.calcrow .column-33 .slide .subheading.saved::before,
.calcrow .column-33 .slide .subheading.wattage::before {
  position: absolute;
  content: '';
  left: -14px;
  top: -56px;
  width: 100px;
  height: 100px;
}

.calcrow .column-33 .slide .subheading.wattage::before {
  background: url(wattage-icon.png) left top no-repeat;
  background-size: 100% auto;
}

.calcrow .column-33 .slide .subheading.consumption::before {
  background: url(energy-icon.png) left top no-repeat;
  background-size: 100% auto;
}

.calcrow .column-33 .slide .subheading.saved::before {
  background: url(energy-saved-icon.png) left top no-repeat;
  background-size: 100% auto;
}

.calcrow .column-33 .slide .subcontent {
  margin-top: 28px;
  display: flex;
}

.calcrow .column-33 .slide .subcontent .result.orange {
  width: 40%;
  color: #e85a2a;
  text-align: left;
}

.calcrow .column-33 .slide .subcontent .result.black {
  width: 60%;
  color: #434343;
  text-align: right;
}

.calcrow .column-33 .slide .subcontent .result {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.calcrow .column-33 .slide .result-bar {
  margin-top: 28px;
  display: block;
  height: 6px;
  background-color: #e9e9e9;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  overflow: hidden;
  text-align: left;
}

.calcrow .column-33 .slide .result-bar span.animate {
  animation: fillbar 2s linear 1;
  -webkit-animation: fillbar 2s linear 1;
  display: inline-block;
  height: 6px;
  background-color: #fa7a2e;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.calcrow .column-100 {
  width: 100%;
}

.calcrow .column-100,
.calcrow .column-25,
.calcrow .column-33,
.calcrow .column-50,
.calcrow .column-75 {
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}

.calcrow .column-100 .slide.darkgrey {
  padding: 0 15px;
  position: relative;
  background-color: #232323;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.slide.darkgrey::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 15px;
  background: url(black-bg-ruler.png) center top no-repeat;
}

.slide.darkgrey ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
}

.slide.darkgrey ul li {
  display: block;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 40px 10px 40px 150px;
  font-size: 19px;
  color: #919191;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.slide.darkgrey ul li.annual-energy::before {
  content: "";
  position: absolute;
  left: -14px;
  top: -36px;
  width: 127px;
  height: 127px;
  background: url(annual-energy-icon.png) left top no-repeat;
  background-size: 100% auto;
}

.slide.darkgrey ul li span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  font-size: 35px;
  color: #e85a2a;
  font-weight: 400;
}

.slide.darkgrey ul li.annual-cost::before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -36px;
  width: 127px;
  height: 127px;
  background: url(annual-cost-icon.png) left top no-repeat;
  background-size: 100% auto;
}

.calcrow .column-75 {
  width: 74%;
}

.calcrow .column-100,
.calcrow .column-25,
.calcrow .column-33,
.calcrow .column-50,
.calcrow .column-75 {
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}

.calcrow .column-75 .slide {
  position: relative;
  padding: 30px 20px;
  background-color: #fff;
  border-bottom: 4px solid #eff2f4;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.calcrow .column-75 .slide .graybar:first-child {
  margin-top: 0;
}

.calcrow .column-75 .slide .graybar {
  margin-top: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 45px;
  background-color: #eaeaea;
  border-radius: 45px;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
}


.animate-gray::before {
  animation: fillbar02 2s linear 1;
  -webkit-animation: fillbar02 2s linear 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  width: 80%;
  background-color: #fe802f;
  border-radius: 45px;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
}

.calcrow .column-75 .slide .graybar span {
  position: absolute;
  left: 30px;
  top: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 45px;
}

.calcrow .column-75 .slide .graybar strong {
  position: absolute;
  right: 30px;
  top: 0;
  font-size: 14px;
  color: #373737;
  font-weight: 700;
  line-height: 45px;
  width: fit-content;
  text-align: left;
}

.calcrow .column-25 .slide,
.calcrow .column-75 .slide {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  display: block;
}

.calcrow .column-25 {
  width: 25%;
}

.calcrow .column-25 .slide {
  position: relative;
  padding: 30px;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.calcrow .column-25 .slide p {
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
  font-size: 17px;
  color: #373737;
  font-weight: 500;
  line-height: 1.2;
}

.calcrow .column-25 .slide p.highlight {
  color: #e85a2a;
}

.calcrow .column-25 .slide p.highlight span {
  font-size: 35px;
  font-weight: 400;
}

.calcrow .column-25 .slide p:last-child {
  margin-bottom: 0;
}

.calcrow .column-25 .slide p {
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
  font-size: 17px;
  font-family: Roboto;
  color: #373737;
  font-weight: 500;
  line-height: 1.2;
}

.calculate-content h3 {
  margin-top: 75px;
  font-size: 25px;
  color: #2a2a2a;
  line-height: 1;
}

.calculate-content h3 strong {
  padding: 0 15px;
  background-color: #fff;
}

.calcrow .column-50 {
  width: 48%;
}

.calcrow .column-50 .slide {
  display: block;
}

.calcrow .column-50 .slide.listresults ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: url(three-ver-bullets.png) 70% center no-repeat;
}

.calcrow .column-50 .slide.listresults ul li {
  display: block;
  position: relative;
  text-align: left;
  padding: 25px 0 25px 135px;
  font-size: 14px;
  color: #252526;
  font-weight: 600;
  line-height: 1.4;
}

.calcrow .column-50 .slide.listresults ul li p,
.calcrow .column-75 .slide .graybar span p,
.calcrow .column-50 .slide.graphresults ul li p {
  margin: 0;
}

.calcrow .column-50 .slide.listresults ul li.orange {
  color: #fc7d2e;
}

.calcrow .column-50 .slide.listresults ul li.orange::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 112px;
  height: 81px;
  background: url(co2-amount-icon.png) left top no-repeat;
}

.calcrow .column-50 .slide.listresults ul li.black::before {
  background: url(coal-amount-icon.png) left top no-repeat;
}

.calcrow .column-50 .slide.listresults ul li.black::before,
.calcrow .column-50 .slide.listresults ul li.green::before {
  transform: translateY(-50%);
  width: 116px;
  height: 81px;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}

.calcrow .column-50 .slide.listresults ul li.green {
  color: #0fc789;
}

.calcrow .column-50 .slide.listresults ul li.green::before {
  background: url(trees-amount-icon.png ) left top no-repeat;
}

.calcrow .column-50 .slide.listresults ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 95px;
  height: 75px;
  padding: 0;
  border-bottom: 4px solid #eff2f4;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-align: center;
  font-size: 15px;
  color: #373737;
  font-weight: 700;
  line-height: 75px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.calcrow .column-50 .slide.graphresults {
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.calcrow .column-50 .slide {
  display: block;
}

.calcrow .column-50 .slide.graphresults::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 15px;
  background: url(gray-bg-ruler.png) center top no-repeat;
}

.calcrow .column-50 .slide.graphresults ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
}

.calcrow .column-50 .slide.graphresults ul li:first-child {
  border-top: 0 solid rgba(0, 0, 0, .1);
}

.calcrow .column-50 .slide.graphresults ul li {
  display: block;
  position: relative;
  padding: 40px 30px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  font-size: 18px;
  color: #373737;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.calcrow .column-50 .slide.graphresults ul li span {
  position: absolute;
  right: 30px;
  top: 0;
  width: 170px;
  height: 120px;
  color: #373737;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.svg-container {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

.calcrow .column-50 .slide.graphresults ul li span i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-style: normal;
}

.calcrow .column-50 .slide.graphresults ul li span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 29px;
  margin-left: -3px;
  width: 13px;
  height: 13px;
  background: url(half-circle-tip.png) left top no-repeat;
}

.graph-disclaimer {
  width: 100%;
  display: inline-block;
  padding: 20px 0 0;
  margin: 0;
  text-align: left;
  color: #666;
}

.graph-disclaimer .ledbutton {
  background-color: #e85a29;
  padding: 0 30px;
  display: inline-block;
  margin-top: 25px;
  color: #fff;
  height: 46px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
}

.graph-disclaimer p {
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.graph-disclaimer ul {
  list-style-type: none;
  padding: 5px 0 0 15px;
}

.graph-disclaimer ul li {
  width: 100%;
  text-align: left;
  list-style-type: disc;
  font-size: 15px;
  line-height: 18px;
  margin: 5px 0;
}

@keyframes fillbar {
  0% {
    width: 0
  }
}

@-webkit-keyframes fillbar {
  0% {
    width: 0
  }
}

@keyframes fillbar02 {
  0% {
    width: 0
  }

  100% {
    width: 75%
  }
}

@-webkit-keyframes fillbar02 {
  0% {
    width: 0
  }

  100% {
    width: 75%
  }
}

.circliful {
  overflow: visible !important
}

@media screen and (max-width: 989px) {
  .calculate-content .container {
    width: 90%;
  }

  .calculate-content .orange-box {
    padding: 25px;
    margin-bottom: 45px;
    width: 100%;
  }

  .calculate-content .orange-box label:nth-child(1),
  .calculate-content .orange-box label:nth-child(2) {
    width: 100%;
    margin-bottom: 15px;
  }

  .calculate-content .orange-box label:nth-child(3) {
    width: 100%;
  }

  .calcrow,
  .calcrow .column-25,
  .calcrow .column-33 {
    margin-top: 30px;
  }

  .calcrow .column-33 {
    width: 100%;
    padding: 0;
  }

  .calcrow .column-100 {
    padding: 0;
  }

  .slide.darkgrey ul li {
    padding: 30px 10px 10px 85px;
    font-size: 16px;
    line-height: 1.2;
  }

  .slide.darkgrey ul li.annual-energy::before,
  .slide.darkgrey ul li.annual-cost::before {
    top: 30px;
    left: -4px;
    width: 80px;
    height: 80px;
  }

  .slide.darkgrey ul li span {
    position: relative;
    display: block;
    padding-left: 8px;
    margin-top: 25px;
    text-align: left;
    font-size: 24px;
    line-height: 1.2;
  }

  .calcrow .column-25,
  .calcrow .column-50,
  .calcrow .column-75 {
    width: 100%;
    padding: 0;
  }

  .calcrow .column-75 .slide .graybar {
    margin-top: 15px;
    display: block;
    position: relative;
    overflow: visible;
    height: auto;
    background-color: #eaeaea;
    color: #373737;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px;
  }

  .calcrow .column-75 .slide .graybar::before {
    width: 100%;
    bottom: 0;
    top: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .calcrow .column-75 .slide .graybar span {
    position: relative;
    left: 0;
    color: #373737;
    line-height: 1.4;
  }

  .calcrow .column-75 .slide .graybar strong {
    position: relative;
    right: 0;
    width: 100%;
    display: block;
    margin-top: 15px;
    text-align: center;
    line-height: 1.4;
    color: #fff;
  }

  .calculate-content h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .calcrow .column-50 .slide.listresults ul {
    background: none;
  }

  .calcrow .column-50 .slide.listresults ul li {
    padding: 15px 0 15px 135px;
    font-size: 17px;
  }

  .calcrow .column-50 .slide.listresults ul li span {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    transform: translateX(0);
    transform: translateY(0);
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
    margin-top: 10px;
  }

  .calcrow .column-50:nth-child(2) {
    margin-top: 30px;
  }

  .calcrow .column-50 .slide.graphresults ul li {
    padding: 20px 20px 130px;
    text-align: center;
  }

  .calcrow .column-50 .slide.graphresults ul li span {
    position: absolute;
    right: auto;
    top: auto;
    width: 170px;
    height: 120px;
    left: 50%;
    margin-left: -85px;
    bottom: 20px;
  }
}

/* Calculate-savings Static page CSS end */

/*  video section - pdp*/
.custom-metavideo-container {
  padding: 30px 0;
}

.article_you_may_blog .card__media .media img {
  object-fit: contain;
  object-position: top;

}

.footer .footer__linklist li[data-title="kenwood"] {
  margin-top: 0;
  pointer-events: auto;

}

/* Get smart static page -start */
.get-smart-blocks {
  display: flex;
  padding: 20px 0;
  gap: 40px;
  align-items: center;

}

.get-smart-heading {
  margin-bottom: 0;
}

.get-smart-button {
  float: right;
}

.get-smart-button span {
  transform: rotate(270deg);
}

.get-smart-button svg {
  width: 20px;
}

@media screen and (max-width: 767px) {
  .get-smart-blocks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/*Adding from main */
.vr-viewer {
  position: absolute;
  bottom: 120px;
  right: 11px;
  width: 30%;
  text-align: center;
  z-index: 1
}

.mm-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  padding: 8px !important;
  margin-left: auto !important;
  width: 124px !important;
}

/**** about us page changes ***/
.testimonials_section .testimonials li p {
  font-weight: 400;
  max-width: 610px;
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 1.25;
  color: #7d8693;
  letter-spacing: 0;
  margin: 0;
  font-size: 16px;
}

.custom-new-heading h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 42px;
  color: #e85a29;
  margin-top: 0;
}

.about_timeline_section p {
  font-size: 16px;
  line-height: 1.5;
}

.lity_popup .rte p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 350;
  letter-spacing: 0;
}

.about_timeline_desc p {
  font-size: 16px;
  line-height: 1.5;
}

.documents_grid .same-available {
  display: block !important;
}

/*** new footer css ***/
.new-info-box {
  margin-top: 8px;
}

/****** ck birla page css style start ****/
.isolate.custom_rich_text p {
  font-size: 18px;
}

.sector_wrap .sector_blocks>li p {
  font-size: 16px;
  line-height: 22px;
}

.sector_blocks li {
  background: #2f343a;
}

.sector_wrap .sector p {
  font-size: 24px;
  line-height: 36px;
}

.sector_blocks li a {
  font-size: 14px;
  font-weight: 500;
}

ul.sector_blocks {
  padding-top: 18px;
}

/****** ck birla page css style end ****/
/*** about us page css start ***/
.page-banner.style_6 .banner_content .sub_heading {
  font-weight: 500;
}

.page-banner.style_6 .banner_content h1 {
  line-height: 46px;
}

.about_timeline_section p {
  font-size: 18px;
  line-height: 25px;
}

.about_timeline_desc p {
  font-size: 18px;
}

.custom_image_with_left h2 {
  font-size: 34px;
}

.custom_image_with_left p {
  font-size: 18px;
  line-height: 22px;
}

.testimonials_section .testimonials li {
  padding: 65px 20px 20px;
}

.our_about_grid_tabs {
  opacity: 1;
}

@media (min-width: 1366px) {
  .our_about_grid figure img {
    min-height: 500px;
  }
}

/* @media(min-width:991px) {
  .plus-banner-container img.home-slideshow-img {
    width: 100%;
    max-height: 550px;
  }
} */

/**** about us page css end ***/
.new-popup-content-outer.active .team-cross-remove {
  display: block;
}

.new-popup-content-outer .team-cross-remove {
  display: none;
}

/*** blog css start ***/
.article-card-wrapper .card__heading {
  color: #313841 !important;
}

.article_section p,
.article_section ul li,
.article_section {
  font-size: 14px;
  line-height: 1.5;
  color: #313841;
  letter-spacing: 0;
}

.article_section h2 {
  font-weight: 500;
}

/**** coming soon css start ****/
span.inner-variant {
  color: #eb5a29;
}

span.inner-variant {
  color: #eb5a29;
  padding-top: 8px;
  text-align: center;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0;
  min-width: 70px;

}

.variant-coming-soon {
  margin-top: 8px;
}

.custom-product-form__submit[disabled].variant-coming-soon-present span {
  display: none;
}

.variant-coming-soon-present .coming-soon {
  display: none;
}

.custom-product-form__submit[disabled].variant-coming-soon-present .coming-soon {
  display: block !important;
}

/*** blog css end ***/
/*** privacy policy page css start ***/
.FAQs_wrap h2 {
  color: #313841;
}

/*** privacy policy page css end ***/
/*** new investor colummn css start ***/
.two-columns-grid li {
  margin: 0 10px
}

/*** new footer css ***/
.new-info-box {
  margin-top: 8px;
}

/**** own a smart shop css start ***/
.own-a-smart-shop p {
  font-size: 16px;
  color: #7d8693;
}

.own-a-smart-shop .custom_image_with_left p {
  font-size: 16px !important;
}

.own-a-smart-shop .custom_image_with_left h2 {
  font-size: 32px;
}

/*** awards page css start ***/
.page-banner.style_3 .banner_content h1 {
  margin: 0 0 14px 0;
}

.awards_section .awards li p {
  letter-spacing: 0;
}

.quick-add-modal__content-info .gst-offer-box {
  display: none;
}

/***** new bread crumb css 11-07-2024 ******/
.breadcrumbs__list li:last-child a,
.breadcrumbs__list li:last-child {
  padding-right: 0;
  font-weight: 300;
  width: 90%;
  overflow: hidden;
  white-space: unset;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 11px;
}

.breadcrumbs__list li:last-child {
  margin-top: 1px;
}

.breadcrumbs__list li:last-child p {
  margin: 0;

}

.chr-desc {
  margin-top: 15px;
}

ol.breadcrumbs__list li:last-child {
  font-weight: 300;
}

ol.breadcrumbs__list.bl-breadcrumb h1 {
  margin: 1px 0 0 0;
}

.breadcrumbs__list.rrs li.breadcrumbs__item:last-child svg {
  display: none;
}

ul.breadcrumbs__list h1 {
  margin: 0;
}

.custom-ytb-popup {
  display: none;
}

/**** breadcrumb css end ******/
@media(max-width:991px) {
  .two-columns-grid ul {
    flex-wrap: wrap;
    gap: 10px;
  }

  .two-columns-grid li {
    width: calc(50% - 30px);
  }
}

@media(max-width:768px) {
  .two-columns-grid li {
    width: 100%;
  }
}

/*** new investor column css end ****/
@media screen and (max-width: 767px) {
  .get-smart-blocks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mm-flex {
    width: 124px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .flex.footer__contact {
    justify-content: center;
  }

  .page-banner.style_5 .banner_content p {
    font-size: 24px;
    line-height: 28px;
  }

  .page-banner.style_5 .banner_content h1 {
    margin-bottom: 0;
  }

  .isolate.custom_rich_text p {
    font-size: 14px;
    line-height: 18px;
  }

  .sector_wrap .sector p {
    font-size: 20px;
    line-height: 24px;
  }

  .sector_wrap .sector_blocks>li p {
    font-size: 14px;
    line-height: 18px;
  }

  .sector_wrap .sector_blocks>li h3 {
    font-weight: 600;
  }

  .page-banner.style_6 .banner_content h1 {
    line-height: 30px;
    max-width: 250px;
  }

  .page-banner.style_6 .banner_content p {
    font-size: 14px;
    line-height: 18px;
  }

  .about_timeline_section p {
    font-size: 14px;
    line-height: 18px;
  }

  .about_timeline_section a {
    padding-bottom: 30px;
  }

  .about_timeline_desc h3 {
    font-size: 60px;
    font-weight: 600;
  }

  .about_timeline_desc p {
    font-size: 14px;
  }

  .about_timeline_slider li h5 {
    font-weight: 600;
  }

  .custom_image_with_left h2 {
    font-size: 24px;
  }

  .custom_image_with_left p {
    font-size: 14px;
    line-height: 18px;
  }
}

#helloar-button svg {
  height: 18px;
  width: 20px;
  animation: animName 4s linear infinite;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 991px) {
  .vr-viewer {
    width: 50%;
    bottom: 6px;
    right: 50%;
    transform: translateX(50%);
  }
}

/* product-card -collection page */
#usf_container .card__heading {
  min-height: auto;
}

#usf_container .usf-ts {
  height: 100%;
}

#product-grid .card__heading {
  width: 100%;
}

@media screen and (min-width: 750px) {
  #usf_container .card__heading {
    max-width: 100%;
  }
}

/* Contact-us page Get In Touch section css --start */
.contact_details_wrapper .new-info-box {
  display: flex;
  align-self: flex-start;
  margin-top: 20px;
  flex-direction: column;
}

.contact-video-section video {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.contact-video-section.desktop-hidden{
  display: none;
}

@media screen and (max-width:749px) {
  .contact-video-section.mobile-hidden{
    display: none;
  }

  .contact-video-section.desktop-hidden{
    display: block;
  }

}

.contact-paragraph-title {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0;
  color: #98a4b2;
  text-transform: capitalize;
  display: block;
  margin-bottom: 7px;
}

.flex.contact-email {
  gap: 10px;
}

@media screen and (max-width: 749px) {
  .contact-paragraph-title {
    color: #191e1f;
  }

  .flex.contact-email svg path {
    fill: #191e1f;
  }
}

/* Contact-us page Get In Touch section css --end */

/* Article slider on blog page-- start  */
#mm-blog-page-slider .featured_post_content h2 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
  #mm-blog-page-slider .featured_post_content {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }

  #mm-blog-page-slider .featured_post_content h2 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #mm-blog-page-slider .featured_post_content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

/* End of main addition */

/* Contact page - complaint tracking */
.buttons-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
}

.custom_contact_section .contact_request .button {
  width: 200px;
}

.buttons-wrapper .track-complaint {
  position: relative;
}

@media screen and (max-width: 768px) {
  .custom_contact_section .contact_request .button {
    width: fit-content;
  }
}

/* Complaint tracking */
.track-complaint-form-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bf;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.track-complaint-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px #0000004d;
  z-index: 1001;
  width: 100%;
  max-width: 670px;
}

.track-form-close-icon {
  float: right;
  cursor: pointer;
}

.track-complaint-form .form-details {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.form-heading h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: #313841;
}

.form-heading p {
  font-size: 14px;
  margin-bottom: 30px;
  color: #606c79;
  margin-top: 0;
}

.form-input-wrapper-title {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #313841;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 15px 0 0;
  text-align: left;
}

.track-complaint-form .form-input-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.track-complaint-form .field-wrap {
  width: 100%;
}

.track-complaint-form input {
  font-family: var(--orient-font-family-work-sans);
  font-size: 14px !important;
  letter-spacing: 0 !important;
  color: #999;
  height: 46px;
  border: 1px solid #e7eaed;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  margin: 0 0 12px !important;
}

.track-complaint-button {
  margin-top: 6rem;
}

.track-complaint-button button {
  width: 284px;
  max-width: 100%;
  color: #fff;
  background: #313841;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 15px;
}

.pb-10 {
  padding-bottom: 10px;
}

.track-phone-error-msg,
.track-id-error-msg,
.track-complaint-error-msg {
  color: red;
  font-size: 12px;
}

.invalid-input {
  border: 1px solid red !important;
  animation: shake 0.5s ease;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.track-complaint-button button .loading::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .track-complaint-form {
    width: 90%;
  }

  .track-complaint-form .field-wrap {
    width: 100%;
  }
}

/* Complaint-form-OTP-pop-up */

.complaint-otp-login-popup {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #313841e6;
}

#complaint-form-otp-container .popup-content-wrapper {
  position: relative;
  width: 680px;
  height: fit-content;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 5rem;
}

.complaint-otp-form {
  width: 80%;
  margin: 0 auto;
}

#complaint-form-otp-container h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

#complaint-form-otp-container p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

#complaint-form-otp-container .complaint-submit-button {
  margin-top: 20px;
}

.complaint-entered-number-container {
  text-align: center;
  padding-top: 20px;
}

#complaint-entered-number {
  font-weight: 600;
}

#complaint-edit-number-button {
  margin-bottom: 13px;
  background: no-repeat;
  width: 50px;
  border: 1px solid #e7eaed;
  color: #8795a4;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}

#complaint-resend-otp-button {
  font-size: 12px;
  color: #ea5b29;
  padding-left: 4px;
  cursor: pointer;
}

#complaint-form-otp-container .complaint-invalid-OTP,
#complaint-form-otp-container .no-account-error-text {
  font-size: 12px;
  color: red;
}

#complaint-form-otp-container input[type=number]::-webkit-inner-spin-button,
#complaint-form-otp-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#complaint-form-otp-container .complaint-submit-button,
#complaint-form-otp-container input[type="submit"] {
  position: relative;
}

#complaint-form-otp-container .complaint-submit-button[disable] span {
  display: none;
}

#complaint-form-otp-container .complaint-submit-button[disable] {
  opacity: 0.5;
}

#complaint-form-otp-container .complaint-submit-button[disable]:after,
#complaint-form-otp-container input[type=submit]:after {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  width: 16px;
  height: 16px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: cf-spin 1s infinite linear;
  display: block;
}

#complaint-resend-spinner svg {
  animation: cf-spin 1s infinite ease-in-out;
}

@keyframes cf-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media screen and (max-width: 749px) {
  #complaint-form-otp-container .popup-content-wrapper {
    padding: 2rem;
  }

  .complaint-otp-form {
    width: 100%;
  }
}

/* Track complaint-details page */
.track-details-section {
  max-width: 1200px;
  margin: 0 auto;
}

#complaint-details-list table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  overflow-x: auto;
}

#complaint-details-list th,
#complaint-details-list td {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
  white-space: nowrap;
}

#complaint-details-list tr:nth-child(even) {
  background-color: #f2f2f2;
}

#complaint-details-list th {
  background-color: #fff6f0;
}

@media screen and (max-width: 989px) {
  #complaint-details-list table {
    width: 100%;
  }

  #complaint-details-list th,
  #complaint-details-list td {
    padding: 8px 2px;
    font-size: 8px;
    text-align: center;
  }
}

/* Complaint form -1 */
.complaint_form-1 {
  margin-top: 30px;
}

 [class*='complaint_form'] .email-alert-wrapper {
  align-items: center;
  gap: 10px;
}

[id*='terms-and-condition'] {
  display: block;
  accent-color: #ea5b29;
  border: 1px solid #dcdee2;
  margin-right: 0;
  min-width: 20px;
}

[class*='complaint_form'] .email-alert-wrapper label {
  font-size: 12px;
  color: #69737f;
  font-weight: 600;
}

.complaint_form-1 .query-type-selected,
.complaint_form_2 .query-type-selected {
  display: flex;
  align-items: center;
  color: #999;
  height: 46px;
  border: 1px solid #e7eaed;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  margin: 0 0 12px;
  background: #f1f1f1;
}

.complaint_form-1 #phone_1,
.complaint_form_2 #phone {
  color: #999;
  background: #f1f1f1;
}

.lity_popup_wrapper .contact__fields {
  padding: 10px;
}

@media screen and (max-width: 749px) {
  .complaint_form-1 .email-alert-wrapper label {
    font-size: 10.8px;
    line-height: 1.2;
  }
  /** card css changes on mobile view **/

  .usf-sr-container .custom-wishlist {
    top: 26px !important;
}
  .custom-wishlist {
    top: 21px !important;
}
  .usf-swatchs-text {
    margin-top: 0px!important;
    margin-bottom:0!important;
}
 .usf-sr-container .card__content .usf-swatchs ul label {
    padding: 6px 8px;
    font-size: 10px;
}
  .usf-sr-container .usf-swatchs ul:not(.usf-is-color) li {
    margin: 8px 4px 4px 0;
    border: none;
}
 .usf-sr-container  h3.card__heading {
    margin-bottom: 5px;
}
.usf-vert-layout .usf-results .card__information .price {
        margin-top: 6px!important;
    }
  ul.usf-is-color li {
    margin-top: 8px !important;
}
  /** card css changes end **/
}
/** fredom sale page with header css start ***/
.onam-featured_collection .card-wrapper.product-card-wrapper {
    display: block;
}
p.announcement-bar__message.center.announcement-bar-text.h5 {
    display: flex;
    align-items: center;
}
span.flag-svg {
    width: 40px;
}
.top-fixed{
  position:fixed!important;
  left:0;
  top:0;
  width:100%;
  z-index:3!important;
  display:block!important;
}
.header-fixed{
    position:fixed!important;
  left:0;
  top:40.4px;
  width:100%;
}
#shopify-section-announcement-bar {
    display: block!important;
}
#shopify-section-announcement-bar,
.shopify-section-header-sticky {
    transition: all 0.5s ease;
}
.announce-ment-txt {
    font-size: 14px;
    text-align: center;
    padding-left: 8px;
    font-weight:500;
}
a.announcement-bar__link.link.link--text.focus-inset.animate-arrow {
    display: flex;
    align-items: center;
}
@media(max-width:767px){
#shopify-section-announcement-bar .announcement-bar__link .announcement-bar__message {
    font-size: 10px!important;
}
  .announce-ment-txt {
    font-size: 12px;
    padding-left: 5px;
}
  .header-fixed {
    top: 34px;
}
  }
/** investor banner css **/
.page-banner.investors-banner.style_3 .banner_content:before {
    background: rgba(0, 0, 0, 0.4);
}

.page-banner.investors-banner.style_3 .banner_content {
    transform: translate(-50%, -50%);
    left: 50%;
}
/** fredom sale page with header css end ***/
a.button.enquiry-button.button--secondary.hide-price-button {
    opacity: 0;
    visibility: hidden;
}
.accordion__content_container table td span{
  font-size:14px!important;
   font-family:'Work Sans'!important;
   background:transparent!important;
}
.accordion__content_container table td{
font-weight: 400 !important;
}
.product-specification .accordion__content_container td{
  height:auto!important;
  vertical-align: middle !important;
} 
.custom-txt .multicolumn-card__info .rte {
    margin: 0;
}
.custom-txt .multicolumn-card__info {
    padding: 20px 0 0 0;
    margin: 0 2.5rem;
}
.custom-txt .multicolumn-card__image-wrapper {
    margin: 0 20px !important;
  padding:0;
}
.custom-txt.multicolumn .multicolumn-list__item .multicolumn-card :hover .multicolumn-card__info h3 {
    font-weight: 400;
    transform: unset;
}
 .custom-txt  .multicolumn-card.content-container a:hover .multicolumn-card__image-wrapper{
    border-radius:10px;
  }
.custom-txt .multicolumn-card__image-wrapper{
  border-radius:10px;
}
@media(max-width:1023px){
  .accordion__content_container table td span {
    font-size: 12px !important;
}
}
/*** cookie css start ***/
.shopify-pc__banner__body p {
	font-size: 16px;
	color: #313841!important;
	letter-spacing: 0;
	line-height: 21px!important;
}

.shopify-pc__banner__dialog a {
	color: #eb5a29;
}

.shopify-pc__prefs__option p {
	font-size: 14px !important;
}

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-accept {
	border: 1px solid #313841!important;
	background: #313841!important;
	color: #fff!important;
	border-radius: 6px;
}

.shopify-pc__banner__dialog button.shopify-pc__banner__btn-decline {
	border-radius: 6px !important;
}

button#shopify-pc__prefs__header-accept {
	background: #313841!important;
	color: #fff!important;
}

.shopify-pc__prefs__header-actions button {
	border-radius: 6px !important;
	font-size: 14px!important;
}
@media(min-width:767px){
    .grid__item.product__media-wrapper .custom-wishlist {
    top: 14px;
}
}

@media(max-width:767px) {
	.shopify-pc__banner__body p {
		font-size: 14px !important;
		line-height: 22px;
	}

	.shopify-pc__prefs__intro-main p {
		font-size: 15px!important;
		line-height: 20px!important;
	}

	.shopify-pc__prefs__option p {
		letter-spacing: 0 !important;
	}

	.shopify-pc__prefs__intro-main p {
		font-size: 14px!important;
		line-height: 20px!important;
		letter-spacing: 0!important;
	}
}
/*** cookie css end ***/

/** lighting page css start **/
.onam-featured_collection .card-wrapper .card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.5;
    z-index: -1;
    border-radius:6px;
}
.onam-featured_collection .card-wrapper .card {
    background: transparent!important;
    position: relative;
}
.collection.right .title p {
    color: #fff;
    text-align: center;
}
.collection.right .price--on-sale .price-item--regular{
  color:#313841!important;
}
.collection.right .mm-share svg path,.collection.right .custom-quick-view svg path {
    fill: #313841;
}
.collection.right .swym-add-to-wishlist-view-product:after {
    color: #313841!important;
}
.custom-background.onam-featured_collection .collection__description.body{
  color:#fff;
}
/** lighting new **/
.enableicon .custom-title-wrapper h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: auto;
}

.enableicon .custom-title-wrapper.page-width h2:before,.enableicon .custom-title-wrapper .title-container:before {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: -145px;
    top: 50%;
    transform: translateY(-50%);
}
.enableicon .custom-title-wrapper.page-width h2:after ,.enableicon .custom-title-wrapper .title-container:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: -145px;
    top: 50%;
    transform: translateY(-50%);
}
.enableicon .custom-title-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.enableicon .custom-title-wrapper .title-container span {
    display: none;
}
.enableicon .title-container{
  position:relative;
}
.enableicon .custom-title-wrapper .title {
  display:flex!important;
  align-items:center;
  justify-content:center;
}
.text-left .custom-title-wrapper h2 {
    text-align: left;
    justify-content: start;
    margin-bottom: 10px;
}
.set-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
}
@media(max-width:767px){
  .enableicon .custom-title-wrapper.page-width h2:after ,.enableicon .custom-title-wrapper .title-container:after {
    height: 50px;
    width: 50px;
    right: -60px;
}
  .enableicon .custom-title-wrapper.page-width h2:before,.enableicon .custom-title-wrapper .title-container:before {
    height: 50px;
    width: 50px;
    left: -60px;
}
  .usp-container.homepage_usps-section .slick-list {
    padding: 0 40px 0 0 !important;
}
}
/** lighting page css end **/

 lazy-section:has(.spinner) {
        display: flex;
        justify-content: center;
        scale: 0.7;
    }

    .spinner {
        width: 3rem;
        animation: rotator 1.4s linear infinite;
    }
    
    .path {
        stroke-dasharray: 280;
        stroke-dashoffset: 0;
        transform-origin: center;
        stroke: black;
        animation: dash 1.4s ease-in-out infinite;
    }
    
    @keyframes rotator {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(270deg);
        }
    }

    @keyframes dash {
        0% {
            stroke-dashoffset: 280;
        }
        50% {
            stroke-dashoffset: 75;
            transform: rotate(135deg);
        }
        100% {
            stroke-dashoffset: 280;
            transform: rotate(450deg);
        }
    }
.bottom-nav-main-container .bottom-nav-item a {
    display: block;
}
.mega_menu_image_Item a {
    display: block;
    text-align: right;
}
.menu_grandchild_list.Water.Heaters {
    position: relative;
    z-index: 2;
}
.instafeed-new-layout-container .instafeed-new-arrow{
  z-index:2!important;
}
@media(max-width:1199px){
.menu-opening,.menu_child_item details {
    width: 100%;
}
.menu-opening summary {
    font-size: 16px;
}
.menu_grandchild_item {
    width: 100%;
}
  #link-switchgears.menu-drawer__submenu.has-submenu  .menu_child_item:first-child .mega-menu__link,
#link-small-appliances.menu-drawer__submenu.has-submenu .menu_child_item:first-child .mega-menu__link  {
    padding-left: 0;
    font-weight: 500;
}

 #link-switchgears.menu-drawer__submenu.has-submenu  .menu_child_item:first-child svg,
  #link-small-appliances.menu-drawer__submenu.has-submenu  .menu_child_item:first-child svg,
  [link-title ="Shop by Capacity"] + svg, [link-title ="Shop by Room Type"] + svg,
  [link-title ="Shop by Product"] + svg {
    display: none!important;
}
  [link-title ="Shop by Capacity"],  [link-title ="Shop by Product"],[link-title ="Shop by Room Type"]{
     padding-left: 0!important;
    font-weight: 500!important;
  }
}
.new-jdgm-prev-badge__text {
    font-size: 12px;
    font-weight: 500;
}
/** seo related css **/
.cart__empty-text{
  font-size:24px;
  font-weight:300;
  line-height:35px;
}
.blog .blog__title {
    text-transform: capitalize!important;
}
@media(max-width:767px){
.cart__empty-text{
  font-size:20px;
}
}
.footer .heading.h1 {
    color: #fff;
}
/** seo related css end **/
/** product card chnages **/
   .privacy-tnc-text {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0;
    display: inline-block;
    color: #313841;
    padding:10px 0;
}

.privacy-tnc-text a {
    text-decoration: none;
    color: #ea5b29;
}
/*** new all december and jan changes css start***/
/** card chnages css **/
.custom-wishlist {
  display: none;
}

/* .custom-quick-view {
  display: none !important;
   !important;
} */

.mm-share {
  display: none !important;
}

.collection marmeto-product-card .card__heading,
.product-recommendations marmeto-product-card .card__heading {
  min-height: unset;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.rating-con {
  font-size: 12px;
  font-weight: 500;
}

.tt-rating {
  font-size: 12px;
}

.custom-rd-content {
  max-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  border-radius: 15px;
  background: rgba(49, 56, 65, 1);
  padding: 2px 8px;
}

.custom-review-design {
  position: absolute;
  left: 10px;
  bottom: 1px;
}

.collection .card__information,
.product-recommendations .card__information {
  padding: 0 !important;
}

.collection marmeto-product-card product-form .form,
.product-recommendations marmeto-product-card product-form .form {
  padding-top: 25px;
}

.product-highlights-list {
  margin: 0;
  display: flex;
  grid-template-columns: repeat(2, 2fr);
  gap: 4px;
  padding: 10px 0 8px 0;
  flex-wrap: wrap;
}

.desktop_review {
  padding: 5px 0;
}

.product-highlights-list li {
  list-style-type: none;
  font-size: 12px;
  color: #313841;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  flex-shrink: 0;
  background-color: #E7EAED;
  padding: 5px 8px;
  width: auto;
}

.collection .mm-atc-buttons-wrapper button,
.product-recommendations .mm-atc-buttons-wrapper button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.collection marmeto-product-card product-form .form,
.product-recommendations marmeto-product-card product-form .form {
  padding-top: 25px;
  padding: 0;
  height: auto;
  width: auto;
  min-width: auto;
  display: block;
}

.collection .mm-atc-buttons-wrapper,
.product-recommendations .mm-atc-buttons-wrapper {
  grid-row-start: 4;
  margin-top: 0;
}

.collection marmeto-product-card .price,
.product-recommendations marmeto-product-card .price {
  margin-top: auto;
  bottom: 64px;
  position: unset;
  padding-right: 100px;
  padding-top: 20px;
}

.card-wrapper.product-card-wrapper .card--media {
  background: transparent;
}

.product-card-wrapper .card {
  background: linear-gradient(to bottom, #ffffff 50%, #fff6f0 100%) !important;
  box-shadow: 3px 3px 6px 3px #fff6f0;
}

.redirect-arrow.arrow-link {
  height: 45px;
  width: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid #121212;
}

.collection .card__information,
.product-recommendations .card__information {
  display: flex;
  flex-direction: column;
}

.collection .card:not(.ratio)>.card__content,
.product-recommendations .card:not(.ratio)>.card__content {
  grid-template-rows: auto !important;
}

.mm-atc-buttons-wrapper {
  position: absolute;
  right: 70px;
  bottom: 18px;
}

.custom-feature-context {
  font-size: 15px;
  color: #313841;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

.product__info-container .product__title {
  margin: 0;
}

.product__info-container .product__title h1 {
  font-size: 20px;
}

.custom-features-con {
  margin: 5px 0 0 0 !important;
}

.cart-product-grid .loading-overlay__spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-mob-data {
  display: none;
}

.mob-pdp-price {
  display: none;
}

/*** heading css ***/
.custom-feature-coll .custom-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.highlight-header{
  margin-bottom:0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.highlight-header .title{
  margin:0;
}
.highlight-header p{
  margin-bottom:0;
  /* font-size:12px; */
}


.custom-feature-coll .custom-heading-header p,
.custom-feature-coll .custom-title-wrapper h2 {
  margin: 0;
}

.custom-feature-coll .collection__view-all a {
  min-height: 40px;
  margin: 0;
  border-radius: 10px;
}

/*** pdp variant css chnages **/
.product__info-wrapper .product-form__input[option_name="Size"] label,
.product__info-wrapper .product-form__input[option_name="Style"] label,
.product__info-wrapper .product-form__input[option_name="Type"] label {
  width: auto !important;
  height: auto;
  min-width: auto;
  min-height: auto;
  margin: 0 5px;
  padding: 0;
  max-width: unset !important;
  padding: 10px 15px;
}

.product-form__input[option_name="Size"] input[type=radio]:checked+label:before,
.product-form__input[option_name="Style"] input[type=radio]:checked+label:before,
.product-form__input[option_name="Type"] input[type=radio]:checked+label:before {
  height: 100%;
}

.color_swatch__container {
  min-height: auto;
}

.product__info-wrapper .product-form__input[option_name="Color"] label {
  width: auto !important;
  min-width: auto;
  max-width: inherit !important;
  height: 100%;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

}

.product-form__input[option_name="Color"] input[type=radio]:checked+label:before {
  content: none !important;
}

.product-form__input[option_name="Color"] input[type=radio]:checked+label .color-swatch:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 2px solid #ea5b29;
  border-radius: 50%;

}

.product-form__input[option_name="Color"] input[type=radio]:checked+label .color-swatch {
  position: relative;
  height: 40px;
  width: 40px !important;
  border-radius: 50%;
}

.product__info-wrapper .product-form__input[option_name="Color"] .color-swatch {
  position: relative;
  height: 40px;
  width: 40px !important;
  border-radius: 50%;
  border: 2px solid #e0e3e5;
}

.color_swatch__container .color-swatch-lable {
  max-width: 70px;
  min-width: 70px;
}

.product-form__input[option_name="Color"] label {
  margin-right: 0;
}

.product__info-wrapper .color_swatch__container {
  min-height: 80px;
  margin-bottom: 10px;
}

.product__info-wrapper .sold_out .color-swatch {
  position: relative;
}

.product__info-wrapper .sold_out .color-swatch:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #eb5a29;
  transform: rotate(45deg);
  z-index: 2;
}

/*** pdp variant css end ***/
.product__Slider .grid__item,
.product_recommendations__Slider .grid__item {
  padding: 2px 8px !important;
}

.price__container .price-item.price-item--sale.price-item--last {
  font-size: 16px;
}

.price__container .mrp_text {
  font-size: 12px;
  letter-spacing: 0px;
}

.price__container .card-save-price-text {
  font-size: 12px;
  letter-spacing: 0;
}

.usf-results .price .price-from {
  display: none !important;
}

@media(max-width:767px) {

  .collection .mm-atc-buttons-wrapper button,
  .product-recommendations .mm-atc-buttons-wrapper button {
    width: 40px;
    height: 40px;
    min-height: auto;
  }

  .collection .redirect-arrow.arrow-link,
  .product-recommendations .redirect-arrow.arrow-link {
    height: 40px;
    width: 40px;
  }

  .collection .mm-atc-buttons-wrapper button svg,
  .product-recommendations .mm-atc-buttons-wrapper button svg {
    width: 20px;
    height: 20px;
  }

  .collection marmeto-product-card .price--on-sale .price__sale,
  .product-recommendations marmeto-product-card .price--on-sale .price__sale {
    row-gap: 5px;
  }

  .collection span.price-item.price-item--sale.price-item--last,
  .product-recommendations span.price-item.price-item--sale.price-item--last {
    font-size: 16px;
  }

  .card-save-price-text {
    font-size: 12px;
    letter-spacing: 0;
  }

  .collection marmeto-product-card .price,
  .product-recommendations marmeto-product-card .price {
    padding-right: 105px;
  }

  .redirect-arrow.arrow-link.button--animation svg {
    width: 15px;
    height: 15px;
  }

  .mm-atc-buttons-wrapper {
    right: 65px;
  }

  .product__info-container .product__title h1 {
    font-size: 18px;
  }

  .custom-feature-context {
    font-size: 14px;
  }
  .custom-feature-coll .mm-atc-buttons-wrapper,.compare-related-products .mm-atc-buttons-wrapper {
    padding-top: 4px;
    position: static;
}
  .compare-related-products .mm-atc-buttons-wrapper button {
    width:100%!important;
  }
}

@media(max-width:750px) {
  .custom-mob-data {
    display: block !important;
    padding: 10px 0 0 0;
  }

  .product__info-container .product__title,
  .product__info-container .custom-features-con {
    display: none !important;
  }

  .custom-features-con+div {
    display: none;
  }

  .custom-mob-data .custom-features-con+div {
    display: block !important;
  }

  .product__title h1 {
    max-width: 100% !important;
    padding-right: 0 !important;

  }

  .custom-mob-data .product__title {
    margin-bottom: 0 !important;
  }

  .product-price-block {
    padding-right: 30px;
  }

  .product__info-container .price--on-sale .price__sale {
    row-gap: 10px;
  }

  .custom-features-con {
    margin: 5px 0 10px 0 !important;
  }

  .mob-pdp-price {
    display: block !important;
  }

  .custom-product-form__buttons.custom-new-mob-content {
    min-height: 115px !important;
    box-shadow: 0 -5px 10px #f2f5f8 !important;
    background: #fff !important;
    text-align: center;
  }
  .increase-price-height.custom-product-form__buttons.custom-new-mob-content{
    min-height: 150px !important;
  }

  .custom-product-form__buttons {
    box-shadow: none !important;
    background: transparent !important;
  }

  .mob-pdp-price .no-js-hidden.product-price-block {
    display: block !important;
  }

  .pushowl-simple-toast{
    z-index:3 !important;
  }

  .no-js-hidden.product-price-block {
    position: fixed;
    bottom: 60px;
    z-index: 3;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  span.price-item.price-item--sale.price-item--last {
    font-size: 16px !important;
  }

  .pushowl-bell-button {
    bottom: 85px!important;
  }

  .product-price-block .inclusive__text p {
    font-size: 10px !important;
    margin-top: -5px !important;
  }

  .collection .card-wrapper.product-card-wrapper .card__media .media img,
  .product-recommendations .card-wrapper.product-card-wrapper .card__media .media img {
    object-fit: cover !important;
  }

  .collection .card-wrapper.product-card-wrapper .card--media .card__inner,
  .product-recommendations .card-wrapper.product-card-wrapper .card--media .card__inner {
    max-height: fit-content !important;
  }

  body:not(.usf-mobile) .usf-grid .card-wrapper.product-card-wrapper .card--media .card__inner {
    padding-bottom: unset !important;
  }

  .custom-feature-coll .custom-title-wrapper {
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .custom-heading-header {
    width: 100%;
  }

  .custom-heading-header h2 {
    margin: 0;
    max-width: 100%;
  }

  .card__content .price--on-sale .price-item--regular {
    font-size: 12px !important;
  }

  .card__content .price__container .card-save-price-text {
    font-size: 10px;
  }
  .compare-section .compare-related-products__title{
    font-size: 16px;
  }
}


/*** new all december and jan changes css end ***/
/*** product card out of stock changes start ***/
 .product-card-wrapper .new-label.new-wrap-label.sold_out , marmeto-product-card .sold_out {
     position: relative;
     overflow: hidden;
 }
 
 .product-card-wrapper .new-label.new-wrap-label.sold_out:after , marmeto-product-card .sold_out:after {
     content: "";
     position: absolute;
     left: 50%;
     top: 50%;
     height: 150%;
     width: 1px;
     background: #ea5b29;
     transform: translate(-50%, -50%) rotate(45deg);
     z-index: 1;
 }
 marmeto-product-card .custom-input-title {
  width: 50px;
  display: flex;
  padding-top: 6px;
}

 marmeto-product-card fieldset.product-form__input .form__label {
  margin: 0 !important;
}

 marmeto-product-card .product-form__input+.product-form__input {
  margin-top: 15px;
}

 marmeto-product-card .cc-variant-box {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
marmeto-product-card .varcustom-Size  .custom-input-title{
  padding-top:7px;
}
/*** product card out of stock changes end ***/
.offers-icons-outer {
    display: flex;
    align-items: center;
}
.add-offer-con {
    padding-left: 15px;
}
.collection__view-all .button {
    background: #313841;
}
/* Smart shop */
.smart-shop-page{
  display: flex;
  justify-content: center;
  align-items: center;
}
.compare-related-products__title{
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0px;
  color: #313841;
  font-weight: 600;
  border-bottom: 2px solid #EA5B29;
  width: fit-content;
  margin: 0 auto;
}
.stack-container{
  display: grid;
  grid-template-areas: "stack";
}
.stack-item{
  grid-area: stack;
}

/* Hide on mobile (<= 767px) */
@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

/* Hide on desktop (>= 768px) */
@media (min-width: 768px) {
  .desktop-hide {
    display: none !important;
  }
}