* { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
   box-sizing: border-box; 
}

html, body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  flex: 1 0 auto;
}

a {
  text-decoration: none;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: -webkit-sticky; /* Safari */  
  position: sticky;
  background-color: #fff;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1001;
}
.nav-navbar {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: nowrap;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  padding: 6px 75px 6px 75px;
  background: rgb(255, 255, 255);
}
.Welcome-to-our-shop {
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 20px;
  font-weight: 400;
  line-height: 24.414px;
  text-align: left;
  word-break: break-word;
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.country-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  background: unset;
  border: 0;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
.Location {
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 20px;
  font-weight: 300;
  line-height: 24.414px;
  text-align: left;
  word-break: break-word;
}
.map-marker-2 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.Vector-3 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.nav-navbar-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  height: auto;
  padding: 34px 75px 34px 75px;
  background: rgb(255, 165, 63);
}
.Frame-5 {
  width: 274px;
  height: 26px;
  padding: 0 0 0 0;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  column-gap: 40px;
  row-gap: 10px;
  padding: 0 20px 0 20px;
  margin: 0;
}
.Frame-6 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 30px;
  height: 32px;
  position: relative;
}
.Frame-7 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
}
.Frame-6>.dropdown-link {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Calibri;
  color: rgb(245, 245, 247);
  font-size: 18px;
  font-weight: 300;
  line-height: 21.973px;
  text-align: left;
  word-break: break-word;
  cursor: pointer;
}
.menu-item-has-children>a>.arrow-dropdown {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(../images/arrow_dropdown.svg)
    no-repeat center;
  background-size: cover;
  overflow: hidden;
  transition: all 0.2s linear;
}
.dropdown-list {
  position: absolute;
  display: none;
  padding: 10px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 4px;
  border: 2px solid rgba(254, 135, 0, 0.50);
  background: #FFF;
  width: 240px;
  z-index: 20;
  top: 30px;
  left: -30px;
}
.dropdown-list li {
  list-style-type: none;
}
.dropdown-list a {
  color: rgba(20, 20, 20, 0.75);
  text-align: left;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}
.Frame-6:hover .arrow-dropdown {
  transform: rotate(180deg);
}
.Frame-6:hover .dropdown-list {
  display: flex;
}
.Frame-10 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 40px;
}
.Frame-11 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
}
.search {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: end;
}
.search-form {
  width: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
  transition: all 0.1s linear;
}
.search-form input {
  background: transparent;
  height: 26px;
  margin: 0 0 0 20px;
  border: 0;
  width: 200px;
  border-bottom: 1px solid #FFF;
  color: #fff;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  outline: none;
}
.search-form input::placeholder {
  color: rgba(255,255,255,0.75);
  font-family: Calibri;
  font-size: 16px;
  font-weight: 400;
}
.search-form-open .search-form {
  width: 75%;
}
.profile {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.profile span {
  text-decoration: none;
}
.user-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}
.Frame-12 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  gap: 4px;
}
.wlfmc-counter-wrapper .wlfmc-counter-icon {
  display: unset !important;
}
.heart-big {
  flex-shrink: 0 !important;
  width: 26px !important;
  height: 26px !important;
  color: #fff;
  transform: unset !important;
  position: unset !important;
}
.wlfmc-counter-wrapper .wlfmc-counter .wlfmc-counter-number {
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Calibri;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 17.09px;
  text-align: left;
  word-break: break-word;
  text-decoration: none;
}
.Frame-10 .cart {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  text-decoration: none;
}
.Frame-10 .cart .с-14 {
  flex-shrink: 0;
    flex-basis: auto;
    font-family: Calibri;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 17.09px;
    text-align: left;
    word-break: break-word;
    text-decoration: none;
}
.woocommerce div.product form.cart {
  margin: 0 !important;
}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
  display: none;
}
.woocommerce div.product form.cart .reset_variations,.woocommerce .quantity .qty {
  display: none !important;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
  height: auto;
}
.woocommerce-page div.product .woocommerce-tabs {
  display: none;
}
.woocommerce-variation-add-to-cart {
  width: 100%;
  display: flex;
  justify-content: center;
}
.woocommerce-variation.single_variation {
  order: 1;
}
.registered_message {
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
}
.wapf-field-row {
  margin-left: 0;
}
.shopping-cart-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}
.с-14 {
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Calibri;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 17.09px;
  text-align: left;
  word-break: break-word;
}
.Frame-15 {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: absolute;
  width: 274px;
  height: 100px;
  top: -32px;
  z-index: 5;
  text-decoration: none;
  transition: all 0.1s linear;
}
.logo {
  flex-shrink: 0;
  position: relative;
  width: 88px;
  height: 100px;
  overflow: hidden;
}
.logo-img {
  width: 85px;
  height: 100px;
}
.Tangerinegift {
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Dancing Script;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  word-break: break-word;
}
.nav-navbar-16 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 100%;
  padding: 3px 75px 3px 75px;
  background: rgba(254, 135, 0, 0.05);
}
.action_text {
  flex-shrink: 0;
  flex-basis: auto;
  height: 24px;
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 20px;
  font-weight: 400;
  line-height: 24.414px;
  text-align: left;
  word-break: break-word;
}
.Frame-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  overflow: hidden;
  border-radius: 2px;
  margin-top: 20px;
  padding: 0 15px 0 15px;
}
.Frame-18 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  border-radius: 4px;
  position: relative;
}
.Frame-1b>div {
  height: 0px;
  overflow: hidden;
}
.Frame-1b>div:first-child{
  height: auto;
}
.Frame-1b>.tns-fadeIn {
  height: auto;
}
.Frame-18 .image-slide {
  width: 100%;
  max-height: 600px;
}
.Frame-18 .image-slide img {
  object-fit: cover;
  object-position: center;
  height: 600px;
  width: 100%;
}
.Frame-19 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  width: 50%;
  padding: 34px 20px 34px 20px;
  background: rgba(255, 165, 64, 0.75);
  border-radius: 4px;
}
.Frame-1a {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  min-width: 0;
  position: relative;
}
.arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url(../images/arrow.svg)
    no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.arrow-1c {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url(../images/arrow.svg)
    no-repeat center;
  transform: rotate(180deg);
  background-size: cover;
  cursor: pointer;
}
.Frame-1b-subtitle {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Calibri;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.531px;
  text-align: left;
  word-break: break-word;
  display: block;
}
.Frame-1b-title {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Calibri;
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 300;
  line-height: 58.594px;
  text-align: left;
  word-break: break-word;
  display: block;
}
.Frame-1b-foottitle {
  align-self: stretch;
  flex-shrink: 0;
  font-family: Calibri;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.973px;
  text-align: left;
  word-break: break-word;
  display: block;
}
.div-all-heading-with-horizontal-line-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
}
.tns-outer {
  width: 100%;
}
.Frame-1d {
  padding: 40px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 20px;
  max-height: 470px;
  overflow: hidden;
}
.contact_us_btn {
  cursor: pointer;
  border: 0;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 13px 10px 12px 10px;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 60px;
  bottom: 60px;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.25);
  z-index: 1002;
}
.contact_us_btn svg {
  width: 25px;
  height: 20px;
}
.cky-consent-container,.choices__list {
  font-family: Calibri;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img,.rsfv-has-video .woocommerce-product-gallery__image video.rsfv-video {
  height: 600px;
  object-fit: cover;
}
.Frame-1d.tns-slider{
  display:block;
  max-height:100%;
  overflow: auto;
}
.Frame-1e-parent {
  position: relative;
  width: calc(25% - 30px);
  padding: 0px !important;
}
.categorys .Frame-1e-parent,.categorys>.review {
  width: calc(25% - 15px);
}
.Frame-1e {
  padding: 10px !important;
  border-radius: 6px !important;
  margin: 0 10px !important;
}
.categorys .Frame-1e {
  margin: 0 0 0 -10px !important
}
.Frame-1e:hover>div>.heart-big-7b,.product:hover>div>.heart-big-7b {
  opacity: 1;
}
.Frame-1e:hover {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.Frame-1f {
  display: block;
}
.woocommerce-product-details__short-description {
  display: none;
}
.Frame-20 {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  border-radius: 4px;
}
.Frame-21 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  padding: 0 0 8px 0;
  justify-content: space-between;
  min-height: 115px;
}
.Frame-22 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  padding: 16px 16px 10px 16px;
}
.product-name {
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.531px;
  text-align: center;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Frame-23 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  padding: 0 16px 0 16px;
}
.price,.Frame-23 .woocommerce-Price-amount {
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.973px;
  text-align: left;
  word-break: break-word;
}
.price ins,.Frame-23 ins{
  text-decoration:none;
}
.price_2,.price_2,.Frame-23 del,.Frame-23 del bdi {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  margin-right: 5px;
}
.frame-42 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 40px;
}
.frame-43 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
}
.arrow-44,.prev.page-numbers {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url(../images/arrow2.svg) no-repeat center !important;
  background-size: cover;
  font-size: 0 !important;
  cursor: pointer;
  border: 0 !important;
}
.arrow-45,.next.page-numbers {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: url(../images/arrow2.svg) no-repeat center !important;
  transform: rotate(180deg);
  background-size: cover;
  font-size: 0 !important;
  cursor: pointer;
  border: 0 !important;
}
.arrow-44:hover,.prev.page-numbers:hover {
  transform: rotate(180deg);
  background: url(../images/arrow2_hov.svg) !important;
  background-size: cover !important;
  border: 0 !important;
}
.arrow-45:hover,.next.page-numbers:hover {
  transform: rotate(0deg);
  background: url(../images/arrow2_hov.svg) !important;
  background-size: cover !important;
  border: 0 !important;
}
.page-numbers.dots {
  border: 0 !important;
  width: 20px !important;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 160px;
  height: 53px;
  padding: 15px 20px 15px 20px;
  border: 1.5px solid rgba(254, 135, 0, 0.5);
  border-radius: 4px;
  background-color: unset;
  cursor: pointer;
}
.button span {
  flex-shrink: 0;
  flex-basis: auto;
  height: 23px;
  font-family: Calibri;
  color: rgb(254, 135, 0);
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  word-break: break-word;
}
.button:hover {
  background-color: #FE8700;
}
.button:hover span {
  color: #fff;
}
.feature-split-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 70px 0 0 0;
}
div>.feature-split-left-title {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.feature-split-left-title {
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 48px;
  font-weight: 300;
  line-height: 58.594px;
  text-align: left;
  word-break: break-word;
}
.frame-79 {
  position: relative;
}
.frame-7a {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgb(254, 135, 0);
  border-radius: 100px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.frame-7a.product-page {
  top: 60px;
}
.frame-7a .percentage {
  flex-shrink: 0;
  flex-basis: auto;
  height: 20px;
  font-family: Calibri;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.531px;
  text-align: left;
  letter-spacing: -0.32px;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  word-break: break-word;
}
.frame-79 .heart-big-7b {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 100px;
  background-color: #FFF;
  box-shadow: 0px 0px 6px -4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.1s linear;
}
.frame-79.heart-big-7b:hover {
  background: url(../images/heart_big_hov.svg) no-repeat center;
  background-size: 24px;
  background-color: #FFF;
}
.frame-be {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 30px;
  padding: 70px 0px;
}
.frame-bf {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 50px;
}
.frame-c0 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 10px;
  padding: 0 35px 0 35px;
  width: 50%;
}
.div-all-heading-with-horizontal-line-wrap-c1 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
}
.about-us {
  flex-shrink: 0;
  flex-basis: auto;
  height: 59px;
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 48px;
  font-weight: 300;
  line-height: 58.594px;
  text-align: left;
  word-break: break-word;
}
.about-us-c2 {
  align-self: stretch;
  flex-shrink: 0;
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.531px;
  text-align: justified;
  word-break: break-word;
  white-space-collapse: break-spaces;
}
.frame-bf .rectangle {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  height: 400px;
  width: 50%;
  object-fit: cover;
  border-radius: 4px;
}
.wlfmc-counter-wrapper .wlfmc-counter {
  color: #fff;
}
.frame-c3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  padding: 0 0 70px 0;
  width: 100%;
}
.frame-c5 {
  padding: 40px 0 40px 0;
}
.frame-c6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-basis: 0;
  gap: 16px;
  padding: 15px;
  border: 1.5px solid rgba(254, 135, 0, 0.5);
  border-radius: 4px;
}
.frame-c7 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 18px;
}
.frame-c8 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.frame-c8 img {
  width: 40px;
  height: 40px;
}
.frame-c9 {
  display: block;
}
.tutu-dress-flower-girl-ca {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  height: 22px;
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.973px;
  text-align: left;
  text-overflow: ellipsis;
  word-break: break-word;
}
.dollar-cb {
  display: block;
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 16px;
  font-weight: 300;
  line-height: 19.531px;
  text-align: left;
  word-break: break-word;
}
.stars {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 5px;
}
.star {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: url(../images/Star5.svg)
    no-repeat center;
  background-size: cover;
}
.star.filled {
  background: url(../images/Star4.svg) no-repeat center;
  background-size: 18px;
}
.star.half-filled {
  background: url(../images/Star0.svg) no-repeat center;
  background-size: 18px;
}

.review-text {
  align-self: stretch;
  flex-shrink: 0;
  height: 120px;
  overflow: auto;
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.531px;
  text-align: left;
  word-break: break-word;
}
.frame-d1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  border-radius: 4px;
}
.frame-d1 img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.john-doe-jul {
  flex-shrink: 0;
  flex-basis: auto;
  height: 20px;
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 16px;
  font-weight: 300;
  line-height: 19.531px;
  text-align: left;
  word-break: break-word;
}
.frame-fa {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  height: 48px;
}
.w-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 30px;
  padding: 20px 0 0 0;
  background: rgb(255, 165, 63);
  overflow: hidden;
  flex: 0 0 auto;
}
.frame-fd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  min-width: 0;
  padding: 0 75px 0 75px;
}
.frame-fe {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  text-decoration: none;
}
.logo-ff {
  flex-shrink: 0;
  position: relative;
  width: 52.8px;
  height: 60px;
  overflow: hidden;
}
.group {
  position: absolute;
  width: 50.864px;
  height: 60px;
  top: 0;
  left: 1.2px;
  z-index: 8;
}
.tangerinegift {
  flex-shrink: 0;
  flex-basis: auto;
  height: 36px;
  font-family: Dancing Script;
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  word-break: break-word;
}
#menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 10px;
  height: 48px;
  padding: 0 30px 0 30px;
}
.link {
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Calibri;
  color: #F5F5F7;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  word-break: break-word;
  text-decoration: none;
  position: relative;
}
.link:hover {
  color: #F5F5F7;
}
.link:hover::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F5F5F7;
  bottom: -4px;
  left: 0;
}
.button-106 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  width: 160px;
  height: 48px;
  padding: 0 20px 0 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background-color: unset;
  cursor: pointer;
}
.mail-icon-107 {
  flex-shrink: 0;
  width: 25px;
  height: 20px;
  background: url(../images/icon_mail_.svg) no-repeat center;
  background-size: 100% 100%;
}
.button-106:hover {
  color: #FFA540;
  background-color: #fff;
}
.button-106:hover span {
  color: #FFA540;
}
.button-106:hover .mail-icon-107 {
  background: url(../images/icon_mail_2.svg) no-repeat center;
  background-size: 100% 100%;
}
.button-106 span {
  text-transform: uppercase;
  flex-shrink: 0;
  font-family: Calibri;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  line-height: 11px;
  text-align: center;
  word-break: break-word;
}
.frame-108 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 16px;
}
.social-media {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
}
.social-media a {
  flex-shrink: 0;
  position: relative;
  width: 26px;
  height: 26px;
  overflow: hidden;
}
.vector {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,0.75);
  z-index: 9;
}
.social-media a:hover .vector {
  color: rgb(255,255,255);
}
.line {
  align-self: stretch;
  flex-shrink: 0;
  width: 1.5px;
  min-height: 0;
  background-color: rgba(255,255,255,0.75);
}
.paypal-logo {
  flex-shrink: 0;
  position: relative;
  width: 41.6px;
  height: 26px;
  overflow: hidden;
}
.group-10c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  color: rgba(255,255,255,0.75);
  z-index: 12;
}
.frame-10d {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  min-width: 0;
  padding: 8px 0 8px 0;
  background: linear-gradient(0deg, rgba(255, 165, 64, 0.75) 0%, rgba(255, 165, 64, 0.75) 100%), #000;
}
.frame-10e {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  padding: 0 75px 0 75px;
}
.frame-10f {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
}
.copyright {
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Calibri;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 17.09px;
  text-align: center;
  word-break: break-word;
}
.frame-110 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 6px;
}
.copyright-111 {
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Calibri;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 17.09px;
  text-align: center;
  word-break: break-word;
}
.group-112 {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 16px;
}
.auto-layer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.person {
  flex-shrink: 0;
  position: relative;
  width: 11.932px;
  height: 15.367px;
}
.auto-layer-column {
  position: absolute;
  width: 72.01%;
  height: 77.76%;
  top: 11.74%;
  left: 12.94%;
  z-index: 14;
}
.head-short {
  position: absolute;
  width: 57.83%;
  height: 47.57%;
  top: 0;
  left: 27.51%;
  background: url(../images/a1f4d55f-ac6e-4b07-838b-7c01f7ecf0a0.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 15;
}
.face-cheeky {
  position: absolute;
  width: 35.33%;
  height: 24.58%;
  top: 15.6%;
  left: 46.95%;
  z-index: 16;
}
.ink {
  position: absolute;
  width: 63.44%;
  height: 69.56%;
  top: 19.11%;
  left: 18.34%;
  background: url(../images/93bf7db7-bd49-4acb-83f3-39de1084142f.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 17;
}
.accessories-glasses {
  position: absolute;
  width: 47.93%;
  height: 11.58%;
  top: 20.22%;
  left: 33.25%;
  z-index: 18;
}
.ink-113 {
  position: absolute;
  width: 99.6%;
  height: 85.32%;
  top: 5.8%;
  left: 3.57%;
  background: url(../images/e303aafa-bf3c-4a7c-a2b3-8ccee0893a58.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 19;
}
.facial-hair-goatee {
  position: absolute;
  width: 34.23%;
  height: 19.29%;
  top: 28.36%;
  left: 42.54%;
  z-index: 20;
}
.ink-114 {
  position: absolute;
  width: 56.96%;
  height: 65.28%;
  top: 12.61%;
  left: 40.06%;
  background: url(../images/0f5a3928-fb7b-4187-a200-be05922110fe.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 21;
}
.body-paper {
  position: absolute;
  width: 100%;
  height: 61.49%;
  top: 38.51%;
  left: 0;
  background: url(../images/1bbb3dfc-bf87-492e-88e9-0ab608c6a791.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 22;
}
.indev-group {
  flex-shrink: 0;
  width: 83.075px;
  height: 13.219px;
  background: url(../images/f4da2aca-784d-42cd-a4bb-88dcb12e2bac.png)
    no-repeat center;
  background-size: cover;
}
.popup {
  display: none;
  width: 420px;
  max-width: 420px;
  padding: 14px 20px 40px 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: fixed;
  top: 20%;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.25);
  z-index: 1100;
}
.popup .popup_close {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/icon_close.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 10;
}
.wpcf7-spinner {
  position: absolute;
}
.wpcf7 .footer_btns {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.wpcf7 .footer_btns>p {
  width: calc(50% - 10px);
}
.wpcf7 .footer_btns>p .wpcf7-form-control-wrap input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.wpcf7 .footer_btns>p .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  text-align: center;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid rgba(254, 135, 0, 0.50);
  color: #FE8700;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  cursor: pointer;
  max-width: 230px;
}
.wpcf7 .footer_btns>p .wpcf7-form-control-wrap::before {
  content: 'Add photo';
}
.wpcf7 .footer_btns>p .wpcf7-form-control-wrap:hover {
  background: #FE8700;
  color: #fff;
}
.popup .popup_body h3 {
  color: rgba(20, 20, 20, 0.75);
  text-align: center;
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
}
.iti {
  width: 100%;
}
.popup .popup_body p {
  text-align: center;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.popup .popup_body .wpcf7 form p {
  text-align: left;
}
.popup .popup_body ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  padding-left: 35%;
  max-height: 300px;
  overflow-y: auto;
}
.popup .popup_body ul li {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  cursor: pointer;
}
.popup .popup_body ul li.active::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/map-marker.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  position: absolute;
  left: -28px;
  top: -3px;
}
.popup_body a {
  display: flex;
  justify-content: center;
}
.popup_bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1099;
  background-color: rgba(0,0,0,0.2);
}
.popup-open .popup_bg {
  display: block;
}
.popup_body {
  width: 100%;
  z-index: 1;
}
.popup.show {
  display: flex;
}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(254, 135, 0, 0.50);
  width: 100%;
  color: rgba(20, 20, 20, 1);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.wpcf7 input[type="text"]::placeholder,.wpcf7 input[type="email"]::placeholder,.wpcf7 textarea::placeholder{
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.mob-burger {
  display: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative;
}
.mob-burger .open,.mob-burger .close {
  transition: all 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
}
.mob-burger .close {
  opacity: 0;
}
.menu-open .mob-burger .open {
  opacity: 0;
}
.menu-open .mob-burger .close {
  opacity: 1;
}
.mob-menu {
  display: none;
  position: fixed;
  top: 108px;
  width: 100%;
  height: 100%;
  padding: 0px 16px 30px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border: 0.5px solid #B4C7D3;
  background: #fff;
  margin: 0;
  z-index: 99;
}
.menu-open .mob-menu {
  display: flex;
}
.menu-open .header {
  position: fixed;
}
.mob-menu-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(254, 135, 0, 0.50);
}
.mob-menu-item.menu-item-has-children>.dropdown-link {
  pointer-events: none;
}
.mob-menu-item.menu-item-has-children.active>.dropdown-link {
  pointer-events: unset;
}
.mob-menu-item .dropdown-link, .mob-menu-item .link {
  display: flex;
  justify-content: space-between;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 18px 0 16px 0;
}
.mob-menu-item.menu-item-has-children>a>.arrow-dropdown {
  background: url(../images/arrow_dropdown2.svg) no-repeat center;
  width: 32px;
  height: 32px;
}
.mob-menu-item .dropdown-list {
  display: flex;
  position: unset;
  padding: 0 10px;
  border: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}
.mob-menu-item.active .dropdown-list {
  height: 100%;
  margin-bottom: 15px;
}
.mob-menu-item.active .arrow-dropdown {
  transform: rotate(180deg);
}
.search-result {
  display: none;
  position: fixed;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.25);
  top: 150px;
  right: 50px;
  z-index: 100;
  height: 340px;
}
.search-result .list {
  display: flex;
  padding: 20px 16px;
  width: 450px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  overflow-y: auto;
}
.search-form-result .search-result {
  display: flex;
}
.search-result-item .product-name {
  font-size: 14px;
  flex-shrink: unset;
  text-align: left;
}
.search-result-item .Frame-22 {
  padding: 0;
  max-width: 230px;
}
.search-result-item .Frame-23 {
  align-items:center;
  padding: 0;
  right: 0;
  position: absolute;
  height: 100%;
}

.search-result-item {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  position: relative;
}

.search-result-item .Frame-20 {
  width: 86px;
  height: 86px !important;
}
.search_bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0.2);
}
.search-form-result .search_bg {
  display: block;
}
.breadcrumbs {
  padding: 40px 0 0 0;
}
.breadcrumbs .breadcrumb {
  color: #1D1D1F;
  text-align: left;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.page-title {
  color: rgba(20, 20, 20, 0.75);
  text-align: center;
  font-family: Calibri;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 30px 0;
}
.cart-page .page-title, .favourites-page .page-title {
  text-align: left;
  font-size: 32px;
  font-weight: 400;
}
.categorys {
  display: flex;
  flex-direction: row; 
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 20px;
  margin-bottom: 60px;
}
.category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 20px);
}
.category .image {
  width: 100%;
  height: 460px;
  border-radius: 4px;
  overflow: hidden;
}
.category .image img {
  object-fit: cover;
  width: 100%;
  height: 460px;
}
.category span {
  color: rgba(20, 20, 20, 0.75);
  text-align: center;
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}
.page-desc {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.page-desc p {
  max-width: 800px;
  color: rgba(20, 20, 20, 0.75);
  text-align: center;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.filter-b {
  margin-top: 30px;
  display: flex;
  padding: 10px 0px 20px 0px;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.filter-b .count_items {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.filter-b .filter_items {
  display: flex;
  align-items: center;
  gap: 40px;
}
.filter-b .filter_item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}
.filter-b .filter_item .name {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.filter-b .filter_select {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  border: 0;
  background: url(../images/arrow_dropdown3.svg) no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 10px;
  width: auto;
  padding: 10px 30px 10px 10px;
}
.products {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.products .product {
  width: calc(25% - 30px);
}
.icon_filter {
  display: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popup .popup_body .filter_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.popup.filter .popup_body {
  margin-top: 50px;
}
.popup.filter {
  padding-bottom: 14px;
}
.popup .popup_body .filter_block p {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
select,.select2-container--default .select2-selection--single, .choices__inner {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid rgba(254, 135, 0, 0.50);
  width: 100%;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background: transparent;
  background-image: url(../images/arrow_dropdown4.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 13px;
  height: 44px;
}
.choices__list--single {
  padding: 0;
}
.opacity-5 {
  opacity: 0.6;
}
.choices[data-type*=select-one]::after {
  display: none;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border: 1px solid rgba(254, 135, 0, 0.50);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  text-align: left;
  padding: 0;
  line-height: normal;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: rgb(255, 165, 63);
  color: #fff;
}
.select2-results__option, .input-row {
  font-family: Calibri;
}
.filter_btn {
  display: flex;
  padding: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}
.filter_btn button {
  background: transparent;
  border: 0;
  color: #FE8700;
  text-align: center;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  text-transform: uppercase;
  cursor: pointer;
}
.product-card {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0;
}
.product-galery {
  width: calc(50% - 20px) !important;
  display: flex;
  flex-direction: column;
  gap: 30px;
  float: unset !important;
  margin: 0 !important;
  max-width: 450px;
}
.product-photo {
  width: 100%;
  height: 550px;
  border-radius: 4px;
  overflow: hidden;
}
.product-photo img {
  object-fit: cover;
  width: 100%;
  height: 550px;
}
.product-galery .photos {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
  overflow-x: auto !important;
  position: relative;
}
.product-galery .photos::-webkit-scrollbar {
  height: 5px;
}
.product-galery .photos::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product-galery .photos::-webkit-scrollbar-thumb {
  background: rgb(255, 165, 63);
  border-radius: 4px;
}
.product-galery .photos::-webkit-scrollbar-thumb:hover {
  background: #FE8700;
}
.product-galery .photos-b {
  width: 100%;
  height: auto;
  position: relative;
}
.product-galery .photos-b::after {
  content:'';
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.product-galery .photos .photo {
  cursor: pointer;
  border-radius: 4px;
  min-width: 100px;
  width: 100px !important;
  height: 100px;
  overflow: hidden;
}
.product-galery .photos .photo img {
  object-fit: cover;
  width: 100px !important;
  height: 100px !important;
}
.product-info {
  display: flex;
  width: calc(100% - 490px);
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.product-info .title-b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  column-gap: 20px;
}
abbr[title] {
  text-decoration: none;
}
.wlfmc-single-btn:not(.is-elementor) .wlfmc-add-button > a i, .wlfmc-add-button>a svg {
  height: 38px;
}
.product-info h1 {
  width: calc(100% - 38px);
  margin: 0;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-info .heart-big-7b {
  width: 38px;
  height: 38px;
  background: url(../images/heart_big.svg) no-repeat center;
  background-size: 38px;
  cursor: pointer;
}
.product-info .heart-big-7b:hover {
  background: url(../images/heart_big_fill.svg) no-repeat center;
  background-size: 38px;
}
.product-info .body-b {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.product-info .body-b .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.product-info .body-b .actions:has(.wapf) .gift-b {
  display: flex;
}
.wapf .wapf-field-group {
  margin-top: 20px;
}
.btn-primary,button.stock_alert_button,button.unsubscribe_button {
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  text-align: center;
  border-radius: 4px;
  background: #FE8700 !important;
  border: 1.5px solid rgba(254, 135, 0, 0.50) !important;
  color: #FFF;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
  text-transform: uppercase;
  cursor: pointer;
  max-width: 210px;
}
.btn-primary:hover, button.stock_alert_button:hover {
  background:transparent !important;
  color: #FE8700 !important;
}
button.stock_alert_button {
  max-width: unset;
  margin: 0;
}
button.unsubscribe_button {
  max-width: unset;
  margin-top: 10px;
}
.btn-outline,.woocommerce a.added_to_cart {
  width: 100%;
  height: 48px;
  padding: 12px 20px;
  text-align: center;
  border-radius: 4px;
  background: transparent;
  border: 1.5px solid rgba(254, 135, 0, 0.50);
  color: #FE8700;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
  text-transform: uppercase;
  cursor: pointer;
  max-width: 230px;
}
.woocommerce a.added_to_cart {
  height: 40px;
  margin-left: 10px;
  padding: 8px 20px;
}
.wc-block-components-notice-banner {
  padding: 14px 20px !important;
  border-width: 2px !important;
  border-radius: 4px !important;
  background: #FFF !important;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.25) !important;
  color: rgba(20, 20, 20, 0.75) !important;
  font-family: Calibri;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.wc-block-components-notice-banner.is-error {
  border: 2px solid rgba(254, 135, 0, 0.50) !important;
}
.wc-block-components-notice-banner>svg {
  width: 40px;
  height: 40px;
}
.wc-block-components-notice-banner.is-error>svg {
  background-color: rgba(254, 135, 0, 1) !important;
}
.btn-outline:hover,.woocommerce a.added_to_cart:hover {
  background: #FE8700;
  color: #fff;
}
.woocommerce-notices-wrapper>.wc-block-components-notice-banner:not(:first-child) {
  display: none;
}
.product-info .body-b .actions span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.product-info .body-b .review-stat {
  display: flex;
  align-items: center;
  padding: 3px 0;
  gap: 12px;
}
.product-info .body-b .review-stat span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}
.product-info .body-b .atributes {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 16px;
}
.product-info .body-b .atributes .value {
  width: calc(50% - 8px);
  max-width: unset;
}
.product_meta {
  display: none;
}
.product-info .body-b .atributes button {
  height: 40px;
  padding: 10px 20px;
}
.product-info .body-b .gift-b {
  display: none;
  padding: 20px 27px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: rgba(254, 135, 0, 0.25);
  width: 100%;
}
.product-info .body-b .gift-b img {
  width: 48px;
  height: 48px;
}
.product-info .body-b .gift-b .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.product-info .body-b .gift-b .info h3 {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.product-info .body-b .gift-b .info span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-info .body-b .phrase-b {
  width: 100%;
  height: auto;
}
h5.subscribe_for_interest_text {
  display: none;
}
.product-info .body-b .phrase-b input, .wapf-field-input input[type=text], .stock_alert_email {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(254, 135, 0, 0.50);
  background: transparent;
  color: rgba(20, 20, 20, 0.8);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.product-info .body-b .phrase-b input::placeholder, .wapf-field-input input[type=text]::placeholder, .stock_alert_email::placeholder {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.product-info .body-b .price-b {
  display: flex;
  padding: 30px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.product-info .body-b .price-b .price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-info .body-b .price-b span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-info .body-b .price-b span i {
  font-style: normal;
  font-weight: 300;
}
.product-info .body-b .price-b .price span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.48px;
} 
.product-info .body-b .price-b .price .express {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-info .body-b .price-b .price .express label {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input[type="checkbox"]+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
input[type="checkbox"]+label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 4px;
  border: 1px solid rgba(254, 135, 0, 0.50);
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
}
input[type="checkbox"]:checked+label::before {
  border-color: #FE8700;
  background-color: #FE8700;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2.91699%206.99992L5.83366%209.91659L11.667%204.08325%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");

}
/* стили при наведении курсора на checkbox */
input[type="checkbox"]:not(:disabled):not(:checked)+label:hover::before {
  border-color: #FE8700;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
input[type="checkbox"]:not(:disabled):active+label::before {
  background-color: #FE8700;
  border-color: #FE8700;
}
/* стили для чекбокса, находящегося в состоянии disabled */
input[type="checkbox"]:disabled+label::before {
  background-color: transparent;
  border: 1px solid rgba(254, 135, 0, 0.50);
}
input[type="checkbox"]:disabled+label {
  color: rgba(20, 20, 20, 0.5) !important;
}

input[type="checkbox"]+span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
input[type="checkbox"]+span::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 4px;
  border: 1px solid rgba(254, 135, 0, 0.50);
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
}
input[type="checkbox"]:checked+span::before {
  border-color: #FE8700;
  background-color: #FE8700;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2.91699%206.99992L5.83366%209.91659L11.667%204.08325%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");

}
/* стили при наведении курсора на checkbox */
input[type="checkbox"]:not(:disabled):not(:checked)+span:hover::before {
  border-color: #FE8700;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
input[type="checkbox"]:not(:disabled):active+span::before {
  background-color: #FE8700;
  border-color: #FE8700;
}
/* стили для чекбокса, находящегося в состоянии disabled */
input[type="checkbox"]:disabled+span::before {
  background-color: transparent;
  border: 1px solid rgba(254, 135, 0, 0.50);
}
input[type="checkbox"]:disabled+span {
  color: rgba(20, 20, 20, 0.5) !important;
}
.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: calc(50% - 16px);
  float: unset !important;
}
.product-info .description,.product-info .instruction {
  margin-top: 40px;
  width: 100%;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space-collapse: preserve-breaks;
}
.product-info .instruction h3 {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.product-info .instruction {
  width: 100%;
  margin-top: 40px;
}
.product-info .instruction div {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space-collapse: preserve-breaks;
}
.mt-3 {
  margin-top: 60px;
}
.mt-2 {
  margin-top: 30px;
}
.reviews .rating {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 0;
}
.reviews .rating span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.reviews .rating .star {
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.reviews .rating .star.half-filled {
  background-size: 34px;
}
.popup.measure {
  top: 20px;
  width: calc(100% - 40px);
  max-width: 1100px;
  height: calc(100vh - 60px);
  overflow: auto;
}
.measure-b {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.measure-b .measure-image {
  width: calc(42% - 10px);
  height: auto;
}
.measure-b .measure-image img {
  width: 100%;
  height: auto;
}
.measure-b .measure-table {
  width: calc(58% - 10px);
}
.table-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  min-width: 0;
  width: min-content;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(254, 135, 0, 0.5);
  overflow: hidden;
  border-radius: 4px;
}
.table-3 .row {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  overflow: hidden;
}
.table-3 .cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 100px;
  background: rgba(254, 135, 0, 0.1);
  border-top: 1px solid rgba(254, 135, 0, 0.15);
  border-left: 1px solid rgba(254, 135, 0, 0.15);
}
.table-3 .cell2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 100px;
  border-top: 1px solid rgba(254, 135, 0, 0.15);
  border-left: 1px solid rgba(254, 135, 0, 0.15);
  background: rgba(254, 135, 0, 0.02);
}
.table-3 .content {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  min-width: 0;
  padding: 6px 10px 6px 10px;
  overflow: hidden;
}
.table-3 .content .text {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  height: 16px;
  font-family: Calibri;
  color: rgba(20, 20, 20, 0.75);
  font-size: 12px;
  font-weight: 700;
  line-height: 15.6px;
  text-align: left;
  word-break: break-word;
}
.cart-header {
  display: flex;
  width: 100%;
  padding: 10px 0px;
  align-items: center;
}
.cart-header .column {
  width: 20%;
}
.cart-header .column:first-child {
  width: 40%;
}
.favourites-page .cart-header .column {
  width: 40%;
}
.favourites-page .cart-header .column:first-child {
  width: 60%;
}
.cart-header .column span {
  color: rgba(20, 20, 20, 0.75);
  text-align: center;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.cart-header .column:first-child span {
  text-align: left;
}
.cart-products {
  display: flex;
  padding: 20px 0px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(254, 135, 0, 0.50);
  border-bottom: 1px solid rgba(254, 135, 0, 0.50);
}
.cart-products .row {
  display: flex;
  align-items: center;
  align-self: stretch;
  position: relative;
}
.cart-products .row .column {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cart-products .row .column:first-child {
  width: 40%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.favourites-page .cart-products .row .column {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.favourites-page .cart-products .row .column:first-child {
  width: 60%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.cart-products .row .delete-item {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cart-products .row .price, .cart-products .row .total {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.cart-products .row .quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-products .row .quantity span {
  color: #FE8700;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
}
.cart-products .row .quantity input {
  background: transparent;
  border-radius: 4px;
  border: 1.5px solid rgba(254, 135, 0, 0.50);
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 0px 10px;
  width: 50px;
  height: 40px;
  text-align: center;
}
.cart-products .row .product-image {
  width: 150px;
  height: 150px;
  min-width: 150px;
  border-radius: 4px;
  overflow: hidden;
}
.cart-products .row .product-image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cart-products .row .product-data {
  width: 100%;
}
.cart-products .row .product-data h2 {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px 0;
}
.cart-products .row .product-data>span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  display: block;
  width: 100%;
}
.cart-gift {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.gift-check {
  display: flex;
  align-items: center;
  gap: 6px;
}
.gift-check label {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gift-price {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.cart-action {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.cart-action .promocode-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
}
.cart-action .promocode-form .promocode-inp {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.cart-action .promocode-form .promocode-inp input {
  width: 300px;
  padding: 10px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(254, 135, 0, 0.50);
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.cart-action .promocode-form .promocode-inp input::placeholder {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.cart-action .promocode-form .promocode-inp .btn-primary {
  height: 40px;
  padding: 10px 20px;
  max-width: 160px;
}
.cart-action .total-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.favourites-page .cart-action .total-form {
  width: 100%;
  justify-content: flex-end;
}
.favourites-page .cart-action .total-form .buttons button {
  max-width: 280px;
}
.cart-action .total-form .express {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cart-action .total-form .express label {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.cart-action .total-form .row {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
  color: rgba(20, 20, 20, 0.75);
  text-align: center;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.cart-action .total-form .row span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.48px;
}
.cart-action .total-form .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 13px;
  width: 100%;
}
.cart-action .total-form .buttons button {
  min-width: 210px;
}
.mobile {
  display: none !important;
}
.login-form {
  display: flex;
  padding: 30px 0;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.login-form input {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(254, 135, 0, 0.50);
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
}
.login-form input::placeholder {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-weight: 300;
}
.login-form>a {
  width: 100%;
}
.login-form button {
  max-width: unset;
}
.login-form .links {
  display: flex;
  padding-top: 10px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.login-form .links a {
  width: 100%;
  color: #FE8700;
  text-align: center;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 92.857% */
  text-transform: uppercase;
}
.alert-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  color: rgba(20, 20, 20, 0.75);
  text-align: center;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 92.857% */
}
.login-page .page-title,.register-page .page-title,.forgot-page .page-title {
  font-size: 32px;
  margin-top: 60px;
}
.profile-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
  min-width: 360px;
  width: fit-content;
}
.profile-block .page-title {
  text-align: left;
  font-size: 32px;
  margin-top: 60px;
  margin-bottom: 15px;
}
.profile-block>.row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.profile-block .link {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 92.857% */
}
.profile-block .subtitle {
  color: rgba(20, 20, 20, 0.75);
  text-align: left;
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px; /* 225% */
  text-transform: uppercase;
  margin: 0;
}
.profile-block>.row p {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 81.25% */
}
.profile-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.profile-data>div {
  display: flex;
  gap: 10px;
}
.profile-data .name {
  color: rgba(20, 20, 20, 0.50);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 13px; /* 81.25% */
  display: block;
  width: 55px;
}
.profile-data .value {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 81.25% */
}
.profile-block .orders {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.profile-block .order {
  width: 100%;
  border-bottom: 1px solid rgba(254, 135, 0, 0.50);
  display: flex;
  padding: 20px 16px;
  align-items: center;
  gap: 20px;
  position: relative;
}
.profile-block .order-block:first-child .order {
  border-top: 1px solid rgba(254, 135, 0, 0.50);
}
.profile-block .order .info {
  display: flex;
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.profile-block .order .info span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.profile-block .order .total-block {
  width: 60%;
  display: flex;
  align-items: center;
  position: relative;
}
.profile-block .order .total {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.profile-block .order .total span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.profile-block .order .cancel-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 65px;
  width: 100%;
}
.profile-block .order .cancel-btn button {
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 160px;
  height: 48px;
  padding: 15px 0px;
  color: #FE8700;
  text-align: right;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 92.857% */
}
.profile-block .order .arrow-dropdown {
  background: url(../images/arrow_dropdown2.svg) no-repeat center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.profile-block .order-block.open .arrow-dropdown {
  transform: rotate(180deg);
}
.profile-block .order-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.profile-block .order-details {
  padding: 20px 16px;
  margin-right: 65px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid rgba(254, 135, 0, 0.50);
}
.profile-block .order-details-block {
  width: 100%;
  height: 0;
  overflow: hidden;
  display: block;
  transition: all 0.2s linear;
}
.profile-block .order-details .info-block {
  display: flex;
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
}
.profile-block .order-details .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}
.profile-block .order-details .info span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.profile-block .order-details .total-block {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
.profile-block .order-details .total-block .order-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.profile-block .loadmore-block {
  display: flex;
  width: 100%;
  padding: 30px 0 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order-info .products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin: 0
}
.order-info h3 {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 16px;
}
.order-info .products .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.order-info .products .row .column {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
}
.order-info .products .row .column:first-child {
  width: 40%;
  flex-direction: row;
  gap: 10px;
}
.order-info .products .row .product-image {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.order-info .products .row .product-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.order-info .products .row .product-data {
  width: 100%;
}
.order-info .products .row .product-data h2 {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.order-info .products .row .product-data>span {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 200% */
}
.order-info .products .row .column .name {
  width: 100%;
  color: rgba(20, 20, 20, 0.50);
  font-family: Calibri;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: normal;
}
.order-info .products .row .column .value {
  width: 100%;
  text-align: center;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
.order-info .products .row .column .value ins {
  text-decoration: none;
}
.profile-block .order-details .total-block .total-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.total-info .row {
  display: flex;
  padding: 8px 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.total-info .row .name {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.total-info .row .value {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.total-info .row .value.total {
  font-size: 20px;
}
.profile-block .order-details .total-block .buttons, .profile-block .edit-account .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}
.profile-block .edit-account .buttons {
  margin-top: 20px;
  max-width: 320px;
}
.profile-block .order-details .total-block .buttons .link, .profile-block .edit-account .buttons .link {
  background: transparent;
  border: 0;
  padding: 12px 20px;
  height: 48px;
  color: #FE8700;
  text-align: center;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 92.857% */
  cursor: pointer;
  width: 100%;
}
.profile-block .edit-account .buttons a, .profile-block .edit-account .buttons .btn-outline {
  width: 50%;
}
.profile-block .edit-account .input-row {
  flex-direction: column;
  min-width: 320px;
}
.checkout-page .page-title {
  font-size: 36px;
  line-height: 56px; 
}
.checkout-block {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;
}
.checkout-block .checkout-form {
  display: flex;
  width: 55%;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.checkout-block .checkout-form .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.checkout-block .checkout-form .row h3 {
  margin: 0;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.checkout-block .checkout-form .row p {
  margin: 0;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout-block .checkout-form .row p a {
  color: #FE8700;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.input-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  gap: 16px;
}
.input-row input {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(254, 135, 0, 0.50);
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 100%;
}
.input-row input::placeholder {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.checkout-block .checkout-form .register label {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.input-row textarea {
  padding: 10px;
  border:0;
  border-bottom: 1px solid rgba(254, 135, 0, 0.50);
  background: #FFF;
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 100%;
}
.input-row textarea::placeholder {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.checkout-block .checkout-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 45%;
}
.checkout-block .checkout-data .total-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.checkout-block .checkout-data .total-block .order-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
.checkout-block .checkout-data .total-block .total-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.checkout-block .checkout-data .confirm-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.checkout-block .checkout-data .confirm-block .confirm {
  display: flex;
  align-items: center;
  gap: 6px;
}
.checkout-block .checkout-data .confirm-block .confirm label {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.checkout-block .checkout-data .confirm-block .confirm label a {
  color: #FE8700;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  margin: 0 5px;
}
.checkout-block .checkout-data .buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
}
.checkout-block .checkout-data .buttons p {
  margin: 0;
  color: rgba(20, 20, 20, 0.75);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  width: 100%;
  text-align: right;
}
.checkout-block .checkout-data .buttons button {
  width: 100%;
  max-width: unset;
}
.policy {
  max-width: 800px;
  color: rgba(20, 20, 20, 0.75);
  text-align: justify;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 60px auto;
  word-break: break-word;
}
.info_block {
  color: rgba(20, 20, 20, 0.75);
  text-align: justify;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto 60px auto;
  word-break: break-word;
}
.info_block img {
  border-radius: 4px;
}
.info_block>div {
  margin-bottom: 60px;
}
.faq_block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
}
.faq_block .themes_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 4px;
  border: 2px solid rgba(254, 135, 0, 0.50);
}
.faq_block .col-1 {
  width: 300px;
}
.faq_block .col-2 {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
}
.faq_block .themes_menu .name {
  padding: 10px 15px;
  color: rgba(20, 20, 20, 0.75);
  text-align: left;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 116.667% */
  width: 100%;
  cursor: pointer;
}
.faq_block .themes_menu .name.active {
  background: #FFA540;
  color: #fff;
}
.faq_block .question_block {
  display: flex;
  padding: 20px 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-top: 1px solid #FFA540;
}
.question_block .question h3 {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.question_block .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.question_block .question .arrow_drop {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/arrow_dropdown5.svg) no-repeat center;
  background-size: 100%;
  transform: rotate(180deg);
  transition: all 0.2s linear;
}
.question_block.open .question .arrow_drop {
  transform: rotate(0deg);
}
.question_block .answer {
  height: 0px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.question_block .answer>div {
  margin-top: 20px;
}
.faq_block .question_block:last-child {
  border-bottom: 1px solid #FFA540;
}
.policy>div {
  margin-bottom: 20px;
}
.price del, .price del span{
  font-size: 18px !important;
}
.price-b .price>span {
  display: flex;
  align-items: start;
  gap: 10px;
}
.woocommerce div.product form.cart .variations {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 16px;
  margin: 0 !important;
}
.variations .how-to-measure {
  max-width: unset;
}
.page-404 {
  display: flex;
  padding: 30px 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.page-404 h1 {
  display: flex;
  align-items: center;
  color: #FFA540;
  text-align: center;
  font-family: Dancing Script;
  font-size: 280px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.page-404 h2 {
  color: rgba(20, 20, 20, 0.75);
  text-align: center;
  font-family: Calibri;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding-bottom: 30px;
  align-items: center;
  margin: 0;
}

.page-404 .button {
  color: #FE8700;
  text-align: center;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 127.778% */
  text-transform: uppercase;
  width: auto;
}
.page-404 .button:hover {
  color: #fff;
}

.page-404 a {
  padding-bottom: 60px;
}
.woocommerce .woocommerce-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border:0;
  width: 100%;
  justify-content: center;
}
.woocommerce form.login {
  border: 0;
  padding: 30px 0px;
}
.woocommerce .page-title {
  font-size: 32px;
  line-height: 54px;
  margin: 10px 0;
}
.woocommerce form .form-row {
  width: 100%;
  max-width: 320px;
}
.woocommerce .woocommerce-form input {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(254, 135, 0, 0.50);
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 100%;
}
.woocommerce button.button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  padding: 15px 20px 15px 20px;
  border: 1.5px solid rgba(254, 135, 0, 0.5);
  border-radius: 4px;
  background-color: #FE8700;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  text-transform: uppercase;
}
.woocommerce button.button:hover {
  color: #FE8700;
  background-color: #fff;
}
.woocommerce-LostPassword a {
  color: #FE8700;
  text-align: center;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 92.857% */
  text-transform: uppercase;
}
.woocommerce-cart .page-title {
  font-size: 32px;
  line-height: 54px;
  text-align: left;
}
.woocommerce-checkout .page-title {
  font-size: 32px;
  line-height: 54px;
}
.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle,.woocommerce-page .woocommerce-billing-fields::before {
  display: none;
}
.woocommerce-checkout .checkout .shipping_address {
  display: block !important;
}
.input-row select {
  width: calc(50% - 16px);
}
.woocommerce-checkout #payment {
  background: transparent;
  border-radius:0;
  width: 100%;
  font-family: Calibri;
}
.woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods {
  border: 0;
  padding:0;
  width: 100%;
}
.woocommerce-checkout #payment .place-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.woocommerce-checkout #payment div.payment_box {
  padding: 5px 10px;
}
.profile-block .woocommerce-notices-wrapper {
display: none;
}
#additional_contact_with_me_field {
  display: none;
}
.sub-title-form {
  color: rgba(20, 20, 20, 0.75);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.cart-action .total-form #shipping_method, .cart-action .total-form .woocommerce-shipping-destination {
  display: none;
}
.checkout-block .checkout-form #billing_country_field, .edit-account #billing_country_field {
  display: none;
}
.actions .wapf-field-label, .wapf-product-totals {
  display: none !important;
}
.woocommerce-variation-add-to-cart .wapf-field-row .wapf-field-container {
  padding: 0;
}
.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  display: none !important;
}
.product-info .body-b .price-b .price .price_n {
  display: none;
}
.product-info .body-b .woocommerce-variation-add-to-cart-disabled .price-b .price .price_y {
  display: none;
}
.product-info .body-b .woocommerce-variation-add-to-cart-disabled .price-b .price .price_n {
  display: block;
}
.product-info .body-b .actions .wapf-label-text {
  padding-left: 0;
  font-size: 20px;
}
.product-info .body-b .actions .wapf-label-text .wapf-pricing-hint {
  font-size: 20px;
  margin-left: 10px;
}
.woocommerce-invalid-required-field select,
.woocommerce-invalid-required-field .select2-container--default .select2-selection--single, 
.woocommerce-invalid-required-field .choices__inner,
.woocommerce-invalid-required-field input {
  border: 2px solid rgb(254 0 0);
}

.review .star-rating {
  display: none;
}
.cart-contents.cart {
  position: relative;
}
.cart-contents.cart:not(.menu-item)::before {
  content: '';
  display: block;
  position: absolute;
  width: 148px;
  height: 60px;
  background: url(../images/Group\ 17.svg) no-repeat center;
  top: calc(100% + 5px);
  right: 20px;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 30px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li span,.woocommerce nav.woocommerce-pagination ul li a {
  background: transparent;
  border-radius: 4px;
border: 1.5px solid rgba(254, 135, 0, 0.50);
  min-width: 40px;
  height: 40px;
  color: #FE8700;
  font-family: Calibri;
  font-size: 18px;
  font-weight: 400;
  padding: 0px;
  vertical-align: middle;
  line-height: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: rgba(254, 135, 0, 0.70);
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #FE8700;
  color: #fff;
}

@media (max-width: 992px) {
  .Frame-20 {
    height: 200px !important;
  }
  .Frame-1e {
    padding: 0 !important;
  }
  .woocommerce div.product div.images img, .rsfv-has-video video.rsfv-video {
    height: calc((100vw - 30px) * 1.333);
  }
  .cart-contents.cart:not(.menu-item)::before {
    display: none;
  }
  .Frame-1e-parent {
    width: calc(33.33% - 30px);
  }
  .categorys .Frame-1e-parent,.categorys>.review {
    width: calc(33.33% - 15px);
  }
  .btn-primary {
    max-width: 450px;
  }
  .search_bg {
    z-index: 100;
  }
  .login-form {
    max-width: unset;
    width: 100%;
  }
  .nav-navbar-4 {
    padding: 23px 16px 23px 16px;
    z-index: 101;
  }
  .nav-navbar {
    padding: 3px 10px 3px 10px;
    z-index: 101;
  }
  .Frame-15 .Tangerinegift, .Frame-5, .Frame-11 .search, .Frame-11 .profile, .menu, .Welcome-to-our-shop {
    display: none;
  }
  .Frame-15 .Tangerinegift {
    font-size: 30px;
    font-weight: 400;
  }
  .input-row select {
    width: 100%;
  }
  .Frame-10 {
    gap: 15px;
  }
  .country-btn .Location {
    font-size: 16px;
    font-weight: 300;
  }
  .country-btn {
    gap: 2px;
  }
  .logo, .logo-img {
    width: 70px;
    height: 80px;
  }
  .Frame-15 {
    top: -42px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .mob-burger {
    display: block;
  }
  .action_text {
    font-size: 14px;
    font-weight: 400;
  }
  .Frame-17 {
    padding: 0;
    margin-top: 0;
  }
  .Frame-19 {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 20px;
    padding: 34px 20px 90px 20px;
  }
  .Frame-1a .arrow {
    position: absolute;
    left: 0px;
    bottom: -55px;
  }
  .Frame-1a .arrow-1c {
    position: absolute;
    right: 0px;
    bottom: -55px;
  }
  .Frame-1b-subtitle {
    font-size: 12px;
    font-weight: 700;
  }
  .Frame-1b-title {
    font-size: 36px;
    font-weight: 300;
  }
  .Frame-1b-foottitle {
    font-size: 14px;
    font-weight: 400;
  }
  .popup {
    width: calc(100% - 20px);
  }
  .feature-split-left {
    padding: 40px 0 0 0;
  }
  div>.feature-split-left-title {
    font-size: 36px;
    font-weight: 300;
    width: 100%;
    text-align: center;
  }
  .Frame-1d {
    padding: 20px 0 20px 0;
  }
  .frame-79 .heart-big-7b {
    top: 10px;
    right: 10px;
    opacity: 1;
  }
  .frame-79 .frame-7a {
    top: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
  }
  .frame-79 .frame-7a .percentage {
    font-size: 12px;font-weight: 400;
  }
  .frame-42 {
    justify-content: center;
  }
  .frame-43 {
    position: absolute;
    justify-content: space-between;
    width: calc(100% - 30px);
    z-index: 0;
  }
  .frame-42 .button {
    z-index: 1;
    font-size: 16px;
  }
  .frame-bf {
    flex-wrap: wrap;
    gap: 20px;
  }
  .frame-bf .rectangle {
    order: 1;
    width: 100%;
    flex-basis: unset;
  }
  .frame-bf .frame-c0 {
    order: 2;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .div-all-heading-with-horizontal-line-wrap {
    padding: 0;
  }
  .frame-bf .frame-c0 .div-all-heading-with-horizontal-line-wrap-c1 {
    justify-content: center;
  }
  .about-us {
    font-size: 36px;
    font-weight: 300;
  }
  .frame-be {
    padding: 75px 0 30px 0;
  }
  .frame-c5 {
    padding: 20px 0 20px 0;
  }
  .frame-fa {
    justify-content: space-between;
  }
  .frame-c3 {
    padding: 0 0 30px 0;
  }
  .frame-10e {
    padding: 0 15px 0 15px;
  }
  .frame-fd {
    flex-wrap: wrap;
    padding: 0 15px 0 15px;
    justify-content: center;
  }
  .w-footer .frame-fe .tangerinegift {
    font-size: 40px;
    font-weight: 400;
  }
  .logo-ff,.logo-ff .group {
    width: 70px;
    height: 80px;
    top: -10px;
    left: 0px;
    overflow: visible;
  }
  .w-footer {
    padding: 40px 0 0 0;
  }
  .frame-108 {
    flex-wrap: wrap;
    flex-shrink: unset;
    margin: 20px 0 30px 0;
    width: 100%;
  }
  #menu-footer {
    order: 2;
    padding: 0;
  }
  .social-media a {
    width: 32px;
    height: 32px;
  }
  .social-media a .vector {
    width: 32px;
    height: 32px;
  }
  .paypal-logo {
    width: 51px;
    height: 32px;
  }
  .button-106 {
    order: 2;
  }
  .Frame-10 .heart-big,.Frame-10 .shopping-cart-icon,.Frame-10 .search-icon,.Frame-10 .user-icon{
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0;
  }
  .menu-open .Frame-10 .Frame-12,.menu-open .Frame-10 .cart {
    display: none;
  }
  .menu-open .Frame-10 .search, .menu-open .Frame-10 .profile {
    display:flex;
  }
  .search-form input {
    width: 230px;
    font-size: 16px;
    font-weight: 400;
  }
  .search-form-open .Frame-15 {
    opacity: 0;
    visibility: hidden;
  }
  .search-result{
    left: 0;
    width: 100%;
    top: 108px;
    border-radius: 0;
    z-index: 101;
  }
  .breadcrumbs {
    padding: 20px 0 0 0;
  }
  .page-title {
    margin: 20px 0;
    font-size: 36px;
  }
  .category {
    width: 100%;
  }
  .category .image, .category .image img {
    height: 400px;
  }
  .category span {
    font-size: 22px;
  }
  .filter-b .filter_items {
    display: none;
  }
  .products {
    gap: 20px;
  }
  .products .product {
    width: calc(50% - 10px);
  }
  .icon_filter {
    display: block;
  }
  .product-card {
    gap: 20px;
    padding: 20px 0;
  }
  .product-galery {
    width: 100% !important;
    gap: 10px;
  }
  .product-info {
    width: 100%;
  }
  .product-photo, .product-photo img {
    height: 400px !important;
  }
  .frame-7a.product-page {
    top: 40px;
  }
  .product-galery .photos .photo,.product-galery .photos .photo img {
    min-width: unset;
    width: 75px !important;
    height: 75px !important;
  }
  .product-info h1 {
    font-size: 28px;
  }
  .product-info .heart-big-7b {
    width: 32px;
    height: 32px;
  }
  .product-info .body-b .review-stat {
    justify-content: end;
  }
  .product-info .body-b .atributes .value {
    width: 100%;
  }
  .product-info .body-b .price-b {
    padding: 10px 0;
  }
  .product-info .description {
    margin-top: 20px;
  }
  .product-info .instruction {
    margin-top: 20px;
  }
  .product-info .instruction h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .mt-3 {
    margin-top: 30px;
  }
  .product-page div>.feature-split-left-title {
    margin-bottom: 40px;
  }
  .reviews .rating {
    bottom: 0;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .popup.measure .popup_body h3 {
    margin-top: 0;
    text-align: left;
  }
  .measure-b .measure-image {
    order: 2;
    width: 100%;
  }
  .measure-b .measure-table {
    width: 100%;
  }
  .table-3 .cell,.table-3 .cell2 {
    width: 65px;
  }
  .cart-page .page-title::before {
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/shopping_cart.svg) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
  }
  .favourites-page .page-title::before {
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/heart_big.svg) no-repeat center;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
  }
  .cart-page .page-title, .favourites-page .page-title {
    position: relative;
    padding-left: 40px;
    font-size: 32px;
  }
  .cart-header {
    display: none;
  }
  .cart-products .row .product-image, .cart-products .row .product-image img {
    min-width: 85px;
    width: 85px;
    height: 85px;
  }
  .cart-products .row .product-data>span {
    display: none;
  }
  .cart-products .row .product-data h2 {
    font-size: 14px;
  }
  .cart-page .cart-products .row .column:nth-child(2),.cart-page .cart-products .row .column:nth-child(3) {
    display: none;
  }
  .cart-products .row .column:first-child {
    width: 70%;
    gap: 10px;
  }
  .cart-products .row .price, .cart-products .row .total {
    font-size: 18px;
  }
  .cart-products .row .quantity {
    justify-content: start;
  }
  .cart-action {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }
  .cart-action .promocode-form,.cart-action .total-form {
    width: 100%;
  }
  .cart-action .promocode-form .promocode-inp {
    flex-direction: column;
    width: 100%;
  }
  .cart-action .promocode-form .promocode-inp input {
    width: 100%;
  }
  .cart-action .promocode-form .promocode-inp .btn-primary {
    max-width: unset;
    width: 100%;
  }
  .cart-action .total-form .buttons {
    flex-direction: column;
  }
  .cart-action .total-form .buttons>a {
    width: 100%;
  }
  .cart-action .total-form .buttons button {
    width: 100%;
    max-width: unset;
  }
  .mobile {
    display: flex !important;
  }
  .desctop {
    display: none !important;
  }
  
  .profile-block .page-title {
    text-align: center;
    width: 100%;
  }
  .profile-block>.row {
    width: 100%;
  }
  .profile-block .link {
    width: 100%;
    text-align: center;
    color: #FE8700;
    text-transform: uppercase;
  }
  .profile-block .order .cancel-btn {
    display: none;
  }
  .profile-block .order .total-block {
    position: unset;
    justify-content: flex-end;
  }
  .profile-block .order .info {
    width: 80%;
  }
  .profile-block .order-details {
    flex-wrap: wrap;
    padding: 20px 0 10px 0;
  }
  .profile-block .order-details .info-block,.profile-block .order-details .total-block {
    width: 100%;
  }
  .order-info .products .row .column {
    width: 15%;
  }
  .order-info .products .row .column:first-child {
    width: 80%;
  }
  .profile-block .order .arrow-dropdown {
    bottom: 10px;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .profile-block .order-block.open .arrow-dropdown {
    transform: translateX(-50%) rotate(180deg);
  }
  .profile-block .order {
    padding: 20px 0 40px 0;
  }
  .profile-block .order-details .total-block .buttons {
    flex-direction: column;
  }
  .profile-block .order-details .total-block .buttons button {
    width: 100%;
    max-width: unset;
  }
  .profile-block .order-details .total-block .buttons .link {
    order: 2;
  }
  .loadmore-block button {
    width: 100%;
    max-width: unset;
  }
  .checkout-block {
    flex-wrap: wrap;
  }
  .checkout-block .checkout-form,.checkout-block .checkout-data {
    width: 100%;
  }
  .checkout-block .checkout-form .row h3 {
    width: 100%;
    text-align: center;
    font-size: 32px;
  }
  .checkout-block .checkout-form .row p {
    width: 100%;
    text-align: center;
  }
  .checkout-block .checkout-form {
    gap: 30px;
  }
  .order-info h3 {
    width: 100%;
    text-align: center;
    font-size: 32px;
  }
  .faq_block {
    flex-direction: column;
  }
  .faq_block .col-1 {
    width:100%;
  }
  .faq_block .col-2 {
    width:100%;
  }
  .info_block>div {
    margin-bottom:30px;
  }
  .info_block p {
    margin: 0;
  }
  .page-404 {
    padding: 40px 16px;
  }
  .page-404 h1 {
    font-size: 180px;
  }
  .page-404 h2 {
    font-size: 32px;
  }
  .page-404 .button,.page-404 a {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
      max-width: 1200px;
  }
}

@media (max-width: 650px) {
  .Frame-1e-parent {
    width: calc(50% - 30px);
  }
  .categorys .Frame-1e-parent,.categorys>.review {
    width: calc(50% - 15px);
  }
  .search-result  {
    top: 180px;
  }
}