@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&family=Mulish:wght@400;600;700&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

input,
button,
textarea {
  font-family: inherit;
  border-radius: 5px;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 5px;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
  border-radius: 5px;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}


.btn-sub-wrap-cf7 {
  border-radius: 5px;
  position: relative;

}
.btn-sub-wrap-cf7 .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  z-index: 10;
}

.wpcf7-response-output {
  display: none;
}

/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

html {
  background: #FFFFFF;
}

body {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  color: #1E1B17;
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 150%;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
}

a {
  color: #1E1B17;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}

body._lock {
  overflow: hidden;
}

.btn-main {
  
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  padding: 15px 35px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #EB3333;
  border-radius: 5px;
  max-width: 100%;
  cursor: pointer;
  font-style: normal;
  border: 1px solid transparent;
  transition: color 0.3s, border 0.3s, background 0.3s ease;
  white-space: nowrap;
  color: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
}
.btn-main:hover {
  border-radius: 5px;
  background: transparent;
  color: #EB3333;
  border: 1px solid #EB3333;
}

.btn-w-arrow {
  border-radius: 5px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.btn-w-arrow .arrow {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.btn-w-arrow .arrow svg rect {
  transition: fill 0.3s ease;
}
.btn-w-arrow .text {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E1B17;
}
.btn-w-arrow:hover .arrow svg rect {
  fill: #1E1B17;
}

.works-three-block {
  margin-bottom: 80px;
  margin-top: 50px;
}

.reviews-nine-block {
  margin-bottom: 80px;
}

h2.block-title {
  font-family: "Lora", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #1E1B17;
  margin: 0px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  h2.block-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2.block-title {
    font-size: 26px;
  }
}
body .swiper-button-lock {
  display: none !important;
}
body .swiper-button-prev {
  margin-right: auto;
  border-radius: 5px;
}
body .swiper-button-next {
  margin-left: auto;
  border-radius: 5px;
}
body .swiper-button-prev,
body .swiper-button-next {
  border-radius: 5px;
  transition: opacity 0.3s ease;
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-content: center;
  justify-content: center;
}
body .swiper-button-prev svg,
body .swiper-button-next svg {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
body .swiper-button-prev svg path,
body .swiper-button-next svg path {
  transition: stroke 0.3s ease;
}
body .swiper-button-prev::after,
body .swiper-button-next::after {
  display: none;
}
body .swiper-button-prev:hover svg path,
body .swiper-button-next:hover svg path {
  stroke: #EB3333;
}
body .swiper-pagination {
  grid-row-gap: 5px;
  padding: 0px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .swiper-pagination.swiper-pagination-bullets-dynamic {
  transform: translateX(0%) !important;
  display: flex;
  justify-content: center;
}
body .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  min-width: 40px;
  width: 40px;
  height: 5px;
  margin: 0px 5px;
  border-radius: 0px;
  opacity: 1;
}
body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EB3333;
}
.steps-block h2.title{
  font-family: "Lora", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #1E1B17;
  margin: 0px;
  margin-bottom: 40px;

}
.breadcrumbs {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #1E1B17;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 20px;
}
.breadcrumbs span .current-item {
  color: #EB3333;
}
.breadcrumbs span a {
  font-weight: 400;
  color: #1E1B17;
  transition: color 0.3s ease;
}
.breadcrumbs span a:hover {
  color: #EB3333;
}

@media (max-width: 991px) {
  .breadcrumbs {
    margin-top: 20px;
  }
}
.title-page {
  margin-bottom: 30px;
  margin-top: 40px;
}
.title-page h1 {
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  color: #1E1B17;
  margin: 0px;
}

@media (max-width: 991px) {
  .title-page {
    margin-bottom: 20px;
  }
  .title-page h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .title-page h1 {
    font-size: 28px;
  }
}
.navigation,
.woocommerce-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.navigation span.prev,
.navigation span.next,
.woocommerce-pagination span.prev,
.woocommerce-pagination span.next {
  pointer-events: none;
  opacity: 0.3;
}
.navigation .prev,
.woocommerce-pagination .prev {
  margin-right: auto;
}
.navigation .next,
.woocommerce-pagination .next {
  margin-left: auto;
}
.navigation .prev,
.navigation .next,
.woocommerce-pagination .prev,
.woocommerce-pagination .next {
  height: 30px;
  width: 30px;
  display: block;
  transition: opacity 0.3s ease;
}
.navigation .prev svg,
.navigation .next svg,
.woocommerce-pagination .prev svg,
.woocommerce-pagination .next svg {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.navigation .prev:hover,
.navigation .next:hover,
.woocommerce-pagination .prev:hover,
.woocommerce-pagination .next:hover {
  opacity: 0.5;
}
.navigation .page-numbers,
.woocommerce-pagination .page-numbers {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #1E1B17;
  transition: color 0.3s opacity 0.3s ease;
}
.navigation .page-numbers:hover,
.woocommerce-pagination .page-numbers:hover {
  color: #EB3333;
}
.navigation .page-numbers.current,
.woocommerce-pagination .page-numbers.current {
  color: #EB3333;
}

.block-text {
  font-weight: 400;
  line-height: 144%;
  font-size: 16px;
  color: #1E1B17;
}
.block-text h2 {
  font-family: "Lora", sans-serif;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 142%;
}
.block-text h3 {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  line-height: 142%;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 32px;
}
.block-text h4 {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 26px;
}
.block-text h5 {
  font-family: "Lora", sans-serif;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 137%;
  font-weight: 700;
  font-size: 22px;
}
.block-text h6 {
  font-family: "Lora", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 137%;
  font-weight: 700;
}
.block-text ul {
  padding-left: 0px;
  margin-bottom: 30px;
}
.block-text ul li {
  position: relative;
  padding-left: 25px;
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  margin-right: 0px;
  list-style: none;
  margin-bottom: 15px;
}
.block-text ul li::before {
  content: "";
  background: #EB3333;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 6px;
  display: block;
}
.block-text ul li:last-child {
  margin-bottom: 0px;
}
.block-text ol {
  margin-bottom: 20px;
  padding-left: 15px;
  counter-reset: my-awesome-counter;
  padding-left: 0px;
}
.block-text ol li {
  counter-increment: my-awesome-counter;
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
}
.block-text ol li:last-child {
  margin-bottom: 0px;
}
.block-text ol li::before {
  content: counter(my-awesome-counter);
  background: #EB3333;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 143%;
  color: white;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.block-text p {
  margin-top: 0px;
  margin-bottom: 15px;
}
.block-text p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .block-text h2 {
    font-size: 36px;
  }
  .block-text h3 {
    font-size: 24px;
  }
  .block-text h4 {
    font-size: 20px;
  }
  .block-text h5 {
    font-size: 16px;
  }
  .block-text h6 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .block-text h2 {
    font-size: 26px;
  }
}
/*============ SAMPLE-PAGE ============*/
.sample-page {
  margin-bottom: 40px;
}

/*================= 404 ===================*/
.page-404 {
  margin-bottom: 50px;
}
.page-404 .page-404-row {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: normal;
}
.page-404 .page-404-row .left {
  font-family: "Lora", sans-serif;
  margin-right: 60px;
  font-weight: 700;
  font-size: 240px;
  line-height: 100%;
  color: #1E1B17;
}
.page-404 .page-404-row .right .right-title {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #1E1B17;
  margin-bottom: 15px;
}
.page-404 .page-404-row .right .right-subtitle {
  line-height: 150%;
  margin-bottom: 30px;
  color: #1E1B17;
}
.page-404 .page-404-row .right .right-button a {
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .page-404 .page-404-row .left {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .page-404 .page-404-row .left {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .page-404 .page-404-row {
    flex-direction: column;
  }
  .page-404 .page-404-row .left {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .page-404 .page-404-row .right {
    text-align: center;
  }
  .page-404 .page-404-row .right .right-button {
    margin-left: auto;
    margin-right: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 480px) {
  .page-404 .page-404-row .left {
    font-size: 150px;
  }
  .page-404 .page-404-row .right .right-title {
    font-size: 22px;
  }
}
/*============ WOOCOMMERCE-NOTICES ============*/
.woocommerce-notices-wrapper {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 10500;
  max-width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  pointer-events: none;
  align-items: flex-end;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error {
  display: inline-block;
  pointer-events: initial;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, 0.1);
  background-color: rgba(1, 1, 1, 0.8);
  position: relative;
  z-index: 15;
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-error a {
  display: none;
}

/*============ MODAL ============*/
.modal form.wpcf7-form.invalid .wpcf7-validates-as-required:-moz-placeholder-shown {
  border: 1px solid #F93411 !important;
  color: #F93411 !important;
}
.modal form.wpcf7-form.invalid .wpcf7-validates-as-required:-ms-input-placeholder {
  border: 1px solid #F93411 !important;
  color: #F93411 !important;
}
.modal form.wpcf7-form.invalid .wpcf7-validates-as-required:placeholder-shown {
  border: 1px solid #F93411 !important;
  color: #F93411 !important;
}
.modal form.wpcf7-form.invalid .wpcf7-validates-as-required::-moz-placeholder {
  color: #F93411 !important;
}
.modal form.wpcf7-form.invalid .wpcf7-validates-as-required:-ms-input-placeholder {
  color: #F93411 !important;
}
.modal form.wpcf7-form.invalid .wpcf7-validates-as-required::placeholder {
  color: #F93411 !important;
}
.modal form.wpcf7-form .input {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #EB3333;
  padding: 15px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1E1B17;
  display: block;
  width: 100%;
  letter-spacing: 0.02em;
}
.modal form.wpcf7-form .input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1E1B17;
}
.modal form.wpcf7-form .input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1E1B17;
}
.modal form.wpcf7-form .input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1E1B17;
}
.modal form.wpcf7-form .input:focus {
  border: 1px solid #1E1B17;
}
.modal form.wpcf7-form textarea.input {
  border-radius: 2px;
  resize: none;
  height: 150px;
}
.modal form.wpcf7-form .codedropz-upload-wrapper {
  position: relative;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler {
  margin-bottom: 0px;
  border: none;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  padding: 0px;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 {
  display: none;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  display: none;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
  font-weight: 700;
  border-radius: 5px;
  display: block;
  text-align: left;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-family: "Lora", sans-serif;
  font-size: 20px;
  line-height: 130%;
  color: #1E1B17;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn::before {
  content: "+";
  border-radius: 5px;
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  display: block;
  text-align: left;
  color: #1E1B17;
  margin-right: 5px;
  transition: color 0.3s ease;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:hover {
  color: #EB3333;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:hover::before {
  color: #EB3333;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-counter {
  display: none;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
  display: none;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
  padding-left: 0px;
  width: 100%;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name span {
  color: #EB3333;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
  font-style: normal;
}
.modal form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #EB3333;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 660px;
  max-height: 95vh;
  z-index: 3000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}
.modal.active {
  visibility: visible;
}
.modal.active .modal-body {
  transform: scale(1);
  opacity: 1;
}
.modal .modal-body {
  background-color: #ffffff;
  padding: 50px 80px;
  transition: all 0.3s;
  transform: scale(0.3);
  opacity: 0;
  max-height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal .modal-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #C4C4C4;
}
.modal .modal-body::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
  border-radius: 9em;
  box-shadow: inset 1px 1px 10px #EB3333;
}
.modal .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-title {
  margin-bottom: 30px;
  font-family: "Lora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
  color: #1E1B17;
}
.modal .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-inputs .input {
  margin-bottom: 20px;
}
.modal .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-inputs .input:last-child {
  margin-bottom: 0px;
}
.modal .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.modal .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .privacy {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #1E1B17;
  padding-right: 15px;
}
.modal .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .privacy a {
  color: #1E1B17;
  transition: color 0.3s ease;
  text-decoration: underline;
}
.modal .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .privacy a:hover {
  text-decoration: none;
}
.modal .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .send-button {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.modal .modal-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #EB3333;
  font-size: 40px;
  transform: rotate(45deg);
  transition: color 0.3s ease;
}
.modal .modal-body .close:hover {
  color: #1E1B17;
}

@media (max-width: 767px) {
  .modal .modal-body {
    padding: 30px 15px 15px 15px;
  }
  .modal .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-title {
    font-size: 30px;
    padding-right: 30px;
    margin-bottom: 15px;
  }
  .modal .modal-body .modal-body-content form.wpcf7-form .form-main-body .form-info {
    flex-direction: column;
  }
  .modal .modal-body .modal-body-content form.wpcf7-form .form-main-body .form-info .privacy {
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
/*============ MODAL-CONGRATULATIONS ============*/
.modal-congratulations {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 95%;
  transition: opacity 1s ease;
  opacity: 1;
  z-index: 3000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.modal-congratulations.active {
  visibility: visible;
}
.modal-congratulations.active .modal-congratulations-body {
  transform: scale(1);
  opacity: 1;
}
.modal-congratulations .modal-congratulations-body {
  background-color: #ffffff;
  padding: 50px 70px;
  transition: all 0.3s;
  transform: scale(0.3);
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-congratulations .modal-congratulations-body .modal-congratulations-title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
  color: #1E1B17;
  font-family: "Lora", sans-serif;
  font-weight: 700;
  line-height: 130%;
}
.modal-congratulations .modal-congratulations-body .modal-congratulations-subtitle {
  font-size: 16px;
  line-height: 150%;
  color: #1E1B17;
  text-align: center;
  letter-spacing: 0.02em;
}
.modal-congratulations .modal-congratulations-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #EB3333;
  font-size: 48px;
  transform: rotate(45deg);
  transition: color 0.3s ease;
}
.modal-congratulations .modal-congratulations-body .close:hover {
  color: #1E1B17;
}

@media (max-width: 767px) {
  .modal-congratulations .modal-congratulations-body {
    padding: 40px 15px 30px 15px;
  }
  .modal-congratulations .modal-congratulations-body .modal-congratulations-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.background-modals {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #1E1B17;
  visibility: visible;
  opacity: 0.5;
  z-index: 1000;
}

/*============ HEADER ============*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #FFFFFF; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}


body {
    padding-top: 150px; 
}
.header .header-middle-search {
  max-width: 365px;

  width: 100%;
  margin-right: 20px;
}
.header .header-middle-search .woocommerce-product-search {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.header .header-bottom .header-menu-bottom li a[title=catalog]:before svg path{
  fill: #f71e1e;
}

.header .header-middle-search .woocommerce-product-search .search-field {
  background: #F2F2F2;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #1E1B17;
  border-radius: 2px;
  padding: 15px 55px 15px 25px;
  transition: border 0.3s, color 0.3s ease;
  border: 1px solid transparent;
  margin-left: 15px;
  width: 100%;
  display: block;
  font-family: "Mulish", sans-serif;
}
.header .header-middle-search .woocommerce-product-search .search-field::-moz-placeholder {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #5E5B59;
}
.header .header-middle-search .woocommerce-product-search .search-field:-ms-input-placeholder {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #5E5B59;
}
.header .header-middle-search .woocommerce-product-search .search-field::placeholder {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #5E5B59;
}
.header .header-middle-search .woocommerce-product-search .search-field:focus {
  border: 1px solid #EB3333;
}
.header .header-middle-search .woocommerce-product-search .search-field:focus + .wp-element-button svg path {
  fill: #EB3333;
}
.header .header-middle-search .woocommerce-product-search .wp-element-button {
  padding: 0px;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 18px;
  height: 18px;
}
.header .header-middle-search .woocommerce-product-search .wp-element-button svg path {
  transition: fill 0.3s ease;
}
.header .header-middle-workTime {
  display: flex;
  align-items: flex-start;
}
.header .header-middle-workTime .icon {
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}
.header .header-middle-workTime .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1E1B17;
  min-width: 160px;
}
.header .header-top-socials {
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 10px;
  margin-right: 40px;
}
.header .header-top-socials .social-item {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.header .header-top-socials .social-item svg, .header .header-top-socials .social-item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.header .header-top-socials .social-item:hover {
  opacity: 0.7;
}
.header .header-top-phones {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
}
.header .header-top-phones .phone-item {
  display: flex;
  align-items: center;
}
.header .header-top-phones .phone-item:hover .text {
  color: #EB3333;
}
.header .header-top-phones .phone-item .icon {
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-top-phones .phone-item .text {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #1E1B17;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.header .header-top {
  background: #F2F2F2;
  padding: 10px 0px;
}
.header .header-top .header-top-row {
  display: flex;
  align-items: center;
}
.header .header-top .header-top-row .header-menu-top {
  margin: 0px;
  padding-left: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  margin-right: auto;
  padding-right: 15px;
}
.header .header-top .header-top-row .header-menu-top li.active a {
  color: #EB3333;
}
.header .header-top .header-top-row .header-menu-top li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #5E5B59;
  transition: color 0.3s ease;
}
.header .header-top .header-top-row .header-menu-top li a:hover {
  color: #EB3333;
}
.header .header-middle {
  
  background: #FFFFFF;
}
.header .header-middle .header-middle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-middle .header-middle-row .custom-logo-link {
  padding-right: 15px;
  max-width: 190px;
  min-width: 170px;
  display: flex;
  align-items: center;
}
.header .header-middle .header-middle-row .custom-logo-link img {
  max-height: 140px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-middle .header-middle-row .call-btn {
  margin: 0px 15px;
  border-radius: 5px;
}
@media (max-width:992px) {
  .header .header-middle-workTime{
    display: none;
  }
}
.header .header-middle .header-middle-row .header-btns {
  margin-left: 30px;
  border-radius: 5px;
}
.header .header-middle .header-middle-row .header-btns .cart-btn .icon {
  width: 52px;
  height: 52px;
  border-radius: 2px;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s ease;
  border: 1px solid transparent;
  transition: border 0.3s ease;
  margin: 0 auto;
}
.header .header-middle .header-middle-row .header-btns .cart-btn .icon #cart-count {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  position: absolute;
  right: -7px;
  top: -7px;
  background: #EB3333;
  border-radius: 50%;
  color: #fff;
  transition: color 0.3s ease;
}
.header .header-middle .header-middle-row .header-btns .cart-btn .icon svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.header .header-middle .header-middle-row .header-btns .cart-btn .icon svg path {
  transition: fill 0.3s ease;
}
.header .header-middle .header-middle-row .header-btns .cart-btn .icon:hover {
  border: 1px solid #EB3333;
}
.header .header-middle .header-middle-row .header-btns .cart-btn .icon:hover svg path {
  fill: #EB3333;
}
.header .header-middle .header-middle-row .header-mobile {
  display: none;
  margin-left: 20px;
  z-index: 110;
  position: relative;
  min-width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1000;
}
.header .header-middle .header-middle-row .header-mobile span, .header .header-middle .header-middle-row .header-mobile::before, .header .header-middle .header-middle-row .header-mobile::after {
  right: 0px;
  position: absolute;
  height: 10%;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-color: #1E1B17;
}
.header .header-middle .header-middle-row .header-mobile::before, .header .header-middle .header-middle-row .header-mobile::after {
  content: "";
}
.header .header-middle .header-middle-row .header-mobile::before {
  top: 0px;
}
.header .header-middle .header-middle-row .header-mobile::after {
  bottom: 0px;
}
.header .header-middle .header-middle-row .header-mobile span {
  top: 50%;
  transform: scale(1) translate(0px, -50%);
}
.header .header-middle .header-middle-row .header-mobile._active span {
  transform: scale(0) translate(0px, -50%);
}
.header .header-middle .header-middle-row .header-mobile._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
  background-color: #1E1B17;
}
.header .header-middle .header-middle-row .header-mobile._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
  background-color: #1E1B17;
}
.header .header-bottom {
  background: #1E1B17;
  position: relative;
}
.header .header-bottom .header-menu-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  padding-left: 0px;
}
.header .header-bottom .header-menu-bottom li {
  padding-top: 15px;
  padding-bottom: 15px;
  
  padding-right: 5px;
}
.header .header-bottom .header-menu-bottom li.active a {
  color: #EB3333;

}
.header .header-bottom .header-menu-bottom li:last-child {
  padding-right: 0px;
}
.header .header-bottom .header-menu-bottom li:first-child a{
  background: #EB3333;
  border: 10px solid #EB3333;
  color: #FFFFFF;
  border-radius: 5px;
}
.header .header-bottom .header-menu-bottom li:first-child a:hover{
  color: #FFFFFF;
}
.header .header-bottom .header-menu-bottom li a {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.header .header-bottom .header-menu-bottom li a:hover {
  color: #EB3333;
}
.header .header-bottom .header-menu-bottom li a[title=catalog], .header .header-bottom .header-menu-bottom li a[title=stock] {
  position: relative;
  padding-left: 25px;
}
.header .header-bottom .header-menu-bottom li a[title=catalog]::before, .header .header-bottom .header-menu-bottom li a[title=stock]::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
}
.header .header-bottom .header-menu-bottom li a[title=catalog]::before {
  background-image: url(../img/icons/catalog.svg);
}
.header .header-bottom .header-menu-bottom li a[title=stock]::before {
  background-image: url(../img/icons/stock.svg);
}
.header .header-767 {
  display: none;
}

#catalog-mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 0px 0px 2px 2px;
  max-width: 1170px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  transition: top 0.3s, opacity 0.3s, visibility 0.3s ease;
  opacity: 0;
  top: 100%;
  visibility: hidden;
  max-height: 80vh;
  overflow-y: auto;
}
#catalog-mega-menu.visible {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
#catalog-mega-menu .catalog-menu-column {
  padding: 0px 10px;
  max-width: 17%;
}
#catalog-mega-menu .catalog-menu-column.shop ul {
  margin-top: 40px;
}
#catalog-mega-menu .catalog-menu-column.shop ul li a {
  font-weight: 700;
}
#catalog-mega-menu .catalog-menu-column .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #1E1B17;
  text-align: left;
}
#catalog-mega-menu .catalog-menu-column ul {
  margin: 0px;
  padding-left: 0px;
}
#catalog-mega-menu .catalog-menu-column ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#catalog-mega-menu .catalog-menu-column ul li:last-child {
  margin-bottom: 0px;
}
#catalog-mega-menu .catalog-menu-column ul li .color {
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 50%;
  position: relative;
  margin-right: 13px;
}
body > footer > div.container > div.footer-top > div > div.footer-top-column.footer-info > div.footer-middle-workTime > div.icon > svg > path,
body > footer > div.container > div.footer-top > div > div.footer-top-column.footer-info > div.footer-top-phones > a > div.icon > svg path,
body > header > div.header-top > div > div > div > a > div.icon > svg path,
body > header > div.header-middle > div > div > div.header-middle-workTime > div.icon > svg path,
.price-wrapper svg rect{
  fill: #f71e1e;
}
.noUi-connect{
  background: #f71e1e !important;
}
body > header > div.header-middle > div > div > div.header-middle-search > form{
  display: flex;
}
#catalog-mega-menu .catalog-menu-column ul li .color::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #5E5B59;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#catalog-mega-menu .catalog-menu-column ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #1E1B17;
  transition: color 0.3s ease;
}
#catalog-mega-menu .catalog-menu-column ul li a:hover {
  color: #EB3333;
}



@media (max-width: 1200px) {
  .header .header-middle-search {
    max-width: 241px;
  }
  .header .header-middle-workTime .text {
    font-size: 12px;
  }
  #catalog-mega-menu {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .header .header-middle-search {
    max-width: 600px;
  }
  .header .header-top .header-top-row .header-menu-top {
    grid-column-gap: 15px;
  }
  .header .header-top .header-top-row .header-top-socials {
    margin-right: 20px;
  }
  .header .header-top .header-top-row .header-top-phones {
    flex-direction: column;
    flex-wrap: nowrap;
    grid-gap: 0px;
  }
  .header .header-top .header-top-row .header-top-phones .phone-item {
    margin-bottom: 5px;
  }
  .header .header-middle .header-middle-row .header-btns {
    border-radius: 5px;
    margin-left: auto;
  }
  .header .header-middle .header-middle-row .header-mobile {
    display: block;
  }
  .header .header-bottom {
    position: fixed;
    left: -200%;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 100;
    transition: left 0.3s ease;
  }
  .header .header-bottom._active {
    left: 0px;
  }
  .header .header-bottom .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 15px;
  }
  .header .header-bottom .container .header-menu-bottom {
    flex-direction: column;
    align-items: normal;
  }
  .header .header-bottom .container .header-menu-bottom li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    padding-right: 0px;
  }
  .header .header-bottom .container .header-menu-bottom li:last-child {
    margin-bottom: 0px;
  }
  .header .header-bottom .container .header-middle-workTime {
    margin-top: auto;
    padding-top: 30px;
  }
  .header .header-bottom .container .header-middle-workTime .text {
    color: #ffffff;
    font-size: 14px;
  }
  #catalog-mega-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    padding-bottom: 15px;
  }
  .breadcrumbs{
    padding-top: 15px;
  }
  .header .header-top {
    padding-bottom: 5px;
  }
  .header .header-top .header-top-row .header-menu-top {
    padding-right: 0px;
    flex-wrap: nowrap;
    overflow-y: auto;
    width: 100%;
    justify-content: space-between;
    grid-gap: 0px;
    padding-bottom: 10px;
  }
  .header .header-top .header-top-row .header-menu-top li {
    padding: 0px 10px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .header .header-bottom .container .header-top-phones {
    flex-direction: column;
    margin-top: 20px;
    grid-gap: 0px;
  }
  .header .header-bottom .container .header-top-phones .phone-item {
    margin-bottom: 10px;
  }
  .header .header-bottom .container .header-top-phones .phone-item:last-child {
    margin-bottom: 0px;
  }
  .header .header-bottom .container .header-top-phones .phone-item .text {
    color: #ffffff;
  }
  .header .header-bottom .container .header-top-socials {
    padding: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }
  .header .header-767 {
    display: flex;
  }
  .header .header-767 .header-middle-search {
    max-width: 100%;
    margin: 0px 15px;
  }
  .header .header-middle .header-middle-row .call-btn {
    display: none;
    border-radius: 5px;
    position: fixed;
    left: 15px;
    bottom: 16px;
    width: 70px;
    height: 70px;
    font-size: 0px;
    padding: 0px;
    border-radius: 50%;
    margin: 0px;
    z-index: 100;
  }
  .header .header-middle .header-middle-row .call-btn::before {
    border-radius: 5px;
    content: "";
    background-image: url(../img/icons/phone-s.svg);
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
  }
  .header .header-middle .header-middle-row .call-btn:hover {
    background: #EB3333;
  }
}
@media (max-width: 480px) {
  .header .header-bottom {
    width: 80%;
  }
  .header .header-bottom .container .header-menu-bottom li {
    margin-bottom: 10px;
  }
  .header .header-bottom .container .header-menu-bottom li a {
    font-size: 14px;
  }
}
/*============ FOOTER ============*/
.footer {
  margin-top: auto;
  background: #1E1B17;
  color: #E0E0E0;
  padding: 30px 0px 25px 0px;
}
.footer .footer-top .footer-menu {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EB3333;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-row-gap: 5px;
  justify-content: space-between;
}
.footer .footer-top .footer-menu li {
  margin: 0px -5px;
  padding: 0px 5px;
}
.footer .footer-top .footer-menu li a {
  font-weight: 400;
  line-height: 140%;
  color: #E0E0E0;
  transition: color 0.3s ease;
}
.footer .footer-top .footer-menu li a:hover {
  color: #EB3333;
}
.footer .footer-top .footer-top-row {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .footer-top-row .footer-top-column.catalog {
  min-width: 215px;
  width: 215px;
  padding-right: 15px;
}
.footer .footer-top .footer-top-row .footer-top-column.maker {
  padding-right: 15px;
}
.footer .footer-top .footer-top-row .footer-top-column.maker ul {
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style-position: inside;
  -moz-column-count: 3;
  column-count: 3;
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
}
.footer .footer-top .footer-top-row .footer-top-column.maker ul li {
  width: 100%;
  float: left;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info {
  display: flex;
  flex-direction: column;
  /*min-width: 200px;*/
  /*max-width: 200px;*/
  /*margin-left: auto;*/
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-logo {
  margin-bottom: 20px;
  /*max-width: 175px;*/
  margin-right: auto;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-logo a {
  display: block;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-logo a img {
  max-height: 100px;
  max-width: 230px;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-middle-workTime {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-middle-workTime .icon {
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-middle-workTime .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #E0E0E0;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-top-phones {
  margin-bottom: 25px;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .reqs-holder .reqs p{
  
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #E0E0E0;
    white-space: nowrap;
    transition: color 0.3s ease;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-top-phones .phone-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-top-phones .phone-item:last-child {
  margin-bottom: 0px;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-top-phones .phone-item:hover .text {
  color: #EB3333;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-top-phones .phone-item .icon {
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-top-phones .phone-item .text {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #E0E0E0;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-top-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 10px;
  margin-right: 40px;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-top-socials .social-item {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-top-socials .social-item svg, .footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-top-socials .social-item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-top-socials .social-item:hover {
  opacity: 0.7;
}
.footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #E0E0E0;
  margin-top: 40px;
}
.footer .footer-top .footer-top-row .footer-top-column .column-title {
  margin-bottom: 20px;
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #E0E0E0;
}
.footer .footer-top .footer-top-row .footer-top-column ul {
  padding-left: 0px;
  margin-top: 0px;
}
.footer .footer-top .footer-top-row .footer-top-column ul li {
  margin-bottom: 15px;
}
.footer .footer-top .footer-top-row .footer-top-column ul li a {
  font-weight: 400;
  line-height: 140%;
  color: #E0E0E0;
  transition: color 0.3s ease;
}
.footer .footer-top .footer-top-row .footer-top-column ul li a:hover {
  color: #EB3333;
}
.footer .footer-grampus {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #EB3333;
}
.footer .footer-grampus .footer-grampus-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-grampus .footer-grampus-row .left a {
  color: #E0E0E0;
  font-size: 14px;
  /* text-decoration: underline; */
  transition: 0.3s;
}
.footer .footer-grampus .footer-grampus-row .left a:hover {
  text-decoration: none;
  color: #EB3333;
}
.footer .footer-grampus .footer-grampus-row .right {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.footer .footer-grampus .footer-grampus-row .right span {
  margin-right: 10px;
  color: #E0E0E0;
  display: block;
  transition: 0.3s;
}
.footer .footer-grampus .footer-grampus-row .right a {
  display: flex;
  flex-flow: wrap;
}
.footer .footer-grampus .footer-grampus-row .right a img {
  width: 132px;
  height: 100%;
}
.footer .footer-grampus .footer-grampus-row .right a:hover span {
  color: #EB3333;
}

@media (max-width: 991px) {
  .footer .footer-top .footer-menu {
    justify-content: normal;
    grid-column-gap: 15px;
  }
  .footer .footer-top .footer-menu li {
    margin: 0px 0px;
    padding: 0px 0px;
  }
  .footer .footer-top .footer-top-row .footer-top-column.maker ul {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0px 15px 0px;
  }
  .footer .footer-top .footer-menu {
    flex-direction: column;
    align-items: normal;
    grid-gap: 0px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .footer .footer-top .footer-menu li {
    margin-bottom: 15px;
  }
  .footer .footer-top .footer-menu li:last-child {
    margin-bottom: 0px;
  }
  .footer .footer-top .footer-top-row .footer-top-column.maker {
    display: none;
  }
  .footer .footer-grampus {
    padding-top: 15px;
  }
  .footer .footer-grampus .footer-grampus-row {
    flex-direction: column;
  }
  .footer .footer-grampus .footer-grampus-row .left {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .footer .footer-top .footer-top-row .footer-top-column.catalog {
    display: none;
  }
  .footer .footer-top .footer-top-row .footer-top-column.footer-info {
    max-width: 100%;
    margin-left: 0px;
  }
  .footer .footer-top .footer-top-row .footer-top-column.footer-info .footer-logo {
    margin-bottom: 30px;
  }
}
/*************** GENERATE-ITEM-V1 ***************/
.generate-item-v1 {
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
  display: block;
}
.generate-item-v1 .image-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transition: transform 0.8s ease;
}
.generate-item-v1::before {
  content: "";
  background: #1E1B17;
  opacity: 0.3;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.generate-item-v1:hover .image-item {
  transform: scale(1.1);
}
.generate-item-v1:hover::before {
  opacity: 0;
}
.generate-item-v1 .offer-wrapp {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  padding: 15px 25px;
  text-align: center;
  background: #1E1B17;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  position: relative;
}
.generate-item-v1 .offer-wrapp .title {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.generate-item-v1 .offer-wrapp .country {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #EB3333;
}

@media (max-width: 991px) {
  .generate-item-v1 {
    padding: 30px 0px;
  }
}
/*************** GENERATE-ITEM-V2 ***************/
.generate-item-v2 {
  display: flex;
  min-height: 200px;
}
.generate-item-v2:hover .generate-item-left::before {
  background: #EB3333;
}
.generate-item-v2:hover .generate-item-left::after {
  opacity: 0;
}
.generate-item-v2:hover .generate-item-left .title {
  color: #1E1B17;
}
.generate-item-v2:hover .generate-item-left .bottom-foot .text {
  color: #1E1B17;
}
.generate-item-v2:hover .generate-item-left .bottom-foot .arrow svg rect {
  fill: #1E1B17;
}
.generate-item-v2 .generate-item-left {
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  width: 270px;
  min-width: 270px;
}
.generate-item-v2 .generate-item-left::before {
  content: "";
  background-color: #1E1B17;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: background 0.3s ease;
}
.generate-item-v2 .generate-item-left::after {
  content: "";
  background-image: url(../img/bg-category.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.generate-item-v2 .generate-item-left .title {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.generate-item-v2 .generate-item-left .content {
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
}
.generate-item-v2 .generate-item-left .bottom-foot {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 15px;
}
.generate-item-v2 .generate-item-left .bottom-foot .text {
  padding-right: 5px;
  font-weight: 400;
  line-height: 140%;
  color: #EB3333;
  margin-right: auto;
  transition: color 0.3s ease;
}
.generate-item-v2 .generate-item-left .bottom-foot .arrow {
  margin-left: auto;
  min-width: 30px;
  width: 30px;
  height: 30px;
}
.generate-item-v2 .generate-item-left .bottom-foot .arrow svg rect {
  transition: fill 0.3s ease;
}
.generate-item-v2 .generate-item-right {
  width: calc(100% - 270px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .generate-item-v2 .generate-item-left {
    padding: 15px;
  }
  .generate-item-v2 .generate-item-left .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .generate-item-v2 {
    min-height: 100%;
    flex-direction: column;
  }
  .generate-item-v2 .generate-item-left {
    width: 100%;
  }
  .generate-item-v2 .generate-item-right {
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .generate-item-v2 .generate-item-right {
    height: 150px;
  }
}
/*************** PRODUCT-CATEGORY ***************/
li.product-category {
  display: flex;
  flex-direction: column;
  height: 100%;
}
li.product-category:hover a .image-wrapper img {
  transform: scale(1.05);
}
li.product-category:hover a .woocommerce-loop-category__title {
  background: #EB3333;
  color: #1E1B17;
}
li.product-category:hover a .woocommerce-loop-category__title::after {
  background-image: url(../img/icons/arrow-cat-hover.svg);
}
li.product-category a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
li.product-category a .image-wrapper {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
li.product-category a .image-wrapper img {
  position: absolute;
  left: 0px;
  border-radius: 5px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
li.product-category a .woocommerce-loop-category__title {
  margin: 0px;
  padding: 20px;
  background: rgba(30, 27, 23, 0.8);
  border-radius: 5px;
  font-family: "Lora", sans-serif;
  font-weight: 700;
  line-height: 140%;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s, color 0.3s ease;
}

li.product-category a .woocommerce-loop-category__title::after {
  display: none;
  content: "";
  background-image: url(../img/icons/arrow-cat.svg);
  transition: background-image 0.3s ease;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  li.product-category a .woocommerce-loop-category__title {
    padding: 15px;
    font-size: 14px;
  }
}
/************** FILTER ************/
.filters-widget {
  width: 26%;
  padding-right: 30px;
  background: #ffffff;
}
.filters-widget #open-filter {
  display: none;
}
.filters-widget #close-filter {
  display: none;
}
.filters-widget .filters-form .simplebar-track::after {
  content: "";
  width: 1px;
  background: #E0E0E0;
  border-radius: 2px;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 0px;
  display: block;
  z-index: -1;
}
.filters-widget .filters-form .simplebar-track .simplebar-scrollbar {
  z-index: 10;
}
.filters-widget .filters-form .simplebar-track .simplebar-scrollbar::before {
  width: 5px;
  background: #E0E0E0;
  border-radius: 5px;
  opacity: 1;
}
.filters-widget .filters-form .filter-block-price {
  padding: 20px 25px;
  border: 1px solid #EB3333;
  border-radius: 2px;
  margin-bottom: 20px;
  background: #F7F7F7;
}
.filters-widget .filters-form .filter-block-price .filter-block-header {
  pointer-events: none;
}
.filters-widget .filters-form .filter-block-price .filter-block-header .filter-block-title {
  font-weight: 700;
  font-size: 16px;
  font-family: "Lora", sans-serif;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E1B17;
}
.filters-widget .filters-form .filter-block-price .filter-block-content {
  margin-top: 10px;
}
.filters-widget .filters-form .filter-block-price .filter-block-content .inputs {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters-widget .filters-form .filter-block-price .filter-block-content .inputs .group {
  margin-bottom: 0px !important;
  width: calc(50% - 5px);
}
.filters-widget .filters-form .filter-block-price .filter-block-content .inputs .group input {
  display: block !important;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  height: 30px;
  text-align: center;
  color: #4F4F4F;
  font-size: 16px;
  width: 100%;
}
.filters-widget .filters-form .filter-block-price .filter-block-content .inputs .group input::-webkit-outer-spin-button, .filters-widget .filters-form .filter-block-price .filter-block-content .inputs .group input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
  margin: 0;
}
.filters-widget .filters-form .filter-block-price .filter-block-content .inputs .group input::-moz-placeholder {
  color: #4F4F4F;
  font-size: 16px;
}
.filters-widget .filters-form .filter-block-price .filter-block-content .inputs .group input:-ms-input-placeholder {
  color: #4F4F4F;
  font-size: 16px;
}
.filters-widget .filters-form .filter-block-price .filter-block-content .inputs .group input::placeholder {
  color: #4F4F4F;
  font-size: 16px;
}
.filters-widget .filters-form .filter-block-price .filter-block-content .inputs .group input:focus {
  border: 1px solid #EB3333;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) {
  padding-bottom: 15px;
  border-bottom: 1px solid #EB3333;
  margin-bottom: 15px;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price):last-child {
  margin-bottom: 0px;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price).opened .filter-block-header .filter-block-toggler {
  transform: rotate(45deg);
}
.filters-widget .filters-form .filter-block:not(.filter-block-price).opened .filter-block-header .filter-block-toggler svg path,
.faq-item-header > div.icon > svg path,
.faq-item-header > div.plus > svg path,
.contact-title .icon svg path,
 div.project-item-bottom > div.project-bottom > div > svg rect,
div.generate-item-left > div.bottom-foot > div > svg rect{
  fill: #EB3333;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-header {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-header:last-child {
  margin-bottom: 0px;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-header .filter-block-title {
  font-weight: 700;
  font-size: 16px;
  font-family: "Lora", sans-serif;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E1B17;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-header .filter-block-toggler {
  min-width: 10px;
  width: 10px;
  height: 10px;
  margin-left: auto;
  transition: transform 0.3s ease;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-header .filter-block-toggler svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-header .filter-block-toggler svg path {
  transition: fill 0.3s ease;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-content {
  max-height: 200px;
  overflow: auto;
  margin-top: 15px;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-content .local-search {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  margin: 0 0 15px;
  padding: 0 25px;
  background-color: #fff;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-content .local-search input {
  width: 100%;
  padding: 5px 25px 5px 0;
  border-radius: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #1E1B17;
  color: #1E1B17;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  background-size: 16px auto;
  background-image: url(../img/icons/filter-search.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-content .inputs .group {
  margin-bottom: 5px;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-content .inputs .group:last-child {
  margin-bottom: 0px;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-content .inputs .group input {
  display: none;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-content .inputs .group input:checked + label::after {
  transform: scale(1);
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-content .inputs .group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #28220F;
  position: relative;
  display: block;
  padding-left: 25px;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-content .inputs .group label::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 2px solid #EB3333;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
}
.filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-content .inputs .group label::after {
  content: "";
  background: #EB3333;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 7px;
  display: block;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.filters-widget .filters-form .buttons {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
}
.filters-widget .filters-form .buttons [type=submit] {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 15px 35px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #EB3333;
  max-width: 100%;
  cursor: pointer;
  font-style: normal;
  border: 1px solid #EB3333;
  transition: color, background 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}
.filters-widget .filters-form .buttons [type=submit]:hover {
  color: #EB3333;
  background: #fff;
  border-radius: 5px;
}
.filters-widget .filters-form .buttons [type=reset] {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4F4F4F;
  border-radius: 5px;
  transition: color 0.3s ease;
}
.filters-widget .filters-form .buttons [type=reset]:hover {
  color: #EB3333;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .filters-widget {
    position: fixed;
    left: -200%;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 6000;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: left 0.3s ease;
  }
  .filters-widget.active {
    left: 0px;
  }
  .filters-widget #close-filter {
    position: fixed;
    right: -200%;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #1E1B17;
    z-index: 500;
    display: block;
    transition: right 0.3s ease;
    padding: 0px;
  }
  .filters-widget #close-filter svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .filters-widget #close-filter.active {
    right: 10px;
  }
  .filters-widget #open-filter {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: #1E1B17;
    z-index: 500;
    display: block;
    padding: 0px;
  }
  .filters-widget #open-filter.active {
    background: #EB3333;
  }
  .filters-widget .filters-form {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
  }
  .filters-widget .filters-form .buttons {
    padding-top: 15px;
    margin-top: auto;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .filters-widget {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .filters-widget {
    width: 80%;
    padding: 15px;
  }
  .filters-widget .filters-form .filter-block.filter-block-price {
    padding: 10px 15px;
  }
  .filters-widget .filters-form .filter-block:not(.filter-block-price) .filter-block-content.filterable .local-search {
    padding: 0px 10px;
  }
  .filters-widget .filters-form .buttons [type=submit] {
    font-size: 14px;
    padding: 15px 20px;
  }
}
/*************** PRODUCT-IN-LOOP ***************/
li.product.type-product {
  display: flex;
  flex-direction: column;
  background: rgba(242, 242, 242, 0.8);
  border-radius: 2px;
  padding: 20px;
  height: 100%;
}
li.product.type-product:hover .woocommerce-LoopProduct-link .image-wrapper img {
  transform: translate(-50%, -50%) scale(1.05);
}
li.product.type-product .woocommerce-LoopProduct-link .image-wrapper {
  position: relative;
  padding-top: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 15px;
}
li.product.type-product .woocommerce-LoopProduct-link .image-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease;
}
li.product.type-product .woocommerce-LoopProduct-link .product-middle .woocommerce-loop-product__title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E1B17;
}
li.product.type-product .woocommerce-LoopProduct-link .product-middle .product-attrs {
  display: flex;
  flex-direction: column;
}
li.product.type-product .woocommerce-LoopProduct-link .product-middle .product-attrs .prod-attr {
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #1E1B17;
  padding-bottom: 3px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #EB3333;
}
li.product.type-product .woocommerce-LoopProduct-link .product-middle .product-attrs .prod-attr .attr-name {
  padding-right: 15px;
  text-align: left;
  margin-right: auto;
  max-width: 47%;
}
li.product.type-product .woocommerce-LoopProduct-link .product-middle .product-attrs .prod-attr .attr-value {
  margin-left: auto;
  text-align: right;
  max-width: 47%;
  color: #1E1B17;
}
li.product.type-product .price-wrapper {
  padding-top: 25px;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
li.product.type-product .price-wrapper .price {
  max-width: calc(100% - 50px);
  line-height: 100%;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-weight: 700;
  font-size: 20px;
  color: #1E1B17;
  flex-wrap: wrap;
  row-gap: 5px;
  align-items: center;
  padding-right: 10px;
  font-family: "Lora", sans-serif;
}
li.product.type-product .price-wrapper .price del {
  font-family: "Mulish", sans-serif;
  order: 2;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #1E1B17;
  display: flex;
  align-items: center;
}
li.product.type-product .price-wrapper .price .percent {
  font-family: "Mulish", sans-serif;
  order: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  background: #B73A40;
  border-radius: 1px;
  padding: 5px;
  display: block;
  color: #ffffff;
}
li.product.type-product .price-wrapper .price ins {
  order: 3;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
}
li.product.type-product .price-wrapper .button.wp-element-button {
  margin-left: auto;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
li.product.type-product .price-wrapper .button.wp-element-button svg rect {
  transition: fill 0.3s ease;
}
li.product.type-product .price-wrapper .button.wp-element-button:hover svg rect {
  fill: #1E1B17;
}

@media (max-width: 991px) {
  li.product.type-product {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  li.product.type-product .woocommerce-LoopProduct-link .product-middle .woocommerce-loop-product__title {
    font-size: 14px;
  }
  li.product.type-product .woocommerce-LoopProduct-link .product-middle .product-attrs .prod-attr {
    font-size: 10px;
  }
  li.product.type-product .price-wrapper {
    flex-direction: column;
  }
  li.product.type-product .price-wrapper .price {
    padding-right: 0px;
    max-width: 100%;
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
  }
  li.product.type-product .price-wrapper .price del {
    font-size: 12px;
  }
  li.product.type-product .price-wrapper .button.wp-element-button {
    width: 100%;
    background: #EB3333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 5px;
  }
  li.product.type-product .price-wrapper .button.wp-element-button:hover svg rect{
    fill: #EB3333;
  }
  li.product.type-product .price-wrapper .button.wp-element-button svg {
    width: 36px;
    height: 36px;
  }
}
/*************** ARCHIVE-PRODUCTS ***************/
.woocommerce-archive-wrapper {
  margin-bottom: 80px;
}
.woocommerce-archive-wrapper .block-image-text-scroll {
  margin-top: 40px;
}
.woocommerce-archive-wrapper .woocommerce-category-content .archive-holder ul.products {
  padding-left: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .cats-c-wrapper {
  margin-top: 80px;
}
.woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .cats-c-wrapper .cats-c-title {
  font-family: "Lora", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  color: #1E1B17;
  margin-top: 0px;
  margin-bottom: 30px;
}
.woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .cats-c-wrapper ul.cats-c {
  padding-left: 0px;
  margin-bottom: 0px;
}
.woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .cats-c-wrapper ul.cats-c li {
  margin-bottom: 10px;
}
.woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .cats-c-wrapper ul.cats-c li:last-child {
  margin-bottom: 0px;
}
.woocommerce-archive-wrapper .woocommerce-category-content .page-description {
  margin-top: 80px;
}
.woocommerce-archive-wrapper .woocommerce-products-content {
  display: flex;
}
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder {
  width: 74%;
  flex-grow: 1;
}
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .tax-gallery {
  margin-bottom: 40px;
}
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .tax-gallery .tax-gallery-swiper .swiper-wrapper .swiper-slide {
  height: 460px;
}
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .tax-gallery .tax-gallery-swiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .tax-gallery .tax-gallery-swiper .navigations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .tax-gallery .tax-gallery-swiper .navigations .swiper-button-prev,
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .tax-gallery .tax-gallery-swiper .navigations .swiper-button-next {
  position: static;
  border-radius: 5px;
  margin: 0px;
}
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .tax-gallery .tax-gallery-swiper .navigations .swiper-pagination {
  position: static;
}
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .tax-gallery .tax-gallery-swiper .navigations .swiper-pagination .swiper-pagination-bullet {
  background: #E0E0E0;
}
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .tax-gallery .tax-gallery-swiper .navigations .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EB3333;
}
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 0px;
  padding-left: 0px;
}

@media (max-width: 1200px) {
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder ul.products {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .cats-c-wrapper {
    margin-top: 40px;
  }
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .cats-c-wrapper .cats-c-title {
    font-size: 34px;
  }
  .woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .tax-gallery .tax-gallery-swiper .swiper-wrapper .swiper-slide {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .woocommerce-archive-wrapper {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .woocommerce-archive-wrapper .woocommerce-category-content .page-description {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder ul.products {
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .cats-c-wrapper .cats-c-title {
    font-size: 28px;
  }
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .cats-c-wrapper ul.cats-c li {
    margin-bottom: 30px;
  }
  .woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .tax-gallery .tax-gallery-swiper .swiper-wrapper .swiper-slide {
    height: 200px;
  }
  .woocommerce-archive-wrapper .woocommerce-products-content .archive-holder ul.products {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
@media (max-width: 480px) {
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder ul.products {
    display: block;
    grid-gap: 0px;
  }
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder ul.products li {
    margin-bottom: 20px;
  }
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder ul.products li:last-child {
    margin-bottom: 0px;
  }
}
/*************** ARCHIVE-STOCKS ***************/
.archive-stock-wrapper {
  margin-bottom: 80px;
}
.archive-stock-wrapper .archive-stock-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 991px) {
  .archive-stock-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .archive-stock-wrapper .archive-stock-body {
    display: block;
  }
  .archive-stock-wrapper .archive-stock-body .stock-item {
    margin-bottom: 15px;
  }
  .archive-stock-wrapper .archive-stock-body .stock-item:last-child {
    margin-bottom: 0px;
  }
}
/*************** STOCK-ITEM ***************/
.stock-item {
  display: flex;
  flex-direction: column;
}
.stock-item:hover .stock-item-top img {
  transform: scale(1.05);
}
.stock-item:hover .stock-item-title {
  color: #EB3333;
}
.stock-item .stock-item-top {
  position: relative;
  padding-top: 52%;
  margin-bottom: 15px;
  overflow: hidden;
}
.stock-item .stock-item-top img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.stock-item .stock-item-title {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 20px;
  transition: color 0.3s ease;
  margin-bottom: 7px;
}
.stock-item .stock-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

@media (max-width: 991px) {
  .stock-item .stock-item-title {
    font-size: 16px;
  }
}
/*============ SINGLE-STOCK ============*/
.single-stock-wrapper {
  margin-bottom: 80px;
}
.single-stock-wrapper .single-stock-top {
  margin-bottom: 80px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.single-stock-wrapper .single-stock-top .single-stock-image {
  width: 50%;
  padding-right: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  overflow: hidden;
}
.single-stock-wrapper .single-stock-top .single-stock-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.single-stock-wrapper .single-stock-top .single-stock-text {
  width: 50%;
  flex-grow: 1;
}
.single-stock-wrapper .single-stock-top .single-stock-text .stock-time {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #FFFFFF;
  padding: 5px 10px;
  background: #252525;
  border-radius: 2px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.single-stock-wrapper .single-stock-bottom .stock-products-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.single-stock-wrapper .single-stock-bottom .stock-products-swiper .navigations {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.single-stock-wrapper .single-stock-bottom .stock-products-swiper .navigations .swiper-pagination {
  position: static;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 70px);
  padding-left: 0px;
}
.single-stock-wrapper .single-stock-bottom .stock-products-swiper .navigations .swiper-pagination .swiper-pagination-bullet {
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E0E0E0;
}
.single-stock-wrapper .single-stock-bottom .stock-products-swiper .navigations .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EB3333;
}
.single-stock-wrapper .single-stock-bottom .stock-products-swiper .navigations .nav-btns {
  display: flex;
  border-radius: 5px;
  grid-column-gap: 20px;
}
.single-stock-wrapper .single-stock-bottom .stock-products-swiper .navigations .nav-btns .swiper-button-next,
.single-stock-wrapper .single-stock-bottom .stock-products-swiper .navigations .nav-btns .swiper-button-prev {
  position: static;
  margin: 0px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .single-stock-wrapper {
    margin-bottom: 40px;
  }
  .single-stock-wrapper .single-stock-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-stock-wrapper .single-stock-top {
    flex-direction: column;
  }
  .single-stock-wrapper .single-stock-top .single-stock-image {
    padding-right: 0px;
    top: 0px;
    position: static;
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
  }
  .single-stock-wrapper .single-stock-top .single-stock-text {
    width: 100%;
  }
}
/*********** REVIEW-ITEM ***********/
.review-item {
  background: rgba(242, 242, 242, 0.8);
  border-radius: 2px;
  padding: 30px 40px;
}
.review-item .review-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.review-item .review-item-header .image {
  margin-right: 15px;
}
.review-item .review-item-header .image img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.review-item .review-item-header .title {
  font-weight: 700;
  line-height: 150%;
  font-family: "Lora", sans-serif;
  font-size: 20px;
  line-height: 130%;
  color: #1E1B17;
}
.review-item .review-item-header .date {
  font-size: 14px;
  line-height: 143%;
  text-align: right;
  color: #1E1B17;
  margin-left: auto;
  padding-left: 15px;
}
.review-item .review-item-middle {
  margin-bottom: 20px;
}
.review-item .review-item-bottom {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.review-item .review-item-bottom .gallery-item {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.review-item .review-item-bottom .gallery-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #EB3333;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.review-item .review-item-bottom .gallery-item::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.review-item .review-item-bottom .gallery-item:hover::before {
  opacity: 0.8;
}
.review-item .review-item-bottom .gallery-item:hover::after {
  opacity: 1;
}
.review-item .review-item-bottom .gallery-item img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: block;
}

@media (max-width: 767px) {
  .review-item {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .review-item .review-item-header .title {
    font-size: 14px;
  }
  .review-item .review-item-bottom .gallery-item img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
/*********** ARCHIVE-REVIEWS ***********/
.archive-reviews {
  display: flex;
  margin-bottom: 80px;
}
.archive-reviews .archive-reviews-body {
  width: 75%;
  padding-right: 30px;
}
.archive-reviews .archive-reviews-body .review-item {
  margin-bottom: 30px;
}
.archive-reviews .archive-reviews-body .review-item:last-child {
  margin-bottom: 0px;
}
.archive-reviews .archive-reviews-modal {
  width: 25%;
  background-image: url(../img/bg-reviews.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2px;
  padding: 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.archive-reviews .archive-reviews-modal .modal-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 131%;
  color: #FFFFFF;
  font-family: "Lora", sans-serif;
}
.archive-reviews .archive-reviews-modal .modal-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.archive-reviews .archive-reviews-modal .btn-main {
  margin-top: 30px;
  border-radius: 5px;
}

@media (max-width: 1200px) {
  .archive-reviews .archive-reviews-modal .btn-main-white {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .archive-reviews {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .archive-reviews .archive-reviews-body {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .archive-reviews .archive-reviews-modal {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*********** ARCHIVE-PROJECTS ***********/
.archive-projects-wrapper {
  margin-bottom: 80px;
}
.archive-projects-wrapper .arcive-projects-terms {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 15px;
  margin-bottom: 40px;
}
.archive-projects-wrapper .arcive-projects-terms .term-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #1E1B17;
  padding: 10px 20px;
  border: 1px solid #1E1B17;
  border-radius: 2px;
  background-color: #ffffff;
  transition: background-color 0.3s, color 0.3s ease;

}


.archive-projects-wrapper .arcive-projects-terms .term-item.active {
  background-color: #1E1B17;
  color: #ffffff;
}

.archive-projects-wrapper .arcive-projects-terms .term-item:hover {
  background-color: #1E1B17;
  color: #ffffff;
}

.archive-projects-wrapper .archive-projects-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

@media (min-width: 600px) {
  .swipe-icon {
    display: none;
  }
}

@media (max-width: 600px) {
  .archive-projects-wrapper .arcive-projects-terms .steps-icon svg {
    display: inline-block; /* Лучше использовать inline-block для SVG */
    vertical-align: middle; /* Для правильного выравнивания */
  }
  
  /* Дополнительные стили для мобильного отображения */
  .archive-projects-wrapper .arcive-projects-terms .term-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width: 991px) {
  .archive-projects-wrapper {
    margin-bottom: 40px;
  }
  .archive-projects-wrapper .arcive-projects-terms {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    grid-gap: 0px;
    margin-bottom: 10px;
  }
  .archive-projects-wrapper .arcive-projects-terms .term-item {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin-right: 10px;
  }
  .archive-projects-wrapper .arcive-projects-terms .term-item:last-child {
    margin-right: 0px;
  }
  .archive-projects-wrapper .archive-projects-body {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}

@media (max-width: 480px) {
  .archive-projects-wrapper .archive-projects-body {
    display: block;
  }
  .archive-projects-wrapper .archive-projects-body .project-item {
    margin-bottom: 15px;
  }
  .archive-projects-wrapper .archive-projects-body .project-item:last-child {
    margin-bottom: 0px;
  }
}
/*********** PROJECT-ITEM ***********/
.project-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.project-item:hover .project-item-top img {
  transform: scale(1.05);
}
.project-item:hover .project-item-bottom {
  background: #EB3333;
}
.project-item:hover .project-item-bottom .project-name {
  color: #1E1B17;
}
.project-item:hover .project-item-bottom .project-bottom .slogan {
  color: #FFFFFF;
}
.project-item:hover .project-item-bottom .project-bottom .arrow svg rect {
  fill: #1E1B17;
}
.project-item .project-item-top {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.project-item .project-item-top img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.project-item .project-item-bottom {
  padding: 20px;
  background: rgba(30, 27, 23, 0.8);
  border-radius: 2px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.project-item .project-item-bottom .project-name {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.project-item .project-item-bottom .project-bottom {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  padding-top: 15px;
}
.project-item .project-item-bottom .project-bottom .slogan {
  font-weight: 400;
  line-height: 140%;
  color: #EB3333;
  transition: color 0.3s ease;
  padding-right: 15px;
}
.project-item .project-item-bottom .project-bottom .arrow {
  border-radius: 1px;
  width: 30px;
  height: 30px;
  margin-left: auto;
}
.project-item .project-item-bottom .project-bottom .arrow svg rect {
  transition: fill 0.3s ease;
}

@media (max-width: 767px) {
  .project-item .project-item-bottom {
    padding: 10px;
  }
  .project-item .project-item-bottom .project-name {
    font-size: 16px;
  }
}
/*============ SINGLE-PROJECTS ============*/
.single-project-wrapper .single-project-top {
  margin-bottom: 80px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.single-project-wrapper .single-project-top .single-project-image {
  width: 50%;
  padding-right: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  overflow: hidden;
}
.single-project-wrapper .single-project-top .single-project-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.single-project-wrapper .single-project-top .single-project-text {
  width: 50%;
  flex-grow: 1;
}
.single-project-wrapper .single-project-top .single-project-text .add-date-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.single-project-wrapper .single-project-top .single-project-text .add-date-wrapper .single-add-data-item {
  width: 49%;
}
.single-project-wrapper .single-project-top .single-project-text .add-date-wrapper .single-add-data-item .title {
  margin-bottom: 15px;
  font-family: "Lora", sans-serif;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.single-project-wrapper .single-project-top .single-project-text .add-date-wrapper .single-add-data-item.date .content table {
  display: block;
}
.single-project-wrapper .single-project-top .single-project-text .add-date-wrapper .single-add-data-item.date .content table tbody {
  display: block;
}
.single-project-wrapper .single-project-top .single-project-text .add-date-wrapper .single-add-data-item.date .content table tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px dashed #EB3333;
  margin-bottom: 5px;
}
.single-project-wrapper .single-project-top .single-project-text .add-date-wrapper .single-add-data-item.date .content table tbody tr:last-child {
  margin-bottom: 0px;
}
.single-project-wrapper .single-project-top .single-project-text .add-date-wrapper .single-add-data-item.date .content table tbody tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  color: #1E1B17;
}
.single-project-wrapper .single-project-top .single-project-text .add-date-wrapper .single-add-data-item.date .content table tbody tr td:first-child {
  text-align: left;
  color: #1E1B17;
  padding-right: 10px;
}
.single-project-wrapper .single-project-bottom {
  overflow: hidden;
  margin-bottom: 80px;
}
.single-project-wrapper .single-project-bottom .project-gallery-swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
  max-width: 1170px;
}
.single-project-wrapper .single-project-bottom .project-gallery-swiper .swiper-wrapper .swiper-slide .image {
  height: 640px;
  margin-bottom: 15px;
}
.single-project-wrapper .single-project-bottom .project-gallery-swiper .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-project-wrapper .single-project-bottom .project-gallery-swiper .swiper-wrapper .swiper-slide .title {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #1E1B17;
}
.single-project-wrapper .single-project-bottom .project-gallery-swiper .navigations {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.single-project-wrapper .single-project-bottom .project-gallery-swiper .navigations .swiper-pagination {
  position: static;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 70px);
  padding-left: 0px;
}
.single-project-wrapper .single-project-bottom .project-gallery-swiper .navigations .swiper-pagination .swiper-pagination-bullet {
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E0E0E0;
}
.single-project-wrapper .single-project-bottom .project-gallery-swiper .navigations .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EB3333;
}
.single-project-wrapper .single-project-bottom .project-gallery-swiper .navigations .nav-btns {
  display: flex;
  grid-column-gap: 20px;
  border-radius: 5px;
}
.single-project-wrapper .single-project-bottom .project-gallery-swiper .navigations .nav-btns .swiper-button-next,
.single-project-wrapper .single-project-bottom .project-gallery-swiper .navigations .nav-btns .swiper-button-prev {
  position: static;
  margin: 0px;
  border-radius: 5px;
}

@media (max-width: 1400px) {
  .single-project-wrapper .single-project-bottom .project-gallery-swiper .swiper-wrapper .swiper-slide {
    max-width: 80%;
  }
  .single-project-wrapper .single-project-bottom .project-gallery-swiper .swiper-wrapper .swiper-slide .image {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .single-project-wrapper .single-project-top {
    margin-bottom: 40px;
  }
  .single-project-wrapper .single-project-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-project-wrapper .single-project-top {
    flex-direction: column;
  }
  .single-project-wrapper .single-project-top .single-project-image {
    padding-right: 0px;
    top: 0px;
    position: static;
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
  }
  .single-project-wrapper .single-project-top .single-project-text {
    width: 100%;
  }
  .single-project-wrapper .single-project-top .single-project-text .add-date-wrapper {
    flex-direction: column;
  }
  .single-project-wrapper .single-project-top .single-project-text .add-date-wrapper .single-add-data-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-project-wrapper .single-project-top .single-project-text .add-date-wrapper .single-add-data-item:last-child {
    margin-bottom: 0px;
  }
  .single-project-wrapper .single-project-bottom .project-gallery-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .single-project-wrapper .single-project-bottom .project-gallery-swiper .swiper-wrapper .swiper-slide .image {
    height: 250px;
  }
  .single-project-wrapper .single-project-bottom .project-gallery-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 16px;
  }
}
/*============ CART-PAGE ============*/
.cart-wrapper {
  margin-bottom: 80px;
  display: flex;
  align-items: flex-start;
}
.cart-wrapper .woocommerce-cart-form {
  width: 75%;
  margin-right: 2%;
}
.cart-wrapper .woocommerce-cart-form .cart {
  display: block;
}
.cart-wrapper .woocommerce-cart-form .cart tbody {
  display: block;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item {
  display: flex;
  background: #F2F2F2;
  border-radius: 2px;
  padding: 20px;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-thumbnail {
  min-width: 72px;
  max-width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-right: 20px;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-thumbnail a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-name {
  width: 45%;
  margin-right: auto;
  padding-right: 15px;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-name a {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #1E1B17;
  transition: color 0.3s ease;
  letter-spacing: 0.02em;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-name p {
  margin: 0px;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-quantity {
  padding: 0px;
  min-width: 175px;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-price {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  color: #1E1B17;
  white-space: nowrap;
  width: 17%;
  align-items: flex-start;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-price .regular-price {
  text-align: right;
  display: flex;
  align-items: center;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-price .regular-price .woocommerce-Price-amount {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #1E1B17;
  text-decoration: line-through;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-price .regular-price .percent {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  background: #B73A40;
  border-radius: 1px;
  padding: 5px;
  display: block;
  color: #ffffff;
  margin-right: 5px;
  color: #FFFFFF;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-price .amount-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-price .amount-wrapper .woocommerce-Price-amount {
  font-weight: 700;
  font-family: "Lora", sans-serif;
  font-size: 20px;
  line-height: 130%;
  color: #1E1B17;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-remove {
  position: absolute;
  width: 12px;
  height: 12px;
  display: block;
  top: 10px;
  right: 10px;
  padding: 0px;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-remove .remove {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-remove .remove svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-remove .remove svg path {
  transition: fill 0.3s ease;
}
.cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-remove:hover .remove svg path {
  fill: #EB3333;
}
.cart-wrapper .cart-collaterals {
  background: #F2F2F2;
  border-radius: 2px;
  width: 23%;
  padding: 30px 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #1E1B17;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table {
  display: block;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody {
  display: block;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody tr:last-child {
  margin-bottom: 0px;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody tr.count-products {
  padding-bottom: 15px;
  border-bottom: 1px solid #1E1B17;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody tr.count-products .number {
  font-family: "Lora", sans-serif;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody tr.fee {
  flex-direction: column;
  align-items: normal;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody tr.fee th {
  font-weight: 400;
  text-align: left;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody tr.fee td {
  font-weight: 700;
  line-height: 150%;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody tr.count-products-no-sale .number {
  font-weight: 400;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody tr.order-total {
  font-family: "Lora", sans-serif;
  font-weight: 700;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody tr .text {
  padding: 0px;
  text-align: left;
  padding-right: 15px;
}
.cart-wrapper .cart-collaterals .cart_totals .shop_table tbody tr .number {
  padding: 0px;
  font-weight: 700;
  text-align: right;
}
.cart-wrapper .cart-collaterals .cart_totals .button-clear {
  margin: 20px 0px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  line-height: 143%;
  color: #4F4F4F;
  transition: color 0.3s ease;
}
.cart-wrapper .cart-collaterals .cart_totals .button-clear svg {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.cart-wrapper .cart-collaterals .cart_totals .button-clear svg path {
  transition: fill 0.3s ease;
}
.cart-wrapper .cart-collaterals .cart_totals .button-clear:hover {
  color: #EB3333;
  border-radius: 5px;
}
.cart-wrapper .cart-collaterals .cart_totals .button-clear:hover svg path {
  fill: #EB3333;
}
.cart-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  font-weight: 700;
  border-radius: 5px;
  font-size: 16px;
  line-height: 110%;
  color: #FFFFFF;
  padding: 15px 15px;
  display: block;
  width: 100%;
  background: #EB3333;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  border: 1px solid transparent;
  transition: background 0.3s, color 0.3s, border 0.3s ease;
  white-space: nowrap;
}
.cart-wrapper .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #ffffff;
  border: 1px solid #EB3333;
  color: #EB3333;
  border-radius: 5px;
}

@media (max-width: 1200px) {
  .cart-wrapper .woocommerce-cart-form .cart tbody .cart_item {
    padding: 10px;
  }
  .cart-wrapper .cart-collaterals {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .cart-wrapper {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .cart-wrapper .woocommerce-cart-form {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .cart-wrapper .cart-collaterals {
    width: 100%;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cart-wrapper .woocommerce-cart-form .cart tbody .cart_item {
    flex-wrap: wrap;
  }
  .cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-thumbnail {
    margin-right: auto;
    margin-left: auto;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
  }
  .cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-name {
    padding-right: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-price {
    max-width: 50%;
    width: auto;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-quantity {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .cart-wrapper .woocommerce-cart-form .cart tbody .cart_item .product-price {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/*============ QUANTITY ============*/
.quantity {
  display: flex;
  align-items: center;
  max-width: 175px;
}
.quantity .screen-reader-text {
  display: none;
}
.quantity .input-text {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #1E1B17;
  -moz-appearance: textfield;
  background: transparent;
  font-size: 16px;
  border: none;
  font-family: "Lora", sans-serif;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
}
.quantity .input-text::-moz-placeholder {
  font-size: 16px;
  line-height: 120%;
  color: #1E1B17;
}
.quantity .input-text:-ms-input-placeholder {
  font-size: 16px;
  line-height: 120%;
  color: #1E1B17;
}
.quantity .input-text::placeholder {
  font-size: 16px;
  line-height: 120%;
  color: #1E1B17;
}
.quantity .input-text::-webkit-inner-spin-button, .quantity .input-text::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 5px;
}
.quantity button {
  background: #FFFFFF;
  border-radius: 5px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  transition: background, color, border 0.3s ease;
  padding: 0px;
  border: 1px solid #E0E0E0;
}
.quantity button.disabled {
  pointer-events: none;
}
.quantity button svg path {
  transition: stroke 0.3s ease;
}
.quantity button:hover {
  border: 1px solid #1E1B17;
  background: #1E1B17;
  border-radius: 5px;
}
.quantity button:hover svg path {
  stroke: #ffffff;
}

/*============ CHECKOUT ============*/
.woocommerce-checkout {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-checkout .vag-hide {
  display: none !important;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul {
  margin: 0px;
  padding-left: 0px;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul li {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul li:last-child {
  margin-bottom: 0px;
}
.woocommerce-checkout .block__title,
.woocommerce-checkout div[data-name=billing_title_person],
.woocommerce-checkout div[data-name=additional_fields_title],
.woocommerce-checkout div[data-name=shipping_title_delivery] {
  margin-bottom: 25px;
  display: block;
  width: 100%;
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #1E1B17;
}
.woocommerce-checkout .checkout-left {
  width: 73%;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5%;
       column-gap: 1.5%;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  margin: 0px;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row > label {
  display: none;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper div.form-row {
  width: 100%;
  margin-bottom: 25px;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_person_field {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  margin-right: 0px;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_person_field .woocommerce-input-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_person_field .woocommerce-input-wrapper input {
  display: none;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_person_field .woocommerce-input-wrapper input:checked + label {
  background: #B5D654;
  color: #2E2E2E;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_person_field .woocommerce-input-wrapper label {
  display: block !important;
  padding: 5px 15px;
  background: #F1F2F3;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #2E2E2E;
  cursor: pointer;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
  margin-bottom: 15px;
  width: 31%;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input {
  background: #ffffff;
  border: 1px solid transparent;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #1E1B17;
  width: 100%;
  border: 1px solid #1E1B17;
  border-radius: 2px;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input::-webkit-outer-spin-button, .woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #1E1B17;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #1E1B17;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #1E1B17;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row.woocommerce-invalid-required-field input {
  border: 1px solid #EB3333;
  color: #EB3333;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row.woocommerce-invalid-required-field input::-moz-placeholder {
  color: #EB3333;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row.woocommerce-invalid-required-field input:-ms-input-placeholder {
  color: #EB3333;
}
.woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row.woocommerce-invalid-required-field input::placeholder {
  color: #EB3333;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 {
  margin-top: 15px;
  margin-bottom: 20px;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5%;
       column-gap: 1.5%;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row {
  width: 31%;
  margin-bottom: 15px;
  margin-top: 0px;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row > label {
  display: none;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row input {
  background: #ffffff;
  border: 1px solid transparent;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #1E1B17;
  width: 100%;
  border: 1px solid #1E1B17;
  border-radius: 2px;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row input::-webkit-outer-spin-button, .woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row input::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #1E1B17;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #1E1B17;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #1E1B17;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.woocommerce-invalid-required-field input {
  border: 1px solid #EB3333;
  color: #EB3333;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.woocommerce-invalid-required-field input::-moz-placeholder {
  color: #EB3333;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.woocommerce-invalid-required-field input:-ms-input-placeholder {
  color: #EB3333;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row.woocommerce-invalid-required-field input::placeholder {
  color: #EB3333;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row .select2-selection--single {
  border-radius: 2px;
  height: 52px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #1E1B17;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
  color: #1E1B17;
  font-weight: 600;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row .select2-selection--single .select2-selection__arrow b {
  border-color: #1E1B17 transparent transparent transparent;
}
.woocommerce-checkout .checkout-left .need__shipping {
  margin-bottom: 30px;
}
.woocommerce-checkout .checkout-left .need__shipping #shipping_method {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .checkout-left .need__shipping #shipping_method li {
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 15px;
}
.woocommerce-checkout .checkout-left .need__shipping #shipping_method li:last-child {
  margin-bottom: 0px;
}
.woocommerce-checkout .checkout-left .need__shipping #shipping_method li input {
  display: none;
}
.woocommerce-checkout .checkout-left .need__shipping #shipping_method li input:checked + label::before {
  background: #ffffff;
}
.woocommerce-checkout .checkout-left .need__shipping #shipping_method li input:checked + label::after {
  transform: translateY(-50%) scale(1);
}
.woocommerce-checkout .checkout-left .need__shipping #shipping_method li label {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1F1F31;
  position: relative;
  padding-left: 35px;
}
.woocommerce-checkout .checkout-left .need__shipping #shipping_method li label::before {
  content: "";
  background: #FFFFFF;
  border: 2px solid #EB3333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
}
.woocommerce-checkout .checkout-left .need__shipping #shipping_method li label::after {
  content: "";
  background: #EB3333;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  left: 5px;
  display: block;
  position: absolute;
  transition: transform 0.3s ease;
  border-radius: 50%;
}
.woocommerce-checkout .checkout-left #payment {
  margin-bottom: 30px;
}
.woocommerce-checkout .checkout-left #payment .wc_payment_methods {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .checkout-left #payment .wc_payment_methods li {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.woocommerce-checkout .checkout-left #payment .wc_payment_methods li:last-child {
  margin-bottom: 0px;
}
.woocommerce-checkout .checkout-left #payment .wc_payment_methods li input {
  display: none;
}
.woocommerce-checkout .checkout-left #payment .wc_payment_methods li input:checked + label::after {
  transform: translateY(-50%) scale(1);
}
.woocommerce-checkout .checkout-left #payment .wc_payment_methods li label {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1E1B17;
  position: relative;
  padding-left: 35px;
}
.woocommerce-checkout .checkout-left #payment .wc_payment_methods li label::before {
  content: "";
  background: #FFFFFF;
  border: 2px solid #EB3333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
}
.woocommerce-checkout .checkout-left #payment .wc_payment_methods li label::after {
  content: "";
  background: #EB3333;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  left: 5px;
  display: block;
  position: absolute;
  transition: transform 0.3s ease;
  border-radius: 50%;
}
.woocommerce-checkout #order_review {
  background: #F2F2F2;
  border-radius: 2px;
  max-width: 270px;
  width: 25%;
  padding: 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 20px;
  display: block;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot {
  display: block;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr:last-child {
  margin-bottom: 0px;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr.count-products {
  padding-bottom: 15px;
  border-bottom: 1px solid #1E1B17;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr.count-products .number {
  font-family: "Lora", sans-serif;
  font-weight: 700;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr.count-products-no-sale .number {
  font-weight: 400;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total {
  font-family: "Lora", sans-serif;
  font-weight: 700;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr.order-total .text {
  font-weight: 700;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr .text {
  padding: 0px;
  text-align: left;
  padding-right: 15px;
  font-weight: 400;
}
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot tr .number {
  padding: 0px;
  font-weight: 700;
  text-align: right;
}
.woocommerce-checkout #order_review button.button {
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  line-height: 143%;
  color: #FFFFFF;
  padding: 13px 15px;
  display: block;
  width: 100%;
  background: #EB3333;
  max-width: 270px;
  cursor: pointer;
  font-style: normal;
  transition: background 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
.woocommerce-checkout #order_review button.button:hover {
  background: #1E1B17;
  border-radius: 5px;
}

@media (max-width: 1200px) {
  .woocommerce-checkout #order_review {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout {
    flex-direction: column;
  }
  .woocommerce-checkout .checkout-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
    width: 49%;
  }
  .woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row {
    width: 49%;
  }
  .woocommerce-checkout #order_review {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .woocommerce-checkout .checkout-left .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
    width: 100%;
  }
  .woocommerce-checkout .checkout-left .col2-set .col-2 .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper p.form-row {
    width: 100%;
  }
}
/*============ CHECKOUT-THANKS ============*/
ul.woocommerce-thankyou-order-details li.woocommerce-order-overview__total-prod {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.woocommerce-thankyou-order-details li.woocommerce-order-overview__total-prod .woocommerce-order-overview__prod {
  padding-left: 15px;
  position: relative;
  display: block;
}
ul.woocommerce-thankyou-order-details li.woocommerce-order-overview__total-prod .woocommerce-order-overview__prod::before {
  content: "";
  background-color: #EB3333;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/*********** PRODUCT-ATTRS ***********/
.woocommerce-product-attributes {
  width: 100%;
  display: block;
}
.woocommerce-product-attributes tbody {
  display: block;
  width: 100%;
}
.woocommerce-product-attributes tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px dashed #EB3333;
  margin-bottom: 10px;
}
.woocommerce-product-attributes tbody tr:last-child {
  margin-bottom: 0px;
}
.woocommerce-product-attributes tbody tr th {
  font-weight: 400;
  text-align: left;
  color: #5E5B59;
  line-height: 140%;
  padding-right: 15px;
  max-width: 50%;
}
.woocommerce-product-attributes tbody tr td {
  color: #1E1B17;
  line-height: 150%;
  text-align: right;
  font-weight: 400;
  max-width: 50%;
}
.woocommerce-product-attributes tbody tr p {
  margin: 0px;
}
.woocommerce-product-attributes tbody tr a {
  color: #1E1B17;
  transition: color 0.3s ease;
}
.woocommerce-product-attributes tbody tr a:hover {
  color: #EB3333;
}

/*********** PRODUCT-PAGE ***********/
div.product.type-product {
  margin-bottom: 80px;
}
div.product.type-product .single-product-top {
  display: flex;
  width: 100%;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-bottom: 80px;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left {
  min-width: 440px;
  max-width: 440px;
  height: 440px;
  padding: 40px;
  background-color: transparent;
  background: #F7F7F7;
  border-radius: 2px;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left .swiper-woocommerce-single-product {
  background-color: #ffffff;
  height: 100%;
  border-radius: 2px;
  position: relative;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left .swiper-woocommerce-single-product .tags-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  grid-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left .swiper-woocommerce-single-product .tags-wrapper .tag-item {
  padding: 5px 15px;
  border-radius: 2px;
  color: #ffffff;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left .swiper-woocommerce-single-product .swiper-wrapper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left .swiper-woocommerce-single-product .swiper-wrapper .swiper-slide a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right {
  min-width: 90px;
  max-width: 90px;
  height: 440px;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .thumbs-swiper-main-single-product {
  height: calc(100% - 42px);
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .thumbs-swiper-main-single-product .swiper-wrapper .swiper-slide {
  padding-top: 100%;
  position: relative;
  background: #F8F8F9;
  border-radius: 2px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .thumbs-swiper-main-single-product .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .thumbs-swiper-main-single-product .swiper-wrapper .swiper-slide img {
  width: 80%;
  height: 80%;
  background-color: #ffffff;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-button-prev,
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-button-next {
  position: static;
  margin: 0px;
  margin-left: auto;
  border-radius: 5px;
  margin-right: auto;
  width: 24px;
  height: 24px;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-button-prev::after,
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-button-next::after {
  display: none;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-button-prev:hover svg path,
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-button-next:hover svg path {
  stroke: #EB3333;
}
div.product.type-product .single-product-top .summary {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
div.product.type-product .single-product-top .summary .summary-top {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 15px;
}
div.product.type-product .single-product-top .summary .summary-top .product-summary-item.left {
  display: none;
  visibility: hidden;
}
div.product.type-product .single-product-top .summary .summary-top .product-summary-item {
  width: 47%;
  flex-grow: 1;
}
div.product.type-product .single-product-top .summary .summary-top .product-summary-item .title {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E1B17;
  margin-bottom: 15px;
}
div.product.type-product .single-product-top .summary .summary-top .product-summary-item.left .price-wrap {
  margin-top: 30px;
}
div.product.type-product .single-product-top .summary .summary-top .product-summary-item.left .price-wrap .price {
  margin: 0px;
  max-width: calc(100% - 50px);
  line-height: 100%;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-weight: 700;
  font-size: 20px;
  color: #EB3333;
  flex-wrap: wrap;
  row-gap: 5px;
  align-items: center;
  font-family: "Lora", sans-serif;
}
div.product.type-product .single-product-top .summary .summary-top .product-summary-item.left .price-wrap .price del {
  font-family: "Mulish", sans-serif;
  order: 2;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #1E1B17;
  display: flex;
  align-items: center;
}
div.product.type-product .single-product-top .summary .summary-top .product-summary-item.left .price-wrap .price .percent {
  font-family: "Mulish", sans-serif;
  order: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  background: #B73A40;
  border-radius: 1px;
  padding: 5px;
  display: block;
  color: #ffffff;
}
div.product.type-product .single-product-top .summary .summary-top .product-summary-item.left .price-wrap .price ins {
  order: 3;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
}
div.product.type-product .single-product-top .summary .stock {
  padding: 5px;
  border-radius: 2px;
  background: #EB3333;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #ffffff;
}
div.product.type-product .single-product-top .summary form.cart {
  margin-top: auto;
  padding-top: 20px;
}
div.product.type-product .single-product-top .summary form.cart .form-wrapper {
  padding: 30px 40px;
  background: #F2F2F2;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
}
div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-left {
  width: 47%;
}
div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-left .title {
  margin-bottom: 20px;
  font-family: "Lora", sans-serif;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
}
div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-left .price {
  margin: 0px;
  margin-top: auto;
  max-width: calc(100% - 50px);
  line-height: 100%;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-weight: 700;
  font-size: 30px;
  color: #1E1B17;
  flex-wrap: wrap;
  row-gap: 5px;
  align-items: center;
  font-family: "Lora", sans-serif;
}
div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-left .price del {
  font-family: "Mulish", sans-serif;
  order: 2;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #1E1B17;
  display: flex;
  align-items: center;
}
div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-left .price .percent {
  font-family: "Mulish", sans-serif;
  order: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  background: #B73A40;
  border-radius: 1px;
  padding: 5px;
  display: block;
  color: #ffffff;
}
div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-left .price ins {
  order: 3;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
}
div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-right {
  width: 47%;
}
div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-right .quantity {
  margin-bottom: 20px;
  max-width: 100%;
}
div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-right button {
  width: 100%;
  border-radius: 5px;
  padding: 15px;
}
div.product.type-product .single-bottom-wrapper {
  display: flex;
  grid-column-gap: 30px;
  justify-content: space-between;
}
div.product.type-product .single-bottom-wrapper .item {
  flex-grow: 1;
  width: 48%;
}
div.product.type-product .single-bottom-wrapper .item .title {
  margin-bottom: 30px;
  font-family: "Lora", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #1E1B17;
}
div.product.type-product .related {
  margin-top: 80px;
}
div.product.type-product .related .swiper-wrap .swiper-related .swiper-wrapper .swiper-slide {
  height: auto;
}
div.product.type-product .related .swiper-wrap .swiper-related .navigations {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
div.product.type-product .related .swiper-wrap .swiper-related .navigations .swiper-pagination {
  position: static;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 70px);
  padding-left: 0px;
}
div.product.type-product .related .swiper-wrap .swiper-related .navigations .swiper-pagination .swiper-pagination-bullet {
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E0E0E0;
}
div.product.type-product .related .swiper-wrap .swiper-related .navigations .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EB3333;
}
div.product.type-product .related .swiper-wrap .swiper-related .navigations .nav-btns {
  display: flex;
  grid-column-gap: 20px;
  border-radius: 5px;
}
div.product.type-product .related .swiper-wrap .swiper-related .navigations .nav-btns .swiper-button-next,
div.product.type-product .related .swiper-wrap .swiper-related .navigations .nav-btns .swiper-button-prev {
  position: static;
  margin: 0px;
  border-radius: 5px;
}

@media (max-width: 1200px) {
  div.product.type-product {
    margin-bottom: 40px;
  }
  div.product.type-product .single-product-top {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 40px;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left {
    min-width: 340px;
    max-width: 340px;
    height: 340px;
    padding: 15px;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left .swiper-woocommerce-single-product .tags-wrapper .tag-item {
    padding: 5px 3px;
    font-size: 12px;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right {
    height: 340px;
  }
  div.product.type-product .single-product-top .summary form.cart .form-wrapper {
    padding: 20px;
  }
  div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-left .price {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    flex-direction: column;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left {
    min-width: 300px;
    max-width: 300px;
    height: 300px;
    padding: 15px;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right {
    margin-top: 20px;
    margin-left: 0px;
    height: 90px;
    min-width: 300px;
    max-width: 300px;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .thumbs-swiper-main-single-product {
    height: 100%;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .thumbs-swiper-main-single-product .swiper-wrapper .swiper-slide {
    padding-top: 0px;
    height: 100%;
    max-height: 90px;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-button-prev,
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-button-next {
    display: none;
  }
  div.product.type-product .single-product-top .summary .summary-top {
    justify-content: normal;
    flex-direction: column-reverse;
  }
  div.product.type-product .single-product-top .summary .summary-top .product-summary-item {
    width: 100%;
    margin-top: 15px;
  }
  div.product.type-product .single-product-top .summary .summary-top .product-summary-item:last-child {
    margin-top: 0px;
  }
  div.product.type-product .single-product-top .summary form.cart .form-wrapper {
    padding: 20px;
  }
  div.product.type-product .single-bottom-wrapper .item .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  div.product.type-product .related {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  div.product.type-product .single-product-top {
    flex-direction: column;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left {
    margin-left: auto;
    margin-right: auto;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right {
    margin-left: auto;
    margin-right: auto;
  }
  div.product.type-product .single-product-top .summary form.cart .form-wrapper {
    flex-direction: column;
  }
  div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-left {
    width: 100%;
    margin-bottom: 20px;
  }
  div.product.type-product .single-product-top .summary form.cart .form-wrapper .form-wrapper-right {
    width: 100%;
    max-width: 300px;
  }
  div.product.type-product .single-bottom-wrapper {
    flex-direction: column;
  }
  div.product.type-product .single-bottom-wrapper .item {
    width: 100%;
    margin-bottom: 20px;
  }
  div.product.type-product .single-bottom-wrapper .item:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left {
    min-width: 290px;
    max-width: 290px;
    height: 290px;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right {
    min-width: 290px;
    max-width: 290px;
  }
}
/*********** FAQ-ITEM ***********/
.faq-item {
  background: #F2F2F2;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: border 0.3s, background 0.3s, opacity 0.3s ease;
}
.faq-item:hover {
  opacity: 0.75;
}
.faq-item.active {
  background: #FFFFFF;
  border: 1px solid #EB3333;
  opacity: 1;
}
.faq-item.active .faq-item-header .plus {
  transform: rotate(45deg);
}
.faq-item.active .faq-item-header .plus svg path {
  fill: #5E5B59;
}
.faq-item .faq-item-header {
  display: flex;
  align-items: center;
  padding: 30px 40px 30px 50px;
  cursor: pointer;
}
.faq-item .faq-item-header .icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 20px;
}
.faq-item .faq-item-header .text {
  font-family: "Lora", sans-serif;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E1B17;
  padding-right: 15px;
}
.faq-item .faq-item-header .plus {
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  transition: transform 0.3s ease;
}
.faq-item .faq-item-header .plus svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.faq-item .faq-item-header .plus svg path {
  transition: fill 0.3s ease;
}
.faq-item .faq-item-body {
  padding-left: 95px;
  padding-right: 95px;
  padding-bottom: 30px;
  display: none;
}

@media (max-width: 767px) {
  .faq-item .faq-item-header {
    padding: 15px;
  }
  .faq-item .faq-item-body {
    padding: 0px 15px 15px;
  }
}
@media (max-width: 480px) {
  .faq-item .faq-item-header .icon {
    display: none;
  }
}
/*********** ARCHIVE-FAQ ***********/
.archive-faq-wrapper {
  margin-bottom: 80px;
}
.archive-faq-wrapper .archive-faq-body .faq-item {
  margin-bottom: 10px;
}
.archive-faq-wrapper .archive-faq-body .faq-item:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .archive-faq-wrapper {
    margin-bottom: 40px;
  }
}





.catalog-menu-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.catalog-submenu {
  background: rgba(255, 255, 255, 0.9);
  display: block !important;
}

.catalog-menu-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.catalog-menu-column {
  display: flex;
  flex-direction: column;
}

.catalog-menu-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.catalog-menu-link {
  text-decoration: none;
  color: #EB3333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 0;
  transition: color 0.3s ease;
}

.catalog-menu-link:hover {
  color: #EB3333;
}

.block-main-banner .block-main-banner-wrapper .main-banner-swiper .swiper-wrapper .swiper-slide .slide-offer .tag a{
  color: white;
  display: flex;
  justify-content: center;
}

.catalog-submenu {
  list-style: none;
  display: none;
  margin: 8px 0 0 0;
  padding-left: 12px;
  border-left: 1px solid #eee;
}

.catalog-menu-column:hover .catalog-submenu {
  display: block;
}

.catalog-submenu-item {
  margin: 4px 0;
}

.catalog-submenu-link {
  text-decoration: none;
  font-size: 14px;
  color: #666;
  display: block;
  transition: color 0.2s ease;
}

.catalog-submenu-link:hover {
  color: #000;
}

.btn-test{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  background-color: #f71e1e;
  align-items: center;
}

li.product.type-product .price-wrapper{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

li.product.type-product .price-wrapper a{
  width: 100%;
}

.btn-test p{
  color: #ffffff;
}

@media (max-width: 450px) {
  .btn-main {
    width: 100%;
    
  }
}



grampus-cookie-notice {
    display: none;
    position: sticky;
    bottom: 0;
    margin: 0 auto;
    width: 80%;
    height: fit-content;
    padding: 10px 0;
    z-index: 2000;
    background-color: var(--cookie-bg, #fff);
    padding: 30px;
    border-radius: 20px;
}

.cookie-notice-container{
    flex-direction: row;
}

.grampus-cookie-notice p{
    text-align: center;
}

.grampus-cookie-accept-button{
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 10px;
}

@media (max-width: 600px){
    .grampus-cookie-accept-button{
        width: 100%;
    }
    .cookie-notice-container{
    flex-direction: column;
    }
}


.policy-checkbox input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
    
        border: 1px solid #ccc;
        border-radius: 2px;
        outline: none;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        border: 1px solid #000000;
        padding: 0;
    }
    
    /* Стиль для отмеченного чекбокса */
    .policy-checkbox input[type="checkbox"]:checked {
        background-color: #007bff;
        border-color: #007bff;
    }
    
    /* Галочка внутри чекбокса */
    .policy-checkbox input[type="checkbox"]:checked::after {
        content: "✓";
        position: absolute;
        color: white;
        font-size: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    /* Стиль для ошибки (только чекбокс) */
    .policy-checkbox input[type="checkbox"].error {
        border-color: red;
        box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
    }
    
    .policy-checkbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-top: 20px;
    align-items: center;
    }
    
    #consent-checkbox{
        width: 20px !important;
        height: 20px !important;
        border: 1px solid #000000 !important;
    }

.policy-checkbox label{
        width: 90% !important;
    }

.policy-checkbox label{
        color: #000;
    }