:root {
  --color-text: #363847;
  --color-main: #E563A5;
  --color-sec: #442327;
}

/* Fonts */
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Regular.ttf") format("truetype");
  font-weight: normal; /* Regular */
  font-style: normal;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Medium.ttf") format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Bold.ttf") format("truetype");
  font-weight: bold; /* Bold */
  font-style: normal;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Light.ttf") format("truetype");
  font-weight: 300; /* Light */
  font-style: normal;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Mixins */
/* /Fonts */
/* Global */
html {
  margin: 0 !important;
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 175px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}
@media only screen and (max-width: 950px) {
  body {
    padding-top: 80px;
  }
}

body.admin-bar header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar header {
    top: 0px;
  }
}

input {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

*, *::before, *::after {
  box-sizing: border-box;
  direction: rtl;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

section {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 75px 0;
  padding-top: 45px;
}
section.padding-bigger {
  padding: 100px 0;
}
section.padding-regular {
  padding: 80px 0;
}
@media only screen and (max-width: 1370px) {
  section {
    padding: 55px 0;
    padding-top: 35px;
  }
  section.padding-bigger {
    padding: 70px 0;
  }
  section.padding-regular {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 950px) {
  section {
    padding: 30px 0;
    padding-top: 25px;
  }
  section.padding-bigger {
    padding: 50px 0;
  }
  section.padding-regular {
    padding: 50px 0;
  }
}

.section-inner {
  max-width: 1420px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
  position: relative;
}
.section-inner.wide {
  max-width: 100%;
}
@media only screen and (max-width: 950px) {
  .section-inner {
    padding: 0 10px;
  }
}

/* Remove arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Remove arrows in Chrome, Safari, Edge, and Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.content {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  line-height: 1.5;
}
.content hr {
  border-color: rgba(0, 0, 0, 0.0392156863);
  border-style: solid;
  margin: 25px 0;
}
.content strong {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
}
.content.white {
  color: #fff;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  color: var(--color-sec);
}
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child {
  margin-top: 0;
}
.content h1 {
  line-height: 1.3;
  font-size: 2em;
  margin-top: 45px;
}
.content h2 {
  font-size: 1.5em;
  line-height: 1.3;
  margin-top: 35px;
}
.content h3 {
  font-size: 1.25em;
  line-height: 1.3;
  margin-top: 25px;
}
.content h4 {
  font-size: 1em;
  line-height: 1.3;
  margin-top: 15px;
}
.content p, .content ul, .content li, .content img {
  margin-top: 15px;
}
.content p:first-child, .content ul:first-child, .content li:first-child, .content img:first-child {
  margin-top: 0;
}
.content a {
  color: var(--color-main);
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content ul:not([class]) {
  list-style: none;
}
.content ul:not([class]) li {
  background: url("../images/icons/heart-title.svg") no-repeat;
  background-size: 18px auto;
  background-position: right top 6px;
  padding-right: 28px;
}
.content img {
  max-width: 100%;
}
@media only screen and (max-width: 950px) {
  .content {
    font-size: 16px;
  }
}

.centered {
  text-align: center;
}

.parts {
  display: flex;
  margin: auto;
  gap: 40px;
}
.parts.ai-center {
  align-items: center;
}
.parts .part {
  width: calc(50% - 20px);
  flex-grow: 1;
  position: relative;
}
.parts .part .image {
  font-size: 0;
  position: relative;
}
.parts .part .image img {
  max-width: 100%;
}
@media only screen and (max-width: 950px) {
  .parts {
    flex-wrap: wrap;
    gap: 25px;
  }
  .parts .part {
    width: 100%;
  }
  .parts.mobile-reversed {
    flex-direction: column-reverse;
  }
}

.parts.info {
  margin-bottom: 70px;
}
@media only screen and (max-width: 950px) {
  .parts.info {
    margin-bottom: 40px;
  }
}

.section-title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 42px;
  text-align: center;
  color: var(--color-sec);
}
.section-title.white {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .section-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 950px) {
  .section-title {
    font-size: 32px;
  }
}

.section-subtitle {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #696A75;
  margin-top: 15px;
}
.section-subtitle strong {
  color: var(--color-main);
}
@media only screen and (max-width: 1200px) {
  .section-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 950px) {
  .section-subtitle {
    font-size: 18px;
  }
}

.section-subtitle {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: var(--color-sec);
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .section-subtitle {
    font-size: 20px;
  }
}

.title-regular {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.2;
  color: var(--color-text);
}
@media only screen and (max-width: 1370px) {
  .title-regular {
    font-size: 50px;
  }
}
@media only screen and (max-width: 950px) {
  .title-regular {
    font-size: 32px;
  }
}

.title-32 {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: var(--color-sec);
}
@media only screen and (max-width: 950px) {
  .title-32 {
    font-size: 28px;
  }
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 950px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.button-simple {
  display: inline-block;
  margin-top: 25px;
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: var(--color-sec);
  transition: 0.25s;
}
.button-simple:hover {
  color: var(--color-main);
}

.wrapper-load-more {
  text-align: center;
  margin-top: 45px;
}
.wrapper-load-more .load-more {
  display: inline-block;
  padding: 15px 25px;
  border: 1px solid rgba(105, 106, 117, 0.3);
  border-radius: 6px;
  cursor: pointer;
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #696A75;
  transition: 0.25s;
  position: relative;
}
.wrapper-load-more .load-more span {
  transition: 0.25s;
}
.wrapper-load-more .load-more:hover {
  background: #eeeeee;
}
.wrapper-load-more .load-more.loading {
  pointer-events: none;
}
.wrapper-load-more .load-more.loading span {
  opacity: 0;
}

@keyframes rotation-loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loading:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #E563A5;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-loading 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: 10;
}

.decor {
  position: absolute;
  font-size: 0;
  pointer-events: none;
}
.decor img {
  max-width: 100%;
}

#sm_menu_ham {
  position: static;
}
#sm_menu_ham span {
  background-color: var(--color-sec);
  height: 3px;
}

.sm_menu_outer {
  background: #fff;
  overflow-y: hidden;
  border-top: 1px solid var(--color-sec);
}
.sm_menu_outer.slide .mobile_menu .sub-menu {
  background: #fff;
  min-height: calc(100vh - 40px);
  height: auto;
}
.sm_menu_outer .mobile_menu li {
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
}
.sm_menu_outer .mobile_menu li.hasChild > a, .sm_menu_outer .mobile_menu li.back a {
  background-size: 20px !important;
}
.sm_menu_outer .mobile_menu a {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  padding: 15px 15px;
  color: var(--color-text);
}
.sm_menu_outer .mobile_menu .current_page_item > a {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
}

.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background: url(../plugins/mmenu/images/next.png) no-repeat scroll 10px center/5% auto;
}

.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 45px 20px 5px;
  background: url(../plugins/mmenu/images/back.png) no-repeat scroll right 15px center/5% auto;
}

.sm_menu_outer {
  bottom: 0;
  height: calc(100vh - 40px);
  top: 80px;
}

body.scrolled .sm_menu_outer {
  top: 55px;
}



.pagination {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination a {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: var(--color-text);
  white-space: nowrap;
  transition: 0.25s;
}
.pagination a:hover {
  color: var(--color-main);
}
.pagination .current {
  font-family: "Assistant", sans-serif;
  font-weight: 500;
  color: var(--color-main);
}

.like-widget {
  height: 22px;
  width: 22px;
  position: relative;
  cursor: pointer;
}
.like-widget img {
  position: absolute;
  transition: 0.25s;
  top: 0;
  left: 0;
  opacity: 0;
}
.like-widget.not-liked img.liked {
  opacity: 0;
}
.like-widget.not-liked img.not-liked {
  opacity: 1;
}
.like-widget.liked img.liked {
  opacity: 1;
}
.like-widget.liked img.not-liked {
  opacity: 0;
}
.like-widget.loading:after {
  width: 25px;
  height: 25px;
  border: 3px solid #E563A5;
  border-bottom-color: transparent;
}

.wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: -40px;
  color: red;
  border: none;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  bottom: 28px;
  right: 4px;
}

.share {
  position: relative;
}
.share .icons-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: none;
  z-index: 9;
}
.share .a2a_kit {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.share .ttl {
  cursor: pointer;
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
  direction: rtl;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
}

/* ---------------------- header ---------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
header .top-only {
  transition: 0.25s;
  height: 85px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
header .top-only:hover {
  overflow: visible;
}
header.scrolled .top-only {
  height: 0;
}
header .part-top {
  height: 30px;
  background: var(--color-main);
}
header .part-top .section-inner {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .part-top .text {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
header .part-middle {
  height: 55px;
  background: var(--color-sec);
  position: relative;
  z-index: 99;
}
header .part-middle .section-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
header .part-middle .section-inner .search-cont, header .part-middle .section-inner .tel-cont {
  flex: 0 0 300px;
}
header .part-middle .section-inner .menu-cont {
  flex: 1;
  min-width: 0;
}
header .part-middle .section-inner .menu-cont .main-menu {
  display: flex;
}
header .part-middle .section-inner .tel-cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Assistant", sans-serif;
  font-weight: 800;
  font-size: 21px;
  color: #fff;
  transition: 0.25s;
}
header .part-middle .section-inner .tel-cont:hover {
  color: var(--color-main);
}
header .part-main {
  height: 90px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
header .part-main .section-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: static;
}
header .part-main .logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .part-main .logo img {
  max-height: 100%;
}
header .part-main .icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 23px;
  margin-right: 30px;
}
header .part-main .icons .icon {
  position: relative;
}
header .part-main .icons .icon .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: var(--color-main);
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  top: -20px;
  right: -13px;
}
header .part-main .icons .icon.cart .circle {
  background: var(--color-sec);
}
header .part-main .icons .icon.search {
  display: none;
}
@media only screen and (max-width: 950px) {
  header .part-middle {
    display: none;
  }
  header .part-top {
    height: 25px;
  }
  header .part-top .text {
    font-size: 17px;
  }
  header .top-only {
    height: 25px;
  }
  header .part-main {
    height: 55px;
    z-index: 9;
    position: relative;
  }
  header .part-main .icons {
    gap: 18px;
  }
  header .part-main .icons .icon .circle {
    font-size: 14px;
    height: 18px;
    width: 18px;
    top: -13px;
    right: -13px;
  }
  header .part-main .icons .icon.search {
    display: block;
  }
  header .part-main .icons .icon.search img {
    height: 20px;
  }
}

/* --------------------- /header ---------------------- */
header .search-cont {
  background: #F4F4F5;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.25s;
}
header .search-cont .is-form-style input.is-search-input {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #A1A1AA;
  border: none;
  outline: none;
  background: transparent !important;
  border: none !important;
}
header .search-cont .is-search-icon {
  border: none !important;
  background: #F4F4F5;
}
header .search-cont .icon {
  font-size: 0;
}
header .search-cont.mobile {
  display: none;
}
@media only screen and (max-width: 950px) {
  header .search-cont {
    padding: 8px 8px;
    position: absolute;
    top: 35px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
  }
  header .search-cont.mobile {
    display: block;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
  header .search-cont.open {
    top: 65px;
    opacity: 1;
    visibility: visible;
  }
}

header ul.top-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 99;
}
header ul.top-menu .menu-item-has-children, header ul.top-menu .has-extra-menu {
  padding-left: 20px;
  background: url("../images/icons/rdw.svg") no-repeat left 10px center;
}
header ul.top-menu .menu-item-has-children {
  position: relative;
}
header ul.top-menu > li {
  position: relative;
  padding: 0 10px;
}
header ul.top-menu > li:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  height: 20px;
  width: 1px;
}
header ul.top-menu > li:last-child:after {
  content: none;
}
header ul.top-menu > li > a {
  position: relative;
  transition: 0.25s;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  padding: 5px 5px;
  white-space: nowrap;
  display: inline-block;
}
header ul.top-menu > li > a:hover {
  color: var(--color-main);
}
header ul.top-menu > li .sub-menu {
  padding: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.15s;
  box-shadow: 0px 2px 15px 0px rgba(50, 50, 50, 0.2);
  z-index: 999;
}
header ul.top-menu > li .sub-menu li {
  margin: 0;
}
header ul.top-menu > li .sub-menu li.menu-item-has-children {
  background: url("../images/icons/rr.svg") no-repeat left center;
}
header ul.top-menu > li .sub-menu li a {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: var(--color-text);
  padding: 8px;
  white-space: nowrap;
  display: inline-block;
  transition: 0.5s;
}
header ul.top-menu > li .sub-menu li a:hover {
  color: var(--color-main);
}
header ul.top-menu > li .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
  top: 0;
  transform: translateX(-20px);
}
header ul.top-menu > li .sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
header ul.top-menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

header ul.main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
header ul.main-menu .has-mega-menu {
  padding-left: 13px;
  background: url("../images/icons/rd.svg") no-repeat left 5px center;
}
header ul.main-menu > li {
  position: static;
  padding: 0 5px;
}
header ul.main-menu > li > a {
  position: relative;
  transition: 0.25s;
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: var(--color-text);
  padding: 5px 5px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  z-index: 1;
}
header ul.main-menu > li > a:hover {
  color: var(--color-main);
}
header ul.main-menu > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
  pointer-events: all;
}
@media only screen and (max-width: 1370px) {
  header ul.main-menu > li > a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1320px) {
  header ul.main-menu {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 950px) {
  header ul.main-menu {
    display: none;
  }
}

header .mega-menu {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 1760px;
  left: 50%;
  border-top: 1px solid #432326;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-50px);
  pointer-events: none;
}
header .mega-menu:before {
  content: "";
  top: -538px;
  height: 538px;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
}
header .mega-menu .section-inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
}
header .mega-menu .section-inner .col-title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: var(--color-text);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-main);
  display: inline-block;
  white-space: nowrap;
}
header .mega-menu .section-inner .part-menus {
  display: flex;
  gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
}
header .mega-menu .section-inner .part-menus .col .links {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
header .mega-menu .section-inner .part-menus .col .links a {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: var(--color-text);
  padding: 5px 0;
  margin-top: 3px;
  transition: 0.25s;
}
header .mega-menu .section-inner .part-menus .col .links a:hover {
  color: var(--color-main);
}
header .mega-menu .section-inner .part-products .products {
  display: flex;
  gap: 70px;
  margin-top: 40px;
}
header .mega-menu .section-inner .part-products .products .box {
  text-align: center;
  position: relative;
  cursor: pointer;
}
header .mega-menu .section-inner .part-products .products .box img {
  height: 125px;
  width: auto;
}
header .mega-menu .section-inner .part-products .products .box .title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: var(--color-text);
  margin-top: 10px;
  transition: 0.25s;
}
header .mega-menu .section-inner .part-products .products .box:hover .title {
  color: var(--color-main);
}
header .mega-menu .section-inner .part-products .products .box .price {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  margin-top: 5px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
header .mega-menu .section-inner .part-products .products .box .price del {
  font-size: 14px;
}
header .mega-menu .section-inner .part-products .products .box .price ins {
  text-decoration: none;
}
header .mega-menu .section-inner .part-products .products .box .tag {
  position: absolute;
  top: -30px;
  left: -30px;
  background: var(--color-main);
  border-radius: 5px;
  padding: 10px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 1500px) {
  header .mega-menu .section-inner .part-products .products .box .tag {
    left: -15px;
  }
}

.side-panel {
  position: fixed;
  bottom: 32px;
  left: 0;
  z-index: 98;
}
.side-panel .links .link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin-top: 4px;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: 0.25s;
}
.side-panel .links .link:first-child {
  margin-top: 0;
}
.side-panel .links .link img {
  transition: 0.25s;
}
.side-panel .links .link:hover {
  background: #47D14D;
}
.side-panel .links .link:hover img {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 950px) {
  .side-panel .links .link {
    height: 30px;
    width: 30px;
    display: none;
  }
  .side-panel .links .link:nth-child(1), .side-panel .links .link:nth-child(2) {
    display: flex;
  }
}

/* ---------------------- Section hero ---------------------- */
section.hero {
  height: 736px;
  padding: 0;
}
section.hero .swiper-container {
  height: 100%;
}
section.hero .swiper-container .swiper-wrapper {
  height: 100%;
}
section.hero .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
section.hero .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.hero .swiper-container .nav {
  position: absolute;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
section.hero .swiper-container .nav .arrow {
  cursor: pointer;
  pointer-events: all;
}
@media only screen and (max-width: 1370px) {
  section.hero {
    height: 480px;
  }
}

/* --------------------- /Section hero ---------------------- */
/* ---------------------- Section hey-you ---------------------- */
section.hey-you .content {
  font-size: 24px;
  max-width: 650px;
  margin: auto;
}
@media only screen and (max-width: 950px) {
  section.hey-you .content {
    font-size: 20px;
  }
}

/* --------------------- /Section hey-you ---------------------- */
/* ---------------------- Section categories ---------------------- */
section.categories .section-title {
  margin-bottom: 55px;
}
section.categories .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.categories .boxes .box {
  width: calc(33.33% - 14px);
}
@media only screen and (max-width: 950px) {
  section.categories .section-title {
    margin-bottom: 35px;
  }
  section.categories .boxes {
    justify-content: center;
  }
  section.categories .boxes .box {
    width: 100%;
    max-width: 400px;
  }
}

/* --------------------- /Section categories ---------------------- */
.box-category {
  background: url("../images/index/categories/bg-cat-box.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  padding-bottom: 0;
  font-size: 0;
  cursor: pointer;
  overflow: hidden;
}
.box-category .text {
  margin: 15px;
  margin-bottom: 75px;
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: var(--color-sec);
  text-align: center;
  flex-grow: 1;
  transition: 0.25s;
}
.box-category .image img {
  max-width: 100%;
  transition: 0.5s;
}
.box-category:hover .text {
  color: var(--color-main);
}
.box-category:hover .image img {
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .box-category .text {
    font-size: 28px;
  }
}

.box-sale {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Assistant", sans-serif;
  font-weight: 800;
  font-size: 140px;
  color: #FF9BA8;
  background: url("../images/index/categories/bg-cat-box.png") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .box-sale {
    font-size: 100px;
  }
}

.box-product {
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 12px 17px;
  padding-bottom: 20px;
  padding-top: 73px;
  max-width: 320px;
  transition: 0.5s;
  border: 1px solid transparent;
  border-radius: 9px;
  display: block;
}
.box-product .image {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-product .image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.box-product .title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: var(--color-text);
  margin-top: 10px;
  transition: 0.25s;
}
.box-product:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.box-product:hover .title {
  color: var(--color-main);
}
.box-product:hover .buttons {
  opacity: 1;
}
.box-product .price {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  margin-top: 5px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.box-product .price del {
  font-size: 14px;
}
.box-product .price ins {
  text-decoration: none;
}
.box-product .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--color-main);
  border-radius: 5px;
  padding: 10px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.box-product .like {
  position: absolute;
  top: 60px;
  left: 10px;
}
.box-product .like img {
  width: 20px;
}
.box-product .buttons {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 15px;
  transition: 0.25s;
  opacity: 0;
}
.box-product .buttons .button {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: var(--color-sec);
  border-radius: 8px;
  border: 1px solid var(--color-sec);
  text-align: center;
  padding: 6px;
  flex-grow: 1;
  transition: 0.25s;
  white-space: nowrap;
  position: relative;
}
.box-product .buttons .button.loading {
  opacity: 0.7;
  pointer-events: none;
}
.box-product .buttons .button:hover {
  color: var(--color-main);
  border-color: var(--color-main);
}
.box-product .quantity-selector {
  border-radius: 8px;
  border: 1px solid #432326;
  display: flex;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
}
.box-product .quantity-selector input {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  text-align: center;
  width: 30px;
  background: transparent;
}
.box-product .quantity-selector .btn {
  cursor: pointer;
  padding: 6px 8px;
}
@media only screen and (max-width: 950px) {
  .box-product {
    padding: 10px;
    padding-top: 60px;
  }
  .box-product .tag {
    font-size: 14px;
    padding: 6px;
  }
  .box-product .like {
    top: 15px;
    right: 15px;
    left: auto;
  }
  .box-product .image {
    height: 120px;
  }
  .box-product .buttons {
    flex-wrap: wrap;
    opacity: 1;
  }
  .box-product .buttons .button {
    width: 100%;
    font-size: 16px;
  }
}

/* ---------------------- Section slider-products ---------------------- */
section.slider-products .swiper-container {
  margin-top: 53px;
}
section.slider-products .swiper-container .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  pointer-events: none;
}
section.slider-products .swiper-container .nav .arrow {
  cursor: pointer;
  pointer-events: all;
}
@media only screen and (max-width: 950px) {
  section.slider-products .swiper-container {
    margin-top: 35px;
  }
}

/* --------------------- /Section slider-products ---------------------- */
/* ---------------------- Section presents ---------------------- */
section.presents {
  background: #F4F0ED;
}
section.presents .sections {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
section.presents .sections .section {
  text-align: center;
  flex: 1 0;
}
section.presents .image img {
  max-width: 100%;
}
section.presents .title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 54px;
  color: var(--color-sec);
}
section.presents .text {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 30px;
  color: var(--color-sec);
}
section.presents .text p {
  margin-top: 5px;
}
section.presents .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  width: 100%;
  margin-top: 40px;
}
section.presents .buttons .button {
  border-radius: 4px;
  background: var(--color-sec);
  padding: 10px 15px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  transition: 0.25s;
}
section.presents .buttons .button:hover {
  background: var(--color-main);
}
@media only screen and (max-width: 1370px) {
  section.presents .title {
    font-size: 45px;
  }
  section.presents .text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 950px) {
  section.presents .sections {
    flex-direction: column;
  }
  section.presents .title {
    font-size: 35px;
  }
  section.presents .text {
    font-size: 20px;
  }
}

/* --------------------- /Section presents ---------------------- */
/* ---------------------- Section about ---------------------- */
section.about .sections {
  display: flex;
  align-items: center;
  gap: 150px;
}
section.about .content {
  margin-top: 25px;
  font-size: 24px;
}
section.about .section.image {
  flex-shrink: 0;
  max-width: 33.333%;
}
section.about .video {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: auto;
  font-size: 0;
}
section.about .video img {
  max-width: 100%;
}
section.about .video:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}
section.about .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  cursor: pointer;
  transition: 0.35s;
}
section.about .video .play:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
section.about .button {
  display: inline-block;
  margin-top: 25px;
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: var(--color-sec);
  transition: 0.25s;
}
section.about .button:hover {
  color: var(--color-main);
}
@media only screen and (max-width: 950px) {
  section.about .content {
    font-size: 20px;
  }
  section.about .sections {
    flex-direction: column;
    gap: 35px;
  }
  section.about .section.image {
    max-width: 100%;
  }
}

/* --------------------- /Section about ---------------------- */
/* ---------------------- Section why ---------------------- */
section.why {
  background: #F4F0ED;
}
section.why .sections {
  display: flex;
  gap: 50px;
  align-items: center;
}
section.why .sections .section {
  align-items: center;
}
section.why .section.icons {
  width: 55%;
}
section.why .title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 64px;
  color: var(--color-sec);
  text-align: center;
  flex-grow: 1;
}
section.why .cont-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 items per row */
  gap: 50px; /* Space between items */
}
section.why .cont-items .item {
  text-align: center;
}
section.why .cont-items .item .icon {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FE9FAC;
}
section.why .cont-items .item .icon img {
  max-width: 100%;
  max-height: 1005px;
}
section.why .cont-items .item .text {
  margin-top: 5px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
}
@media only screen and (max-width: 950px) {
  section.why .sections {
    flex-direction: column-reverse;
    gap: 35px;
  }
  section.why .section.icons {
    width: 100%;
  }
  section.why .title {
    font-size: 50px;
  }
  section.why .cont-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --------------------- /Section why ---------------------- */
/* ---------------------- Section contact-bottom ---------------------- */
section.contact-bottom {
  background: url("../images/index/bg-contact.png") no-repeat;
  background-position: center center;
  min-height: 450px;
  display: flex;
  align-items: center;
}
section.contact-bottom .wrapper-form {
  text-align: center;
  max-width: 800px;
}
section.contact-bottom .title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 54px;
  color: #fff;
}
section.contact-bottom .text {
  margin-top: 25px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
}
section.contact-bottom form {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
  max-width: 100%;
}
section.contact-bottom form .wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 14px;
}
section.contact-bottom form .wpcf7-response-output {
  position: absolute;
  margin: 0;
  border: none;
  font-size: 13px;
  bottom: -20px;
}
section.contact-bottom form .wpcf7-not-valid-tip {
  bottom: 2px;
}
section.contact-bottom form .wpcf7-form-control-wrap {
  display: block;
  max-width: 200px;
}
section.contact-bottom form .wpcf7-form-control-wrap input {
  width: auto;
  max-width: 100%;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: var(--color-text);
  border-radius: 4px;
  padding: 10px 10px;
}
section.contact-bottom form .wpcf7-form-control-wrap input[type=submit] {
  color: #fff;
  transition: 0.25s;
  background: var(--color-sec);
  padding: 10px 20px;
  cursor: pointer;
}
section.contact-bottom form .wpcf7-form-control-wrap input[type=submit]:hover {
  background: var(--color-main);
}
@media only screen and (max-width: 950px) {
  section.contact-bottom {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 390px;
    background: url("../images/index/bg-contact-mobile.jpg") no-repeat;
    background-position: center bottom;
  }
  section.contact-bottom .wrapper-form {
    max-width: 100%;
  }
  section.contact-bottom .title {
    font-size: 40px;
  }
  section.contact-bottom .text {
    font-size: 20px;
  }
  section.contact-bottom form {
    flex-direction: column;
  }
  section.contact-bottom form .wpcf7-form-control-wrap {
    max-width: 100%;
  }
}

/* --------------------- /Section contact-bottom ---------------------- */
/* ---------------------- footer ---------------------- */
footer {
  margin-top: 25px;
}
footer .part-top {
  padding-top: 45px;
  padding-bottom: 25px;
  background: #F6F3F1;
}
footer .part-top .logo img {
  max-width: 100%;
}
footer .part-top .cols {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
}
footer .part-top .cols .col .col-title {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
footer .part-top .cols .col .col-title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 5px;
  right: 0;
  width: 60px;
  height: 2px;
  background-color: var(--color-text);
}
footer .part-top .cols .col ul {
  list-style: none;
}
footer .part-top .cols .col ul li {
  margin-top: 2px;
}
footer .part-top .cols .col ul li:first-child {
  margin-top: 0;
}
footer .part-top .cols .col ul a {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  text-decoration: none;
  transition: 0.25s;
  line-height: 1;
  white-space: nowrap;
}
footer .part-top .cols .col ul a:hover {
  color: var(--color-main);
}
footer .part-top .contacts a, footer .part-top .contacts .item {
  display: flex;
  align-items: center;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  margin-top: 13px;
  transition: 0.25s;
  line-height: 1;
  white-space: nowrap;
}
footer .part-top .contacts a:first-child, footer .part-top .contacts .item:first-child {
  margin-top: 0;
}
footer .part-top .contacts a:hover, footer .part-top .contacts .item:hover {
  color: var(--color-main);
}
footer .part-top .contacts a img, footer .part-top .contacts .item img {
  margin-left: 5px;
}
footer .part-top .social {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
}
footer .part-top .social a {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
footer .part-top .social a:hover {
  background: var(--color-sec);
}
footer .part-top .payments {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 60px;
  width: 100%;
  justify-content: flex-end;
}
footer .part-top .payments .item {
  max-width: 70px;
}
footer .part-top .payments .item img {
  max-width: 100%;
}
footer .part-bottom {
  padding: 10px;
  background: #fff;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
}
footer .part-bottom .section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer .part-bottom .section-inner .sep {
  height: 20px;
  width: 2px;
  background: #000;
}
@media only screen and (max-width: 950px) {
  footer .part-top .cols {
    gap: 45px 20px;
  }
  footer .part-top .cols .col {
    width: calc(50% - 10px);
  }
  footer .part-top .cols .col ul a {
    font-size: 16px;
  }
  footer .part-top .payments {
    justify-content: center;
  }
  footer .part-bottom .section-inner {
    flex-direction: column;
    gap: 10px;
  }
  footer .part-bottom .section-inner .sep {
    display: none;
  }
}

/* --------------------- /footer ---------------------- */
.logoextra {
  cursor: pointer;
}
.logoextra svg path {
  transition: 0.5s;
}
.logoextra:hover svg path {
  fill: #FFC20F;
}

/* ---------------------- Section top-inner ---------------------- */
section.top-inner {
  padding: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
section.top-inner .part-top {
  background: #F4F0ED;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.top-inner .part-top .title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 42px;
  color: var(--color-sec);
  line-height: 1;
}
section.top-inner .part-top .title img {
  max-height: 90%;
}
section.top-inner .part-bottom {
  background: #FFFFFF;
  padding: 15px 0;
}
section.top-inner .part-bottom .breadcrumbs {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #363847;
}
@media only screen and (max-width: 1370px) {
  section.top-inner .part-top {
    height: 120px;
  }
  section.top-inner .part-top .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 950px) {
  section.top-inner .part-top {
    height: 100px;
  }
  section.top-inner .part-top .title {
    font-size: 32px;
  }
  section.top-inner .part-top .title img {
    height: 70px;
  }
  section.top-inner .part-top .title img.heart {
    height: 25px;
  }
  section.top-inner .part-bottom {
    padding: 8px 0;
  }
}

/* --------------------- /Section top-inner ---------------------- */
/* ---------------------- Section about ---------------------- */
section.about-inner .sections {
  display: flex;
  align-items: center;
  gap: 150px;
}
section.about-inner .content {
  max-width: 650px;
  background: url("../images/inner/heart-bg.png") no-repeat;
  background-position: center center;
}
section.about-inner .section.text {
  flex-grow: 1;
}
section.about-inner .section.image {
  flex-shrink: 0;
  max-width: 33.333%;
}
section.about-inner .video {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: auto;
  font-size: 0;
}
section.about-inner .video img {
  max-width: 100%;
}
section.about-inner .video:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}
section.about-inner .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  cursor: pointer;
  transition: 0.35s;
}
section.about-inner .video .play:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
@media only screen and (max-width: 950px) {
  section.about-inner .sections {
    flex-direction: column;
    gap: 35px;
  }
  section.about-inner .section.image {
    max-width: 100%;
  }
}

/* --------------------- /Section about ---------------------- */
/* ---------------------- Section why-inner ---------------------- */
section.why-inner {
  padding-bottom: 220px;
}
section.why-inner .decor.w2 {
  bottom: 0;
  right: 0;
  max-width: 11%;
}
section.why-inner .part-top {
  max-width: 540px;
  margin: auto;
  text-align: center;
}
section.why-inner .part-top .title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: var(--color-sec);
}
section.why-inner .part-top .subtitle {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: var(--color-sec);
  margin-top: 10px;
}
section.why-inner .part-top .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
section.why-inner .part-top .list .heart {
  width: 15px;
}
section.why-inner .part-top .list .item {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
}
section.why-inner .part-content {
  margin-top: 55px;
}
section.why-inner .part-content .image {
  float: left;
  width: 27%;
}
section.why-inner .part-content .image img {
  max-width: 180%;
}
@media only screen and (max-width: 950px) {
  section.why-inner {
    padding-bottom: 140px;
  }
  section.why-inner .decor.w2 {
    max-width: 20%;
  }
  section.why-inner .part-content .image {
    width: 43%;
  }
  section.why-inner .part-content .image img {
    max-width: 107%;
  }
}

/* --------------------- /Section why-inner ---------------------- */
/* ---------------------- Section vision ---------------------- */
section.vision {
  padding-bottom: 110px;
}
section.vision .part-content .image {
  float: left;
  width: 16%;
}
section.vision .part-content .image img {
  max-width: 224%;
}
@media only screen and (max-width: 950px) {
  section.vision {
    padding-bottom: 50px;
  }
  section.vision .decor.w2 {
    max-width: 20%;
  }
  section.vision .part-content .image {
    width: 43%;
  }
  section.vision .part-content .image img {
    max-width: 107%;
  }
}

/* --------------------- /Section vision ---------------------- */
/* ---------------------- Section products ---------------------- */
section.products .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
section.products .boxes .box {
  width: calc(25% - 8px);
}
@media only screen and (max-width: 1200px) {
  section.products .boxes .box {
    width: calc(33.33% - 8px);
  }
}
@media only screen and (max-width: 950px) {
  section.products .boxes {
    gap: 25px 10px;
  }
  section.products .boxes .box {
    width: calc(50% - 5px);
  }
}

/* --------------------- /Section products ---------------------- */
/* ---------------------- Section product ---------------------- */
section.product .sections {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
section.product .sections .section {
  width: calc(50% - 50px);
}
section.product .sliders .part-top {
  display: none;
}
section.product .wrapper-sliders {
  max-width: 600px;
}
section.product .wrapper-sliders .slider-product-main {
  height: 480px;
  width: 100%;
  position: relative;
}
section.product .wrapper-sliders .slider-product-main:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to right, white, white 15%, transparent);
  z-index: 9;
  pointer-events: none;
}
section.product .wrapper-sliders .slider-product-main:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to left, white, white 15%, transparent);
  z-index: 9;
  pointer-events: none;
}
section.product .wrapper-sliders .slider-product-main .swiper-wrapper {
  height: 100%;
}
section.product .wrapper-sliders .slider-product-main .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.product .wrapper-sliders .slider-product-main .swiper-wrapper .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
section.product .wrapper-sliders .slider-product-thumbs {
  position: relative;
  height: 100px;
  margin-top: 20px;
}
section.product .wrapper-sliders .slider-product-thumbs:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to right, white, white 15%, transparent);
  z-index: 9;
  pointer-events: none;
}
section.product .wrapper-sliders .slider-product-thumbs:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to left, white, white 15%, transparent);
  z-index: 9;
  pointer-events: none;
}
section.product .wrapper-sliders .slider-product-thumbs .swiper-wrapper {
  height: 100%;
}
section.product .wrapper-sliders .slider-product-thumbs .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.25s;
}
section.product .wrapper-sliders .slider-product-thumbs .swiper-wrapper .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
section.product .wrapper-sliders .slider-product-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
section.product .wrapper-sliders .slider-product-thumbs .nav {
  position: absolute;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
}
section.product .wrapper-sliders .slider-product-thumbs .nav .arrow {
  cursor: pointer;
  pointer-events: all;
}
section.product .wrapper-sliders .slider-product-thumbs .nav .arrow img {
  height: 15px;
}
section.product .part-top {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
}
section.product .part-top .product-title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: var(--color-sec);
}
section.product .part-top .icons {
  display: flex;
  align-items: center;
  gap: 25px;
}
section.product .info .price {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: var(--color-main);
  margin-top: 10px;
}
section.product .info .price del {
  font-size: 16px;
  color: var(--color-sec);
}
section.product .info .price ins {
  text-decoration: none;
}
section.product .info .price .woocommerce-Price-currencySymbol {
  font-size: 0.75em;
}
section.product .info .description {
  margin-top: 20px;
}
section.product .info .accordion {
  margin-top: 35px;
}
section.product .info .accordion > .item {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
section.product .info .accordion > .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
section.product .info .accordion > .item > .title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: var(--color-sec);
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
section.product .info .accordion > .item > .title:after {
  content: "+";
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: var(--color-sec);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: -6px;
}
section.product .info .accordion > .item .content {
  display: none;
  padding-top: 15px;
}
section.product .info .accordion > .item.open > .title:after {
  content: "-";
}
section.product .info .part-bottom {
  margin-top: 25px;
}
section.product .info .part-bottom .price {
  color: #000;
}
section.product .info .part-bottom .line {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}
section.product .info .part-bottom .quantity-selector {
  border-radius: 8px;
  border: 1px solid #432326;
  display: flex;
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: var(--color-text);
}
section.product .info .part-bottom .quantity-selector input {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: var(--color-text);
  text-align: center;
  width: 30px;
}
section.product .info .part-bottom .quantity-selector .btn {
  cursor: pointer;
  padding: 10px;
}
section.product .info .part-bottom .button {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  border-radius: 8px;
  background: var(--color-sec);
  text-align: center;
  padding: 12px;
  flex-grow: 1;
  transition: 0.25s;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
section.product .info .part-bottom .button:hover {
  background: var(--color-main);
}
section.product .info .part-bottom .button.loading {
  opacity: 0.7;
  pointer-events: none;
}
section.product .info .part-bottom .button.button-buy {
  background: var(--color-main);
}
section.product .info .part-bottom .button.button-buy:hover {
  background: var(--color-sec);
}
section.product .info .part-bottom .button.button-buy.loading:after {
  border: 3px solid #fff;
  border-bottom-color: transparent;
}
@media only screen and (max-width: 950px) {
  section.product .sections {
    gap: 30px;
  }
  section.product .sections .section {
    width: 100%;
  }
  section.product .sliders .part-top {
    display: flex;
  }
  section.product .info .part-top {
    display: none;
  }
  section.product .info .price {
    font-size: 28px;
  }
  section.product .info .accordion > .item {
    padding: 15px 0;
  }
  section.product .info .accordion > .item > .title {
    font-size: 19px;
  }
  section.product .info .part-bottom .line {
    flex-wrap: wrap;
  }
  section.product .wrapper-sliders {
    margin-top: 25px;
  }
  section.product .wrapper-sliders .slider-product-main {
    height: 220px;
  }
}

/* --------------------- /Section product ---------------------- */
.custom-select {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: var(--color-text);
  margin-top: 20px;
  max-width: 280px;
}
.custom-select .select-title {
  background: #FFFFFF;
  border: 2px solid #432326;
  border-radius: 9px 9px 0px 0px;
  padding: 15px;
  background: url("../images/icons/dr.svg") no-repeat;
  background-position: left 20px center;
  padding-left: 20px;
  cursor: pointer;
}
.custom-select .dropdown {
  border: 1px solid #000;
  border-top: none;
  display: none;
}
.custom-select .dropdown .item {
  padding: 13px;
  cursor: pointer;
  transition: 0.25s;
}
.custom-select .dropdown .item.active {
  background: rgba(229, 99, 165, 0.3);
}

.custom-multi-select, .custom-single-select {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-top: 20px;
}
.custom-multi-select .item, .custom-single-select .item {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: var(--color-text);
  border: 2px solid #432326;
  border-radius: 9px;
  padding: 15px;
  transition: 0.25s;
  cursor: pointer;
}
.custom-multi-select .item.active, .custom-single-select .item.active {
  background: #E563A5;
  color: #fff;
  border-color: #E563A5;
}
@media only screen and (max-width: 950px) {
  .custom-multi-select, .custom-single-select {
    gap: 10px 10px;
  }
  .custom-multi-select .item, .custom-single-select .item {
    padding: 10px;
  }
}

.icons-select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.icons-select .item {
  font-size: 0;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}
.icons-select .item img {
  max-width: 50px;
}
.icons-select .item.active {
  border: 1px solid #E563A5;
}

.upsell-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.upsell-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.upsell-popup .section-inner {
  background: #F4F0ED;
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: 0.5s;
  transform: translateY(-100px);
}
.upsell-popup.open {
  opacity: 1;
  visibility: visible;
}
.upsell-popup.open .section-inner {
  transform: translateY(0px);
}
.upsell-popup .popup-title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: var(--color-sec);
}
.upsell-popup .popup-subtitle {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: var(--color-text);
}
.upsell-popup .category-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}
.upsell-popup .category-menu .item {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: var(--color-text);
  border: 2px solid #432326;
  border-radius: 9px;
  padding: 15px;
  transition: 0.25s;
  cursor: pointer;
}
.upsell-popup .category-menu .item.active {
  background: #E563A5;
  color: #fff;
  border-color: #E563A5;
}
.upsell-popup .category-menu .item:hover {
  background: #eebbd5;
}
.upsell-popup .products-container {
  margin-top: 53px;
  position: relative;
}
.upsell-popup .swiper-container .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  pointer-events: none;
}
.upsell-popup .swiper-container .nav .arrow {
  cursor: pointer;
  pointer-events: all;
}
@media only screen and (max-width: 1370px) {
  .upsell-popup .section-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 950px) {
  .upsell-popup .section-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .upsell-popup .category-menu .item {
    padding: 10px;
    font-size: 16px;
  }
  .upsell-popup .popup-title {
    font-size: 28px;
  }
  .upsell-popup .popup-subtitle {
    font-size: 20px;
  }
  .upsell-popup .close {
    top: 10px;
    right: 10px;
  }
}

.cart-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.cart-sidebar .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.cart-sidebar .inner {
  background: #F4F0ED;
  width: 100%;
  max-width: 700px;
  padding: 60px;
  transition: 0.5s;
  transform: translateX(100px);
  height: 100%;
}
.cart-sidebar.open {
  opacity: 1;
  visibility: visible;
}
.cart-sidebar.open .inner {
  transform: translateX(0px);
}
.cart-sidebar .sidebar-title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: var(--color-sec);
  text-align: center;
}
.cart-sidebar .products-table {
  margin-top: 45px;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 20px 20px;
  max-height: 67vh;
  position: relative;
  transition: 0.25s;
}
.cart-sidebar .products-table.loading {
  pointer-events: none;
}
.cart-sidebar .products-table.loading:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #F4F0ED;
  opacity: 0.75;
  z-index: 9;
}
.cart-sidebar .products-table .product {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-top: 0.5px solid rgba(35, 35, 37, 0.3);
}
.cart-sidebar .products-table .product:first-child {
  border-top: none;
}
.cart-sidebar .products-table .product .remove {
  height: 10px;
  width: 10px;
  flex-shrink: 0;
  cursor: pointer;
}
.cart-sidebar .products-table .product .remove img {
  max-width: 100%;
}
.cart-sidebar .products-table .product .image {
  width: 90px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-sidebar .products-table .product .image img {
  max-width: 100%;
  mix-blend-mode: multiply;
}
.cart-sidebar .products-table .product .text {
  flex-grow: 1;
}
.cart-sidebar .products-table .product .text .product-title {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: var(--color-text);
}
.cart-sidebar .products-table .product .text .addons {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: var(--color-text);
}
.cart-sidebar .products-table .product .text .addons p {
  margin-top: 3px;
}
.cart-sidebar .products-table .product .quantity-selector {
  border-radius: 8px;
  border: 1px solid #432326;
  display: flex;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: var(--color-text);
}
.cart-sidebar .products-table .product .quantity-selector input {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: var(--color-text);
  text-align: center;
  width: 30px;
  background: transparent;
}
.cart-sidebar .products-table .product .quantity-selector .btn {
  cursor: pointer;
  padding: 6px 8px;
}
.cart-sidebar .products-table .product .price {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: var(--color-text);
}
.cart-sidebar .products-table .product .price ins {
  text-decoration: none;
}
.cart-sidebar .text-bottom {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: var(--color-text);
  margin-top: 20px;
}
.cart-sidebar .buttons {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}
.cart-sidebar .buttons .button {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  border-radius: 8px;
  background: var(--color-sec);
  text-align: center;
  padding: 12px;
  flex-grow: 1;
  transition: 0.25s;
  white-space: nowrap;
  cursor: pointer;
}
.cart-sidebar .buttons .button:hover {
  background: var(--color-main);
}
.cart-sidebar .buttons .button.button-buy {
  background: var(--color-main);
}
.cart-sidebar .buttons .button.button-buy:hover {
  background: var(--color-sec);
}
@media only screen and (max-width: 950px) {
  .cart-sidebar .inner {
    padding: 35px 10px;
  }
  .cart-sidebar .close {
    top: 10px;
    right: 10px;
  }
  .cart-sidebar .sidebar-title {
    font-size: 24px;
  }
  .cart-sidebar .products-table {
    margin-top: 25px;
    padding: 5px 5px;
    overflow-y: scroll;
    max-height: 55vh;
  }
  .cart-sidebar .products-table .product {
    padding: 10px;
    gap: 10px;
  }
  .cart-sidebar .products-table .product .text .product-title {
    font-size: 19px;
  }
  .cart-sidebar .products-table .product .image {
    width: 60px;
  }
  .cart-sidebar .products-table .product .quantity-selector {
    flex-direction: column;
    line-height: 0.5;
    text-align: center;
  }
}

.addon-input input {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  padding: 10px 15px;
}

/* ---------------------- Section wishlist ---------------------- */
section.wishlist .part-top {
  display: flex;
  align-items: center;
  gap: 15px;
}
section.wishlist .part-top .title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: var(--color-sec);
  flex-grow: 1;
}
section.wishlist .wpcf7 {
  position: relative;
  display: block;
  max-width: 100%;
}
section.wishlist .wpcf7 .wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 14px;
}
section.wishlist .wpcf7 .wpcf7-response-output {
  position: absolute;
  margin: 0;
  border: none;
  font-size: 13px;
  bottom: -20px;
}
section.wishlist .wpcf7 .wpcf7-not-valid-tip {
  bottom: 2px;
}
section.wishlist .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}
section.wishlist .wpcf7 input[type=email] {
  border: 1px solid #432326;
  border-radius: 9px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  padding: 12px 10px;
  display: block;
  max-width: 100%;
}
section.wishlist .wpcf7 .wrapper-submit {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 5px;
}
section.wishlist .wpcf7 .wrapper-submit .wpcf7-submit {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  background: var(--color-sec);
  border-radius: 9px;
  padding: 6px 16px;
  cursor: pointer;
  transition: 0.25s;
}
section.wishlist .wpcf7 .wrapper-submit .wpcf7-submit:hover {
  background: var(--color-main);
}
section.wishlist .button-add-to-cart-all {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  background: var(--color-main);
  padding: 12px 15px;
  border-radius: 9px;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
}
section.wishlist .button-add-to-cart-all:hover {
  background: var(--color-sec);
}
section.wishlist .button-add-to-cart-all.loading {
  opacity: 0.7;
  pointer-events: none;
}
section.wishlist .button-add-to-cart-all.loading:after {
  border: 3px solid #fff;
  border-bottom-color: transparent;
}
section.wishlist .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
  margin-top: 45px;
  position: relative;
}
section.wishlist .boxes .box {
  width: calc(25% - 26px);
}
section.wishlist .boxes .box-product {
  border-color: rgba(0, 0, 0, 0.5);
}
section.wishlist .boxes .box-product .buttons {
  opacity: 1;
}
section.wishlist .boxes .box-product .like {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
}
@media only screen and (max-width: 1200px) {
  section.wishlist .boxes .box {
    width: calc(33.33% - 23px);
  }
}
@media only screen and (max-width: 950px) {
  section.wishlist .part-top {
    flex-direction: column;
    gap: 25px;
  }
  section.wishlist .boxes {
    gap: 25px 10px;
  }
  section.wishlist .boxes .box {
    width: calc(50% - 5px);
  }
}

/* --------------------- /Section wishlist ---------------------- */
/* ---------------------- Section blog ---------------------- */
section.blog .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
section.blog .boxes .box {
  width: calc(33.333% - 34px);
}
@media only screen and (max-width: 950px) {
  section.blog .boxes {
    gap: 25px;
  }
  section.blog .boxes .box {
    width: 100%;
  }
}

/* --------------------- /Section blog ---------------------- */
.box-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.25s;
  cursor: pointer;
  max-width: 400px;
}
.box-post .image {
  height: 320px;
  width: 100%;
  text-align: center;
}
.box-post .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.box-post .title {
  padding: 25px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: var(--color-text);
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-post .button {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: var(--color-sec);
  border-radius: 8px;
  padding: 8px 28px;
  transition: 0.25s;
}
.box-post:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.box-post:hover .button {
  background: var(--color-main);
}
@media only screen and (max-width: 950px) {
  .box-post {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .box-post .image {
    height: 240px;
  }
}

/* ---------------------- Section post ---------------------- */
section.post .image {
  border-radius: 19px;
  float: left;
  overflow: hidden;
  font-size: 0;
  margin-right: 50px;
  margin-bottom: 50px;
  max-width: 50%;
}
section.post .image img {
  max-width: 100%;
}
@media only screen and (max-width: 950px) {
  section.post .image {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

/* --------------------- /Section post ---------------------- */
/* ---------------------- Section contact ---------------------- */
section.contact {
  background: url("../images/inner/contact-bg.png") no-repeat left center/cover;
}
section.contact .sections {
  max-width: 830px;
  display: flex;
  gap: 90px;
}
section.contact .sections .section {
  flex-basis: 50%;
}
section.contact .subtitle {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: var(--color-sec);
  margin-top: 25px;
}
section.contact .contacts {
  margin-top: 20px;
}
section.contact .contacts a, section.contact .contacts .item {
  display: flex;
  align-items: center;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  margin-top: 8px;
  transition: 0.25s;
  line-height: 1;
  white-space: nowrap;
}
section.contact .contacts a:first-child, section.contact .contacts .item:first-child {
  margin-top: 0;
}
section.contact .contacts a:hover, section.contact .contacts .item:hover {
  color: var(--color-main);
}
section.contact .contacts a img, section.contact .contacts .item img {
  margin-left: 5px;
}
section.contact .social {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 20px;
}
section.contact .social a {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
section.contact .social a:hover {
  background: var(--color-sec);
}
section.contact .content p {
  margin-top: 5px;
}
section.contact form {
  max-width: 100%;
}
section.contact form .wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 14px;
}
section.contact form .wpcf7-response-output {
  position: absolute;
  margin: 0;
  border: none;
  font-size: 13px;
  bottom: -20px;
}
section.contact form .wpcf7-not-valid-tip {
  bottom: 2px;
}
section.contact form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 11px;
  width: 100%;
}
section.contact form .wpcf7-form-control-wrap input, section.contact form .wpcf7-form-control-wrap textarea {
  width: 100%;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: var(--color-text);
  border-radius: 4px;
  padding: 10px 10px;
  border: none;
  outline: none;
}
section.contact form .wpcf7-form-control-wrap textarea {
  height: 120px;
}
section.contact form .wpcf7-form-control-wrap input[type=submit] {
  color: #fff;
  transition: 0.25s;
  background: var(--color-sec);
  padding: 13px 20px;
  cursor: pointer;
  width: 100%;
}
section.contact form .wpcf7-form-control-wrap input[type=submit]:hover {
  background: var(--color-main);
}
@media only screen and (max-width: 950px) {
  section.contact {
    background: url("../images/inner/contact-bg-m.jpg") no-repeat center bottom/cover;
    padding-bottom: 300px;
  }
  section.contact .sections {
    flex-wrap: wrap;
    gap: 45px;
  }
  section.contact .sections .section {
    flex-basis: 100%;
  }
  section.contact .subtitle {
    font-size: 19px;
  }
}

/* --------------------- /Section contact ---------------------- */
/* ---------------------- Section prce-list ---------------------- */
section.prce-list .price-table .rows .row {
  display: flex;
  gap: 0 40px;
  flex-wrap: wrap;
}
section.prce-list .price-table .rows .row .item {
  width: calc(25% - 30px);
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  border-bottom: 1px solid #b9b6b4;
  background: #f4f0ed;
  padding: 8px 4px;
  text-align: center;
}
section.prce-list .price-table .rows .row .item:first-child {
  text-align: right;
}
section.prce-list .price-table .rows .row.head .item {
  padding: 0;
  text-align: right;
  background: transparent;
}
section.prce-list .price-table .rows .row.head .item .part-top {
  height: 135px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background: #f4f0ed;
  display: flex;
  align-items: center;
}
section.prce-list .price-table .rows .row.head .item .part-top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.prce-list .price-table .rows .row.head .item .part-top p {
  padding: 8px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: var(--color-text);
  line-height: 1.5;
}
section.prce-list .price-table .rows .row.head .item .part-bottom {
  height: 63px;
  background: #fbf9f8;
  text-align: center;
  padding: 8px;
}
section.prce-list .price-table .rows .row.head .item .part-bottom .title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: var(--color-sec);
}
section.prce-list .price-table .rows .row.head .item .part-bottom .subtitle {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: var(--color-sec);
}
section.prce-list .price-table .rows .row:last-child .item {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 950px) {
  section.prce-list .price-table {
    margin-top: 20px;
  }
  section.prce-list .price-table .rows .row {
    gap: 0 4px;
  }
  section.prce-list .price-table .rows .row .item {
    width: calc(25% - 3px);
    font-size: 12px;
    padding: 4px;
  }
  section.prce-list .price-table .rows .row.head .item .part-top {
    display: none;
  }
  section.prce-list .price-table .rows .row.head .item .part-bottom {
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section.prce-list .price-table .rows .row.head .item .part-bottom .title {
    font-size: 12px;
  }
  section.prce-list .price-table .rows .row.head .item .part-bottom .subtitle {
    font-size: 9px;
  }
}

/* --------------------- /Section prce-list ---------------------- */
/* ---------------------- Section business ---------------------- */
section.business .sections {
  display: flex;
  gap: 70px;
}
section.business .sections .section.info {
  flex-basis: 60%;
}
section.business .sections .section.images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  flex-grow: 1;
}
section.business .image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: auto;
  font-size: 0;
  display: inline-block;
}
section.business .image img {
  max-width: 100%;
  width: auto;
}
section.business .image.image-1 {
  align-self: flex-start;
  max-width: 65%;
}
section.business .image.image-2 {
  align-self: center;
  max-width: 45%;
}
section.business .video {
  max-width: 60%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: auto;
  font-size: 0;
  display: inline-block;
  align-self: flex-end;
}
section.business .video img {
  max-width: 100%;
  width: auto;
}
section.business .video:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
}
section.business .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  cursor: pointer;
  transition: 0.35s;
}
section.business .video .play:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
section.business .form-container {
  margin-top: 100px;
}
section.business .form-container .title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: var(--color-text);
}
section.business .form-container .subtitle {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: var(--color-text);
}
section.business .form-container .wpcf7 {
  margin-top: 25px;
}
section.business .form-container .wpcf7 form {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 25px;
}
section.business .form-container .wpcf7 form .wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 14px;
}
section.business .form-container .wpcf7 form .wpcf7-response-output {
  position: absolute;
  margin: 0;
  border: none;
  font-size: 13px;
  bottom: -20px;
}
section.business .form-container .wpcf7 form .wpcf7-not-valid-tip {
  bottom: 2px;
}
section.business .form-container .wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  width: calc(25% - 19px);
}
section.business .form-container .wpcf7 form .wpcf7-form-control-wrap[data-name=details] {
  width: calc(75% - 6px);
}
section.business .form-container .wpcf7 form .wpcf7-form-control-wrap input, section.business .form-container .wpcf7 form .wpcf7-form-control-wrap textarea {
  width: 100%;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: var(--color-text);
  border-radius: 4px;
  padding: 10px 10px;
  border: 1px solid #000;
  outline: none;
}
section.business .form-container .wpcf7 form .wpcf7-form-control-wrap textarea {
  height: 43px;
}
section.business .form-container .wpcf7 form .wpcf7-form-control-wrap input[type=submit] {
  color: #fff;
  transition: 0.25s;
  background: var(--color-main);
  padding: 11px 20px;
  height: 43px;
  cursor: pointer;
  width: 100%;
  border: none;
}
section.business .form-container .wpcf7 form .wpcf7-form-control-wrap input[type=submit]:hover {
  background: var(--color-sec);
}
@media only screen and (max-width: 950px) {
  section.business .sections {
    flex-direction: column;
  }
  section.business .sections .section.info {
    flex-basis: 100%;
  }
  section.business .sections .section.images {
    flex-basis: 100%;
  }
  section.business .form-container .subtitle {
    font-size: 18px;
  }
  section.business .form-container .wpcf7 form .wpcf7-form-control-wrap {
    width: 100%;
  }
  section.business .form-container .wpcf7 form .wpcf7-form-control-wrap[data-name=details] {
    width: 100%;
  }
  section.business .form-container .wpcf7 form .wpcf7-form-control-wrap textarea {
    height: 120px;
  }
}

/* --------------------- /Section business ---------------------- */
/* ---------------------- Section clients ---------------------- */
section.clients .slider-logos {
  margin-top: 65px;
}
section.clients .slider-logos .swiper-wrapper {
  align-items: center;
}
section.clients .slider-logos .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.clients .slider-logos .swiper-wrapper .swiper-slide img {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
}
section.clients .slider-logos .pagination .swiper-pagination-bullet-active {
  background: var(--color-main);
}
@media only screen and (max-width: 950px) {
  section.clients .slider-logos {
    margin-top: 35px;
  }
}

/* --------------------- /Section clients ---------------------- */
/* ---------------------- Section projects ---------------------- */
section.projects .section-title {
  margin-bottom: 35px;
}
section.projects .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
section.projects .boxes .box {
  width: calc(33.333% - 34px);
}
section.projects .button-simple {
  margin-top: 45px;
}
@media only screen and (max-width: 950px) {
  section.projects .boxes {
    gap: 25px;
  }
  section.projects .boxes .box {
    width: 100%;
  }
}

/* --------------------- /Section projects ---------------------- */
.box-project {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.25s;
  cursor: pointer;
  max-width: 400px;
  padding: 30px;
}
.box-project .image {
  height: 300px;
  width: 100%;
  text-align: center;
}
.box-project .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.box-project .info {
  padding: 25px 0;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box-project .info .title {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: var(--color-text);
}
.box-project .info .description {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  margin-top: 5px;
}
.box-project .button {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: var(--color-sec);
  border-radius: 8px;
  padding: 15px 28px;
  width: 100%;
  text-align: center;
  transition: 0.25s;
}
.box-project:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.box-project:hover .button {
  background: var(--color-main);
}
@media only screen and (max-width: 950px) {
  .box-project {
    border-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
  }
  .box-project .image {
    height: 200px;
  }
}

.alignnone, .aligncenter, .alignright, .alignleft {
  max-width: 50%;
}

.content .alignright, .content .alignleft {
  max-width: 50%;
  height: auto;
}
.content .alignnone, .content .aligncenter {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 950px) {
  .content .alignnone, .content .aligncenter, .content .alignright, .content .alignleft {
    max-width: 100%;
    float: none;
    margin: 0;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html.fp-enabled {
  margin-top: 0 !important;
}

/* ---------------------- Section woocommerce-cart ---------------------- */
section.woocommerce-cart .cart-title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: var(--color-main);
  text-align: center;
}
section.woocommerce-cart .cart-sections {
  display: flex;
  align-items: flex-start;
  gap: 55px;
  margin-top: 40px;
}
section.woocommerce-cart .cart-sections .section {
  flex-grow: 1;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 9px;
  overflow: hidden;
}
section.woocommerce-cart .cart-sections .section.section-products {
  width: calc(62% - 55px);
}
section.woocommerce-cart .woocommerce-cart-form__contents {
  width: 100%;
}
section.woocommerce-cart .woocommerce-cart-form__contents .actions {
  border-top: 1px solid #232325;
}
section.woocommerce-cart .woocommerce-cart-form__contents thead {
  background: #432326;
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
}
section.woocommerce-cart .woocommerce-cart-form__contents thead th {
  padding: 20px;
  white-space: nowrap;
}
section.woocommerce-cart .woocommerce-cart-form__contents tbody {
  width: 100%;
}
section.woocommerce-cart .woocommerce-cart-form__contents tbody td {
  padding: 20px;
}
section.woocommerce-cart .woocommerce-cart-form__contents tbody .cart_item {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: var(--color-text);
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item {
  position: relative;
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: rgba(35, 35, 37, 0.3);
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item:nth-last-child(1):after {
  content: none;
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item > div {
  padding: 10px;
  border: 1px solid red;
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item .product-remove {
  width: 20px;
  text-align: center;
  padding: 0;
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item .product-thumbnail {
  width: 120px;
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item .product-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item .product-name .variation {
  margin-top: 10px;
  margin-bottom: 0;
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item .product-name .variation .variation-item {
  display: flex;
  gap: 10px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: var(--color-text);
  margin-top: 5px;
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item .product-name .variation .variation-item .variation-title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item .product-name .variation .variation-item .variation-value {
  margin: 0;
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item .product-quantity .quantity-selector {
  border-radius: 8px;
  border: 1px solid #432326;
  width: 75px;
  display: flex;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item .product-quantity .quantity-selector input {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  text-align: center;
  width: 30px;
  background: transparent;
}
section.woocommerce-cart .woocommerce-cart-form__contents .cart_item .product-quantity .quantity-selector .btn {
  cursor: pointer;
  padding: 6px 8px;
}
section.woocommerce-cart .actions .coupon-and-update {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
section.woocommerce-cart .actions .coupon input {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: var(--color-text);
  border: 1px solid #432326;
  border-radius: 8px;
  padding: 10px;
}
section.woocommerce-cart .actions button {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  background: var(--color-sec);
  border-radius: 8px;
  padding: 10px 20px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.25s;
}
section.woocommerce-cart .actions button:hover {
  background: var(--color-main);
}
section.woocommerce-cart .actions button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
section.woocommerce-cart .cart-collaterals .head {
  background: #432326;
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  padding: 20px;
  white-space: nowrap;
}
section.woocommerce-cart .cart-collaterals .head * {
  font-size: 21px;
}
section.woocommerce-cart .cart-collaterals .shop_table {
  width: 100%;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: var(--color-text);
  text-align: right;
}
section.woocommerce-cart .cart-collaterals .shop_table th {
  white-space: nowrap;
}
section.woocommerce-cart .cart-collaterals .shop_table td,
section.woocommerce-cart .cart-collaterals .shop_table th {
  padding: 10px;
  border-bottom: 1px solid rgba(46, 46, 47, 0.3);
}
section.woocommerce-cart .cart-collaterals .shop_table .order-total .woocommerce-Price-amount {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: var(--color-main);
}
section.woocommerce-cart .cart-collaterals .checkout-button {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  background: var(--color-main);
  display: block;
  text-align: center;
  padding: 15px;
  border: none;
  outline: none;
  transition: 0.25s;
}
section.woocommerce-cart .cart-collaterals .checkout-button:hover {
  background: var(--color-sec);
}
section.woocommerce-cart .cart-collaterals .shipping-calculator-form {
  padding: 20px 0;
}
section.woocommerce-cart .cart-collaterals .shipping-calculator-form input,
section.woocommerce-cart .cart-collaterals .shipping-calculator-form select {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: var(--color-text);
  border: 1px solid #432326;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  margin-top: 5px;
  max-width: 200px;
}
section.woocommerce-cart .cart-collaterals .shipping-calculator-form button {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  background: var(--color-sec);
  border-radius: 8px;
  padding: 5px 15px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.25s;
  margin-top: 5px;
}
section.woocommerce-cart .cart-collaterals .shipping-calculator-form button:hover {
  background: var(--color-main);
}
@media only screen and (max-width: 1370px) {
  section.woocommerce-cart .cart-sections .section.section-products {
    width: calc(75% - 55px);
  }
  section.woocommerce-cart .woocommerce-cart-form__contents thead {
    font-size: 19px;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents thead th {
    padding: 10px;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents tbody td {
    padding: 10px;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents tbody .cart_item {
    font-size: 19px;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents .cart_item .product-name .variation .variation-item {
    flex-direction: column;
    gap: 0px;
  }
  section.woocommerce-cart .cart-collaterals .head {
    font-size: 19px;
    padding: 10px;
  }
  section.woocommerce-cart .cart-collaterals .shop_table {
    font-size: 19px;
  }
}
@media only screen and (max-width: 950px) {
  section.woocommerce-cart .cart-sections {
    flex-wrap: wrap;
  }
  section.woocommerce-cart .cart-sections .section {
    width: 100%;
  }
  section.woocommerce-cart .cart-sections .section.section-products {
    width: 100%;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents thead {
    font-size: 17px;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents thead th {
    padding: 10px 5px;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents tbody td {
    position: static;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents.cart tbody td {
    padding-top: 130px;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents.cart .product-thumbnail {
    position: absolute;
    padding: 10px;
    right: 0;
    height: 120px;
    width: 120px;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents td {
    position: static;
    padding-top: 100px;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents tr {
    position: relative;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents .product-price {
    display: none;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents .product-remove {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon-and-update {
    flex-direction: column;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input {
    font-size: 18px;
    padding: 8px;
  }
  section.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon button {
    margin-top: 15px;
    font-size: 19px;
    padding: 8px 20px;
  }
}

/* --------------------- /Section woocommerce-cart ---------------------- */
/* ---------------------- Section woocommerce-checkout ---------------------- */
section.woocommerce-checkout .checkout-sections {
  display: flex;
  align-items: flex-start;
  gap: 55px;
}
section.woocommerce-checkout .checkout-sections .section {
  flex-grow: 1;
}
section.woocommerce-checkout .checkout-sections .section.section-fields {
  width: calc(62% - 55px);
}
section.woocommerce-checkout .checkout-sections .section.section-order-review {
  width: 38%;
}
section.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 9px;
  overflow: hidden;
}
section.woocommerce-checkout .section-fields label {
  display: none;
}
section.woocommerce-checkout .section-fields input,
section.woocommerce-checkout .section-fields select,
section.woocommerce-checkout .section-fields textarea {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  border: 0.5px solid #000000;
  border-radius: 9px;
  padding: 10px;
  width: 100%;
}
section.woocommerce-checkout .section-fields .form-row.woocommerce-invalid input,
section.woocommerce-checkout .section-fields .form-row.woocommerce-invalid select,
section.woocommerce-checkout .section-fields .form-row.woocommerce-invalid textarea {
  border-color: red;
}
section.woocommerce-checkout .section-fields .checkout-inline-error-message {
  position: absolute;
  color: red;
  font-size: 13px;
}
section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row {
  width: calc(50% - 10px);
}
section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_mobile_phone_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_additional_phone_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_company_field,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_mobile_phone_field,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_additional_phone_field,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_company_field,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_mobile_phone_field,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_additional_phone_field,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_company_field {
  width: calc(33.33333% - 14px);
}
section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_address_1_field,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_1_field,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_address_1_field {
  width: calc(40% - 14px);
}
section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_house_number_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_floor_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_apartment_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_entry_code_field,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_house_number_field,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_floor_field,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_apartment_field,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_entry_code_field,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_house_number_field,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_floor_field,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_apartment_field,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_entry_code_field {
  width: calc(14% - 9px);
}
section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row.date-buttons, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_date_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_delivery_time_field,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row.date-buttons,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_date_field,
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_delivery_time_field,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row.date-buttons,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_date_field,
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_delivery_time_field {
  width: calc(33.33333% - 14px);
}
section.woocommerce-checkout .section-fields .woocommerce-shipping-fields {
  margin-top: 55px;
}
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper {
  margin-top: 15px;
}
section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper textarea {
  height: 120px;
}
section.woocommerce-checkout .section-fields .date-buttons {
  display: flex;
  gap: 20px;
}
section.woocommerce-checkout .section-fields .date-buttons .button {
  width: calc(50% - 10px);
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
  border: 0.5px solid #000000;
  border-radius: 9px;
  padding: 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}
section.woocommerce-checkout .section-fields .date-buttons .button.active {
  background: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}
section.woocommerce-checkout h3 {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #432326;
  margin-bottom: 35px;
}
section.woocommerce-checkout h3 label {
  display: block !important;
}
section.woocommerce-checkout h3 input {
  display: none;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table {
  padding: 0;
  border-spacing: 0;
  text-align: right;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table thead th {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 21px;
  color: #fff;
  background: var(--color-sec);
  padding: 10px 20px;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table td {
  padding: 10px;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table .cart_item td {
  border-bottom: 1px solid rgba(35, 35, 37, 0.3);
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table tfoot th {
  padding: 10px;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  text-align: left;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table tfoot .order-total td {
  text-align: left;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #e872ae;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table .product-name .variation {
  margin-top: 10px;
  margin-bottom: 0;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table .product-name .variation .variation-item {
  display: flex;
  gap: 10px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: var(--color-text);
  margin-top: 5px;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table .product-name .variation .variation-item .variation-title {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-review-order-table .product-name .variation .variation-item .variation-value {
  margin: 0;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-payment {
  margin-top: 25px;
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-payment .wc_payment_methods {
  font-family: "Assistant", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: var(--color-text);
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-payment .wc_payment_methods li {
  margin-top: 10px;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-payment .payment_box {
  font-size: 16px;
  color: #919191;
  margin-top: 5px;
  padding-right: 25px;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-top: 25px;
  color: #919191;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-payment #place_order {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  background: var(--color-main);
  display: block;
  text-align: center;
  padding: 15px;
  border: none;
  outline: none;
  transition: 0.25s;
  border-radius: 9px;
  margin-top: 25px;
  width: 100%;
  cursor: pointer;
}
section.woocommerce-checkout .section-order-review .woocommerce-checkout-payment #place_order:hover {
  background: var(--color-sec);
}
@media only screen and (max-width: 950px) {
  section.woocommerce-checkout .checkout-sections {
    flex-wrap: wrap;
  }
  section.woocommerce-checkout .checkout-sections .section.section-fields {
    width: 100%;
  }
  section.woocommerce-checkout .checkout-sections .section.section-order-review {
    width: 100%;
  }
  section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_mobile_phone_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_additional_phone_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_company_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_mobile_phone_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_additional_phone_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_company_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_mobile_phone_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_additional_phone_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_company_field {
    width: calc(50% - 10px);
  }
  section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_address_1_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_1_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_address_1_field {
    width: calc(50% - 10px);
  }
  section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_house_number_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_floor_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_apartment_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_entry_code_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_house_number_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_floor_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_apartment_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_entry_code_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_house_number_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_floor_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_apartment_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_entry_code_field {
    width: calc(50% - 10px);
  }
  section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row.date-buttons, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_date_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#shipping_delivery_time_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row.date-buttons,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_date_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_delivery_time_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row.date-buttons,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_date_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#shipping_delivery_time_field {
    width: calc(50% - 10px);
  }
  section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row.date-buttons,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row.date-buttons,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row.date-buttons {
    width: 100%;
  }
  section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#order_comments_field, section.woocommerce-checkout .section-fields .woocommerce-billing-fields__field-wrapper .form-row#order_comments_2_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#order_comments_field,
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields__field-wrapper .form-row#order_comments_2_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#order_comments_field,
  section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper .form-row#order_comments_2_field {
    width: 100%;
  }
  section.woocommerce-checkout .section-fields .woocommerce-shipping-fields {
    margin-top: 35px;
  }
  section.woocommerce-checkout h3 {
    margin-bottom: 20px;
  }
}

/* --------------------- /Section woocommerce-checkout ---------------------- */
/* Container for the entire Thank You section */
section.woocommerce-thank-you {
  padding: 2rem 1rem;
  color: var(--color-text);
  /* The main container that WooCommerce uses */
  /* Order overview list (Order number, date, email, etc.) */
  /* The product table (products, subtotal, shipping, total) */
  /* Billing and Shipping sections */
  /* Comments / Greeting */
}
section.woocommerce-thank-you .section-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff; /* or a very light background if you want */
  border-radius: 4px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  line-height: 1.5;
}
section.woocommerce-thank-you h2,
section.woocommerce-thank-you h3 {
  color: var(--color-main);
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}
section.woocommerce-thank-you .woocommerce {
  color: var(--color-text);
  /* The big .woocommerce-order wrapper */
}
section.woocommerce-thank-you .woocommerce .woocommerce-order {
  /* If you want spacing below each section */
}
section.woocommerce-thank-you .woocommerce .woocommerce-order > * {
  margin-bottom: 1.5rem;
}
section.woocommerce-thank-you .order-overview {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
section.woocommerce-thank-you .order-overview li {
  margin-bottom: 0.5rem;
}
section.woocommerce-thank-you .order-overview li strong {
  color: var(--color-sec);
  margin-right: 0.25rem;
}
section.woocommerce-thank-you .shop_table.order_details {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-size: 0.95rem;
  /* Subtotals, shipping, etc. */
}
section.woocommerce-thank-you .shop_table.order_details thead th {
  background-color: var(--color-main);
  color: #fff;
  padding: 0.75rem;
  text-align: right;
  font-weight: 600;
}
section.woocommerce-thank-you .shop_table.order_details tbody tr td,
section.woocommerce-thank-you .shop_table.order_details tfoot tr th,
section.woocommerce-thank-you .shop_table.order_details tfoot tr td {
  border: 1px solid #eee;
  padding: 0.75rem;
  vertical-align: middle;
}
section.woocommerce-thank-you .shop_table.order_details tfoot th {
  font-weight: 600;
  background: #f7f7f7;
}
section.woocommerce-thank-you .shop_table.order_details tfoot td {
  text-align: right;
  background: #fafafa;
}
section.woocommerce-thank-you .shop_table.order_details tfoot tr:last-child td,
section.woocommerce-thank-you .shop_table.order_details tfoot tr:last-child th {
  background: var(--color-sec);
  color: #fff;
}
section.woocommerce-thank-you .billing-address,
section.woocommerce-thank-you .shipping-address {
  background: #fafafa;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}
section.woocommerce-thank-you .billing-address p,
section.woocommerce-thank-you .shipping-address p {
  margin: 0.5rem 0;
}
section.woocommerce-thank-you .billing-address p strong,
section.woocommerce-thank-you .shipping-address p strong {
  color: var(--color-sec);
  display: inline-block;
  width: 8rem; /* or auto if you prefer */
}
section.woocommerce-thank-you .greeting-comments {
  background: #fafafa;
  padding: 1rem;
  border-radius: 3px;
}
section.woocommerce-thank-you .greeting-comments p {
  margin: 0.5rem 0;
}
section.woocommerce-thank-you .greeting-comments p strong {
  color: var(--color-main);
  margin-right: 0.25rem;
}

/* Example media query adjustments */
@media (max-width: 768px) {
  section.woocommerce-thank-you .section-inner {
    padding: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */

.strip-top {
	height: 30px;
	background: #E563A5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.strip-top p{
	font-family: "Assistant", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

section.woocommerce-cart .actions .coupon input,
section.woocommerce-cart .actions button{	
	height :58px;
}

section.woocommerce-cart .actions button{	
	height :58px;
	width: 165px;
}

section.woocommerce-cart .woocommerce-cart-form__contents .actions{
	padding-bottom:60px;
}

section.woocommerce-cart .woocommerce-cart-form__contents tbody td span{
	font-weight: 700;
	color: #000;
}

.woocommerce-cart .return-to-shop {
margin-top: 20px;
}
.woocommerce-cart .return-to-shop .wc-backward{
    font-family: "Assistant", sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #fff;
    border-radius: 8px;
    background: var(--color-sec);
    text-align: center;
    padding: 12px 20px;
    flex-grow: 1;
    transition: 0.25s;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
	display: inline-block;
}

.bottom_text{
	margin-top: 15px;
}

section.woocommerce-cart .cart-collaterals .shop_table td{
	padding: 15px 10px;
}

ul#shipping_method{
	max-height: 150px;
    overflow-y: scroll;
    padding-bottom: 20px;
	margin-bottom: 15px;
}


section.woocommerce-cart .cart-sections .section .calculated_shipping .woocommerce-shipping-totals {
	display: none;
}

.woocommerce-checkout ul#shipping_method{
    padding: 0;
    margin: 0;
    overflow: hidden;	
}

.woocommerce-checkout ul#shipping_method li {
	display: none;
}

.woocommerce-checkout ul#shipping_method li.active{
	display: block;
}

.woocommerce-checkout ul#shipping_method li.active input{
	display: none;
}

section.woocommerce-checkout .section-fields .woocommerce-additional-fields__field-wrapper{
	flex-direction: row-reverse;
}

.cat_top_desc{
	margin-bottom: 60px;
}
