.wpcf7-form .form-group label {
  color: var(--wp--preset--color--dark-grey);
  font-size: var(--wp--preset--font-size--para-text);
  font-family: var(--wp--preset--font-family--body);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 8px;
  display: block;
}
.wpcf7-form .form-group label .required {
  color: red;
}
.wpcf7-form .form-group br {
  display: none;
}

.wpcf7-form .form-group input, .wpcf7-form .form-group textarea {
  border: 1px solid var(--wp--preset--color--light-grey-one);
  border-radius: 2px;
  width: 93.5%;
  color: var(--wp--preset--color--light-text);
  padding: 12px 16px;
  font-size: var(--wp--preset--font-size--para-text);
  font-family: var(--wp--preset--font-family--body);
  line-height: 20px;
}
.wpcf7-form .form-group input:focus-visible, .wpcf7-form .form-group textarea:focus-visible {
  border: 1px solid var(--wp--preset--color--light-grey-one);
}
@media (max-width: 575px) {
  .wpcf7-form .form-group input, .wpcf7-form .form-group textarea {
    width: 88.5%;
  }
}

.contact-form-wrapper {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .contact-form-wrapper {
    padding: 0;
  }
}

.submit-btn-with-img {
  position: relative;
  background-color: var(--wp--preset--color--secondary-orange);
  z-index: 0;
  width: 100%;
  transition: all 0.5s ease;
}
.submit-btn-with-img::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../images/message.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 31%;
  top: calc(50% - 12px);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .submit-btn-with-img::after {
    right: 23%;
  }
}
.submit-btn-with-img:hover {
  background-color: var(--wp--preset--color--primary-blue);
}
.submit-btn-with-img input {
  width: 100%;
  position: relative;
  color: var(--wp--preset--color--white);
  padding: 21px 0;
  border: transparent;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  z-index: 10;
  background-color: transparent;
}
.submit-btn-with-img .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 12px;
}

iframe {
  box-sizing: border-box;
  width: 100%;
  margin-top: 48px;
}

.wp-block-addweb-blocks-accordions {
  border: none;
}
.wp-block-addweb-blocks-accordions .wp-block-addweb-blocks-accordion-item .accordion-header button {
  padding: 20px 0;
  color: var(--wp--preset--color--primary-blue);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.wp-block-addweb-blocks-accordions .wp-block-addweb-blocks-accordion-item .accordion-header button .accordion-title {
  display: flex;
  align-items: center;
  gap: 10.5px;
}
.wp-block-addweb-blocks-accordions .wp-block-addweb-blocks-accordion-item .accordion-panel p {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-family: var(--wp--preset--font-family--body);
}

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

.img-fluid {
  max-width: 100%;
}

html, body {
  overflow-x: hidden;
}

.wish-list {
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 16px;
  max-width: 32px;
  max-height: 32px;
  background: var(--wp--preset--color--primary-blue);
  border-radius: 50%;
}
.wish-list i {
  margin-right: 0 !important;
  font-size: medium;
  color: var(--wp--preset--color--white);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wish-list i.fa-heart {
  color: var(--wp--preset--color--secondary-orange);
}
.wish-list i + span {
  display: none;
}
.wish-list .yith-wcwl-wishlistexistsbrowse span, .wish-list .yith-wcwl-wishlistaddedbrowse span {
  font-size: 0;
}
.wish-list .yith-wcwl-wishlistexistsbrowse a, .wish-list .yith-wcwl-wishlistaddedbrowse a {
  display: none;
}
.wish-list div {
  margin-top: 0;
  line-height: 0;
}

.card-wrapper p {
  margin: 0;
}
.card-wrapper .card-left {
  max-width: 234px;
  max-height: 234px;
  height: 100%;
  margin-bottom: 8px;
  position: relative;
}
.card-wrapper .card-left .brand-item {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  min-height: 234px;
  max-height: 234px;
}
.card-wrapper .card-left .fill-button-select-option {
  display: none;
}
.card-wrapper .card-right .all-content-wrap {
  padding: 0 16px 16px;
}
.card-wrapper .card-right .all-content-wrap .star-wrp .five-star-rating-num {
  margin: 0;
  font-size: var(--wp--preset--font-size--e-small);
  color: var(--wp--preset--color--gray-primary);
}
.card-wrapper .card-right .all-content-wrap .stock-sale-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
}
.card-wrapper .card-right .all-content-wrap .stock-sale-wrap .stock-info {
  margin: 0;
  color: var(--wp--preset--color--light-green);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
}
.card-wrapper .card-right .all-content-wrap .stock-sale-wrap .stock-info .stock-total {
  font-size: var(--wp--preset--font-size--medium);
}
.card-wrapper .card-right .all-content-wrap .stock-sale-wrap .stock-info .sold-out {
  color: #E51900;
}
.card-wrapper .card-right .all-content-wrap .stock-sale-wrap .offer {
  margin: 0;
  color: var(--wp--preset--color--red);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
  color: var(--wp--preset--color--red);
}
.card-wrapper .card-right .all-content-wrap .star-wrp,
.card-wrapper .card-right .all-content-wrap .prize-wrp {
  display: flex;
  align-items: center;
}
.card-wrapper .card-right .all-content-wrap .prize-info {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-wrapper .card-right .all-content-wrap .prize-info .prize-wrp {
  gap: 8px;
}
.card-wrapper .card-right .all-content-wrap .prize-info .prize-wrp p {
  margin: 0;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--x-large);
}
.card-wrapper .card-right .all-content-wrap .prize-info .prize-wrp p.price .woocommerce-Price-amount {
  text-decoration: line-through;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
}
.card-wrapper .card-right .all-content-wrap .prize-info .prize-wrp p.discount-price {
  color: var(--wp--preset--color--blue);
}
.card-wrapper .card-right .all-content-wrap .prize-info .discount-info .total-discount {
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--light-green);
}
.card-wrapper .card-right .all-content-wrap .tapes {
  margin-top: 8px;
}
.card-wrapper .card-right .all-content-wrap .tapes p {
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--body);
  font-weight: 400;
}
.card-wrapper .card-right .all-content-wrap .item-details {
  margin: 8px 0;
  color: var(--wp--preset--color--dark-grey);
  font-size: var(--wp--preset--font-size--para-text);
}
.card-wrapper .card-right .all-content-wrap .apr-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.card-wrapper .card-right .all-content-wrap .apr-wrap .info {
  width: calc(100% - 28px);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--body);
}
.card-wrapper .card-right .all-content-wrap .apr-wrap .info p {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 19px;
}
.card-wrapper.card-border {
  border: 1px solid var(--wp--preset--color--light-grey-one);
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-wrapper.card-border .card-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  max-width: 1320px;
  width: 100%;
  height: auto;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
  }
}

.header {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  border: none;
  outline: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.header .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header .wrapper a,
.header .wrapper button {
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .header .wrapper a,
  .header .wrapper button {
    cursor: default !important;
  }
}
@media only screen and (max-width: 992px) {
  .header .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    overflow-y: auto;
  }
}
.header .wrapper .header-item-center {
  display: flex;
  -webkit-box-flex: 0;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: relative;
    left: -100%;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 0;
    transition: all 0.2s ease-in-out;
  }
  .header .wrapper .header-item-center.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header .wrapper .header-item-center .menu .menu-mobile-header {
    display: none;
  }
}
.header .wrapper .header-item-center .menu .menu-section {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu .menu-section {
    padding: 10px;
    display: block;
    height: 100%;
    margin: 15px 0 0 0;
  }
}
.header .wrapper .header-item-center .menu .menu-section .depth-0 {
  padding: 18px 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu .menu-section .depth-0:first-child {
    padding: 0;
    width: 100%;
  }
  .header .wrapper .header-item-center .menu .menu-section .depth-0:first-child a {
    display: block;
  }
}
.header .wrapper .header-item-center .menu .menu-section .depth-0 > a {
  color: var(--wp--preset--color--light-grey);
}
.header .wrapper .header-item-center .menu .menu-section .depth-0 > a:hover {
  color: var(--wp--preset--color--primary-blue);
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu .menu-section .depth-0 .menu-item-has-children {
    border-bottom: 0;
  }
}
.header .wrapper .header-item-center .menu .menu-section .menu-list-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu .menu-section .menu-list-item > a {
    padding: 14px 16px 9px 16px;
  }
}
.header .wrapper .header-item-center .menu .menu-section .menu-item-has-children {
  margin-left: 24px;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu .menu-section .menu-item-has-children {
    margin-left: 0;
    padding: 0;
    border-bottom: 0.5px solid var(--wp--preset--color--dark-grey-one);
  }
  .header .wrapper .header-item-center .menu .menu-section .menu-item-has-children > .sub-nav-wrap {
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .header .wrapper .header-item-center .menu .menu-section .menu-item-has-children .depth-1 .menu-item-has-children {
    border-bottom: none;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .header .wrapper .header-item-center .menu .menu-section .menu-item-has-children .depth-1 .sub-nav-wrap {
    padding: 14px 16px 9px 16px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .header .wrapper .header-item-center .menu .menu-section .menu-item-has-children .depth-1 .dropdown {
    padding: 0 16px;
    border-bottom: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu .menu-section .menu-item-has-children.arrow-rotate > .sub-nav-wrap .arrow-down {
    transform: rotate(180deg);
  }
}
.header .wrapper .header-item-center .menu .menu-section .menu-item-has-children.mega-menu-main .all_categary_menu {
  background-color: var(--wp--preset--color--primary-blue);
  padding: 18px 30px;
  color: var(--wp--preset--color--white);
}
.header .wrapper .header-item-center .menu .menu-section .menu-item-has-children > a {
  gap: 8px;
  padding: 18px 0;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu .menu-section .menu-item-has-children > a {
    padding: 18px 30px;
  }
}
.header .wrapper .header-item-center .menu .menu-section .sub-nav-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header .wrapper .header-item-center .menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
}
@media only screen and (min-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li {
    margin-left: 1.5rem;
  }
}
.header .wrapper .header-item-center .menu > ul > li > .sub-nav-wrap {
  transition: all 0.3s ease-in-out;
}
.header .wrapper .header-item-center .menu > ul > li > .sub-nav-wrap > a {
  position: relative;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border: none;
  outline: none;
  color: var(--wp--preset--color--light-grey);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li > .sub-nav-wrap > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header .wrapper .header-item-center .menu > ul > li > .sub-nav-wrap .arrow-down {
  transition: all 0.3s linear 0s;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li > .sub-nav-wrap .arrow-down {
    padding: 8px;
  }
}
.header .wrapper .header-item-center .menu > ul > li.menu-item-has-children:hover > .sub-nav-wrap > a {
  color: var(--wp--preset--color--primary-blue);
}
@media only screen and (min-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li.menu-item-has-children:hover > .sub-nav-wrap .arrow-down {
    rotate: 180deg;
  }
}
@media only screen and (min-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}
.header .wrapper .header-item-center .menu > ul > li.menu-item-has-children:hover > .sub-nav-wrap {
  transition: all 0.3s ease-in-out;
}
.header .wrapper .header-item-center .menu > ul > li.menu-item-has-children:hover > .sub-nav-wrap > a {
  color: var(--wp--preset--color--primary-blue);
}
@media only screen and (min-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li.menu-item-has-children:hover > .sub-nav-wrap .arrow-down {
    rotate: 180deg;
  }
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li.menu-item-has-children {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 12px 0;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  background: var(--wp--preset--color--base-2);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs {
    top: 57px;
  }
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs {
    position: relative;
    display: block;
    height: 100%;
  }
  .header .wrapper .header-item-center .menu > ul > li .menu-subs.sub-menu-open {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li {
  padding: 8px 12px 8px 16px;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li > a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: none;
  outline: none;
  color: var(--wp--preset--color--grey-text);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li:hover {
    background-color: var(--wp--preset--color--light-cream);
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li:hover > .sub-nav-wrap > a {
  color: var(--wp--preset--color--dark-grey);
}
@media only screen and (min-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li:hover > .sub-nav-wrap .arrow-down {
    rotate: -90deg;
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li:hover > .sub-nav-wrap .arrow-down path {
  stroke: var(--wp--preset--color--dark-grey);
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li > .sub-nav-wrap {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li > .sub-nav-wrap {
    padding: 18px 30px;
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li > .sub-nav-wrap > a {
  width: calc(100% - 16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
  outline: none;
  color: var(--wp--preset--color--grey-text);
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li > .sub-nav-wrap .arrow-down {
  transition: all 0.3s ease-in-out;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs {
  position: relative;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs .dropdown {
  position: absolute;
  left: 100%;
  min-width: 12rem;
  max-width: 12rem;
  background: var(--wp--preset--color--white);
  visibility: hidden;
  opacity: 0;
  transition: ease-out 0.35s;
  -moz-transition: ease-out 0.35s;
  -webkit-transition: ease-out 0.35s;
  border: 1px solid var(--wp--preset--light-grey-one);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  top: 0;
  padding: 20px;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs .dropdown {
    left: 0;
    position: relative;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs .dropdown.sub-sub-menu-open {
    position: relative;
    visibility: visible;
    opacity: 1;
    height: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    box-shadow: none;
    border-bottom: 0.5px solid var(--wp--preset--color--dark-grey-one);
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs .dropdown .subs:hover a {
  background-color: var(--wp--preset--color--light-cream);
  color: var(--wp--preset--color--dark-grey);
  font-weight: 500;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs .dropdown .subs a {
  padding: 8px 16px;
  display: block;
  line-height: normal;
  font-size: 14px;
  color: var(--wp--preset--color--grey-text);
  font-weight: 400;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs .sub-nav-wrap a {
  font-weight: 400;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs .black-arrow-inside-down {
  transition: all 0.3s ease;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs .black-arrow-inside-down.arrow-rotate {
  transform: rotate(180deg);
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs a {
    display: flex;
    justify-content: space-between;
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs > .arrow-rotate .black-arrow-inside-down {
  rotate: 180deg;
}
@media only screen and (min-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transition: ease-out 0.35s;
  }
}
@media only screen and (min-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs > ul > li.hassubs:hover .black-arrow-inside-down {
    rotate: -90deg;
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  max-width: 1350px;
  width: 100%;
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega {
    display: block;
    transform: unset;
    left: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
  .header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega.sub-menu-open {
    visibility: visible;
    opacity: 1;
    height: 100%;
    display: block;
    padding: 24px 0 40px;
  }
  .header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega.sub-menu-open .list-item ul {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item {
  flex: 0 0 calc(25% - 29px);
  padding-left: 24px;
  padding-top: 0;
  padding-right: 4px;
  border-left: 0.5px solid rgba(0, 9, 60, 0.6);
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    visibility: hidden;
    height: 0;
    opacity: 0;
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: var(--wp--preset--color--related-black);
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: color 0.3s ease-in-out;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li.menu-item-detail {
  margin-bottom: 16px;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li.menu-item-detail a {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li.menu-item-detail a img {
  margin-right: 8px;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li.menu-item-detail a .mega-pera {
  margin: 0;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item:first-child {
  border-left: 0;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item {
    padding: 0;
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item.w-50 {
  flex: 0 0 50%;
  background: var(--wp--preset--color--light-grey-two);
  padding-left: 8.3%;
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item .title {
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding-bottom: 16px;
  border: none;
  outline: none;
  color: var(--wp--preset--color--base-1);
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item.text-center .title {
  text-align: center;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-mega > .list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-column {
  min-width: 240px;
  max-width: 240px;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-column {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-column.sub-menu-open {
    visibility: visible;
    opacity: 1;
    height: 100%;
    padding: 24px 0;
    box-sizing: border-box;
  }
}
.header .wrapper .header-item-center .menu > ul > li .menu-subs.menu-column ul {
  padding: 0;
  list-style: none;
}
.header .wrapper .header-item-right {
  display: flex;
  flex: 0 0 17%;
  align-items: center;
  justify-content: flex-end;
  display: none;
}
@media only screen and (max-width: 992px) {
  .header .wrapper .header-item-right {
    display: inline-block;
    flex: unset;
  }
}
.header .wrapper .header-item-right .menu-icon {
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: var(--wp--preset--color--related-black);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 993px) {
  .header .wrapper .header-item-right .menu-mobile-trigger {
    display: none;
  }
}
.header .wrapper .header-item-right #hamburger {
  width: 30px;
  height: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.header .wrapper .header-item-right #hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header .wrapper .header-item-right #hamburger span:nth-child(1) {
  top: 0px;
}
.header .wrapper .header-item-right #hamburger span:nth-child(2) {
  top: 11px;
}
.header .wrapper .header-item-right #hamburger span:nth-child(3) {
  top: 22px;
}
.header .wrapper .header-item-right #hamburger.active span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.header .wrapper .header-item-right #hamburger.active span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
.header .wrapper .header-item-right #hamburger.active span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.mega-menu-main .all_categary_menu {
  width: 164px;
}
.mega-menu-main .all_categary_menu:hover .arrow-down {
  transform: rotate(180deg);
}
.mega-menu-main .all_categary_menu:hover .cat-menu-subs {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: 0px -1px 0px 0px var(--wp--preset--color--light-grey-one) inset;
  border-top: 1px solid var(--wp--preset--color--light-grey-one);
}
.mega-menu-main .all_categary_menu:hover .cat-menu-subs::before, .mega-menu-main .all_categary_menu:hover .cat-menu-subs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--white);
  box-shadow: 0 5px 5px -5px var(--wp--preset--color--light-grey-one);
  left: calc(-100% + 11px);
  top: -1px;
  box-shadow: 0px -1px 0px 0px var(--wp--preset--color--light-grey-one) inset;
  border-top: 1px solid var(--wp--preset--color--light-grey-one);
}
@media (max-width: 1320px) {
  .mega-menu-main .all_categary_menu:hover .cat-menu-subs::before, .mega-menu-main .all_categary_menu:hover .cat-menu-subs::after {
    display: none;
  }
}
.mega-menu-main .all_categary_menu:hover .cat-menu-subs::before {
  right: calc(-100% + 11px);
  left: auto;
}
@media (max-width: 992px) {
  .mega-menu-main .all_categary_menu:hover .cat-menu-subs::before {
    display: none;
  }
}
.mega-menu-main .all_categary_menu > a {
  background-color: var(--wp--preset--color--primary-blue);
  padding: 18px 30px;
  color: var(--wp--preset--color--white);
  position: relative;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  border: none;
  outline: none;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
}
.mega-menu-main .all_categary_menu .arrow-down {
  stroke: var(--wp--preset--color--white);
  transition: all 0.3s linear;
}
.mega-menu-main .all_categary_menu .cat-menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 12px 0;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  background: var(--wp--preset--color--white);
  box-shadow: 0 5px 5px -5px var(--wp--preset--color--light-grey-one);
  transition: all 0.2s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  max-width: 1350px;
  width: 100%;
  padding: 40px 0;
}
.mega-menu-main .all_categary_menu .cat-menu-subs .list-item ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 992px) {
  .mega-menu-main .all_categary_menu .cat-menu-subs .list-item ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .mega-menu-main .all_categary_menu .cat-menu-subs .list-item ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .mega-menu-main .all_categary_menu .cat-menu-subs .list-item ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.mega-menu-main .all_categary_menu .cat-menu-subs .list-item li {
  display: flex;
  padding-left: 24px;
  padding-bottom: 16px;
  padding-right: 4px;
  border-right: 0.5px solid rgba(0, 9, 60, 0.6);
}
.mega-menu-main .all_categary_menu .cat-menu-subs .list-item li .mega-pera {
  word-break: break-word;
}
.mega-menu-main .all_categary_menu .cat-menu-subs .list-item li:nth-child(4n) {
  border-right: none;
}
@media (max-width: 992px) {
  .mega-menu-main .all_categary_menu .cat-menu-subs .list-item li:nth-child(4n) {
    border-right: 0.5px solid rgba(0, 9, 60, 0.6);
  }
}
@media (max-width: 992px) {
  .mega-menu-main .all_categary_menu .cat-menu-subs .list-item li:nth-child(3n) {
    border-right: none;
  }
}
@media (max-width: 720px) {
  .mega-menu-main .all_categary_menu .cat-menu-subs .list-item li:nth-child(3n) {
    border-right: 0.5px solid rgba(0, 9, 60, 0.6);
  }
}
@media (max-width: 575px) {
  .mega-menu-main .all_categary_menu .cat-menu-subs .list-item li:nth-child(3n) {
    border-right: none;
  }
}
@media (max-width: 720px) {
  .mega-menu-main .all_categary_menu .cat-menu-subs .list-item li:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .mega-menu-main .all_categary_menu .cat-menu-subs .list-item li {
    border-right: none;
  }
}
.mega-menu-main .all_categary_menu .cat-menu-subs .list-item li .cat-title .mega-pera {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.1;
  margin: 0;
}
.mega-menu-main .all_categary_menu .cat-menu-subs .list-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.mega-menu-main .all_categary_menu .cat-menu-subs .list-item img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 24px;
}

.top-bar-wrap {
  padding: 0;
}

.price-lang-wrapper .language-wrap .wp-block-image {
  min-width: 18px;
}
.price-lang-wrapper .language-wrap .current-language-item .wp-block-navigation__submenu-icon {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  padding: 4px;
}
.price-lang-wrapper .price-wrap .wcml-dropdown {
  width: auto;
  margin: 0;
}
.price-lang-wrapper .price-wrap .wcml-dropdown li {
  background-color: transparent;
  color: var(--wp--preset--color--white);
  border: none;
}
.price-lang-wrapper .price-wrap .wcml-dropdown li a {
  color: var(--wp--preset--color--white);
  padding-right: 26px;
  padding-left: 0;
}
.price-lang-wrapper .price-wrap .wcml-dropdown li a::after {
  border: none;
  background-image: url("../images/caretdown.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.price-lang-wrapper .price-wrap .wcml-dropdown li ul {
  border-top: none;
  background-color: var(--wp--preset--color--black);
}
.price-lang-wrapper .price-wrap .wcml-dropdown li ul li {
  padding: 0 8px;
}
.price-lang-wrapper .price-wrap .wcml-dropdown li ul li a {
  padding-right: 0;
}

.bdf-search-wrap {
  width: 100%;
}
@media (max-width: 575px) {
  .bdf-search-wrap {
    margin-top: 20px !important;
  }
}
.bdf-search-wrap .bdf-inner-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
@media (max-width: 575px) {
  .bdf-search-wrap .bdf-inner-search-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.bdf-search-wrap .bdf-inner-search-wrap .search-bar-wrap {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 392px);
}
@media (max-width: 575px) {
  .bdf-search-wrap .bdf-inner-search-wrap .search-bar-wrap {
    width: 100%;
  }
}
.bdf-search-wrap .bdf-inner-search-wrap .search-bar-wrap input {
  width: 100%;
  height: 100%;
  padding: 14px 48px 14px 20px;
  box-sizing: border-box;
  display: block;
  float: right;
  max-width: 646px;
}
@media (max-width: 575px) {
  .bdf-search-wrap .bdf-inner-search-wrap .search-bar-wrap input {
    padding: 14px 29px 14px 10px;
  }
}
.bdf-search-wrap .bdf-inner-search-wrap .search-bar-wrap .wp-block-search__button {
  position: absolute;
  right: 0;
  background: transparent;
  padding: 8px 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
}
@media (max-width: 575px) {
  .bdf-search-wrap .bdf-inner-search-wrap .search-bar-wrap .wp-block-search__button {
    padding: 8px 5px;
    top: 55%;
  }
}
.bdf-search-wrap .bdf-inner-search-wrap .search-bar-wrap .wp-block-search__button svg {
  transform: rotate(270deg);
}
.bdf-search-wrap .bdf-inner-search-wrap .drop-down-categories {
  position: relative;
}
@media (max-width: 575px) {
  .bdf-search-wrap .bdf-inner-search-wrap .drop-down-categories {
    width: 100%;
  }
}
.bdf-search-wrap .bdf-inner-search-wrap .drop-down-categories select {
  background: url("../images/caretdown.svg") no-repeat 93%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: var(--wp--preset--color--primary-blue);
}
.bdf-search-wrap .bdf-inner-search-wrap #taxonomy-dropdown {
  background-color: var(--wp--preset--color--primary-blue);
  padding: 16px 36px 16px 16px;
  color: var(--wp--preset--color--white);
  display: inline-block;
  max-width: 224px;
  position: relative;
  text-align: center;
}
@media (max-width: 575px) {
  .bdf-search-wrap .bdf-inner-search-wrap #taxonomy-dropdown {
    width: 100%;
    max-width: 100%;
  }
}
.bdf-search-wrap .bdf-inner-search-wrap #taxonomy-dropdown option {
  background-color: var(--wp--preset--color--base-2);
  text-align: left;
  color: var(--wp--preset--color--grey-text);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.tab-nav li {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .hero-content-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.product-card .product-image {
  max-width: 100%;
  width: 100%;
}

.card-wrapper {
  position: relative;
  display: block;
  height: 100%;
}
.card-wrapper p {
  margin: 0;
}
.card-wrapper .card-left {
  max-width: 234px;
  margin-bottom: 8px;
  position: relative;
}
.card-wrapper .card-left .wish-list {
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 16px;
  max-width: 32px;
  max-height: 32px;
}
.card-wrapper .card-right .all-content-wrap {
  padding: 0 16px 16px;
}
.card-wrapper .card-right .all-content-wrap a {
  text-decoration: none;
}
.card-wrapper .card-right .all-content-wrap .star-wrp .five-star-rating-num {
  margin: 0;
  font-size: var(--wp--preset--font-size--e-small);
  color: var(--wp--preset--color--gray-primary);
}
.card-wrapper .card-right .all-content-wrap .stock-sale-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
}
.card-wrapper .card-right .all-content-wrap .stock-sale-wrap .stock-info {
  margin: 0;
  color: var(--wp--preset--color--light-green);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
}
.card-wrapper .card-right .all-content-wrap .stock-sale-wrap .stock-info .stock-total {
  font-size: var(--wp--preset--font-size--medium);
}
.card-wrapper .card-right .all-content-wrap .stock-sale-wrap .offer {
  margin: 0;
  color: var(--wp--preset--color--red);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
}
.card-wrapper .card-right .all-content-wrap .star-wrp,
.card-wrapper .card-right .all-content-wrap .prize-wrp {
  display: flex;
  align-items: center;
}
.card-wrapper .card-right .all-content-wrap .prize-info {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-wrapper .card-right .all-content-wrap .prize-info .prize-wrp {
  gap: 8px;
}
.card-wrapper .card-right .all-content-wrap .prize-info .prize-wrp p {
  margin: 0;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--x-large);
}
.card-wrapper .card-right .all-content-wrap .prize-info .prize-wrp p.price {
  text-decoration: line-through;
}
.card-wrapper .card-right .all-content-wrap .prize-info .prize-wrp p.discount-price {
  color: var(--wp--preset--color--blue);
}
.card-wrapper .card-right .all-content-wrap .prize-info .discount-info .total-discount {
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--light-green);
}
.card-wrapper .card-right .all-content-wrap .tapes {
  margin-top: 8px;
}
.card-wrapper .card-right .all-content-wrap .tapes p {
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--light-grey);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-wrapper .card-right .all-content-wrap .item-details {
  margin: 8px 0;
  color: var(--wp--preset--color--primary-blue);
  font-size: var(--wp--preset--font-size--para-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-wrapper .card-right .all-content-wrap .apr-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.card-wrapper .card-right .all-content-wrap .apr-wrap .info {
  width: calc(100% - 28px);
}
.card-wrapper .card-right .all-content-wrap .apr-wrap .info p {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 19px;
}
.card-wrapper .card-right .fill-button-select-option {
  text-decoration: none;
  color: var(--wp--preset--color--white);
  padding: 10px;
  background: var(--wp--preset--color--primary-blue);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: var(--wp--preset--font-size--medium);
  transition: all 0.5s ease;
}
.card-wrapper .card-right .fill-button-select-option .cart-icon {
  width: calc(100% - 22px);
  max-width: 18px;
}
.card-wrapper .card-right .fill-button-select-option:hover {
  background: var(--wp--preset--color--secondary-orange);
}
.card-wrapper.card-border {
  border: 1px solid var(--wp--preset--color--light-grey-one);
  border-radius: 4px;
}

.newsletter-form .tnp-subscription {
  margin-bottom: 16px;
}
.newsletter-form .tnp-subscription form {
  display: flex;
  align-items: center;
  gap: 16px;
}
.newsletter-form .tnp-subscription .tnp-field {
  margin-bottom: 0;
}
.newsletter-form .tnp-subscription .tnp-field-email label, .newsletter-form .tnp-subscription .tnp-field-email > br {
  display: none;
}
.newsletter-form .tnp-subscription input[type=email] {
  background-color: var(--wp--preset--color--white);
  border: 1px solid #808080;
  height: 46px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
}
.newsletter-form .tnp-subscription input[type=submit] {
  background-color: var(--wp--preset--color--primary-blue);
  padding: 11px 24px;
  cursor: pointer;
  color: var(--wp--preset--color--white);
  border-radius: 4px;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 24px;
  transition: all 0.5s ease;
}
.newsletter-form .tnp-subscription input[type=submit]:hover {
  background-color: var(--wp--preset--color--secondary-orange);
}

.footer {
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer-bg.svg);
  background-repeat: no-repeat;
}

.w-100 {
  width: 100%;
}

.tab-nav.only-tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid var(--wp--preset--color--light-grey-one);
  position: relative;
  flex-flow: nowrap;
}
@media (max-width: 767px) {
  .tab-nav.only-tabs {
    justify-content: flex-start;
  }
}
.tab-nav.only-tabs::-webkit-scrollbar {
  height: 5px;
  background-color: var(--wp--preset--color--light-grey-two);
}
.tab-nav.only-tabs::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: var(--wp--preset--color--light-grey);
}
.tab-nav.only-tabs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
.tab-nav.only-tabs li {
  margin-right: 40px;
}
.tab-nav.only-tabs .tab-item {
  display: inline-block;
}
.tab-nav.only-tabs .tab-item .tab-link-item {
  display: block;
  padding: 18px 20px;
  color: var(--wp--preset--color--grey-text);
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 32.74px;
  transition: all 0.2s ease;
}
.tab-nav.only-tabs .tab-item .tab-link-item:hover {
  color: var(--wp--preset--color--black);
}
.tab-nav.only-tabs .tab-item .tab-link-item.active {
  color: var(--wp--preset--color--black);
  box-shadow: 0px -2px 0px 0px var(--wp--preset--color--secondary-orange) inset;
}
.tab-nav.only-tabs + .content-holder {
  display: none;
}
.tab-nav.only-tabs + .content-holder.active {
  display: block;
  height: 100%;
  position: relative;
}

.is-style-fill-white-button {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary-blue-one);
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 8px;
}

.cart-warpper-head a {
  text-decoration: none;
}
.cart-warpper-head br {
  display: none;
}
.cart-warpper-head .yith-wcwl-items-count i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 19px;
  font-weight: 600;
}
.cart-warpper-head .yith-wcwl-items-count i:before {
  font-size: 24px;
  font-weight: normal;
}

.wc-block-mini-cart .wc-block-mini-cart__quantity-badge {
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.wc-block-mini-cart .wc-block-mini-cart__icon {
  width: 32px;
  height: 32px;
}

.list-type-group {
  list-style-type: none !important;
}
.list-type-group li {
  padding-left: 36px !important;
  position: relative;
}
.list-type-group li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 7px;
  left: 0;
  background-image: url(../images/Checks.svg);
  background-repeat: no-repeat;
}

.checkbox, .woocommerce-form__label-for-checkbox {
  cursor: pointer;
  position: relative;
  display: inline;
}
.checkbox input, .woocommerce-form__label-for-checkbox input {
  position: absolute;
  display: block !important;
  margin: 0 0 0 3px !important;
  opacity: 0;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.checkbox span, .woocommerce-form__label-for-checkbox span {
  margin-left: 32px;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  color: var(--wp--preset--color--light-grey);
  font-weight: 400;
}
.checkbox span::before, .woocommerce-form__label-for-checkbox span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  background: url(../images/check-box.svg) no-repeat 94%;
}
.checkbox span::after, .woocommerce-form__label-for-checkbox span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  background: url(../images/filled-check-box.svg) no-repeat 94%;
  display: none;
}

.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  position: relative;
  display: inline;
}
.woocommerce-form__label-for-checkbox input {
  position: absolute;
  display: block !important;
  margin: 0 0 0 3px !important;
  opacity: 0;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.woocommerce-form__label-for-checkbox span {
  margin-left: 32px;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  color: var(--wp--preset--color--light-grey);
  font-weight: 400;
}
.woocommerce-form__label-for-checkbox span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  background: url(../images/grey-checkbox.svg) no-repeat;
}
.woocommerce-form__label-for-checkbox span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: url(../images/filled-check-box.svg) no-repeat 94%;
  display: none;
}

.woocommerce-form__label-for-checkbox span::before {
  top: 1px;
}

input:checked + span::after {
  display: block;
}

.woocommerce-checkout h3 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: var(--wp--preset--color--primary-blue);
  margin-bottom: 44px !important;
  margin-top: 20px !important;
  font-family: var(--wp--preset--font-family--body);
}
.woocommerce-checkout .col2-set {
  display: flex;
  gap: 24px;
}
@media (max-width: 991px) {
  .woocommerce-checkout .col2-set {
    flex-wrap: wrap;
  }
}
.woocommerce-checkout .col2-set .create-account .validate-required .show-password-input::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 16px;
  background: url(../images/Eye.svg) no-repeat 94%;
}
.woocommerce-checkout .col2-set .create-account .validate-required .show-password-input::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  top: 0;
  right: 24px;
  background-color: var(--wp--preset--color--secondary-orange);
  transform: rotate(45deg);
}
.woocommerce-checkout .col2-set .create-account .validate-required .show-password-input.display-password::before {
  display: none;
}
.woocommerce-checkout .col2-set h3 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  color: var(--wp--preset--color--dark-grey);
  margin-bottom: 24px !important;
  margin-top: 0 !important;
  font-family: var(--wp--preset--font-family--body);
}
.woocommerce-checkout .col2-set h3.shipping-heading {
  margin: 24px 0;
  margin-top: 24px !important;
}
.woocommerce-checkout .col2-set h3 span::before {
  top: 5px;
}
.woocommerce-checkout .col2-set h3 span::after {
  top: 5px;
}
.woocommerce-checkout .col2-set::before, .woocommerce-checkout .col2-set::after {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 {
  width: 70%;
}
@media (max-width: 991px) {
  .woocommerce-checkout .col2-set .col-1 {
    width: 100%;
  }
}
.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.woocommerce-checkout .col2-set .col-1 .form-row {
  margin-bottom: 0;
}
.woocommerce-checkout .col2-set .col-1 .form-row.form-row-first, .woocommerce-checkout .col2-set .col-1 .form-row.form-row-last, .woocommerce-checkout .col2-set .col-1 .form-row.validate-phone, .woocommerce-checkout .col2-set .col-1 .form-row.validate-email {
  width: 49% !important;
}
@media (max-width: 991px) {
  .woocommerce-checkout .col2-set .col-1 .form-row.form-row-first, .woocommerce-checkout .col2-set .col-1 .form-row.form-row-last, .woocommerce-checkout .col2-set .col-1 .form-row.validate-phone, .woocommerce-checkout .col2-set .col-1 .form-row.validate-email {
    width: 100% !important;
  }
}
.woocommerce-checkout .col2-set .col-1 .form-row.form-row-wide {
  width: 100%;
}
.woocommerce-checkout .col2-set .col-1 .form-row#billing_address_1_field {
  width: 100%;
}
.woocommerce-checkout .col2-set .col-1 .form-row.validate-required {
  width: calc(25% - 12px);
  padding: 0;
}
@media (max-width: 991px) {
  .woocommerce-checkout .col2-set .col-1 .form-row.validate-required {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .col2-set .col-1 .form-row.validate-required {
    width: 100%;
  }
}
.woocommerce-checkout .col2-set .col-1 .form-row::after, .woocommerce-checkout .col2-set .col-1 .form-row::before {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 .form-row label {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 20px;
  margin-bottom: 8px;
  color: var(--wp--preset--color--black);
}
.woocommerce-checkout .col2-set .col-1 .form-row label .required {
  text-decoration: none;
  color: red;
}
.woocommerce-checkout .col2-set .col-1 .form-row input, .woocommerce-checkout .col2-set .col-1 .form-row select {
  border: 1px solid rgba(119, 135, 143, 0.5019607843);
  padding: 12px 16px;
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 20px;
  font-weight: 400;
}
.woocommerce-checkout .col2-set .col-1 .form-row .select2-selection {
  padding: 9px 16px !important;
  height: auto;
  border-radius: 0;
}
.woocommerce-checkout .col2-set .col-1 .form-row .select2-selection__rendered {
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 26px;
  font-weight: 400;
}
.woocommerce-checkout .col2-set .col-1 #billing_address_2_field {
  display: none !important;
}
.woocommerce-checkout .col2-set .col-2 {
  width: 30%;
}
@media (max-width: 991px) {
  .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
  }
}
.woocommerce-checkout .col2-set .col-2 h3 {
  margin: 0 0 24px;
  color: var(--wp--preset--color--primary-blue);
}
.woocommerce-checkout .col2-set .col-2 h3.payment-heading {
  margin: 24px 24px 0 !important;
}
.woocommerce-checkout .col2-set .col-2 .shop_table {
  border-collapse: separate;
  padding: 24px;
  border: 1px solid var(--wp--preset--color--gray-secondary-opacity);
  margin-bottom: 40px !important;
}
.woocommerce-checkout .col2-set .col-2 .shop_table td {
  max-height: 64px;
  width: auto;
  height: 64px;
  padding-top: 0;
  padding-bottom: 17px;
  padding-left: 0;
  border-top: none;
  line-height: normal;
}
.woocommerce-checkout .col2-set .col-2 .shop_table td img {
  width: 86px;
  height: 64px;
}
.woocommerce-checkout .col2-set .col-2 .shop_table td .woocommerce-shipping-methods {
  text-align: left;
  padding-left: 30px !important;
}
.woocommerce-checkout .col2-set .col-2 .shop_table td.product-name {
  padding: 0;
  font-size: var(--wp--preset--font-size--para-text);
  font-weight: 400;
  color: var(--wp--preset--color--black);
  line-height: 20px;
}
.woocommerce-checkout .col2-set .col-2 .shop_table td.product-name span {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--gray-primary);
  font-weight: 400;
  line-height: 20px;
}
.woocommerce-checkout .col2-set .col-2 .shop_table td.product-name .woocommerce-Price-amount {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--blue);
  font-weight: 400;
  line-height: 20px;
}
.woocommerce-checkout .col2-set .col-2 .shop_table thead .product-name {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .col2-set .col-2 tfoot tr:last-child th, .woocommerce-checkout .col2-set .col-2 tfoot tr:last-child td {
  padding-top: 12px !important;
  padding-bottom: 0 !important;
  border-top: 1px solid var(--wp--preset--color--gray-primary-opacity) !important;
  font-weight: 700 !important;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 24px;
  font-weight: 400 !important;
}
.woocommerce-checkout .col2-set .col-2 tfoot td, .woocommerce-checkout .col2-set .col-2 tfoot th {
  border-top: none !important;
  padding: 0 !important;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  color: var(--wp--preset--color--light-grey);
  font-weight: 400 !important;
  padding-bottom: 12px !important;
}
.woocommerce-checkout .col2-set .col-2 tfoot td {
  color: var(--wp--preset--color--primary-blue);
  text-align: right;
  height: auto !important;
}
.woocommerce-checkout .woocommerce-account-fields {
  padding: 24px 0;
  border-bottom: 1px solid var(--wp--preset--color--gray-primary-opacity);
}
.woocommerce-checkout .woocommerce-account-fields p {
  padding: 0;
}
.woocommerce-checkout .woocommerce-account-fields .create-account {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-account-fields .create-account {
    flex-wrap: wrap;
  }
}
.woocommerce-checkout .woocommerce-account-fields .create-account .form-row {
  width: 50% !important;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-account-fields .create-account .form-row {
    width: 100% !important;
  }
}
.woocommerce-checkout .woocommerce-account-fields .create-account .clear {
  display: none;
}
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  margin-top: 24px;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field {
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field {
  display: none !important;
}
.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 16px;
}
.woocommerce-checkout .woocommerce-additional-fields p {
  padding: 0;
}
.woocommerce-checkout .woocommerce-additional-fields span textarea {
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 20px;
  font-weight: 400;
  padding: 24px;
  border: 1px solid var(--wp--preset--color--gray-secondary-opacity);
}
.woocommerce-checkout .woocommerce-additional-fields label span {
  color: var(--wp--preset--color--gray-primary);
}
.woocommerce-checkout .shop_table {
  width: 100% !important;
}

.woocommerce-form-login-toggle .is-info, .woocommerce-form-coupon-toggle .is-info {
  background: var(--wp--preset--color--cream);
  padding: 36px 77px !important;
  border-radius: 24px;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}
.woocommerce-form-login-toggle .is-info::after, .woocommerce-form-coupon-toggle .is-info::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  top: 32px;
  left: 77px;
  background: url(../images/repeat.svg) no-repeat 94%;
}
@media (max-width: 991px) {
  .woocommerce-form-login-toggle .is-info::after, .woocommerce-form-coupon-toggle .is-info::after {
    left: 27px;
  }
}
@media (max-width: 575px) {
  .woocommerce-form-login-toggle .is-info, .woocommerce-form-coupon-toggle .is-info {
    padding: 32px 20px !important;
  }
  .woocommerce-form-login-toggle .is-info::after, .woocommerce-form-coupon-toggle .is-info::after {
    display: none;
  }
}
.woocommerce-form-login-toggle .is-info svg, .woocommerce-form-coupon-toggle .is-info svg {
  display: none;
}
.woocommerce-form-login-toggle .is-info div, .woocommerce-form-coupon-toggle .is-info div {
  display: flex;
  flex-direction: column;
  font-size: var(--wp--preset--font-size--xx-large);
  line-height: 27px;
  font-weight: 600;
  color: var(--wp--preset--color--black);
  align-items: center;
}
.woocommerce-form-login-toggle .is-info div a, .woocommerce-form-coupon-toggle .is-info div a {
  color: var(--wp--preset--color--light-grey);
  line-height: 22px;
  font-size: var(--wp--preset--font-size--para-text);
  font-weight: 400;
  margin-top: 8px;
}

.woocommerce-form-coupon-toggle .is-info::after {
  top: 32px;
  left: 77px;
  background: url(../images/coupons.svg) no-repeat;
}
@media (max-width: 991px) {
  .woocommerce-form-coupon-toggle .is-info::after {
    left: 27px;
  }
}

.woocommerce-checkout-review-order h2 {
  font-size: 24px;
  line-height: 32px;
  color: var(--wp--preset--color--primary-blue);
  font-weight: 600;
}

.woocommerce-checkout-payment {
  background: var(--wp--preset--color--white) !important;
  border: 1px solid var(--wp--preset--color--gray-secondary-opacity);
}
.woocommerce-checkout-payment .place-order {
  border-top: none;
  padding: 0 24px !important;
  margin-bottom: 24px !important;
}
.woocommerce-checkout-payment .place-order p {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
  color: var(--wp--preset--color--black);
  font-weight: 400;
}
.woocommerce-checkout-payment .place-order p.validate-required {
  color: var(--wp--preset--color--light-grey);
}
.woocommerce-checkout-payment .place-order .button {
  display: block;
  width: 100%;
  padding: 17px 0;
  background: var(--wp--preset--color--secondary-orange);
  border: none;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 700;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
}
.woocommerce-checkout-payment .place-order .button::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 17px;
  right: auto;
  margin-left: 12px;
  background: url(../images/ArrowRight.svg) no-repeat;
}
.woocommerce-checkout-payment .place-order .button:hover {
  background: var(--wp--preset--color--primary-blue);
}
.woocommerce-checkout-payment .place-order .form-row span::after {
  top: -14px;
}
.woocommerce-checkout-payment .methods {
  padding: 24px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.woocommerce-checkout-payment .validate-required .checkbox {
  position: relative;
}
.woocommerce-checkout-payment .validate-required .checkbox span {
  display: inline-block;
}
.woocommerce-checkout-payment .validate-required .checkbox span::before {
  top: -14px;
}
.woocommerce-checkout-payment .validate-required .checkbox .required {
  position: absolute;
  top: -9px;
  right: -183px;
  text-decoration: none;
  color: red;
}
@media (max-width: 1399px) {
  .woocommerce-checkout-payment .validate-required .checkbox .required {
    right: -181px;
  }
}
.woocommerce-checkout-payment li {
  padding: 16px 24px !important;
  border: 1px solid var(--wp--preset--color--gray-secondary-opacity);
  margin-bottom: 24px !important;
  position: relative;
}
.woocommerce-checkout-payment li:last-child {
  margin-bottom: 0 !important;
}
.woocommerce-checkout-payment li [type=radio]:checked,
.woocommerce-checkout-payment li [type=radio]:not(:checked) {
  position: absolute;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  background: var(--wp--preset--color--white);
  left: 24px;
  top: 22px;
}
.woocommerce-checkout-payment li [type=radio]:checked:before,
.woocommerce-checkout-payment li [type=radio]:not(:checked):before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--wp--preset--color--gray-primary-semi-opacity);
  border-radius: 100%;
  background: var(--wp--preset--color--white);
}
.woocommerce-checkout-payment li [type=radio]:checked:after,
.woocommerce-checkout-payment li [type=radio]:not(:checked):after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--wp--preset--color--white);
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.woocommerce-checkout-payment li [type=radio]:checked:before,
.woocommerce-checkout-payment li [type=radio]:checked {
  background: var(--wp--preset--color--secondary-orange);
  border-color: var(--wp--preset--color--secondary-orange);
}
.woocommerce-checkout-payment li [type=radio]:not(:checked):after {
  opacity: 0;
  transform: scale(0);
}
.woocommerce-checkout-payment li [type=radio]:checked:after {
  opacity: 1;
  transform: scale(1);
}
.woocommerce-checkout-payment li label {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 24px;
  padding-left: 24px;
  position: relative;
}
.woocommerce-checkout-payment li label::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
}
.woocommerce-checkout-payment li.payment_method_ppcp-credit-card-gateway > label {
  padding-left: 74px;
}
.woocommerce-checkout-payment li.payment_method_ppcp-credit-card-gateway > label::before {
  background: url(../images/CreditCard.svg) no-repeat;
  top: -5px;
  left: 28px;
}
.woocommerce-checkout-payment li.payment_method_ppcp-gateway label {
  padding-left: 74px;
}
.woocommerce-checkout-payment li.payment_method_ppcp-gateway label::before {
  background: url(../images/paypal.svg) no-repeat;
  top: -5px;
  left: 28px;
}
.woocommerce-checkout-payment .payment_box {
  background-color: transparent !important;
  padding: 0 !important;
}
.woocommerce-checkout-payment .payment_box .form-row {
  float: inherit;
  width: 100%;
}
.woocommerce-checkout-payment .payment_box::before, .woocommerce-checkout-payment .payment_box::after {
  display: none !important;
}
.woocommerce-checkout-payment .payment_box iframe {
  margin-top: 0 !important;
}
.woocommerce-checkout-payment .payment_box .form-row {
  padding: 0;
}
.woocommerce-checkout-payment .wc-credit-card-form {
  margin-top: 0 !important;
  background: transparent !important;
}
.woocommerce-checkout-payment .wc-credit-card-form .form-row label {
  margin: 0 !important;
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 8px !important;
  padding-left: 10px;
  color: var(--wp--preset--color--black);
}
.woocommerce-checkout-payment .wc-credit-card-form .woocommerce-validated {
  width: 100%;
}
.woocommerce-checkout-payment .wc-credit-card-form iframe body {
  padding: 0 !important;
}

.logged-in .woocommerce-checkout-payment .validate-required .checkbox .required {
  top: -7px;
  right: -138px;
}
@media (max-width: 1399px) {
  .logged-in .woocommerce-checkout-payment .validate-required .checkbox .required {
    right: -181px;
  }
}

.checkout-notice-wraper {
  display: flex;
  margin: 40px 0;
  gap: 24px;
}
@media (max-width: 991px) {
  .checkout-notice-wraper {
    flex-wrap: wrap;
  }
}
.checkout-notice-wraper .checkout-coupon-notice-wraper, .checkout-notice-wraper .checkout-login-notice-wraper {
  width: 50%;
}
@media (max-width: 991px) {
  .checkout-notice-wraper .checkout-coupon-notice-wraper, .checkout-notice-wraper .checkout-login-notice-wraper {
    width: 100%;
  }
}
.checkout-notice-wraper .checkout-coupon-notice-wraper .form-row, .checkout-notice-wraper .checkout-login-notice-wraper .form-row {
  display: flex;
  flex-direction: column;
}
.checkout-notice-wraper .checkout-coupon-notice-wraper .form-row .button, .checkout-notice-wraper .checkout-login-notice-wraper .form-row .button {
  background: var(--wp--preset--color--secondary-orange);
  padding: 12px 16px;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
  transition: all 0.5s ease;
}
.checkout-notice-wraper .checkout-coupon-notice-wraper .form-row .button:hover, .checkout-notice-wraper .checkout-login-notice-wraper .form-row .button:hover {
  background: var(--wp--preset--color--primary-blue);
}
.checkout-notice-wraper .checkout-coupon-notice-wraper .checkout_coupon, .checkout-notice-wraper .checkout-coupon-notice-wraper .woocommerce-form-login, .checkout-notice-wraper .checkout-login-notice-wraper .checkout_coupon, .checkout-notice-wraper .checkout-login-notice-wraper .woocommerce-form-login {
  border-radius: 24px;
  padding: 16px;
  border: 1px solid var(--wp--preset--color--light-grey-one);
}

.checkout-coupon-notice-wraper .form-row .button {
  background: var(--wp--preset--color--secondary-orange);
  padding: 12px 16px;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
  transition: all 0.5s ease;
}
.checkout-coupon-notice-wraper .form-row .button:hover {
  background: var(--wp--preset--color--primary-blue);
}

.logged-in .checkout-coupon-notice-wraper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.logged-in .checkout-coupon-notice-wraper .woocommerce-form-coupon-toggle {
  width: 50%;
}
@media (max-width: 1399px) {
  .logged-in .checkout-coupon-notice-wraper .woocommerce-form-coupon-toggle {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .logged-in .checkout-coupon-notice-wraper .woocommerce-form-coupon-toggle {
    width: 100%;
  }
}
.logged-in .checkout-coupon-notice-wraper .woocommerce-form-coupon-toggle .is-info {
  padding: 54px 77px !important;
}
@media (max-width: 575px) {
  .logged-in .checkout-coupon-notice-wraper .woocommerce-form-coupon-toggle .is-info {
    padding: 34px 34px !important;
  }
}
.logged-in .checkout-coupon-notice-wraper .woocommerce-form-coupon-toggle .is-info::after {
  top: 54px;
}
.logged-in .checkout-coupon-notice-wraper .wc-block-components-notice-banner.is-error {
  width: 48%;
  margin: 0;
}
.logged-in .checkout-coupon-notice-wraper .wc-block-components-notice-banner.is-error svg {
  width: auto !important;
}
@media (max-width: 767px) {
  .logged-in .checkout-coupon-notice-wraper .wc-block-components-notice-banner.is-error {
    width: 100%;
  }
}
.logged-in .checkout-coupon-notice-wraper .checkout_coupon {
  width: 44.9%;
  margin: 0;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .logged-in .checkout-coupon-notice-wraper .checkout_coupon {
    width: 100%;
  }
}
.logged-in .checkout-coupon-notice-wraper .checkout_coupon p {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 20px;
  margin-bottom: 8px;
  color: var(--wp--preset--color--black);
  margin-bottom: 10px;
}
.logged-in .checkout-coupon-notice-wraper .checkout_coupon .form-row-first {
  width: calc(100% - 145px);
  padding: 0;
  padding-right: 15px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .logged-in .checkout-coupon-notice-wraper .checkout_coupon .form-row-first {
    width: 100%;
    padding-right: 0;
  }
}
.logged-in .checkout-coupon-notice-wraper .checkout_coupon .form-row-first input {
  border: 1px solid rgba(119, 135, 143, 0.5019607843);
  padding: 14px 16px;
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 20px;
  font-weight: 400;
}
.logged-in .checkout-coupon-notice-wraper .checkout_coupon .form-row-last {
  width: 130px;
  padding: 0;
}
@media (max-width: 575px) {
  .logged-in .checkout-coupon-notice-wraper .checkout_coupon .form-row-last {
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .logged-in .checkout-coupon-notice-wraper {
    max-width: 100%;
  }
}

.woocommerce-cart .woocommerce {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce {
    flex-direction: column;
  }
}
.woocommerce-cart .woocommerce h2 {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 24px;
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form {
  max-width: 68%;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    max-width: 100%;
    width: auto;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table {
  border: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table thead {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td {
  border-top: none;
  border-bottom: 1px solid rgba(119, 135, 143, 0.5019607843);
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td {
    display: block;
    width: 100%;
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td::before {
    display: none;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-thumbnail {
  padding: 24px 12px 16px 24px;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-thumbnail {
    display: block;
    width: auto;
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-thumbnail::before {
    display: none;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name {
  padding: 0;
  max-width: 330px;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name {
    max-width: 100%;
    text-align: center !important;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name::before {
    display: none;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name a {
  text-decoration: none;
  color: var(--wp--preset--color--primary-blue);
  font-size: var(--wp--preset--font-size--para-text);
  font-weight: 400;
  line-height: 22px;
  padding-right: 40px;
  display: block;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name .product-price {
  margin-top: 16px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name .product-price .discount-prize, .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name .product-price .fixed-prize {
  font-size: var(--wp--preset--font-size--para-text);
  font-weight: 400;
  line-height: 22px;
  color: var(--wp--preset--color--gray-primary);
  text-decoration: line-through;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-name .product-price .discount-prize {
  color: var(--wp--preset--color--blue);
  text-decoration: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-price {
  color: var(--wp--preset--color--blue);
  font-size: var(--wp--preset--font-size--para-text);
  font-weight: 400;
  line-height: 22px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-quantity {
  padding: 0;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-quantity {
    max-width: 100%;
    text-align: center !important;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-quantity::before {
    display: none;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity {
  border: 1px solid var(--wp--preset--color--gray-secondary-opacity);
  border-radius: 3px;
  padding: 16px 20px;
  text-align: center;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity label {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .minus {
  background: transparent;
  border: none;
  border: 1.5px sloid var(--wp--preset--color--light-grey);
  height: 16px;
  width: 16px;
  cursor: pointer;
  padding: 0;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity input {
  color: var(--wp--preset--color--light-grey);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
  padding: 0 28px;
  border: none;
  width: 25px;
  pointer-events: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .plus {
  border: none;
  background-color: transparent;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-subtotal {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 600;
  color: var(--wp--preset--color--primary-blue);
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-subtotal {
    max-width: 100%;
    text-align: center !important;
    padding-right: 0;
    width: auto;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-subtotal::before {
    display: none;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove {
  padding: 0;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove {
    max-width: 100%;
    text-align: center !important;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove::before {
    display: none;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove a.remove {
  position: relative !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove a.remove {
    margin: 0 auto;
  }
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody td.product-remove a.remove::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/thrash-icon.svg);
  background-repeat: no-repeat;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child td {
  border-bottom: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child td:last-child {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child td a {
  border: 2px solid var(--wp--preset--color--primary-blue);
  padding: 14px 24px;
  border-radius: 2px;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
  font-weight: 700;
  color: var(--wp--preset--color--primary-blue);
  display: inline-block;
  min-width: 132px;
  text-align: right;
  position: relative;
  transition: all 0.5s ease;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child td a::before {
  content: "";
  position: absolute;
  top: 14px;
  height: 20px;
  width: 20px;
  background-image: url(../images/ArrowLeft.svg);
  background-repeat: no-repeat;
  left: 24px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child td a:hover {
  background: var(--wp--preset--color--primary-blue);
  color: var(--wp--preset--color--white);
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table tbody tr:last-child td a:hover::before {
  filter: invert(1);
}
.woocommerce-cart .woocommerce .cart-collaterals {
  max-width: 29%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    max-width: 26%;
  }
}
@media only screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    max-width: 100%;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .blockUI.blockOverlay {
  display: none !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(119, 135, 143, 0.5019607843);
  border-radius: 4px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: auto;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .checkout-button::after {
  right: 55px;
}
@media (max-width: 1399px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .checkout-button::after {
    right: 29px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .checkout-button::after {
    right: 17px;
    top: 15px;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  margin: 0 0 20px;
  color: var(--wp--preset--color--primary-blue);
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 400;
  line-height: 24px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
  border: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr:last-child {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals td {
  padding: 0;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 20px;
  color: var(--wp--preset--color--light-grey);
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: none;
  border-top: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total td {
  border-top: 1px solid var(--wp--preset--color--light-grey-one);
  padding-bottom: 0;
  padding-top: 12px;
}
.woocommerce-cart .woocommerce .cart-collaterals .actions {
  border: 1px solid var(--wp--preset--color--gray-primary-opacity);
  border-radius: 4px;
  width: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce .cart-collaterals .actions {
    width: auto;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .actions .coupon {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .woocommerce-cart .woocommerce .cart-collaterals .actions .coupon {
    width: auto;
  }
}
.woocommerce-cart .woocommerce .cart-collaterals .actions .coupon h2 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 24px;
  font-weight: 400;
  color: var(--wp--preset--color--black);
  margin: 0;
  padding: 0 0 20px;
  width: auto;
  border-bottom: 1px solid var(--wp--preset--color--gray-primary-opacity);
}
.woocommerce-cart .woocommerce .cart-collaterals .actions .coupon input {
  border: 1px solid var(--wp--preset--color--light-grey-one);
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--para-text);
  font-weight: 400;
  line-height: 20px;
  padding: 12px 16px;
  margin: 24px 0 16px;
  border-radius: 2px;
}
.woocommerce-cart .woocommerce .cart-collaterals .actions .coupon button {
  background-color: var(--wp--preset--color--blue);
  padding: 14px 24px;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
  font-weight: 700;
  border-radius: 2px;
  max-width: 159px;
  margin: 0 0 0;
  transition: all 0.5s ease;
}
.woocommerce-cart .woocommerce .cart-collaterals .actions .coupon button:hover {
  background-color: var(--wp--preset--color--primary-blue);
}
.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding-bottom: 0 !important;
}

.shipping-calculator-form .button {
  background-color: var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--white);
  transition: all 0.5s ease;
  font-size: var(--wp--preset--font-size--para-text) !important;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
}
.shipping-calculator-form .button:hover {
  background-color: var(--wp--preset--color--primary-blue);
}

.return-to-shop .button {
  border: 2px solid var(--wp--preset--color--primary-blue);
  padding: 14px 24px;
  border-radius: 2px;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
  font-weight: 700;
  color: var(--wp--preset--color--primary-blue);
  display: inline-block;
  transition: all 0.5s ease;
  background: transparent;
}
.return-to-shop .button:hover {
  background: var(--wp--preset--color--primary-blue);
  color: var(--wp--preset--color--white);
}

.checkout-button {
  background-color: var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--white);
  transition: all 0.5s ease;
  font-size: var(--wp--preset--font-size--para-text) !important;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
  padding-top: 17px !important;
  margin-bottom: 0 !important;
}
.checkout-button:hover {
  background-color: var(--wp--preset--color--primary-blue);
  color: var(--wp--preset--color--white);
}
.checkout-button::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 17px;
  right: 20px;
  background-image: url(../images/ArrowRight.svg);
  background-repeat: no-repeat;
}

.yoast-breadcrumbs {
  padding: 26px 12px;
  background-color: rgba(119, 135, 143, 0.1019607843);
}
.yoast-breadcrumbs > span {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}
.yoast-breadcrumbs > span span:first-child {
  position: relative;
  padding-left: 28px;
}
.yoast-breadcrumbs > span span:first-child::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 12px);
  transform: translatex(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/House.svg) no-repeat;
}
.yoast-breadcrumbs span.breadcrumb_last {
  color: var(--wp--preset--color--primary-blue);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 20px;
  font-weight: 400;
}
.yoast-breadcrumbs span a {
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.home .yoast-breadcrumbs {
  display: none;
}

.usp-block-wrapper .usp-content-wrapper img {
  max-width: 90px;
}
@media only screen and (max-width: 767px) {
  .usp-block-wrapper .usp-content-wrapper img {
    max-width: 70px;
  }
}

.payment-solution-wrapper .payment-right-side-img {
  padding-top: 80px !important;
}
@media (max-width: 767px) {
  .payment-solution-wrapper .payment-right-side-img {
    padding-top: 0 !important;
  }
}

.wishlist-fragment {
  width: 100% !important;
  overflow: auto;
  width: 1320px !important;
}
.wishlist-fragment .wishlist-title-container {
  display: none;
}
.wishlist-fragment .wishlist_table {
  width: 100% !important;
  border-color: var(--wp--preset--color--gray-secondary-opacity) !important;
}
.wishlist-fragment .wishlist_table thead th {
  padding: 10px 24px;
  background-color: rgba(119, 135, 143, 0.1019607843);
  width: auto;
  text-align: center;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 600;
}
.wishlist-fragment .wishlist_table thead th.product-name {
  text-align: left;
}
.wishlist-fragment .wishlist-items-wrapper tr:first-child td {
  padding: 11px 24px 16px;
}
.wishlist-fragment .wishlist-items-wrapper .product-thumbnail {
  padding: 14px 16px 14px 24px;
  max-width: 200px;
  width: 200px;
}
@media (max-width: 991px) {
  .wishlist-fragment .wishlist-items-wrapper .product-thumbnail {
    display: block !important;
  }
}
.wishlist-fragment .wishlist-items-wrapper .product-thumbnail a {
  max-width: 200px;
  width: 100%;
}
.wishlist-fragment .wishlist-items-wrapper .product-name {
  max-width: 320px;
  width: 320px;
  padding: 0 !important;
  padding-right: 35px !important;
}
.wishlist-fragment .wishlist-items-wrapper .product-name a {
  color: var(--wp--preset--color--primary-blue);
  font-weight: 400;
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 25px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .wishlist-fragment .wishlist-items-wrapper .product-name a {
    display: inline;
    width: 380px;
  }
}
.wishlist-fragment .wishlist-items-wrapper .product-price {
  color: var(--wp--preset--color--blue);
  line-height: 20px;
  font-weight: 600;
  font-size: 20px;
  padding: 24px !important;
  padding-right: 0 !important;
  text-align: left;
  padding-left: 0 !important;
}
.wishlist-fragment .wishlist-items-wrapper .product-price .percentage-discount {
  display: none;
}
.wishlist-fragment .wishlist-items-wrapper .product-price .prize-sale-percentage {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wishlist-fragment .wishlist-items-wrapper .product-price .prize-sale-percentage ins {
  text-decoration: none !important;
}
.wishlist-fragment .wishlist-items-wrapper .product-price .product-discount-prize {
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--para-text);
}
.wishlist-fragment .wishlist-items-wrapper .product-stock-status {
  color: var(--wp--preset--color--light-green) !important;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 20px;
  font-weight: 600;
  padding: 24px !important;
  padding-right: 0 !important;
  text-align: left;
}
.wishlist-fragment .wishlist-items-wrapper .product-stock-status .wishlist-out-of-stock {
  color: #E51900 !important;
}
.wishlist-fragment .wishlist-items-wrapper .product-stock-status .wishlist-in-stock {
  color: var(--wp--preset--color--light-green) !important;
}
.wishlist-fragment .wishlist-items-wrapper .product-add-to-cart a {
  background: var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--white);
  line-height: 22px;
  font-size: var(--wp--preset--font-size--para-text);
  padding: 13px 68px 13px 60px;
  margin: 0 !important;
  vertical-align: middle;
  display: inline !important;
  width: 200px;
  height: 48px;
  white-space: nowrap;
  position: relative;
  transition: all 0.5s ease;
}
.wishlist-fragment .wishlist-items-wrapper .product-add-to-cart a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 40px;
  top: 13px;
  background: url(../images/cart-icon.svg) no-repeat;
}
@media (max-width: 991px) {
  .wishlist-fragment .wishlist-items-wrapper .product-add-to-cart a::after {
    top: 28px;
  }
}
.wishlist-fragment .wishlist-items-wrapper .product-add-to-cart a:hover {
  background: var(--wp--preset--color--primary-blue);
}
@media (max-width: 991px) {
  .wishlist-fragment .wishlist-items-wrapper .product-add-to-cart a {
    display: inline-flex !important;
    padding: 13px 80px;
    width: 90px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .wishlist-fragment .wishlist-items-wrapper .product-add-to-cart a {
    display: inline-flex;
    align-items: center;
    padding: 13px 88px 13px 60px;
  }
}
.wishlist-fragment .wishlist-items-wrapper .product-add-to-cart a.product_type_variable {
  background: var(--wp--preset--color--primary-blue);
  padding: 13px 78px 13px 30px;
}
.wishlist-fragment .wishlist-items-wrapper .product-add-to-cart a.product_type_variable:hover {
  background: var(--wp--preset--color--secondary-orange);
}
.wishlist-fragment .wishlist-items-wrapper .product-add-to-cart a.product_type_variable::after {
  background: url(../images/select-option.svg) no-repeat;
  right: 50px;
  top: 14px;
}
@media (max-width: 991px) {
  .wishlist-fragment .wishlist-items-wrapper .product-add-to-cart a.product_type_variable::after {
    top: 28px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .wishlist-fragment .wishlist-items-wrapper .product-add-to-cart a.product_type_variable {
    padding: 13px 58px 13px 30px;
  }
}
.wishlist-fragment .wishlist-items-wrapper .product-remove a {
  position: relative;
  width: 40px;
  height: 40px;
}
.wishlist-fragment .wishlist-items-wrapper .product-remove a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/thrash-icon.svg);
  background-repeat: no-repeat;
}
.wishlist-fragment .wishlist-items-wrapper .wishlist-empty {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 22px;
  color: var(--wp--preset--color--primary-blue);
  font-weight: 400;
}

.wishlist-heading {
  padding: 20px 24px;
  border: 1px solid var(--wp--preset--color--gray-secondary-opacity);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
}

.card-wrap {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px;
  gap: 24px;
}
.card-wrap::-webkit-scrollbar {
  height: 5px;
}
.card-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: var(--wp--preset--color--cream);
}
.card-wrap::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: var(--wp--preset--color--primary-blue);
}
.card-wrap .card-wrap-inner {
  border-radius: 16px;
  flex: 0 0 auto;
  text-align: center;
  background-color: var(--wp--preset--color--cream);
  box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.1019607843);
  text-decoration: none;
  transition: all 0.2s ease;
}
.card-wrap .card-wrap-inner .card {
  display: inline-block;
  text-decoration: none;
  padding: 24px;
}
.card-wrap .card-wrap-inner:hover {
  background-color: var(--wp--preset--color--primary-blue);
}
.card-wrap .card-wrap-inner:hover .card-title {
  color: var(--wp--preset--color--white);
}
.card-wrap .card-wrap-inner.active {
  background-color: var(--wp--preset--color--primary-blue);
}
.card-wrap .card-wrap-inner.active .card-title {
  color: var(--wp--preset--color--white);
}
.card-wrap .card-wrap-inner img {
  width: 70px;
  height: 70px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
}
.card-wrap .card-wrap-inner .card-title {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: var(--wp--preset--color--primary-blue);
}
.card-wrap .card-wrap-inner > p {
  display: none;
}

.product-list .list-title {
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--wp--preset--color--primary-blue);
}
.product-list a,
.product-list ul {
  list-style: none;
  text-decoration: none;
}
.product-list .product-list-menu {
  padding-left: 24px;
}
.product-list .product-list-menu .sub-menu {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--wp--preset--color--gray-primary);
}
.product-list .product-list-menu .sub-menu.active > a {
  padding-bottom: 12px;
  display: inline-block;
}
.product-list .product-list-menu .sub-menu .sub-inside-menu {
  padding-left: 16px;
}
.product-list .product-list-menu .sub-menu .sub-inside-menu li {
  margin-top: 0;
  margin-bottom: 12px;
}
.product-list .product-list-menu .sub-menu .sub-inside-menu li:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.product-list .product-list-menu .sub-menu .sub-inside-menu li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--wp--preset--color--dark-grey);
}
.product-list .product-list-menu .sub-menu .sub-inside-menu li.active a {
  color: var(--wp--preset--color--secondary-orange);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.side-bar-list-menu .side-bar-list-title {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--wp--preset--color--primary-blue);
}
.side-bar-list-menu ul li {
  margin-top: 0;
  margin-bottom: 12px;
}
.side-bar-list-menu ul li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--wp--preset--color--gray-primary);
  text-decoration: none;
}
.side-bar-list-menu ul li.active a {
  color: var(--wp--preset--color--dark-grey);
}

.wp-block-woocommerce-filter-wrapper .wp-block-heading {
  margin-bottom: 24px;
  font-size: var(--wp--preset--font-size--para-text);
  color: var(--wp--preset--color--dark-grey);
  line-height: 24px;
}
.wp-block-woocommerce-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-filter {
  margin-bottom: 0;
}
.wp-block-woocommerce-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-filter .wc-block-price-filter__controls {
  gap: 12px;
  margin-bottom: 5px;
}
.wp-block-woocommerce-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-filter .wc-block-price-filter__controls .wc-block-formatted-money-amount {
  width: 50%;
  max-width: 50%;
  padding: 8px 12px;
  border-color: var(--wp--preset--color--gray-primary-opacity) !important;
  line-height: 24px;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--gray-primary);
}
.wp-block-woocommerce-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-filter .wc-block-components-price-slider__actions {
  display: none;
}
.wp-block-woocommerce-filter-wrapper .wc-block-price-filter__range-input-wrapper {
  display: none;
}

.right-side-list-wrap .products-block-post-template .product {
  border: 1px solid var(--wp--preset--color--gray-primary-opacity);
  border-radius: 4px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.right-side-list-wrap .products-block-post-template .product .wc-block-components-product-image {
  margin-bottom: 8px;
  height: 100%;
  max-height: 234px;
  display: flex;
  align-items: center;
}
.right-side-list-wrap .products-block-post-template .product .wc-block-components-product-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.right-side-list-wrap .products-block-post-template .product .wc-block-components-product-image a img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.right-side-list-wrap .products-block-post-template .product .listing-with-btn {
  margin-bottom: 0;
  height: 100%;
  justify-content: space-between;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap {
  text-align: left;
  padding: 0 16px 0 16px;
  margin: 0;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap p {
  margin: 0;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .star-wrp {
  display: flex;
  align-items: center;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .star-wrp .five-star-rating-num {
  margin: 0 0 0 4px;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--gray-primary);
  line-height: 19px;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .star-wrp .star {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 19px;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .star-wrp .star.filled {
  color: var(--wp--preset--color--secondary-orange);
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .stock-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .stock-info-wrap .offer {
  margin: 0;
  line-height: 20px;
  color: var(--wp--preset--color--red);
  font-weight: 700;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .stock-info-wrap .stock-info {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--light-green);
  font-weight: 600;
  line-height: 20px;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .stock-info-wrap .stock-info .sold-out {
  color: #E51900;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .prize-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .prize-info .prize-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .prize-info .prize-wrp span {
  color: var(--wp--preset--color--blue);
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 600;
  line-height: 25px;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .prize-info .prize-wrp .price {
  position: relative;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .prize-info .prize-wrp .price span {
  color: var(--wp--preset--color--gray-primary) !important;
  font-weight: 400;
  text-decoration: line-through;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .prize-info .discount-info .total-discount {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 19px;
  color: var(--wp--preset--color--light-green);
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .taxonomy-product_cat {
  line-height: 19px;
  margin: 2px 0 0;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .taxonomy-product_cat a, .right-side-list-wrap .products-block-post-template .product .product-detail-wrap .taxonomy-product_cat span {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--light-grey);
  line-height: 19px;
  display: inline-block;
  margin: 0;
  text-decoration: none;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .wp-block-post-title {
  text-align: left;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.right-side-list-wrap .products-block-post-template .product .product-detail-wrap .wp-block-post-title a {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  color: var(--wp--preset--color--primary-blue);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.right-side-list-wrap .products-block-post-template .product .wp-block-button .wp-block-button__link {
  margin: 0 !important;
  position: relative;
  align-items: center;
  gap: 4px;
  transition: all 0.5s ease;
}
.right-side-list-wrap .products-block-post-template .product .wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--secondary-orange) !important;
}
.right-side-list-wrap .products-block-post-template .product .wp-block-button .wp-block-button__link span {
  color: var(--wp--preset--color--white);
  font-weight: 600;
  line-height: 20px;
}
.right-side-list-wrap .products-block-post-template .product .wp-block-button .wp-block-button__link.product_type_variable::after, .right-side-list-wrap .products-block-post-template .product .wp-block-button .wp-block-button__link.ajax_add_to_cart::after {
  content: "";
  position: relative;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  top: 0;
  right: 0;
  background-image: url("../images/cart-icon.svg");
  background-repeat: no-repeat;
  animation: none !important;
}
.right-side-list-wrap .products-block-post-template .product .wp-block-button .wp-block-button__link.product_type_variable::after {
  background-image: url("../images/select-option.svg");
}
.right-side-list-wrap .products-block-post-template .product .affirm-as-low-as {
  display: none;
  padding: 0 16px 16px 24px;
  margin: 0;
  position: relative;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--black);
  line-height: 19px;
}
.right-side-list-wrap .products-block-post-template .product .affirm-as-low-as::after {
  content: "";
  background-image: url("../images/affirm.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 11.5px;
}
.right-side-list-wrap .products-block-post-template .product .affirm-as-low-as a {
  text-decoration: none;
}
.right-side-list-wrap .products-block-post-template .product .affirm-main-wrap .affirm-as-low-as {
  display: block;
}
.right-side-list-wrap .wp-block-search__button-inside {
  width: 100%;
  max-width: 330px;
  box-sizing: border-box;
  font-size: var(--wp--preset--font-size--medium);
}
.right-side-list-wrap .wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 12px 16px;
  border: 1px solid var(--wp--preset--color--gray-primary-semi-opacity);
}
.right-side-list-wrap .wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  position: relative;
  background-color: transparent;
  width: 20px;
  height: 20px;
  padding: 0;
}
.right-side-list-wrap .wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "";
  background: url("../images/search-icon.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.right-side-list-wrap .main-catalog-ordering {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}
.right-side-list-wrap .main-catalog-ordering span {
  color: var(--wp--preset--color--primary-blue);
  font-style: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  white-space: nowrap;
}
.right-side-list-wrap .main-catalog-ordering #per_page_form {
  line-height: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.right-side-list-wrap .main-catalog-ordering #per_page_form input[type=radio] {
  display: none;
}
.right-side-list-wrap .main-catalog-ordering #per_page_form label {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin: 0;
  font-size: var(--wp--preset--font-size--para-text);
  cursor: pointer;
  margin-left: 16px;
}
.right-side-list-wrap .main-catalog-ordering #per_page_form label.checked {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--primary-blue);
}
.right-side-list-wrap .shorting-wrap p {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--dark-grey);
  white-space: nowrap;
}
.right-side-list-wrap .shorting-wrap .wc-block-catalog-sorting .woocommerce-ordering .orderby {
  padding: 12px 32px 12px 16px;
  max-width: 180px;
  border: 1px solid var(gray-primary-semi-opacity);
  border-radius: 2px;
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--medium);
  background-color: var(--wp--preset--color--white);
  background: url("../images/down-gray-arrow.svg") no-repeat 93%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.right-side-list-wrap .shorting-wrap .wc-block-catalog-sorting .woocommerce-ordering .orderby:focus-visible {
  outline: none;
}
.right-side-list-wrap .active-filter-wrap .filter-price p {
  color: var(--wp--preset--color--gray-primary);
  line-height: 20px;
}
.right-side-list-wrap .active-filter-wrap .filter-price .woocommerce-Price-amount {
  color: var(--wp--preset--color--primary-blue);
}
.right-side-list-wrap .active-filter-wrap .filter-price .woocommerce-Price-amount:first-child {
  margin-left: 16px;
}
.right-side-list-wrap .active-filter-wrap .filter-price .woocommerce-Price-amount.amount {
  margin-left: 0;
}
.right-side-list-wrap .active-filter-wrap .filter-price .woocommerce-Price-amount .close-icon {
  margin-left: 6px;
}
.right-side-list-wrap .active-filter-wrap .results-wrapper {
  text-align: end;
}
.right-side-list-wrap .active-filter-wrap .results-wrapper p {
  line-height: 20px;
}
.right-side-list-wrap .wp-block-query-pagination {
  gap: 20px;
}
.right-side-list-wrap .wp-block-query-pagination a, .right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-numbers {
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
}
.right-side-list-wrap .wp-block-query-pagination a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  border-radius: 100%;
  border: 1px solid var(--wp--preset--color--gray-primary-semi-opacity);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-left: 8px;
  text-align: center;
  cursor: pointer;
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:first-child {
  margin-left: 0;
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.dots {
  border: none;
  padding: unset;
  min-width: none;
  margin: 0 8px 0 16px;
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--wp--preset--color--secondary-orange);
  border-color: var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--white);
  font-weight: 600;
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  background-color: var(--wp--preset--color--secondary-orange);
  border-color: var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--white);
  font-weight: 600;
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover.dots {
  background-color: unset;
  border-color: unset;
  font-weight: inherit;
  color: inherit;
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-next,
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-previous {
  display: flex;
  align-items: center;
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-arrow,
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid var(--wp--preset--color--secondary-orange);
  border-radius: 100%;
  transition: all 0.2 ease;
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-arrow::after,
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-arrow::after {
  content: "";
  position: absolute;
  background-image: url("../images/pagination-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-next:hover,
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  color: var(--wp--preset--color--secondary-orange);
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-arrow {
  margin-left: 20px;
  transform: rotate(180deg);
}
.right-side-list-wrap .wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-arrow {
  margin-right: 20px;
}
.right-side-list-wrap .added_to_cart {
  margin: 0;
  padding: 0;
}

.wp-block-query-pagination {
  gap: 20px;
}
.wp-block-query-pagination a, .wp-block-query-pagination .wp-block-query-pagination-numbers {
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
}
.wp-block-query-pagination a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  border-radius: 100%;
  border: 1px solid var(--wp--preset--color--gray-primary-semi-opacity);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-left: 8px;
  text-align: center;
  cursor: pointer;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:first-child {
  margin-left: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.dots {
  border: none;
  padding: unset;
  min-width: none;
  margin: 0 8px 0 16px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--wp--preset--color--secondary-orange);
  border-color: var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--white);
  font-weight: 600;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  background-color: var(--wp--preset--color--secondary-orange);
  border-color: var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--white);
  font-weight: 600;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover.dots {
  background-color: unset;
  border-color: unset;
  font-weight: inherit;
  color: inherit;
}
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  display: flex;
  align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-arrow,
.wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid var(--wp--preset--color--secondary-orange);
  border-radius: 100%;
  transition: all 0.2 ease;
}
.wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-arrow::after,
.wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-arrow::after {
  content: "";
  position: absolute;
  background-image: url("../images/pagination-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  color: var(--wp--preset--color--secondary-orange);
}
.wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-arrow {
  margin-left: 20px;
  transform: rotate(180deg);
}
.wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-arrow {
  margin-right: 20px;
}

.latest-product-wrapper .star-wrp {
  display: flex;
  align-items: center;
}
.latest-product-wrapper .star-wrp .five-star-rating-num {
  margin: 0 0 0 4px;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--gray-primary);
  line-height: 16px;
}
.latest-product-wrapper .star-wrp .star {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 16px;
}
.latest-product-wrapper .star-wrp .star.filled {
  color: var(--wp--preset--color--secondary-orange);
}

.price-range-filter {
  margin-bottom: 24px;
}
.price-range-filter .price-range-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
}
.price-range-filter .price-range-wrap:last-child {
  margin-bottom: 0;
}
.price-range-filter .price-range-wrap [type=radio]:checked,
.price-range-filter .price-range-wrap [type=radio]:not(:checked) {
  position: absolute;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  background: var(--wp--preset--color--white);
  left: 0;
}
.price-range-filter .price-range-wrap [type=radio]:checked:before,
.price-range-filter .price-range-wrap [type=radio]:not(:checked):before {
  content: "";
  position: absolute;
  left: -4px;
  top: -3px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--wp--preset--color--gray-primary-semi-opacity);
  border-radius: 100%;
  background: var(--wp--preset--color--white);
}
.price-range-filter .price-range-wrap [type=radio]:checked:after,
.price-range-filter .price-range-wrap [type=radio]:not(:checked):after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--wp--preset--color--white);
  position: absolute;
  top: 3px;
  left: 2px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.price-range-filter .price-range-wrap [type=radio]:checked:before,
.price-range-filter .price-range-wrap [type=radio]:checked {
  background: var(--wp--preset--color--secondary-orange);
  border-color: var(--wp--preset--color--secondary-orange);
}
.price-range-filter .price-range-wrap [type=radio]:not(:checked):after {
  opacity: 0;
  transform: scale(0);
}
.price-range-filter .price-range-wrap [type=radio]:checked:after {
  opacity: 1;
  transform: scale(1);
}

.footer-wrapper {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .footer-wrapper .copy-right-wrapper {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .bdf-about-detail-wrapper .bdf-about-detail-text {
    padding-top: 20px;
  }
}

.woocommerce.product .blockUI.blockOverlay {
  display: none !important;
}
.woocommerce.product .product-detail-wrapper .image-part {
  border: 0.75px solid var(--wp--preset--color--light-grey-one);
}
.woocommerce.product .product-code {
  color: var(--wp--preset--color--grey-text);
}
.woocommerce.product .product-code strong {
  color: var(--wp--preset--color--black);
}
.woocommerce.product .product-tags {
  color: var(--wp--preset--color--grey-text);
}
.woocommerce.product .product-detail-table table {
  border: 0.5px solid var(--wp--preset--color--black);
  margin-right: 0 !important;
  margin-left: 0 !important;
  width: 100%;
  border-spacing: inherit;
}
.woocommerce.product .product-detail-table table tr:first-child td {
  background-color: var(--wp--preset--color--primary-cream);
  padding: 10px 24px;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 20px;
  border-right: 1px solid var(--wp--preset--color--black);
  border-bottom: 0.5px solid var(--wp--preset--color--black);
}
.woocommerce.product .product-detail-table table tr:first-child td:last-child {
  border-right: none;
}
.woocommerce.product .product-detail-table table tr:last-child td {
  border-bottom: none;
}
.woocommerce.product .product-detail-table table tr td {
  padding: 10px 24px;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 20px;
  font-weight: 400;
  border-right: 1px solid var(--wp--preset--color--black);
  border-bottom: 0.5px solid var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}
.woocommerce.product .product-detail-table table tr td:last-child {
  border-right: none;
}
.woocommerce.product .product-addcart table {
  margin-bottom: 36px !important;
}
.woocommerce.product .product-addcart table tr {
  margin: 0;
}
.woocommerce.product .product-addcart table th {
  width: 100%;
  display: block;
  padding: 0 0 8px 0;
  text-align: left;
}
.woocommerce.product .product-addcart table th label {
  font-weight: 400 !important;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  color: var(--wp--preset--color--dark-grey);
}
.woocommerce.product .product-addcart table td {
  width: 100%;
  display: block;
}
.woocommerce.product .product-addcart table td select {
  max-width: 368px !important;
  width: 100% !important;
  min-width: inherit !important;
  padding: 16px 12px;
  border-radius: 2px;
  border: 1px solid var(--wp--preset--color--light-grey-one);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--light-grey-three);
  background: url(../images/select-arrow.svg) no-repeat 93%;
}
.woocommerce.product .product-addcart .tiered-pricing-table {
  width: 100%;
}
.woocommerce.product .product-addcart .tiered-pricing-table thead tr {
  display: tabel-row;
}
.woocommerce.product .product-addcart .tiered-pricing-table thead th {
  display: table-cell;
  width: auto;
  padding: 16px !important;
}
.woocommerce.product .product-addcart .tiered-pricing-table td {
  width: auto;
}
.woocommerce.product .product-addcart .tiered-pricing-table tbody tr {
  display: table-row;
  width: auto;
}
.woocommerce.product .product-addcart .tiered-pricing-table tbody td {
  display: table-cell;
  width: auto;
}
.woocommerce.product .single_variation_wrap form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.woocommerce.product .single_variation_wrap form::before, .woocommerce.product .single_variation_wrap form::after {
  display: none !important;
}
@media (max-width: 1399px) {
  .woocommerce.product .single_variation_wrap form {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.woocommerce.product .single_variation_wrap .quantity {
  border: 1px solid var(--wp--preset--color--light-grey-one);
  padding: 18px 20px;
  margin-right: 13px !important;
  max-width: 193px;
  width: 100%;
  text-align: center;
  display: inline-flex !important;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
}
.woocommerce.product .single_variation_wrap .quantity .minus, .woocommerce.product .single_variation_wrap .quantity .plus {
  background: transparent;
  border: none;
  width: 16px;
  height: 16px;
}
.woocommerce.product .single_variation_wrap .quantity input {
  padding: 0;
  border: none;
  margin-right: 0 !important;
  color: var(--wp--preset--color--light-grey-three);
  font-size: var(--wp--preset--font-size--para-text);
  font-weight: 400;
  pointer-events: none;
}
.woocommerce.product .single_variation_wrap .single_add_to_cart_button {
  background-color: var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--white);
  opacity: 1;
  padding: 19px 122.5px 19px 94.5px;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: normal;
  border-radius: 3px;
  margin-right: 0;
  text-transform: uppercase;
  position: relative;
  margin-right: 13px;
  transition: all 0.5s ease;
}
.woocommerce.product .single_variation_wrap .single_add_to_cart_button:hover {
  opacity: 1;
  background-color: var(--wp--preset--color--primary-blue);
}
@media (max-width: 1199px) {
  .woocommerce.product .single_variation_wrap .single_add_to_cart_button {
    margin-top: 16px !important;
  }
}
@media (max-width: 991px) {
  .woocommerce.product .single_variation_wrap .single_add_to_cart_button {
    padding: 19px 92.5px 19px 34.5px;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .woocommerce.product .single_variation_wrap .single_add_to_cart_button {
    margin-top: 16px !important;
  }
}
.woocommerce.product .single_variation_wrap .single_add_to_cart_button::after {
  content: "";
  position: absolute;
  background: url(../images/cart-icon.svg) no-repeat 94%;
  width: 24px;
  height: 24px;
  top: 18px;
  right: 87px;
}
@media (max-width: 991px) {
  .woocommerce.product .single_variation_wrap .single_add_to_cart_button::after {
    right: 61px;
  }
}
@media (max-width: 767px) {
  .woocommerce.product .single_variation_wrap .single_add_to_cart_button::after {
    top: 20px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .woocommerce.product .single_variation_wrap .single_add_to_cart_button {
    padding: 23px 60px 23px 25px;
    margin-top: 20px;
  }
}
.woocommerce.product .single_variation_wrap .single_add_to_cart_button.buy_now_button {
  margin-right: 0;
  background: transparent;
  border: 2px solid var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--secondary-orange);
  padding: 18px 43.5px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.woocommerce.product .single_variation_wrap .single_add_to_cart_button.buy_now_button:hover {
  background: var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--white);
}
.woocommerce.product .single_variation_wrap .single_add_to_cart_button.buy_now_button::after {
  display: none;
}
@media (max-width: 1399px) {
  .woocommerce.product .single_variation_wrap .single_add_to_cart_button.buy_now_button {
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .woocommerce.product .single_variation_wrap .single_add_to_cart_button.buy_now_button {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .woocommerce.product .single_variation_wrap .single_add_to_cart_button.buy_now_button {
    margin-top: 16px;
  }
}
.woocommerce.product .specification-wrapper table th {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 24px;
  font-weight: 600;
  padding: 0;
  text-align: left;
  max-width: 180px;
  width: 180px;
  background: transparent !important;
}
.woocommerce.product .specification-wrapper table td {
  font-style: normal;
  background: transparent !important;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 24px;
  font-weight: 600;
  padding: 0;
  text-align: left;
}
.woocommerce.product .product-description-wrapper h4.title {
  box-shadow: 0px -3px 0px 0px var(--wp--preset--color--secondary-orange) inset;
  padding: 18px 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.woocommerce.product .product-description-wrapper .description-wrapper, .woocommerce.product .product-description-wrapper .specification-wrapper {
  box-shadow: 0px 1px 0px 0px var(--wp--preset--color--light-grey-one) inset;
}
.woocommerce.product .product-description-wrapper .description-wrapper {
  max-height: 400px;
  height: 100%;
  overflow: auto;
}
.woocommerce.product .product-description-wrapper .description-wrapper::-webkit-scrollbar {
  width: 10px;
}
.woocommerce.product .product-description-wrapper .description-wrapper::-webkit-scrollbar-track {
  background: var(--wp--preset--color--white);
}
.woocommerce.product .product-description-wrapper .description-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--wp--preset--color--secondary-orange);
  border-radius: 10px;
  border: 3px solid var(--wp--preset--color--white);
}
.woocommerce.product .product-description-wrapper table {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.woocommerce.product .product-description-wrapper table h2 {
  margin-top: 0;
}
.woocommerce.product .product-description-wrapper table h4 {
  margin: 12px 0;
}
.woocommerce.product .product-description-wrapper table h6 {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  margin-bottom: 0;
}
.woocommerce.product .product-description-wrapper table h6 a {
  color: var(--wp--preset--color--primary-blue);
}
.woocommerce.product .product-description-wrapper table h6 a:hover {
  color: var(--wp--preset--color--secondary-orange);
}
.woocommerce.product .product-detail-tabs .tabs {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  max-width: 100%;
  overflow-x: auto !important;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--wp--preset--color--gray-primary) !important;
}
@media (max-width: 767px) {
  .woocommerce.product .product-detail-tabs .tabs {
    justify-content: flex-start;
  }
}
.woocommerce.product .product-detail-tabs .tabs::-webkit-scrollbar {
  height: 5px;
  background-color: var(--wp--preset--color--light-grey-two);
}
.woocommerce.product .product-detail-tabs .tabs::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: var(--wp--preset--color--light-grey);
}
.woocommerce.product .product-detail-tabs .tabs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
.woocommerce.product .product-detail-tabs .tabs li {
  padding: 0 !important;
  line-height: 0;
}
.woocommerce.product .product-detail-tabs .tabs li.active {
  box-shadow: 0px 1px 0px 0px var(--wp--preset--color--light-grey-one) inset;
  border: none;
}
.woocommerce.product .product-detail-tabs .tabs li.active a {
  box-shadow: 0px -3px 0px 0px var(--wp--preset--color--secondary-orange) inset;
  color: var(--wp--preset--color--black) !important;
}
.woocommerce.product .product-detail-tabs .tabs li a {
  padding: 18px 20px !important;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
  font-weight: 400 !important;
  color: var(--wp--preset--color--gray-primary) !important;
  text-transform: uppercase;
}
.woocommerce.product .product-detail-tabs .wc-tab h2 {
  color: var(--wp--preset--color--black) !important;
  margin: 20px 0 15px;
  font-size: 40px;
  line-height: 2.5rem;
}
.woocommerce.product .product-detail-tabs .wc-tab p {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 26px;
  color: var(--wp--preset--color--black);
}
.woocommerce.product .product-detail-tabs .wc-tab p a {
  text-decoration: none;
  color: var(--wp--preset--color--black);
}
.woocommerce.product .product-detail-tabs .wc-tab p a:hover {
  color: var(--wp--preset--color--secondary-orange);
}
.woocommerce.product .product-detail-tabs .wc-tab ul {
  list-style: disc;
  list-style-position: inside;
}
.woocommerce.product .product-detail-tabs .wc-tab ul li {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 36px;
  color: var(--wp--preset--color--black);
}
.woocommerce.product .product-detail-amount-wrap .product-discount-prize {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: var(--wp--preset--color--gray-primary);
}
.woocommerce.product .product-detail-amount-wrap .prize-sale-percentage {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce.product .percentage-discount {
  border-radius: 2px;
  background: var(--wp--preset--color--secondary-orange);
  padding: 5px 10px;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 19px;
  color: var(--wp--preset--color--white);
}
.woocommerce.product .wishlist-fragment a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.woocommerce.product .wishlist-fragment i {
  margin-right: 0;
  font-size: 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce.product .wishlist-fragment i.fa-heart {
  color: var(--wp--preset--color--secondary-orange);
}
.woocommerce.product .wishlist-fragment i::before {
  font-size: 20px;
}
.woocommerce.product .wishlist-fragment i + span {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
  color: var(--wp--preset--color--light-grey);
}
.woocommerce.product .wishlist-fragment .feedback {
  display: flex;
  align-items: center;
}

.product-type-simple .woocommerce.product .single_variation_wrap form {
  flex-direction: inherit;
  gap: inherit;
}

.releated-product-img figure {
  height: 100%;
}
.releated-product-img figure img {
  height: 100%;
}

.woocommerce-account main .woocommerce {
  max-width: 1320px;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation {
  max-width: 314px;
}
@media (max-width: 768px) {
  .woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation {
    max-width: 100%;
  }
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  padding: 0 !important;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  padding: 18px 20px 18px 50px;
  display: block;
  border-bottom: 2px solid var(--wp--preset--color--secondary-orange);
  transition: all 0.2s ease;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.37;
  color: var(--wp--preset--color--primary-blue);
  position: relative;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  background-color: var(--wp--preset--color--secondary-orange);
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  background-color: var(--wp--preset--color--secondary-orange);
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a::after {
  background: url("../images/dashboard.svg");
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a::after {
  background: url("../images/checkout.svg");
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a::after {
  background: url("../images/downloading.svg");
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a::after {
  background: url("../images/location.svg");
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a::after {
  background: url("../images/user.svg");
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::after {
  background: url("../images/logout.svg");
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods a::after {
  background: url("../images/payment-method.svg");
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content {
  width: calc(100% - 450px);
}
@media (max-width: 992px) {
  .woocommerce-account main .woocommerce .woocommerce-MyAccount-content {
    width: calc(100% - 320px);
  }
}
@media (max-width: 768px) {
  .woocommerce-account main .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
  }
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content > p {
  font-size: var(--wp--preset--font-size--para-text);
  color: var(--wp--preset--color--light-grey);
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .button {
  margin-bottom: 0;
  background-color: var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 1.35;
  position: relative;
  transition: all 0.5s ease;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .button:hover {
  background-color: var(--wp--preset--color--primary-blue);
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form label {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.34;
  color: var(--wp--preset--color--black);
  margin-bottom: 8px;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input {
  padding: 12px 16px;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 1.35;
  border-radius: 2px;
  border: 1px solid var(--wp--preset--color--gray-primary-semi-opacity);
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input::-moz-placeholder {
  color: var(--wp--preset--color--gray-primary);
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input::placeholder {
  color: var(--wp--preset--color--gray-primary);
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form span em {
  color: var(--wp--preset--color--light-grey);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 1.34;
  font-style: normal;
  margin-top: 16px;
  display: inline-block;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form fieldset {
  padding: 20px;
  border-radius: 2px;
  border-color: var(--wp--preset--color--gray-primary-semi-opacity);
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead {
  background-color: var(--wp--preset--color--gray-primary-light);
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead .woocommerce-orders-table__header {
  padding-top: 10px;
  padding-bottom: 12px;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead .woocommerce-orders-table__header span {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 1.35;
  font-weight: 600;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 1.35;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 3px solid var(--wp--preset--color--secondary-orange);
  padding: 18px 20px;
  margin-bottom: 32px;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::before, .woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title::after {
  display: none;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
  margin: 0;
  font-size: var(--wp--preset--font-size--xx-large);
  color: var(--wp--preset--color--black);
  line-height: 1.34;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit {
  margin: 0;
  font-size: var(--wp--preset--font-size--xx-large);
  color: var(--wp--preset--color--black);
  line-height: 1.34;
  text-decoration: none;
  padding-left: 30px;
  position: relative;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit::after {
  content: "";
  position: absolute;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 1.35;
  font-style: normal;
  padding-left: 20px;
  position: relative;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 6px;
  height: 6px;
  background-color: var(--wp--preset--color--black);
  border-radius: 50%;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button {
  border-radius: 3px;
  padding: 16px 120.5px 16px 84.5px;
  margin-top: 26px;
}
.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button::before {
  content: "";
  position: absolute;
  background-image: url("../images/ArrowRight.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  right: 84px;
  top: 50%;
  transform: translateY(-50%);
}

.conatct-form-wrapper .contact-us-accordian-detail .accordion-heading span {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}
@media (max-width: 767px) {
  .conatct-form-wrapper .conatct-form-address-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .conatct-form-wrapper .conatct-form-address-wrap .conatct-form-address {
    width: 100%;
    flex-basis: auto;
  }
}

.swiper-pagination-bullet {
  background: var(--wp--preset--color--primary-blue) !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: var(--wp--preset--color--secondary-orange) !important;
  transform: scale(1.333) !important;
}

.login-wrapper .tab-labels {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.login-wrapper .tab-labels li {
  width: 50%;
  margin-right: 0 !important;
  padding: 16px 117px;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 28px;
  border-bottom: 1px solid var(--wp--preset--color--gray-secondary-opacity);
  border-radius: 0 !important;
}
.login-wrapper .tab-labels li.active, .login-wrapper .tab-labels li:hover {
  border-bottom: 3px solid var(--wp--preset--color--secondary-orange);
}
.login-wrapper h2 {
  display: none;
}
.login-wrapper .col2-set::after {
  display: none;
}
.login-wrapper p {
  margin: 40px 0 24px;
  font-size: var(--wp--preset--font-size--xx-large);
  line-height: 27px;
  font-weight: 600;
  color: var(--wp--preset--color--black);
}
.login-wrapper p.woocommerce-form-row {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}
.login-wrapper p.woocommerce-form-row:last-child {
  margin-bottom: 0;
}
.login-wrapper .register-shipping-wrapper {
  gap: 10px !important;
}
.login-wrapper .register-shipping-wrapper .register-shipping-card {
  padding: 9px 26px;
  background: var(--wp--preset--color--primary-cream);
  border-radius: 24px;
}
.login-wrapper .register-shipping-wrapper .register-shipping-card:last-child {
  margin-right: 0;
}
.login-wrapper .register-shipping-wrapper .register-shipping-card p {
  margin-top: 4px;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 19px;
  color: var(--wp--preset--color--black);
  font-weight: 400;
}
.login-wrapper .password-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-wrapper .woocommerce-form-login, .login-wrapper .woocommerce-form-register {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 24px;
}
.login-wrapper .woocommerce-form-login label, .login-wrapper .woocommerce-form-register label {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px !important;
  color: var(--wp--preset--color--black);
  font-weight: 400;
  margin-bottom: 8px !important;
}
.login-wrapper .woocommerce-form-login label .required, .login-wrapper .woocommerce-form-register label .required {
  color: red !important;
}
.login-wrapper .woocommerce-form-login label span::before, .login-wrapper .woocommerce-form-register label span::before {
  background: url(../images/check-box.svg);
}
.login-wrapper .woocommerce-form-login input, .login-wrapper .woocommerce-form-register input {
  padding: 13px 16px;
  font-size: var(--wp--preset--font-size--medium) !important;
  line-height: 20px;
  font-weight: 400;
  color: var(--wp--preset--color--gray-primary);
  border: 1px solid var(--wp--preset--color--gray-secondary-opacity);
  border-radius: 2px;
}
.login-wrapper .woocommerce-form-login input ::-moz-placeholder, .login-wrapper .woocommerce-form-register input ::-moz-placeholder {
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: 20px;
}
.login-wrapper .woocommerce-form-login input ::placeholder, .login-wrapper .woocommerce-form-register input ::placeholder {
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: 20px;
}
.login-wrapper .woocommerce-form-login .show-password-input::after, .login-wrapper .woocommerce-form-register .show-password-input::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 16px;
  background: url(../images/Eye.svg) no-repeat 94%;
}
.login-wrapper .woocommerce-form-login .show-password-input::before, .login-wrapper .woocommerce-form-register .show-password-input::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  top: 0;
  right: 24px;
  background-color: var(--wp--preset--color--secondary-orange);
  transform: rotate(45deg);
}
.login-wrapper .woocommerce-form-login .show-password-input.display-password::before, .login-wrapper .woocommerce-form-register .show-password-input.display-password::before {
  display: none;
}
.login-wrapper .woocommerce-form-login p:nth-child(3).form-row, .login-wrapper .woocommerce-form-register p:nth-child(3).form-row {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.login-wrapper .woocommerce-form-login p:nth-child(3).form-row label input, .login-wrapper .woocommerce-form-register p:nth-child(3).form-row label input {
  border: 1px solid var(--wp--preset--color--secondary-orange) !important;
}
.login-wrapper .woocommerce-form-login p:nth-child(3).form-row label span, .login-wrapper .woocommerce-form-register p:nth-child(3).form-row label span {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
}
.login-wrapper .woocommerce-form-login p:nth-child(3).form-row button, .login-wrapper .woocommerce-form-register p:nth-child(3).form-row button {
  background: var(--wp--preset--color--secondary-orange);
  padding-top: 17px;
  padding-bottom: 17px;
  margin-right: 0 !important;
  border-radius: 3px;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 700;
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  position: relative;
  margin-top: 32px;
  transition: all 0.5s ease;
}
.login-wrapper .woocommerce-form-login p:nth-child(3).form-row button:hover, .login-wrapper .woocommerce-form-register p:nth-child(3).form-row button:hover {
  background: var(--wp--preset--color--primary-blue);
}
.login-wrapper .woocommerce-form-login p:nth-child(3).form-row button::after, .login-wrapper .woocommerce-form-register p:nth-child(3).form-row button::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 16px;
  right: 220px;
  background: url(../images/log-in.svg) no-repeat 94%;
}
@media (max-width: 1399px) {
  .login-wrapper .woocommerce-form-login p:nth-child(3).form-row button::after, .login-wrapper .woocommerce-form-register p:nth-child(3).form-row button::after {
    right: 200px;
  }
}
@media (max-width: 991px) {
  .login-wrapper .woocommerce-form-login p:nth-child(3).form-row button::after, .login-wrapper .woocommerce-form-register p:nth-child(3).form-row button::after {
    right: 120px;
  }
}
@media (max-width: 767px) {
  .login-wrapper .woocommerce-form-login p:nth-child(3).form-row button::after, .login-wrapper .woocommerce-form-register p:nth-child(3).form-row button::after {
    right: 120px;
  }
}
@media (max-width: 576px) {
  .login-wrapper .woocommerce-form-login p:nth-child(3).form-row button::after, .login-wrapper .woocommerce-form-register p:nth-child(3).form-row button::after {
    right: 60px;
  }
}
.login-wrapper .woocommerce-form-login .woocommerce-privacy-policy-text p, .login-wrapper .woocommerce-form-register .woocommerce-privacy-policy-text p {
  font-size: var(--wp--preset--font-size--para-text);
  color: var(--wp--preset--color--black);
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.login-wrapper .woocommerce-form-login .woocommerce-privacy-policy-text p a, .login-wrapper .woocommerce-form-register .woocommerce-privacy-policy-text p a {
  text-decoration: none;
  transition: all 0.5s ease;
}
.login-wrapper .woocommerce-form-login .woocommerce-privacy-policy-text p a:hover, .login-wrapper .woocommerce-form-register .woocommerce-privacy-policy-text p a:hover {
  color: var(--wp--preset--color--secondary-orange);
}
.login-wrapper .woocommerce-form-login .woocommerce-form-row button, .login-wrapper .woocommerce-form-register .woocommerce-form-row button {
  background: var(--wp--preset--color--secondary-orange);
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 0 !important;
  border-radius: 3px;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 700;
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  position: relative;
  margin-top: 40px;
  width: 100%;
  transition: all 0.5s ease;
}
.login-wrapper .woocommerce-form-login .woocommerce-form-row button:hover, .login-wrapper .woocommerce-form-register .woocommerce-form-row button:hover {
  background: var(--wp--preset--color--primary-blue);
}
.login-wrapper .woocommerce-form-login .woocommerce-form-row button::after, .login-wrapper .woocommerce-form-register .woocommerce-form-row button::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 16px;
  right: 210px;
  background: url(../images/log-in.svg) no-repeat 94%;
}
@media (max-width: 1399px) {
  .login-wrapper .woocommerce-form-login .woocommerce-form-row button::after, .login-wrapper .woocommerce-form-register .woocommerce-form-row button::after {
    right: 190px;
  }
}
@media (max-width: 991px) {
  .login-wrapper .woocommerce-form-login .woocommerce-form-row button::after, .login-wrapper .woocommerce-form-register .woocommerce-form-row button::after {
    right: 120px;
  }
}
@media (max-width: 767px) {
  .login-wrapper .woocommerce-form-login .woocommerce-form-row button::after, .login-wrapper .woocommerce-form-register .woocommerce-form-row button::after {
    right: 120px;
  }
}
@media (max-width: 576px) {
  .login-wrapper .woocommerce-form-login .woocommerce-form-row button::after, .login-wrapper .woocommerce-form-register .woocommerce-form-row button::after {
    right: 60px;
  }
}
.login-wrapper .woocommerce-form-login .lost_password a, .login-wrapper .woocommerce-form-register .lost_password a {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--wp--preset--color--blue);
}
@media (max-width: 991px) {
  .login-wrapper .login-right-side-content {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.woocommerce-ResetPassword p {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
  color: var(--wp--preset--color--black);
}
.woocommerce-ResetPassword label {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 20px;
  margin-bottom: 8px;
  color: var(--wp--preset--color--black);
}
.woocommerce-ResetPassword input {
  border: 1px solid rgba(119, 135, 143, 0.5019607843);
  padding: 12px 16px;
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 20px;
  font-weight: 400;
}
.woocommerce-ResetPassword .woocommerce-Button {
  border: 2px solid var(--wp--preset--color--primary-blue);
  padding: 14px 24px;
  border-radius: 2px;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
  font-weight: 700;
  color: var(--wp--preset--color--primary-blue);
  display: inline-block;
  transition: all 0.5s ease;
  background: transparent;
}
.woocommerce-ResetPassword .woocommerce-Button:hover {
  background: var(--wp--preset--color--primary-blue);
  color: var(--wp--preset--color--white);
}

.slider-center .swiper-wrapper,
.about-slider .swiper-wrapper {
  align-items: center;
}

.about-listing li {
  margin-bottom: 16px;
}
.about-listing li:last-child {
  margin-bottom: 0;
}
.about-listing li::before {
  top: 50%;
  transform: translateY(-50%);
}

.wp-block-addweb-blocks-tabs {
  margin: 0 40px;
}
@media (max-width: 767px) {
  .wp-block-addweb-blocks-tabs {
    margin: 0;
  }
}
.wp-block-addweb-blocks-tabs .tab-labels {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid var(--wp--preset--color--light-grey-one);
  position: relative;
  flex-flow: nowrap;
}
@media (max-width: 781px) {
  .wp-block-addweb-blocks-tabs .tab-labels {
    justify-content: flex-start;
  }
}
.wp-block-addweb-blocks-tabs .tab-labels::-webkit-scrollbar {
  height: 5px;
  background-color: var(--wp--preset--color--light-grey-two);
}
.wp-block-addweb-blocks-tabs .tab-labels::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: var(--wp--preset--color--light-grey);
}
.wp-block-addweb-blocks-tabs .tab-labels::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
.wp-block-addweb-blocks-tabs .tab-labels li {
  margin-right: 40px;
}
.wp-block-addweb-blocks-tabs .tab-labels .tab-label {
  display: block;
  padding: 18px 20px 15px;
  color: var(--wp--preset--color--gray-primary);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--xx-large);
  line-height: 28px;
  transition: all 0.2s ease;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}
.wp-block-addweb-blocks-tabs .tab-labels .tab-label:hover {
  color: var(--wp--preset--color--black);
}
.wp-block-addweb-blocks-tabs .tab-labels .tab-label.active {
  color: var(--wp--preset--color--black);
  border-bottom: 3px solid var(--wp--preset--color--secondary-orange);
  border-radius: 0;
}
.wp-block-addweb-blocks-tabs .tab-labels + .content-holder {
  display: none;
}
.wp-block-addweb-blocks-tabs .tab-labels + .content-holder.active {
  display: block;
  height: 100%;
  position: relative;
}
.wp-block-addweb-blocks-tabs .tab-content {
  margin-top: 40px;
}

@media (max-width: 781px) {
  .about-page-wrap .about-section .wp-block-columns {
    padding: 40px 16px !important;
  }
  .about-page-wrap .about-section .wp-block-columns .wp-container-core-column-layout-12 .wp-block-heading {
    margin-top: 20px;
  }
}
@media (max-width: 781px) {
  .about-page-wrap .about-slider-section {
    padding: 0 16px;
  }
}
.about-page-wrap .visionary-wrap .right-cards .card-bottom {
  margin-bottom: 80px;
}
@media (max-width: 781px) {
  .about-page-wrap .visionary-wrap .right-cards .card-bottom {
    margin-bottom: 16px;
  }
}
.about-page-wrap .visionary-wrap .right-cards .card-top {
  margin-top: 80px;
}
@media (max-width: 781px) {
  .about-page-wrap .visionary-wrap .right-cards .card-top {
    margin-top: 0;
  }
}
@media (max-width: 781px) {
  .about-page-wrap .about-tabs {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.about-page-wrap .about-tabs .tab-content .wp-block-columns .wp-block-column .wp-block-image {
  text-align: center;
}
.about-page-wrap .about-tabs .tab-content .wp-block-columns .wp-block-column .wp-block-image a {
  display: inline-block;
}

.wc-block-order-confirmation-status p {
  text-align: center;
}

.wc-block-order-confirmation-summary {
  padding: 10px 20px;
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 2px;
  background-color: var(--wp--preset--color--gray-primary-light);
}
.wc-block-order-confirmation-summary .wc-block-order-confirmation-summary-list-item .wc-block-order-confirmation-summary-list-item__key {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 1.35;
  font-weight: 600;
}
.wc-block-order-confirmation-summary .wc-block-order-confirmation-summary-list-item .wc-block-order-confirmation-summary-list-item__value {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 1.35;
}

.wc-block-order-confirmation-additional-information,
.woocommerce-order-confirmation-address-wrapper,
.wc-block-order-confirmation-totals-wrapper {
  max-width: 1210px !important;
}
.wc-block-order-confirmation-additional-information .wp-block-heading,
.woocommerce-order-confirmation-address-wrapper .wp-block-heading,
.wc-block-order-confirmation-totals-wrapper .wp-block-heading {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--x-large) !important;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 8px !important;
}
.wc-block-order-confirmation-additional-information .wc-block-order-confirmation-totals,
.woocommerce-order-confirmation-address-wrapper .wc-block-order-confirmation-totals,
.wc-block-order-confirmation-totals-wrapper .wc-block-order-confirmation-totals {
  margin-top: 0;
}
.wc-block-order-confirmation-additional-information .wc-block-order-confirmation-totals table thead,
.woocommerce-order-confirmation-address-wrapper .wc-block-order-confirmation-totals table thead,
.wc-block-order-confirmation-totals-wrapper .wc-block-order-confirmation-totals table thead {
  background-color: var(--wp--preset--color--gray-primary-light);
}
.wc-block-order-confirmation-additional-information .wc-block-order-confirmation-totals table thead tr:first-child th,
.woocommerce-order-confirmation-address-wrapper .wc-block-order-confirmation-totals table thead tr:first-child th,
.wc-block-order-confirmation-totals-wrapper .wc-block-order-confirmation-totals table thead tr:first-child th {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 1.35;
  font-weight: 600;
}
.wc-block-order-confirmation-additional-information .wc-block-order-confirmation-totals table tfoot tr th,
.woocommerce-order-confirmation-address-wrapper .wc-block-order-confirmation-totals table tfoot tr th,
.wc-block-order-confirmation-totals-wrapper .wc-block-order-confirmation-totals table tfoot tr th {
  font-weight: inherit;
}
.wc-block-order-confirmation-additional-information .wc-block-order-confirmation-totals table tfoot tr:last-child,
.woocommerce-order-confirmation-address-wrapper .wc-block-order-confirmation-totals table tfoot tr:last-child,
.wc-block-order-confirmation-totals-wrapper .wc-block-order-confirmation-totals table tfoot tr:last-child {
  background-color: var(--wp--preset--color--gray-primary-light);
}
.wc-block-order-confirmation-additional-information .wc-block-order-confirmation-totals table tfoot tr:last-child td span,
.wc-block-order-confirmation-additional-information .wc-block-order-confirmation-totals table tfoot tr:last-child th,
.woocommerce-order-confirmation-address-wrapper .wc-block-order-confirmation-totals table tfoot tr:last-child td span,
.woocommerce-order-confirmation-address-wrapper .wc-block-order-confirmation-totals table tfoot tr:last-child th,
.wc-block-order-confirmation-totals-wrapper .wc-block-order-confirmation-totals table tfoot tr:last-child td span,
.wc-block-order-confirmation-totals-wrapper .wc-block-order-confirmation-totals table tfoot tr:last-child th {
  font-weight: 700;
}

.wc-block-order-confirmation-additional-information p {
  color: var(--wp--preset--color--light-grey);
  font-size: var(--wp--preset--font-size--medium);
}

.thank-you-button-wrap {
  max-width: 1320px;
  margin: 0 auto;
}
.thank-you-button-wrap .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border: 2px solid var(--wp--preset--color--cream);
}
.thank-you-button-wrap .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 2px;
  border: 2px solid var(--wp--preset--color--secondary-orange);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.34;
}
.thank-you-button-wrap .wp-block-buttons .wp-block-button .wp-block-button__link img {
  width: 20px;
}

a.added_to_cart,
span[data-wc-bind--hidden="!state.displayViewCart"] {
  display: none !important;
}

.up-sells {
  margin-top: 0;
}
.up-sells > h2 {
  display: none;
}
.up-sells .products {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 !important;
}
.up-sells .products::before, .up-sells .products::after {
  display: none !important;
}
.up-sells .products .up-sell-main-wrap {
  line-height: 0;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner {
  display: flex;
  align-items: flex-start;
  gap: 2em 48px;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-img img {
  max-width: none;
  height: 150px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content .star-wrp {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content .star-wrp .five-star-rating-num {
  margin: 0 0 0 4px;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--gray-primary);
  line-height: 19px;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content .star-wrp .star {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 19px;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content .star-wrp .star.filled {
  color: var(--wp--preset--color--secondary-orange);
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content .up-sell-title {
  margin: 0;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content .up-sell-title a {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--xx-large);
  line-height: 1.34;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content > p {
  margin: 21px 0 0;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content .woocommerce-Price-amount {
  color: var(--wp--preset--color--blue);
  font-size: var(--wp--preset--font-size--xx-large);
  font-weight: 600;
  line-height: 1;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content .prize-sale-percentage {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content .prize-sale-percentage ins {
  text-decoration: none;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content .prize-sale-percentage .product-discount-prize {
  text-decoration: none;
}
.up-sells .products .up-sell-main-wrap .up-sell-main-inner .up-sell-content .prize-sale-percentage .product-discount-prize .woocommerce-Price-amount {
  color: var(--wp--preset--color--gray-primary);
  text-decoration: line-through;
  font-weight: 400;
}

.wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-checkout-button-block {
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--secondary-orange) !important;
  box-shadow: inset 0 0 0 1px currentColor;
}
.wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-checkout-button-block:hover {
  color: var(--wp--preset--color--black) !important;
  background-color: var(--wp--preset--color--white) !important;
}
.wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-cart-button-block {
  color: var(--wp--preset--color--black) !important;
}
.wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-cart-button-block:hover {
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--secondary-orange) !important;
}

.product-tags {
  display: flex;
  justify-content: space-between;
}
.product-tags .tag-links {
  width: calc(100% - 36px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 1.4;
  color: var(--wp--preset--color--grey-text);
}
.product-tags .tag-links a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.product-tags .tag-links.active {
  display: inline-block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: unset;
}
.product-tags .image-main-wrap {
  width: 20px;
  line-height: normal;
}
.product-tags .image-main-wrap .minus-img,
.product-tags .image-main-wrap .plus-img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.yith-ywraq-add-to-quote {
  display: inline-flex;
}
.yith-ywraq-add-to-quote .add-request-quote-button {
  padding: 16px 24px;
  background: var(--wp--preset--color--primary-blue);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
  font-weight: 400;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.yith-ywraq-add-to-quote .add-request-quote-button:hover {
  background: var(--wp--preset--color--secondary-orange);
}
.yith-ywraq-add-to-quote .add-request-quote-button img {
  display: none;
}
.yith-ywraq-add-to-quote div[class^=yith_ywraq_add_item_response-] {
  color: red;
}
.yith-ywraq-add-to-quote .yith_ywraq_add_item_response_message {
  margin-right: 20px;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
  background: red !important;
  color: var(--wp--preset--color--white) !important;
  border-color: var(--wp--preset--color--primary-blue) !important;
  right: -20px;
  left: auto;
  top: 2px;
}

.yith-request-a-quote-page .shop_table .product-remove a {
  position: relative;
  width: 40px;
  height: 40px;
}
.yith-request-a-quote-page .shop_table .product-remove a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/thrash-icon.svg);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .yith-request-a-quote-page .shop_table .product-remove {
    text-align: center !important;
  }
}
.yith-request-a-quote-page .shop_table .product-thumbnail {
  max-width: 200px;
  width: 200px;
}
.yith-request-a-quote-page .shop_table .product-thumbnail::before {
  display: none;
}
@media (max-width: 767px) {
  .yith-request-a-quote-page .shop_table .product-thumbnail {
    max-width: 100%;
    width: 100%;
    display: block !important;
    text-align: center !important;
  }
}
.yith-request-a-quote-page .shop_table .product-name {
  max-width: 450px;
  width: 450px;
}
@media (max-width: 767px) {
  .yith-request-a-quote-page .shop_table .product-name {
    max-width: 100%;
    width: 100%;
    display: block !important;
    text-align: center !important;
  }
}
.yith-request-a-quote-page .shop_table .product-name::before {
  display: none;
}
.yith-request-a-quote-page .shop_table .product-name a {
  color: var(--wp--preset--color--primary-blue);
  font-weight: 400;
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 25px;
  text-decoration: none;
}
.yith-request-a-quote-page .shop_table .product-quantity::before {
  display: none;
}
.yith-request-a-quote-page .shop_table .product-quantity .quantity {
  border: 1px solid var(--wp--preset--color--gray-secondary-opacity);
  border-radius: 3px;
  padding: 16px 20px;
  text-align: center;
}
.yith-request-a-quote-page .shop_table .product-quantity .quantity label {
  display: none;
}
.yith-request-a-quote-page .shop_table .product-quantity .quantity .minus {
  background: transparent;
  border: none;
  border: 1.5px sloid var(--wp--preset--color--light-grey);
  height: 16px;
  width: 16px;
  cursor: pointer;
  padding: 0;
}
.yith-request-a-quote-page .shop_table .product-quantity .quantity input {
  color: var(--wp--preset--color--light-grey);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
  padding: 0 28px;
  border: none;
  width: 25px;
  pointer-events: none;
}
.yith-request-a-quote-page .shop_table .product-quantity .quantity .plus {
  border: none;
  background-color: transparent;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.yith-request-a-quote-page .shop_table .product-subtotal {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 600;
  color: var(--wp--preset--color--primary-blue);
}
.yith-request-a-quote-page .shop_table .product-subtotal::before {
  display: none;
}
@media (max-width: 767px) {
  .yith-request-a-quote-page .shop_table .product-subtotal {
    text-align: center !important;
  }
}
.yith-request-a-quote-page .shop_table .actions input {
  background: var(--wp--preset--color--primary-blue);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
  font-weight: 400;
  border: none;
  padding: 16px 24px;
  cursor: pointer;
}
.yith-request-a-quote-page .shop_table .actions input:hover {
  opacity: 1;
}

.yith-ywraq-mail-form-wrapper {
  padding: 0 !important;
}
.yith-ywraq-mail-form-wrapper h3 {
  color: var(--wp--preset--color--primary-blue);
}
.yith-ywraq-mail-form-wrapper .form-row {
  padding: 0 !important;
}
.yith-ywraq-mail-form-wrapper .form-row label {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
  color: var(--wp--preset--color--black);
  margin-bottom: 8px;
}
.yith-ywraq-mail-form-wrapper .form-row input, .yith-ywraq-mail-form-wrapper .form-row textarea {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 22px;
  color: var(--wp--preset--color--gray-primary);
  font-weight: 400;
  padding: 12px 16px;
  border: 1px solid var(--wp--preset--color--gray-primary-opacity);
  border-radius: 4px;
}
.yith-ywraq-mail-form-wrapper .form-row .button {
  background: var(--wp--preset--color--primary-blue);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
  font-weight: 400;
  border: none;
  padding: 16px 24px;
  cursor: pointer;
}
.yith-ywraq-mail-form-wrapper .form-row .button:hover {
  opacity: 1;
}

.ywraq-form-table-wrapper p {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
  color: var(--wp--preset--color--primary-blue);
}

.wc-block-mini-cart__empty-cart-wrapper .wp-block-button a {
  padding: 16px 24px;
  background: var(--wp--preset--color--primary-blue);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
}
.wc-block-mini-cart__empty-cart-wrapper .wp-block-button a:focus {
  box-shadow: none;
}

.woocommerce-account .wp-block-post-title {
  max-width: 100%;
}

.woocommerce-form.woocommerce-form-track-order p {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .woocommerce-form.woocommerce-form-track-order p.form-row-first, .woocommerce-form.woocommerce-form-track-order p.form-row-last {
    float: none;
    width: 100%;
  }
}
.woocommerce-form.woocommerce-form-track-order p label {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}
.woocommerce-form.woocommerce-form-track-order p input {
  border: 1px solid rgba(119, 135, 143, 0.5019607843);
  padding: 12px 16px;
  color: var(--wp--preset--color--gray-primary);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 20px;
  font-weight: 400;
}
.woocommerce-form.woocommerce-form-track-order p .button {
  padding: 12px 30px;
  background: var(--wp--preset--color--secondary-orange);
  border: none;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 700;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
}
.woocommerce-form.woocommerce-form-track-order p .button:hover {
  background: var(--wp--preset--color--primary-blue);
}

.rating, .star-rating, .stars a {
  color: var(--wp--preset--color--secondary-orange);
}

.comment-form-comment label {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}
.comment-form-comment textarea {
  padding: 16px 24px;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 20px;
  font-weight: 400;
}

.form-submit .submit {
  background-color: var(--wp--preset--color--secondary-orange);
  color: var(--wp--preset--color--white);
  opacity: 1;
  padding: 19px 62px;
  font-size: var(--wp--preset--font-size--para-text);
  line-height: normal;
  border-radius: 3px;
  margin-right: 0;
  text-transform: uppercase;
  margin-right: 13px;
  transition: all 0.5s ease;
}
.form-submit .submit:hover {
  background-color: var(--wp--preset--color--primary-blue);
}

.text-link-404 a {
  color: var(--wp--preset--color--secondary-orange);
}

.p-1 {
  padding: 1px;
}

.m-x-auto {
  margin: 0 auto;
}

.hide-for-guest-user, .logged-in .hide-for-login-user {
  display: none !important;
}

.logged-in .hide-for-guest-user {
  display: block !important;
}

button.disabled {
  opacity: 0.5 !important;
  pointer-events: none;
  cursor: none;
}

.woocommerce-wishlist h1.wp-block-post-title {
  display: none;
}

.woocommerce-account h1.wp-block-post-title {
  display: none;
}

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

.product-detail-slider-wrapper {
  max-width: 536px !important;
  width: 100%;
}
.product-detail-slider-wrapper .woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  align-items: flex-start;
  width: 100% !important;
}
.product-detail-slider-wrapper .woocommerce-product-gallery .flex-viewport {
  max-width: 424px;
  width: 100%;
}
.product-detail-slider-wrapper .woocommerce-product-gallery .flex-control-nav {
  max-width: 88px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  max-height: 400px;
  overflow-y: auto !important;
}
.product-detail-slider-wrapper .woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar {
  width: 10px;
}
.product-detail-slider-wrapper .woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar-track {
  background: var(--wp--preset--color--white);
}
.product-detail-slider-wrapper .woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar-thumb {
  background-color: var(--wp--preset--color--secondary-orange);
  border-radius: 10px;
  border: 3px solid var(--wp--preset--color--white);
}
.product-detail-slider-wrapper .woocommerce-product-gallery .flex-control-nav li {
  width: 100% !important;
}
.product-detail-slider-wrapper .woocommerce-product-gallery .flex-control-nav li img {
  opacity: 1 !important;
  width: 97% !important;
  border: 1.83px solid var(--wp--preset--color--light-grey-one);
}
.product-detail-slider-wrapper .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border: 1.83px solid var(--wp--preset--color--secondary-orange);
}

.member-section-wrapper {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .member-section-wrapper {
    padding: 40px 0;
  }
}

.team-member-wrapper {
  gap: 40px 24px !important;
}
.team-member-wrapper li {
  text-align: center;
}
.team-member-wrapper li .member-content-wrapper, .team-member-wrapper li .member-content {
  width: 100%;
}
.team-member-wrapper li .content-row {
  height: 100%;
}
.team-member-wrapper li .member-content-wrapper {
  box-shadow: 0px 0px 40px 0.5px var(--wp--preset--color--black-shadow);
  padding: 32px;
  border-radius: 40px;
  height: 100%;
}
.team-member-wrapper li .card-description-wrapper {
  margin-top: 4px !important;
}
.team-member-wrapper li .card-description-wrapper .description {
  font-size: var(--wp--preset--font-size--xx-large);
  line-height: 30px;
  font-weight: 400;
  color: var(--wp--preset--color--light-grey);
  margin: 0;
}
.team-member-wrapper li .card-description-wrapper .description-content {
  position: relative;
}
.team-member-wrapper li .card-description-wrapper .description-content p {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 21px;
  font-weight: 400;
  color: var(--wp--preset--color--black);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  padding: 8px 0 0;
  margin: 0 0 24px;
  position: unset;
}
.team-member-wrapper li .card-description-wrapper .description-content p::after {
  content: "";
  position: absolute;
  width: 232px;
  height: 2px;
  background-color: var(--wp--preset--color--secondary-orange);
  left: 18%;
  bottom: 69px;
}
.team-member-wrapper li .card-description-wrapper .description-content p a {
  text-decoration: none;
}
.team-member-wrapper li .card-description-wrapper .description-content .social-icons {
  margin-top: 24px;
  margin-right: 14px;
  display: inline-block;
}
.team-member-wrapper li .card-description-wrapper .description-content .social-icons:last-child {
  margin-right: 0;
}
.team-member-wrapper .content-wrapper-row {
  height: 100%;
}

.testimonial-main-wrap .testimonial-content-wrapper {
  box-shadow: 0px 0px 40px 0.5px rgba(0, 0, 0, 0.0784313725);
  background-color: var(--wp--preset--color--white);
  border-radius: 40px;
  padding: 32px;
  text-align: left;
}
.testimonial-main-wrap .testimonial-content-wrapper > span {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
}
.testimonial-main-wrap .testimonial-content-wrapper > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background-image: url(../images/quote-1.png);
  display: block;
}
.testimonial-main-wrap img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.testimonial-main-wrap .wp-block-quote {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 24px;
  font-weight: 400 !important;
  color: var(--wp--preset--color--black);
  padding: 12px 0;
  margin: 0;
}
.testimonial-main-wrap .star-rating {
  padding-bottom: 0;
}
.testimonial-main-wrap .star-rating .star {
  font-size: 23px;
}
.testimonial-main-wrap .star-rating .star.filled {
  color: var(--wp--preset--color--secondary-orange);
}

.testimonial-info {
  display: flex;
  justify-content: flex-start !important;
  margin-top: 24px;
}
.testimonial-info .user-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-info .user-detail .user-name {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 24px;
  color: var(--wp--preset--color--primary-blue) !important;
  font-weight: 700;
  margin: 0;
}
.testimonial-info .user-detail .user-description {
  font-size: var(--wp--preset--font-size--para-text);
  line-height: 24px;
  color: var(--wp--preset--color--light-grey) !important;
  font-weight: 400;
  margin: 0;
}

.single-post {
  overflow-x: unset;
}
.single-post .author_details figure {
  height: auto;
  display: inline-flex;
}
.single-post .blog_img_wrapper img {
  width: 100%;
  height: 440px;
  max-height: 440px;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
@media (max-width: 991px) {
  .single-post .blog_img_wrapper img {
    height: auto;
    max-height: unset;
    -o-object-fit: none !important;
       object-fit: none !important;
  }
}
.single-post .right-sidebar .toc-sidebar h4 {
  margin-top: 0;
}
.single-post .single_post_content p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: var(--wp--preset--color--dark-grey);
}
.single-post .single_post_content h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--wp--preset--color--primary-blue);
  text-transform: capitalize;
}
.single-post .sticky-social .thb-social-buttons li:first-child {
  font-size: 16px;
  color: var(--wp--preset--color--gray-primary);
  font-weight: 400;
}
.single-post .sticky-social .like-button {
  margin-top: 18px;
}
.single-post .right-sidebar .toc-sidebar .toc-list::-webkit-scrollbar,
.single-post .right-sidebar .related-sidebar ul::-webkit-scrollbar {
  width: 12px;
}
.single-post .right-sidebar .toc-sidebar .toc-list::-webkit-scrollbar-track,
.single-post .right-sidebar .related-sidebar ul::-webkit-scrollbar-track {
  background: #ffffff;
}
.single-post .right-sidebar .toc-sidebar .toc-list::-webkit-scrollbar-thumb,
.single-post .right-sidebar .related-sidebar ul::-webkit-scrollbar-thumb {
  background-color: var(--wp--preset--color--secondary-orange);
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.single-post .right-sidebar .toc-sidebar li {
  margin-bottom: 10px;
}
.single-post .right-sidebar .toc-sidebar li a {
  font-size: 16px;
  line-height: 20px;
  color: var(--wp--preset--color--light-grey);
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.single-post .right-sidebar .toc-sidebar li a:hover {
  color: var(--wp--preset--color--primary-blue);
}
.single-post .right-sidebar .toc-sidebar li a::before {
  filter: invert(52%) sepia(92%) saturate(1468%) hue-rotate(5deg) brightness(102%) contrast(98%);
}
.single-post .right-sidebar .related-sidebar li a {
  font-size: 16px;
  line-height: 20px;
  color: var(--wp--preset--color--light-grey);
  font-weight: 400;
  text-decoration: none;
  transition: all 0.5s ease;
}
.single-post .right-sidebar .related-sidebar li a:hover {
  color: var(--wp--preset--color--primary-blue);
}
@media (max-width: 767px) {
  .single-post .blog-inner-mainwrap {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .single-post .header-blog-details {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.single-post .sticky-social {
  position: sticky;
  top: 110px;
  height: 100%;
  text-align: center;
}

.blog .blogSwiper.blog-style2 {
  padding: 64px 48px;
  background-color: var(--wp--preset--color--base-2);
  position: relative;
  margin-bottom: 80px;
}
.blog .blogSwiper .swiper-button-next::after, .blog .blogSwiper .swiper-button-prev::after {
  font-size: 24px;
  font-weight: 800;
}
.blog .blogSwiper .swiper-slide-wrapper {
  display: flex;
  align-items: center;
  box-shadow: none;
  margin: 0;
  position: relative;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .blog .blogSwiper .swiper-slide-wrapper {
    flex-direction: column;
  }
}
.blog .blogSwiper .swiper-slide-wrapper .blog-wrapper {
  max-width: 100%;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .blog .blogSwiper .swiper-slide-wrapper .blog-wrapper {
    margin: 0;
    padding: 0;
    max-width: unset;
    margin-top: 30px;
  }
}
.blog .blogSwiper .swiper-slide-wrapper .blog-wrapper h4 {
  color: var(--wp--preset--color--primary-blue);
  font-weight: 600;
}
.blog .blogSwiper .swiper-slide-wrapper .blog-wrapper p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  color: var(--wp--preset--color--dark-grey);
}
.blog .blogSwiper .swiper-slide-wrapper .blog-wrapper a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--wp--preset--color--primary-blue);
  transition: all 0.5s ease;
}
.blog .blogSwiper .swiper-slide-wrapper .blog-wrapper a:hover {
  color: var(--wp--preset--color--secondary-orange);
}
.blog .blogSwiper .swiper-slide-wrapper .blog-wrapper .blog_listing_card_author_info {
  display: flex;
  align-items: center;
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--grey-text);
  margin-top: 15px;
}
@media (max-width: 767px) {
  .blog .blogSwiper .swiper-slide-wrapper .blog-wrapper .blog_listing_card_author_info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog .blogSwiper .swiper-slide-wrapper .blog-wrapper .blog_listing_card_author_info > div {
  display: flex;
  align-items: center;
}
.blog .blogSwiper .swiper-slide-wrapper .blog-wrapper .blog_listing_card_author_info svg {
  margin-right: 4px;
}
.blog .blogSwiper .swiper-slide-wrapper .blog-wrapper .blog_listing_card_author_info p {
  margin-right: 20px;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
}
.blog .blogSwiper .swiper-slide-wrapper .blog-wrapper .blog_listing_card_author_info p.reading-time {
  font-style: normal;
}
.blog .blogSwiper .blog-img img {
  width: 330px;
  min-width: 330px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog .blogSwiper .blog-img img {
    min-width: unset;
    height: 200px;
  }
}
.blog #instructions_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .blog #instructions_filter {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .blog #instructions_filter .select-flex {
    flex: unset;
  }
}
@media (max-width: 991px) {
  .blog #instructions_filter .filter-list {
    flex-wrap: wrap;
  }
}
.blog #instructions_filter .filter-title {
  display: block;
  color: var(--wp--preset--color--base-2);
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  padding: 16px;
  background: var(--wp--preset--color--primary-blue);
  width: auto;
  height: 100%;
  margin-bottom: 0;
}
.blog #instructions_filter .form-select {
  position: relative;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  color: var(--wp--preset--color--primary);
  padding: 17px 16px;
  margin-top: 20px;
  cursor: pointer;
  border: 1px solid var(--wp--preset--color--primary-blue);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 92% 50%;
  width: 100%;
}
@media (max-width: 767px) {
  .blog #instructions_filter .form-select {
    margin-top: 10px;
    width: 100%;
  }
}
.blog #instructions_filter .form-control {
  position: relative;
  color: var(--wp--preset--color--primary-blue);
  padding: 18px 16px;
  border: 1px solid var(--wp--preset--color--primary-blue);
  width: 100%;
  padding-right: 35px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog #instructions_filter .form-control {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .blog #instructions_filter .search-icon {
    width: 87%;
  }
}
.blog .blog-listing ul li {
  list-style: none;
  overflow: hidden;
  box-shadow: 0 0 76px rgba(45, 165, 243, 0.05);
  transition: all 0.9s ease 0s;
  border-radius: 10px;
  transform: scale(0.95);
}
.blog .blog-listing ul li:hover {
  transform: scale(1);
}
.blog .blog-listing ul li h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  color: var(--wp--preset--color--primary-blue);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.blog .blog-listing ul li p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: var(--wp--preset--color--dark-grey);
}
.blog .blog-listing ul li p a {
  color: var(--wp--preset--color--primary-blue);
  text-decoration: none;
  text-transform: capitalize;
}
.blog .blog-listing ul li .wp-block-post-date a {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: var(--wp--preset--color--dark-grey);
}
.blog .blog-listing ul li .line-seperator {
  width: 100% !important;
}
.blog .wp-block-query-pagination {
  margin: 64px 0 0 !important;
}

.faq_page_wrapper .wp-block-addweb-blocks-accordion-item {
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(119, 135, 143, 0.2);
  margin-bottom: 16px;
}
.faq_page_wrapper .wp-block-addweb-blocks-accordion-item.active {
  background-color: var(--wp--preset--color--primary-cream);
  border-radius: 4px;
  border: 1px solid rgba(119, 135, 143, 0.2);
}
.faq_page_wrapper .wp-block-addweb-blocks-accordion-item.active .accordion-heading button {
  padding-bottom: 18px;
}
.faq_page_wrapper .wp-block-addweb-blocks-accordion-item .accordion-heading button {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: var(--wp--preset--color--primary-blue);
  text-transform: capitalize;
  padding: 24px;
}
.faq_page_wrapper .wp-block-addweb-blocks-accordion-item .accordion-heading button::before {
  right: 24px;
}
.faq_page_wrapper .wp-block-addweb-blocks-accordion-item .accordion-panel p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--wp--preset--color--light-grey);
  padding: 0 24px 32px;
  margin: 0;
}

.marquee_wrapper.marquee_header_wrapper {
  padding: 8px 0;
}
.marquee_wrapper.marquee_header_wrapper .marquee_content_wrapper .marquee_content .hot_deal_icon {
  width: 26px;
  height: 26px;
}
.marquee_wrapper.marquee_header_wrapper .marquee_content_wrapper .deal_content {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.marquee_wrapper.marquee_header_wrapper .marquee_content_wrapper .marquee_content {
  gap: 10px;
}

.single-post ul {
  list-style: disc;
  list-style-position: inside;
}/*# sourceMappingURL=common.css.map */
.wish-list {
  background: transparent;
  max-width: unset !important;
  max-height: unset !important;
}

.yith-wcwl-add-button svg + span {
  display: none !important;
}