* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #0C1B54;
  --title: #141414;
  --text: #3D3D3D;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 174rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 177rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
textarea {
  resize: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  word-break: normal;
  border-collapse: collapse;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  font-family: 'DM Sans', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
body [data-wpr-lazyrender] {
  content-visibility: unset;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #E7E9EE, #FFFFFF);
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: unset !important;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.head h2 {
  font-family: 'Lora', serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 6.2rem;
}
.btn {
  font-family: 'Lora', serif;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 5.8rem;
  text-transform: uppercase;
  border-radius: 1rem;
  padding: 0 2.8rem;
  min-width: 18rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.btn:hover {
  border-color: var(--title);
  background-color: var(--title);
}
.btn_w {
  font-family: 'Lora', serif;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 5.8rem;
  text-transform: uppercase;
  border-radius: 0.6rem;
  padding: 0 2.8rem;
  min-width: 18rem;
  border: 1px solid #fff;
  background-color: #fff;
}
.btn_w:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn_more {
  font-family: 'Lora', serif;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 5.8rem;
  text-transform: uppercase;
  border-radius: 1rem;
  padding: 0 2.8rem;
  min-width: 18rem;
  border: 1px solid #C4C4C4;
  background-color: transparent;
}
.btn_more:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns {
  gap: 3.2rem;
  display: flex;
}
.swiper_btns div {
  width: 6.2rem;
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid var(--title);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 0.8rem;
  height: 1.2rem;
  transition: all 0.3s;
  background: url(../img/arrow-l-b.svg) no-repeat center / contain;
}
.swiper_btns div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.68;
  pointer-events: none;
}
.swiper_btns .swiper-button-lock {
  display: none;
}
.breadcrumbs {
  font-size: 1.8rem;
}
.breadcrumbs span span::after {
  content: '';
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  margin: 0 0.6rem 0 1.2rem;
  background: url(../img/arrow-r-b.svg) no-repeat center / contain;
}
.breadcrumbs span span:last-child::after {
  display: none;
}
.breadcrumbs a {
  transition: all 0.3s;
}
.breadcrumbs a:hover {
  opacity: 0.8;
}
.dm {
  font-family: 'DM Sans', sans-serif;
}
.lora {
  font-family: 'Lora', serif;
}
.unna {
  font-family: 'Unna', serif;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.button_more{
  padding: 15px 50px;
  background-color: white;
  color: #000000;
  font-size: 18px;
  display: inline-block;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
  border: 1px solid #888888b0;
  text-transform: uppercase;
}
.button_more:hover{
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
}
.product_list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding-top: 3.2rem;
}
.product_list a:hover .img img {
  transform: scale(1.03);
}
.product_list .tag {
  position: absolute;
  right: 1.6rem;
  top: 2.2rem;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  background-color: #D1B174;
  border-radius: 100px;
  line-height: 3.5rem;
  padding: 0 2rem;
}
.product_list .img {
  padding-bottom: 100%;
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product_list .cat {
  margin-top: 3rem;
  color: var(--primary);
  font-size: 1.4rem;
  font-weight: 500;
}
.product_list .title {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.8rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_list .materials {
  margin-top: 1.4rem;
  margin-bottom: auto;
  margin-bottom: 0;
  gap: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
.product_list .materials .active .material,
.product_list .materials .material:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.product_list .materials .material {
  cursor: pointer;
  color: #494949;
  border-radius: 0.6rem;
  border: 1px solid #C3C3C3;
  padding: 0.3rem 1rem;
  transition: all 0.3s;
}
.product_list .price {
  margin-top: 1.6rem;
  color: var(--primary);
  font-weight: 500;
  padding: 1.5rem 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 1rem;
}
.product_list .colors {
  margin-top: 1rem;
  margin-top: auto;
  gap: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.product_list .colors .color {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.product_list .colors .color::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid var(--primary);
}
.product_list .colors .color img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  object-fit: cover;
  border-radius: 50%;
}
.product_list .colors .active .color::before,
.product_list .colors .color:hover::before {
  opacity: 1;
  transform: scale(1);
}
.blog_list a {
  display: block;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  border-radius: 1.6rem;
  padding-bottom: 79.207921%;
}
.blog_list .info .metas {
  color: #595959;
  font-size: 1.94rem;
  margin-top: 2.5rem;
}
.blog_list .info .metas .cat {
  color: var(--primary);
  font-weight: 500;
  font-size: 2.07rem;
}
.blog_list .info .title {
  font-weight: 500;
  font-size: 2.85rem;
  line-height: 4.14rem;
  margin-top: 1.2rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
header {
  position: sticky;
  top: -171px;
  z-index: 996;
  transition: all 0.4s;
  background-color: #fff;
}
header.sticky {
  top: -56px;
}
header .content {
  padding: 0 3rem;
  max-width: 189.6rem;
}
header .lt,
header .rt {
  flex: 1;
  gap: 2.8rem;
  display: flex;
  align-items: center;
}
header .rt {
  justify-content: flex-end;
}
header .top {
  color: #fff;
  padding: 17px 0;
  background-color: var(--primary);
}
header .top .btn_lang {
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  padding-left: 32px;
}
header .top .btn_lang::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-lang.svg) no-repeat center / contain;
}
header .social {
  gap: 22px;
  display: flex;
  align-items: center;
  transform: translateX(-8px);
}
header .social a {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -999px;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  background: no-repeat center / contain;
}
header .social a:hover {
  transform: scale(1.1);
}
header .social .facebook a {
  background-image: url(../img/facebook.svg);
}
header .social .twitter a {
  background-image: url(../img/twitter.svg);
}
header .social .instagram a {
  background-image: url(../img/instagram.svg);
}
header .social .youtube a {
  background-image: url(../img/youtube.svg);
}
header .header_notice {
  gap: 9rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
}
header .header_notice .btn_prev,
header .header_notice .btn_next {
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url(../img/arrow-line-l-w.svg) no-repeat center / contain;
}
header .header_notice .btn_next {
  transform: rotate(180deg);
}
header .header_notice_swiper {
  overflow: hidden;
}
header .header_notice_swiper .swiper-slide {
  gap: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  overflow: hidden;
}
header .header_notice_swiper .img {
  width: 16px;
  height: 16px;
  min-width: 16px;
}
header .header_notice_swiper p {
  flex: 1;
  font-size: 14px;
  max-width: max-content;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .header_notice_swiper p a:hover {
  text-decoration: underline;
}
header .main .rt {
  min-height: 115px;
}
header .main .btn_lang {
  display: none;
}
header .logo {
  display: block;
  position: relative;
  transform: translateY(-4px);
}
header .logo img {
  display: block;
  width: auto;
  height: 70px;
}
header .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .menu {
  gap: 3.2rem;
  display: flex;
}
header nav .menu > li {
  position: relative;
}
header nav .menu > li > a {
  display: block;
  font-size: 18px;
  line-height: 115px;
  transition: all 0.3s;
  position: relative;
}
header nav .menu > li > a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.35s;
  background-color: var(--primary);
}
header nav .menu > li.current-menu-item > a::after,
header nav .menu > li.current-menu-parent > a::after,
header nav .menu > li:hover > a::after {
  width: 100%;
  left: 0;
  right: unset;
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 16px 24px;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .sub-menu {
  left: -24px;
  position: absolute;
  min-width: 200px;
  border-radius: 8px;
  background-color: #fff;
  padding: 16px 24px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
header nav .sub-menu > li {
  margin-bottom: 5px;
  transition: all 0.4s;
  transform: translateY(-16px);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 8px 0;
  transition: all 0.3s;
  position: relative;
  white-space: nowrap;
}
header nav .sub-menu > li > a:hover {
  color: var(--primary);
}
header .btn_search {
  width: 22px;
  height: 22px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-search.svg) no-repeat center / contain;
}
header .btn_account {
  width: 22px;
  height: 24px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-account.svg) no-repeat center / contain;
}
header .btn_wishlist {
  width: 28px;
  height: 24px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/icon-wishlist.svg) no-repeat center / contain;
}
header .btn_cart {
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  position: relative;
  background: url(../img/icon-cart.svg) no-repeat center / contain;
}
header .btn_cart span {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header .btn_cart .qty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  min-width: 14px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--primary);
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(35%, -30%);
}
header .btn_menu {
  display: none;
}
footer {
  overflow: hidden;
}
footer .main {
  padding: 6.6rem 0 10.8rem;
}
footer .main .flex {
  gap: 5rem 3rem;
}
footer .main strong {
  color: #000;
  display: block;
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}
footer .foot_nav {
  min-width: 10%;
}
footer .foot_nav li + li {
  margin-top: 2.6rem;
}
footer .foot_nav a {
  color: #4B4B4B;
  font-size: 1.8rem;
  transition: all 0.3s;
  vertical-align: top;
  text-decoration: underline;
  text-decoration-color: transparent;
}
footer .foot_nav a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .foot_contact {
  width: 52.6rem;
}
footer .foot_contact p {
  color: #4B4B4B;
  font-size: 1.8rem;
}
footer .foot_contact form {
  display: grid;
  grid-template-columns: 1fr auto;
  position: relative;
  margin-top: 3.8rem;
}
footer .foot_contact form::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #DFDDDB;
}
footer .foot_contact form input[type="email"] {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  color: var(--title);
}
footer .foot_contact form input[type="email"]::placeholder {
  color: #1E1E1E;
}
footer .foot_contact form input[type="submit"] {
  position: relative;
  z-index: 2;
  width: 14.2rem;
  height: 5rem;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  transition: all 0.3s;
  border-radius: 0.6rem;
  text-transform: uppercase;
  background-color: var(--primary);
}
footer .foot_contact form input[type="submit"]:hover {
  background-color: var(--title);
}
footer .foot_contact .social {
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.2rem;
}
footer .foot_contact .social a {
  width: 5rem;
  height: 5rem;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #DFDDDB;
}
footer .foot_contact .social a::after {
  content: '';
  display: block;
  width: 45%;
  height: 45%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  background: no-repeat center / contain;
}
footer .foot_contact .social a:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
footer .foot_contact .social a:hover::after {
  filter: contrast(0) brightness(2);
}
footer .foot_contact .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .foot_contact .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .foot_contact .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .foot_contact .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
footer .foot_contact .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
footer .bot {
  padding: 5.2rem 0;
}
footer .lt,
footer .rt {
  flex: 1;
  display: flex;
  align-items: center;
}
footer .rt {
  justify-content: flex-end;
}
footer .logo {
  display: block;
  position: relative;
  transform: translateY(-4px);
}
footer .logo img {
  display: block;
  width: 25rem;
  height: auto;
}
footer .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
footer .ct {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .ct ul {
  display: flex;
  flex-wrap: wrap;
}
footer .ct li {
  display: flex;
  align-items: center;
}
footer .ct li::before {
  content: '';
  display: block;
  width: 1px;
  height: 1.2rem;
  margin: 0 1.2rem;
  background-color: #DCDCDC;
}
footer .ct a {
  display: block;
  color: #616161;
  transition: all 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
}
footer .ct a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
footer .payments {
  gap: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
footer .payments .img {
  width: 4.6rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
.cart_drawer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 995;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.cart_drawer.sticky .drawer_content {
  height: 100%;
}
.cart_drawer.active {
  opacity: 1;
  pointer-events: all;
}
.cart_drawer.active .drawer_content {
  transform: translate(0);
}
.cart_drawer > .close {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.75);
}
.cart_drawer .drawer_content {
  width: 100%;
  max-width: 536px;
  height: calc(100% - 115px);
  background-color: #fff;
  transition: all 0.4s;
  padding: 56px 32px 36px 42px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
}
.cart_drawer .top {
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  position: relative;
  z-index: 2;
}
.cart_drawer .top::after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(100% + 18px);
  background-image: linear-gradient(to top, transparent, #fff);
}
.cart_drawer .top .qty {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding-left: 40px;
}
.cart_drawer .top .qty::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/icon-cart2.svg) no-repeat center / contain;
}
.cart_drawer .top .close {
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/icon-close.svg) no-repeat center / contain;
}
.cart_drawer .top .close:hover {
  transform: rotate(180deg);
  filter: contrast(0) brightness(0);
}
.cart_drawer .list {
  flex: 1;
  overflow: auto;
  padding: 20px 0;
  margin: 18px 0;
}
.cart_drawer .list li {
  gap: 10px;
  display: grid;
  align-items: start;
  grid-template-columns: 122px 1fr auto;
  padding: 20px 10px 14px 20px;
  border-radius: 6px;
  transition: all 0.3s;
}
.cart_drawer .list li:hover {
  background-color: #F5F6F8;
}
.cart_drawer .list li:hover .img {
  box-shadow: none;
  background-color: transparent;
}
.cart_drawer .list li:hover .info .qty {
  border-color: #fff;
}
.cart_drawer .list .swatch .img::before {
  content: 'Swatch';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #EFF0F4;
  padding: 7px;
}
.cart_drawer .list .img {
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  padding-bottom: 100%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(188, 188, 188, 0.35);
}
.cart_drawer .list .img:hover img {
  transform: scale(1.03);
}
.cart_drawer .list .info {
  padding-left: 6px;
}
.cart_drawer .list .info .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart_drawer .list .info .desc {
  color: #898989;
  margin-top: 5px;
}
.cart_drawer .list .info .wrap {
  gap: 20px;
  display: grid;
  align-items: end;
  grid-template-columns: auto 1fr;
  margin-top: 10px;
}
.cart_drawer .list .info .qty {
  width: 88px;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #F6F6F8;
  background-color: #fff;
  transition: all 0.3s;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.cart_drawer .list .info .qty button {
  display: block;
  width: 28px;
  background-color: #fff;
  position: relative;
}
.cart_drawer .list .info .qty button::before,
.cart_drawer .list .info .qty button::after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #3F3F3F;
}
.cart_drawer .list .info .qty button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cart_drawer .list .info .qty .minus::after {
  display: none;
}
.cart_drawer .list .info .qty input {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.cart_drawer .list .info .price {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  padding: 0 12px 2px 0;
}
.cart_drawer .list .delete {
  width: 13px;
  height: 13px;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/icon-close.svg) no-repeat center / contain;
}
.cart_drawer .list .delete:hover {
  transform: rotate(180deg);
  filter: contrast(0) brightness(0);
}
.cart_drawer .bot {
  position: relative;
  z-index: 2;
}
.cart_drawer .bot::before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: calc(100% + 18px);
  background-image: linear-gradient(to top, #fff, transparent);
}
.cart_drawer .bot .total {
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.cart_drawer .bot .total .label {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
}
.cart_drawer .bot .total .price {
  color: var(--primary);
  font-weight: 600;
  font-size: 28px;
  text-align: right;
}
.cart_drawer .bot .btns {
  gap: 22px;
  display: flex;
  margin-top: 14px;
}
.cart_drawer .bot .btns a {
  flex: 1;
  line-height: 5rem;
}
.footer_services {
  max-width: 184rem;
  margin: 0 auto;
  width: calc(100% - 4rem);
  border-radius: 1.5rem;
  background-color: #F6F6F8;
}
.footer_services ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
.footer_services li {
  padding: 5rem 13.043478%;
  border-radius: 1.5rem;
}
.footer_services li:nth-child(odd) {
  background-color: #F1F1F4;
}
.footer_services li.active .img {
  border-color: var(--primary);
  background-color: var(--primary);
}
.footer_services li.active .img img {
  filter: contrast(0) brightness(2);
}
.footer_services li .img {
  width: 6.8rem;
  height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid var(--text);
  margin-bottom: 1.8rem;
}
.footer_services li .img img {
  width: 50%;
  height: 50%;
  transition: all 0.3s;
}
.footer_services li .syedittext strong {
  color: #000;
  font-size: 2.2rem;
  font-weight: normal;
}
.footer_services li .syedittext p {
  color: #4C4C4C;
  line-height: 2.6rem;
  margin-top: 1.4rem;
}
.footer_services li .syedittext a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.footer_services li .syedittext a:hover {
  text-decoration-color: transparent;
}
.section_product {
  overflow: hidden;
  padding: 7rem 0 5rem;
}
.section_product .product_swiper {
  margin-top: 1.6rem;
}
.section_product .product_swiper .swiper-slide {
  max-width: 37rem;
}
.section_product .controls {
  margin-top: 4rem;
  gap: 4.252874%;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.section_product div.swiper-scrollbar {
  height: 1px;
  position: static;
  background-color: #DDDDDD;
}
.section_product div.swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  position: relative;
  top: -1px;
  background-color: var(--primary);
  cursor: grab;
}
.section_product div.swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.section_about {
  padding: 15.2rem 0 16.4rem;
}
.section_about .left {
  flex: 1;
  max-width: 64.6rem;
}
.section_about .head h2 {
  margin-bottom: 3.8rem;
}
.section_about .head p {
  color: var(--text);
  font-size: 1.7rem;
  line-height: 2.7rem;
  margin-top: 2.8rem;
}
.section_about .btn_more {
  margin-top: 3.5rem;
  min-width: 25.8rem;
}
.section_about .nums {
  max-width: 53rem;
  margin-top: 6.8rem;
}
.section_about .nums ul {
  gap: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(22rem, 100%), 1fr));
}
.section_about .nums span {
  color: var(--primary);
  font-size: 5.8rem;
  line-height: 1;
}
.section_about .nums .label {
  color: var(--text);
  font-size: 1.7rem;
  line-height: 2.7rem;
  margin-top: 2rem;
}
.section_about .right {
  width: 48.850575%;
  position: relative;
  z-index: 2;
  margin-top: 2.298851%;
}
.section_about .right::before {
  content: '';
  display: block;
  width: 75.764706%;
  height: 110.074627%;
  background-color: #F5F6F8;
  position: absolute;
  right: 0;
  bottom: 1.2rem;
  z-index: -1;
}
.section_about .img {
  width: 92.470588%;
  border-radius: 1.2rem;
}
.section_about .img:hover img {
  transform: scale(1.03);
}
.section_blog {
  padding: 15.8rem 0 19.8rem;
}
.section_blog .swiper_box {
  overflow: hidden;
  position: relative;
  margin-top: 9rem;
}
.section_blog .section_blog_swiper {
  width: 57.873563%;
  margin-left: auto;
  pointer-events: none;
}
.section_blog .section_blog_swiper .swiper-slide {
  position: relative;
}
.section_blog .section_blog_swiper .swiper-slide::after {
  content: '';
  display: block;
  padding-bottom: 162.939297%;
}
.section_blog .section_blog_swiper .swiper-slide-active {
  z-index: 2;
}
.section_blog .section_blog_swiper .swiper-slide-active ~ .swiper-slide a {
  opacity: 1;
  pointer-events: all;
}
.section_blog .section_blog_swiper .swiper-slide-active a {
  opacity: 1;
  pointer-events: all;
  right: 4.4728%;
  width: 329.71246%;
}
.section_blog .section_blog_swiper .swiper-slide-active .img {
  width: 66.27907%;
  --h: 74.561404%;
  border-radius: 1.8rem;
}
.section_blog .section_blog_swiper .swiper-slide-active .info {
  top: 0;
  width: 28.875969%;
}
.section_blog .section_blog_swiper .swiper-slide-active .info .title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 2.6rem;
}
.section_blog .section_blog_swiper .swiper-slide-active .info .desc {
  opacity: 1;
}
.section_blog .section_blog_swiper .swiper-slide-active .more {
  opacity: 1;
}
.section_blog .section_blog_swiper a {
  opacity: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.section_blog .section_blog_swiper a:hover img {
  transform: scale(1.03);
}
.section_blog .section_blog_swiper .img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  --h: 79.233227%;
  border-radius: 1.6rem;
  transition: all 0.5s;
}
.section_blog .section_blog_swiper .info {
  position: absolute;
  left: 0;
  top: 52.156863%;
  width: 100%;
  transition: all 0.5s;
}
.section_blog .section_blog_swiper .info .metas {
  color: #595959;
  font-size: 1.5rem;
}
.section_blog .section_blog_swiper .info .metas .cat {
  color: var(--primary);
  font-weight: 500;
  font-size: 1.6rem;
}
.section_blog .section_blog_swiper .info .title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-top: 1rem;
  transition: all 0.5s;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_blog .section_blog_swiper .info .desc {
  opacity: 0;
  color: var(--text);
  font-size: 1.7rem;
  line-height: 2.7rem;
  margin-top: 3rem;
  transition: all 0.3s;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_blog .section_blog_swiper .more {
  opacity: 0;
  font-weight: 500;
  font-size: 1.8rem;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 4.901961%;
  padding: 1.2rem 0;
  transition: all 0.3s;
  border-bottom: 2px solid var(--primary);
}
.section_blog .section_blog_swiper .more:hover {
  border-color: transparent;
}
.section_blog .swiper_btns {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

body .wpcf7-spinner{
  width: 24px !important;
  margin: 0;
  margin-top: 1rem;
}
body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
}


.loading{
  position: relative;
}
.loading:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
}

.notice_con{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.sy_notice .notice_con{
  visibility: visible;
  opacity: 1;
}
.sy_notice .notice_con p{
  right: 100px;
}
.notice_con p{
  max-width: 500px;
  position: absolute;
  right: 100px;
  bottom: 100px;
  border-radius: 10px;
  background-color: var(--primary);
  padding: 1rem 1.5rem 1rem;
  padding-left: 60px; 
  color: white;
  transition: all 0.3s;
  right: -100%;
}
.notice_con p:before{
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url('../img/warning.svg') no-repeat center/contain;
  left: 20px;
  top: 15px;
}

.default_btn{
  padding: 15px 50px;
  color: #000000;
  font-size: 18px;
  display: inline-block;
  position: relative;
  z-index: 5;
  transition: all 0.3s;
}
.default_btn:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: -2;
}
.default_btn:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s ease-out;
  background: linear-gradient(to right,#0c1b54 0%,#0c1a54 50%,#0c1a5400 100%);
  background-size: 200%;
  background-position: right;
  z-index: -1;
  opacity: 0;
}
.default_btn:hover:before{
  background-position: left;
  opacity: 1;
}
.default_btn:hover{
  color: white;
}

.empty-cart{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding-bottom: 10rem;
  }
  .empty-cart img{
    width: 65%;
    height: auto;
  }
  .empty-cart a{
    margin-top: 2rem;
    background-color: var(--primary);
    border-radius: 0;
    margin-top: 2rem;
    transition: all 0.3s;
    border: 1px solid #ccc;
  }
  
  .empty-cart a:hover{
    filter: brightness(1.1);
    border-color: var(--primary);
  }
  .empty-cart .button{
    margin-top: 2rem;
    font-size: 17px;
    border-radius: 10px;
  }

  
.btn_mega_menu .sub-menu {
  display: none;
}
.empty_img{
  max-width: 500px !important;
  margin: 0 auto;
  display: block;
}

.mega_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 5rem 0;
  display: none;
  background-color: #fff;
  max-width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.mega_menu .flex {
  gap: 4%;
}

.mega_menu .nav {
  width: 25%;
  padding-right: 5px;
  overflow: auto;
  max-height: 600px;
}

.mega_menu .nav::-webkit-scrollbar {
  width: 5px;
}

.mega_menu .nav::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}

.mega_menu .nav ul {
  gap: 1.5rem;
  display: grid;
}

.mega_menu .nav a {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  padding: 1.2rem 2rem;
}

.mega_menu .nav a.active {
  background-color: #edeef2;
}

.mega_menu .nav .icon {
  width: 2.6rem;
  height: 2.6rem;
  background: no-repeat center/contain;
}

.mega_menu .nav .toggle {
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
  transition: all .3s;
  background: url(../img/icon-select.svg) no-repeat center/50%;
}

.mega_menu .nav .open .toggle {
  transform: rotate(180deg);
}

.mega_menu .nav .sub {
  display: none;
  padding-top: 1rem;
  padding-left: 2rem;
}

.mega_menu .nav .sub a {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.mega_menu .list {
  flex: 1;
  overflow: auto;
  max-height: calc(100vh - 26rem);
}

.mega_menu .list::-webkit-scrollbar {
  width: 5px;
}

.mega_menu .list::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}

.mega_menu .list.active {
  display: block;
}

.mega_menu .list ul {
  gap: 2rem 4%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.mega_menu .list ul li a {
  display: flex;
  align-items: center;
  justify-content: left;
  white-space: nowrap;
}

.mega_menu .list ul li p.color {
  width: 1.5rem;
  display: block;
  margin-right: 1rem;
  height: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
}

.mega_menu .list li a {
  text-align: center;
}

.mega_menu .list li a:hover img {
  transform: scale(1.03);
}

.mega_menu .list li .img {
  padding-bottom: 80%;
  overflow: hidden;
}

.mega_menu .list li .title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
}

.mega_menu .list .btn {
  margin-top: 5rem;
}

.mega_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}

.page-template-templates .post_main{
  padding: 5rem 0;
}
.page-template-templates .post_main .post_detail h2{
  font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}
.page-template-templates .post_main .post_detail h3{
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}
.page-template-templates .post_main .post_detail p{
  font-size: 18px;
    line-height: 34px;
    color: #3f342b;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
}
.page-template-templates .post_main .post_detail ul{
  margin: 1rem 0;
}
.page-template-templates .post_main .post_detail li{
  font-size: 18px;
  line-height: 30px;
  color: #3f342b;
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 20px;
  font-family: 'Montserrat', sans-serif;
}
.page-template-templates .post_main .post_detail b{
  font-size: 18px;
}
.page-template-templates .post_main .post_detail b +p{
  margin-top: 1rem;
}

.page_banner{
  background-color: var(--primary);
  overflow: hidden;
}
.page_banner .head{
  color: white;
}
.page_banner .left{
  width: 34.48%;
  padding-right: 9.36%;
}
.page_banner .right{
  height: 450px;
  width: 65.52%;
}
.page_banner .head h1{
font-size: 55px;
line-height: 67px;  
margin-bottom: 15px;
}

.page_banner .right .img{
  width: 110%;
  height: calc(100% + 50px);
  margin-top: -50px;
  border-top-left-radius: 160px;
  border-left: 1px solid #aaaaaa46;
  overflow: hidden;
  padding-left: 23px;
}
.page_banner .right .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 160px;
}

#wplr-popup-loader{
  top: 16% !important;
}

.retruns_portal_content{
  margin-bottom: 5rem;
}
.retruns_portal_content .rp-step-nav {
  padding-left: 0 !important;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 240px;
  padding-top: 50px;
  counter-reset: step;
}

.retruns_portal_content .rp-step-nav li:before {
  counter-increment: step;
  content: counter(step);
}
.retruns_portal_content .rp-step-nav li.completed-step:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.retruns_portal_content .rp-step-nav li.completed-step {
  background: var(--primary);
  border-color: var(--primary);
}

.retruns_portal_content .rp-step-nav li.completed-step:after {
  background: var(--primary)!important;
} 

.retruns_portal_content .rp-step-nav li:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 240px;
  margin-left: 1px;
  background: #0c1b544d;
  height: 5px;
  margin-top: -2px;
}

.retruns_portal_content .rp-step-nav li:not(.completed-step) img {
  display: none;
} 
.retruns_portal_content .rp-step-nav li {
  width: 50px;
  height: 50px;
  background: #0c1b544d;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 1px solid #0c1b544d;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: bold;
  position: relative;
}

.retruns_portal_content li.active-step {
  color: var(--primary);
  border-color: var(--primary);
}
.retruns_portal_content .form_label{
  max-width: 1100px;
  margin: 2rem auto;
}
.retruns_portal_content .form_label .rp_step_div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.retruns_portal_content .form_label .rp_step_div .rp_notice{
  font-size: 18px;
  font-weight: normal;
  margin: 1rem 0;
  text-align: center; 
}
.retruns_portal_content .form_label .rp_step_div .banner--error{
  --text-color: rgb(222, 42, 42);
  background: rgb(253, 240, 240);
  color: rgb(222, 42, 42);
  padding: 10px 10px;
  font-size: 18px;
  display: inline-block; 
}
.retruns_portal_content .form_label .rp_step_div[data-step="1"]{
  width: 450px;
  margin: auto; 
}
.retruns_portal_content .form_label .rp_step_div .rp_form_box{
  margin-top: 1rem;
}
.retruns_portal_content .form_label .rp_step_div .rp_form_box label{
  font-weight: normal;
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.retruns_portal_content .form_label .rp_step_div  input{
  border-radius: 0;
  appearance: none;
  width: 100%;
  border: 1px solid #bdbdbd;
  padding: 0 15px;
  min-height: 63px;
  color: #909090;
  font-size: 18px;
  margin-bottom: 20px;
}
.retruns_portal_content .form_label .rp_step_div  .button{
  min-height: 63px; 
  font-size: 21px;
  letter-spacing: 0;
  width: 100%;
  font-weight: 500; 
  background-color: var(--primary);
  color: #fff;
}
.retruns_portal_content .form_label .rp_step_div[data-step="2"]{
  width: 650px;
  margin: auto;  
} 
.retruns_portal_content .form_label .rp_step_div .unavailable p{
    font-size: 18px;
    margin: 1rem 0;
}
.retruns_portal_content .form_label .rp_step_div .rp_order_infomaction strong,
.retruns_portal_content .form_label .rp_step_div .shipping_address strong,
.retruns_portal_content .form_label .rp_step_div .track_number strong
{
  font-weight: normal;
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
.retruns_portal_content .form_label .rp_step_div .product_list{
  width: 100%;  
}
.retruns_portal_content .form_label .rp_step_div .product_list table{
  width: 100%;
}
.retruns_portal_content .form_label .rp_step_div .product_list table td{
  padding: .5rem;
  font-size: 18px;
}
.retruns_portal_content .form_label .rp_step_div .product_list table td:first-child{
  text-align: left;
}
.retruns_portal_content .form_label .rp_step_div .product_list table thead tr:nth-of-type(1) td{
  font-weight: 600;
}
.retruns_portal_content .form_label .rp_step_div .product_list table td:last-child{
  text-align: right!important;
}
.retruns_portal_content .form_label .rp_step_div .product_list table td:last-child strong{
  text-align: right!important;
}
.retruns_portal_content .form_label .rp_step_div .re_order_reason{
  margin-bottom: 2rem;
}
.retruns_portal_content .form_label .rp_step_div .re_order_reason select{
  width: 100%;
  padding: 1rem;
  font-size: 18px;
  border-radius: 8px;
  border: #eee solid 1px;
  margin-top: .5rem;
  background: url('../img/select.svg') no-repeat right 1rem center/16px;
}
.retruns_portal_content .form_label .rp_step_div .re_order_reason strong{
  font-weight: normal;
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 10px;
  text-align: center;
  display: block;
  margin-top: 1rem;
}
.retruns_portal_content .form_label .rp_step_div .re_order_reason textarea{
  width: 100%;
  height: 150px;
  padding: 1rem;
  font-size: 18px; 
  border-radius: 8px;
  border:#eee solid 1px;  
  margin-top: .5rem;
}
.retruns_portal_content .form_label .rp_step_div[data-step="3"]{
  width: 650px;
  margin: auto;  
}
.retruns_portal_content .form_label .rp_step_div .track_number {
  margin: 1rem 0;
}


div.search-block {
  position: fixed;
  /* visibility: hidden; */
  z-index: 400;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 55 96 / 12%);
  transition: 0.3s ease;
  /* opacity: 0; */
  width: 100%;
  bottom: -200vh;
  height: 100vh;
  transition: 0.3s ease;
  opacity: 0;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(122px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../img/close-black.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}
.wd-action-btn:hover{
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}
header div.main-menu div.main div.right {
  display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}



@media screen and (min-width: 769px) and (max-width: 1600px) {
  header .header_notice {
    gap: 3rem;
  }
  .section_blog .section_blog_swiper .swiper-slide-active a {
    right: 8%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .content {
    padding: 0 3rem;
    max-width: 1220px;
  }
  .swiper_content {
    padding: 1.5rem 3rem;
    max-width: 1220px;
  }
  header nav .menu > li > a {
    font-size: 17px;
  }
  .section_blog .section_blog_swiper .swiper-slide-active a {
    right: 12%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .swiper_content {
    max-width: 1024px;
  }
  .head h2 {
    font-size: 4.3rem;
    line-height: 1.3;
  }
  header nav .menu > li > a {
    font-size: 16px;
  }
  .section_blog .section_blog_swiper .swiper-slide-active a {
    right: 17%;
  }
  .section_blog .section_blog_swiper .info .title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section_blog .section_blog_swiper .swiper-slide-active .info .title {
    margin-top: 1.6rem;
    font-size: 2rem;
  }
  .section_blog .section_blog_swiper .info .title {
    margin-top: 0.5rem;
    -webkit-line-clamp: 2;
  }
  .section_blog .section_blog_swiper .info .desc {
    margin-top: 1rem;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 3.8rem;
  }
  .btn,
  .btn_w,
  .btn_more {
    font-size: 1.6rem;
  }
  footer .bot .flex {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
  }
  footer .bot .lt {
    grid-row: span 2;
  }
  footer .bot .ct {
    justify-content: flex-end;
  }
  .section_blog .swiper_btns {
    position: relative;
    margin-top: 2rem;
    justify-content: flex-end;
  }
  .section_blog .section_blog_swiper .swiper-slide-active a {
    right: 8%;
  }
  .section_blog .section_blog_swiper .info .desc {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 1024px) {
  header .lt,
  header .rt {
    gap: 4rem;
  }
  header .top .rt {
    display: none;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
  }
  header nav .con .menu > li::after {
    display: none;
  }
  header nav .con .menu > li > a {
    color: var(--title);
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
  }
  header nav .con .menu > li > a:hover {
    color: var(--primary);
  }
  header nav .con .menu > li > a::after {
    display: none;
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 32px);
    top: 26px;
    transition: all 0.3s;
  }
  header nav .con .menu > li.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu > li:hover ul {
    padding: 16px 24px;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--primary);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  header nav .con .sub-menu li {
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    padding: 8px 0;
    font-size: 14px;
    color: var(--title);
    white-space: normal;
  }
  header nav .con .sub-menu li a::after {
    display: none;
  }
  header nav .con .sub-menu li a:hover {
    color: var(--primary);
  }
  header .main .btn_lang {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    filter: contrast(0) brightness(0);
    background: url(../img/icon-lang.svg) no-repeat center / contain;
  }
  header .btn_menu {
    display: block;
    width: 26px;
    height: 24px;
    cursor: pointer;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}
@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
  
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px !important;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 30px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .head .desc,
  .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .btn,
  .btn_w,
  .btn_more {
    font-size: 14px;
    min-width: 120px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 6px;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .product_list a {
    padding-top: 20px;
  }
  .product_list .tag {
    top: 10px;
    right: 10px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
  }
  .product_list .cat {
    margin-top: 10px;
  }
  .product_list .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 6px;
  }
  .product_list .materials {
    margin-top: 10px;
  }
  .product_list .price {
    padding: 12px 0;
    margin-top: 12px;
  }
  .blog_list .info .metas {
    font-size: 13px;
    margin-top: 15px;
  }
  .blog_list .info .metas .cat {
    font-size: 14px;
  }
  .blog_list .info .title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    -webkit-line-clamp: 2;
  }
  header.sticky {
    top: -46px;
  }
  header .lt,
  header .rt {
    gap: 30px;
  }
  header .top {
    padding: 12px 0;
  }
  header .header_notice {
    gap: 20px;
  }
  header .header_notice_swiper .swiper-slide {
    gap: 12px;
  }
  header .header_notice_swiper .img {
    width: 14px;
    height: 14px;
  }
  header .header_notice_swiper p {
    font-size: 12px;
  }
  header .logo {
    transform: translateY(-2px);
  }
  header .logo img {
    height: 46px;
  }
  header .main .rt {
    min-height: 64px;
  }
  footer .bot .flex {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
  }
  footer .bot .lt {
    grid-row: span 2;
  }
  footer .bot .ct {
    justify-content: flex-end;
  }
  footer .logo img {
    width: 160px;
  }
  footer .ct li:first-child::before {
    display: none;
  }
  .cart_drawer .drawer_content {
    max-width: 420px;
    height: calc(100% - 64px);
    padding: 50px 20px 20px;
  }
  .cart_drawer .top .qty {
    font-size: 18px;
    padding-left: 30px;
  }
  .cart_drawer .top .qty::before {
    width: 20px;
    height: 20px;
  }
  .cart_drawer .list li {
    padding: 10px;
    grid-template-columns: 80px 1fr auto;
  }
  .cart_drawer .list .info {
    padding: 0;
  }
  .cart_drawer .list .info .wrap {
    align-items: center;
  }
  .cart_drawer .list .info .title {
    font-size: 16px;
    line-height: 1.3;
  }
  .cart_drawer .list .info .price {
    padding: 0;
    font-size: 18px;
  }
  .cart_drawer .list .swatch .img::before {
    padding: 6px;
    font-size: 12px;
  }
  .cart_drawer .bot .total .label {
    font-size: 16px;
  }
  .cart_drawer .bot .total .price {
    font-size: 22px;
  }
  .cart_drawer .bot .btns {
    gap: 20px;
  }
  .cart_drawer .bot .btns a {
    min-width: unset;
    line-height: 40px;
  }
  .section_product {
    padding: 50px 0;
  }
  .section_product .product_swiper .swiper-slide {
    max-width: 260px;
  }
  .section_product .controls {
    gap: 30px;
    margin-top: 30px;
  }
  .section_about {
    padding: 50px 0;
  }
  .section_about .head h2 {
    margin-bottom: 15px;
  }
  .section_about .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .section_about .btn_more {
    min-width: 120px;
    margin-top: 20px;
  }
  .section_about .nums {
    margin-top: 30px;
  }
  .section_about .nums ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .section_about .nums span {
    font-size: 30px;
  }
  .section_about .nums .label {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .section_blog {
    padding: 50px 0;
  }
  .section_blog .swiper_box {
    margin-top: 30px;
  }
  .section_blog .section_blog_swiper {
    width: 100%;
  }
  .section_blog .section_blog_swiper .swiper-slide::after,
  .section_blog .section_blog_swiper .swiper-slide-active::after,
  .section_blog .section_blog_swiper .swiper-slide-active ~ .swiper-slide::after {
    display: none;
  }
  .section_blog .section_blog_swiper .swiper-slide a,
  .section_blog .section_blog_swiper .swiper-slide-active a,
  .section_blog .section_blog_swiper .swiper-slide-active ~ .swiper-slide a {
    width: 100%;
    height: 100%;
    position: static;
    opacity: 1;
    pointer-events: all;
  }
  .section_blog .section_blog_swiper .swiper-slide .img,
  .section_blog .section_blog_swiper .swiper-slide-active .img,
  .section_blog .section_blog_swiper .swiper-slide-active ~ .swiper-slide .img {
    --h: 74.561404%;
    width: 100%;
    position: relative;
  }
  .section_blog .section_blog_swiper .swiper-slide .info,
  .section_blog .section_blog_swiper .swiper-slide-active .info,
  .section_blog .section_blog_swiper .swiper-slide-active ~ .swiper-slide .info {
    width: 100%;
    position: static;
    margin-top: 15px;
  }
  .section_blog .section_blog_swiper .swiper-slide .info .metas,
  .section_blog .section_blog_swiper .swiper-slide-active .info .metas,
  .section_blog .section_blog_swiper .swiper-slide-active ~ .swiper-slide .info .metas {
    font-size: 13px;
  }
  .section_blog .section_blog_swiper .swiper-slide .info .metas .cat,
  .section_blog .section_blog_swiper .swiper-slide-active .info .metas .cat,
  .section_blog .section_blog_swiper .swiper-slide-active ~ .swiper-slide .info .metas .cat {
    font-size: 14px;
  }
  .section_blog .section_blog_swiper .swiper-slide .info .title,
  .section_blog .section_blog_swiper .swiper-slide-active .info .title,
  .section_blog .section_blog_swiper .swiper-slide-active ~ .swiper-slide .info .title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    -webkit-line-clamp: 2;
  }
  .section_blog .section_blog_swiper .swiper-slide .info .desc,
  .section_blog .section_blog_swiper .swiper-slide-active .info .desc,
  .section_blog .section_blog_swiper .swiper-slide-active ~ .swiper-slide .info .desc {
    opacity: 1;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
    -webkit-line-clamp: 2;
  }
  .section_blog .section_blog_swiper .swiper-slide .more,
  .section_blog .section_blog_swiper .swiper-slide-active .more,
  .section_blog .section_blog_swiper .swiper-slide-active ~ .swiper-slide .more {
    position: static;
    opacity: 1;
    font-size: 15px;
    padding: 10px 0;
    max-width: max-content;
  }
  .section_blog .swiper_btns {
    position: static;
    justify-content: flex-end;
    margin-top: 30px;
  }
  .footer_services {
    width: calc(100% - 30px);
    border-radius: 10px;
  }
  .footer_services li {
    padding: 15px;
    border-radius: 10px;
  }
  .footer_services li:nth-child(odd) {
    background-color: transparent;
  }
  .footer_services li:nth-child(4n + 1),
  .footer_services li:nth-child(4n + 4) {
    background-color: #F1F1F4;
  }
  .footer_services li .img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .footer_services li .syedittext strong {
    font-size: 16px;
  }
  .footer_services li .syedittext p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .button_more{
    padding: 12px 30px !important;
    font-size: 14px !important;
  }
  
  .notice_con p{
    width: 92%;
    font-size: 14px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40%;
  }

  .btn_mega_menu .sub-menu {
    display: block;
  }

  .mega_menu {
    z-index: 1001;
  }

  .mega_menu .list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .mega_menu .list ul li p.color {
    width: 2.5rem;
    height: 2.5rem;
  }

  .mega_menu .list ul li span {
    font-size: 16px;
  }

  .mega_overlay.active {
    opacity: 1;
    pointer-events: all;
    z-index: 1000;
  }

  .page_banner{
    padding: 4rem 0;
    padding-bottom: 0;
 }
 .page_banner>.content>.flex{
    flex-flow: wrap;
 }
 .page_banner .left{
    width: 100%;
    padding: 0;
 }
 .page_banner .right{
    width: 100%;
    height: 150px;
 }
 .page_banner .head{
    margin-bottom: 1.5rem;
 }
 .page_banner .head h1{
    font-size: 25px;
    line-height: 1.5;
 }
 .page_banner .right .img{
    margin-top: 0;
    border-top-left-radius: 80px;
    padding-left: 7px;
    height: 100%;
 }
 
 .page_banner .right .img img{
    border-top-left-radius: 85px;
 }
 .page-template-templates .post_main .post_detail h2{
  font-size: 25px;
  margin-bottom: 10px;
 }
 .page-template-templates .post_main .post_detail p{
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
 }
 .page-template-templates .post_main .post_detail li{
  font-size: 15px;
  line-height: 1.7;
 }

 .retruns_portal_content .rp-step-nav li{
    width: 35px;
    font-size: 18px;
    height: 35px;
  }
  .retruns_portal_content .rp-step-nav{
    gap: 110px;
  }
  .retruns_portal_content .rp-step-nav li:not(:last-of-type):after{
    width: 110px;
  }
  .retruns_portal_content .form_label .rp_step_div .rp_notice{
    font-size: 0.9rem;
    margin: 0.5rem 0;
  }
  .retruns_portal_content .form_label .rp_step_div[data-step="1"]{
    width: 100%;
  }
  .retruns_portal_content .form_label .rp_step_div .rp_form_box label{
    font-size: 1rem;
  }
  .retruns_portal_content .form_label .rp_step_div input{
    min-height: unset;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 0.95rem;
  }
  .retruns_portal_content .form_label .rp_step_div .button{
    min-height: 45px;
    font-size: 1rem;
  }
  .retruns_portal_content .form_label .rp_step_div .banner--error{
    font-size: 0.9rem;
    padding: 6px;
  }
  .retruns_portal_content .form_label .rp_step_div[data-step="2"]{
    width: 100%;
  }
  .retruns_portal_content .form_label .rp_step_div .rp_order_infomaction strong, .retruns_portal_content .form_label .rp_step_div .shipping_address strong, .retruns_portal_content .form_label .rp_step_div .track_number strong{
    font-size: 20px;
  }
  .retruns_portal_content .form_label .rp_step_div .product_list table td{
    font-size: 0.9rem;
  }
  .retruns_portal_content .form_label .rp_step_div .product_list table td a{
    font-size: 0.9rem;
  }
  .retruns_portal_content .form_label .rp_step_div .rp_order_infomaction strong, .retruns_portal_content .form_label .rp_step_div .shipping_address strong, .retruns_portal_content .form_label .rp_step_div .track_number strong{
    font-size: 18px;
  }
  .retruns_portal_content .form_label .rp_step_div .re_order_reason strong{
    font-size: 20px;
  }
  .retruns_portal_content .form_label .rp_step_div .re_order_reason textarea{
    font-size: 0.9rem;
  }
  .retruns_portal_content .form_label .rp_step_div[data-step="3"]{
    width: 100%;
  }
   .retruns_portal_content .form_label .rp_step_div .re_order_reason select{
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
  }
  div.search-block .searchform {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  div.search-block input[type='text'] {
    flex: 1;
  }
  div.search-block input[type='submit'] {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 2.2vw 0 1.2vw;
    /* background: url(../img/page_home-header_search.svg) no-repeat center; */
    background: url(../img/search.svg) no-repeat center / contain;
    background-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s all ease;
    cursor: pointer;
    border: none;
    outline: none;
  }
  div.search-block div.content {
    position: unset;
  }
  div.search-block .searchform input[type='text'] {
    font-size: 22px;
    height: 70px;
  }
  .wd-action-btn {
    width: 25px;
    height: 25px;
    top: unset;
    right: 2rem;
    bottom: 2rem;
  }
  div.search-block {
    height: 100%;
    width: 100%;
    top: 120%;
    bottom: unset;
    visibility: hidden;
  }
  div.search-block.active {
    top: 20%;
    visibility: visible;
    height: 80%;
    transform: translateY(0);
    bottom: unset;
  }
  .search-block input[type="submit"]:not(:disabled):hover {
    background-size: 1.4rem;
    border: none;
  }


}
@media screen and (max-width: 576px) {
  .content {
    padding: 0 20px;
  }
  header.sticky {
    top: -40px;
  }
  header .content {
    padding: 0 20px;
  }
  header .lt,
  header .rt {
    gap: 18px;
  }
  header .top .lt {
    display: none;
  }
  header .header_notice {
    width: 100%;
  }
  header .main .btn_lang {
    width: 20px;
    height: 20px;
  }
  header .btn_search,
  header .btn_account,
  header .btn_wishlist,
  header .btn_cart,
  header .btn_lang {
    width: 20px;
    height: 20px;
  }
  header .btn_menu {
    width: 22px;
    height: 20px;
  }
  footer .main {
    padding: 50px 0;
  }
  footer .main .flex {
    display: block;
  }
  footer .main strong {
    font-size: 18px;
    margin-bottom: 15px;
  }
  footer .foot_nav.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .foot_nav strong {
    font-size: 16px;
    line-height: 46px;
    border: 1px solid rgba(22, 22, 22, 0.35);
    padding: 0 22px;
    position: relative;
    margin-bottom: 16px;
    border-radius: 8px;
  }
  footer .foot_nav strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/arrow-d.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .foot_nav > div {
    display: none;
    padding: 0 20px 20px;
  }
  footer .foot_nav li + li {
    margin-top: 12px;
  }
  footer .foot_nav a {
    font-size: 14px;
  }
  footer .foot_contact {
    width: 100%;
    padding-top: 30px;
  }
  footer .foot_contact p {
    font-size: 14px;
    line-height: 1.5;
  }
  footer .foot_contact form {
    margin-top: 20px;
  }
  footer .foot_contact form input[type="email"] {
    font-size: 15px;
  }
  footer .foot_contact form input[type="submit"] {
    font-size: 15px;
    width: 120px;
    height: 42px;
  }
  footer .foot_contact .social {
    margin-top: 30px;
  }
  footer .foot_contact .social a {
    width: 46px;
    height: 46px;
  }
  footer .bot {
    padding: 20px 0;
  }
  footer .bot .flex {
    display: block;
  }
  footer .bot .ct {
    justify-content: flex-start;
  }
  footer .logo {
    transform: translate(0);
  }
  footer .copyright {
    margin: 30px 0 15px;
  }
  footer .rt {
    margin-top: 30px;
  }
  footer .payments {
    width: 100%;
    justify-content: flex-start;
  }
  .section_about .flex {
    display: block;
  }
  .section_about .right {
    width: 100%;
    margin-top: 50px;
  }
  .section_blog {
    overflow: hidden;
  }
  .section_blog .swiper_box {
    overflow: visible;
  }
}
