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

:focus,
:active {
  outline: none;
}

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

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
  background: transparent;
  border: none;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.btn-sub-wrap-cf7 {
  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: #042D36;
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 188%;
  font-weight: 300;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
}
body.pt {
  padding-top: 162px;
}
body a {
  color: #ffffff;
}

@media (max-width: 767px) {
  body.pt {
    padding-top: 112px;
  }
}
.container {
  max-width: 1650px;
  width: 100%;
  padding: 0px 100px;
  margin: 0px auto;
}

@media (max-width: 991px) {
  .container {
    padding: 0px 15px;
  } 
}

body._lock {
  overflow: hidden;
}

.btn-main {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  padding: 10px 30px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: #82F970;
  max-width: 100%;
  cursor: pointer;
  font-style: normal;
  transition: background 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
  color: #000000;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
}
.btn-main:hover {
  background: #53E53D;
}

.sample-page {
  margin-bottom: 40px;
}

h2.block-title {
  background: linear-gradient(252.16deg, #82F970 14.38%, #04BAE2 96.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  margin-top: 0px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

@media (max-width: 1200px) {
  h2.block-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h2.block-title {
    font-size: 21px;
  }
}
body .swiper-pagination {
  position: static;
  margin: 0px;
}
body .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 3px;
  background: #013844;
  border-radius: 0px;
  opacity: 1;
}
body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #82F970;
}
body .swiper-button-next,
body .swiper-button-prev {
  background: #002128;
  width: 26px;
  height: 26px;
  transition: background 0.3s ease;
}
body .swiper-button-next::after,
body .swiper-button-prev::after {
  font-size: 12px;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover {
  background: #82F970;
}
body .swiper-button-next:hover::after,
body .swiper-button-prev:hover::after {
  color: #000000;
}

.breadcrumbs {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #476260;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs span .current-item {
  color: #476260;
}
.breadcrumbs span a {
  font-weight: 400;
  color: #476260;
  transition: color 0.3s ease;
}
.breadcrumbs span a:hover {
  color: #82F970;
}

.title-page {
  margin-bottom: 100px;
  background: #001317;
  padding: 30px 0px 40px 0px;
}
.title-page h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 112%;
  margin: 0px;
  background: linear-gradient(252.16deg, #82F970 14.38%, #04BAE2 96.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

@media (max-width: 991px) {
  .title-page {
    margin-bottom: 40px;
  }
  .title-page h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .title-page {
    padding: 15px 0px;
  }
  .title-page h1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .title-page h1 {
    font-size: 21px;
  }
}
.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: 20px;
  font-size: 14px;
}
.woocommerce-pagination.not-first {
  display: flex!important;
}
.woocommerce-pagination span.prev,
.woocommerce-pagination span.next {
  padding: 0px;
  pointer-events: none;
  opacity: 0.3;
}
.woocommerce-pagination .prev {
  margin-right: auto;
}
.woocommerce-pagination .next {
  margin-left: auto;
}
.woocommerce-pagination .prev,
.woocommerce-pagination .next {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  width: 27px;
  min-width: 27px;
  max-width: 27px;
  height: 27px;
}
.woocommerce-pagination .prev svg,
.woocommerce-pagination .next svg {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.woocommerce-pagination .prev svg path,
.woocommerce-pagination .next svg path {
  transition: fill 0.3s ease;
}
.woocommerce-pagination .prev:hover svg path,
.woocommerce-pagination .next:hover svg path {
  fill: #000000;
}
.woocommerce-pagination .page-numbers {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
  transition: color 0.3s, background 0.3s ease;
  padding: 7px 10px;
}
.woocommerce-pagination .page-numbers:hover {
  background: #69F0A9;
  color: #000000;
}
.woocommerce-pagination .page-numbers.current {
  background: #69F0A9;
  color: #000000;
}

@media (max-width: 480px) {
  .woocommerce-pagination {
    grid-column-gap: 10px;
  }
  .woocommerce-pagination .page-numbers {
    padding: 5px;
  }
}
.block-text {
  font-weight: 300;
  line-height: 188%;
  font-size: 14px;
  color: #FFFFFF;
}
.block-text strong {
  font-weight: 700;
}
.block-text.lh-171 {
  line-height: 171%;
}
.block-text.lh-179 {
  line-height: 179%;
}
.block-text img.aligncenter {
  display: block;
  margin: 100px auto;
}
.block-text h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 142%;
}
.block-text h3 {
  font-weight: 400;
  line-height: 142%;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 32px;
}
.block-text h4 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 26px;
}
.block-text h5 {
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 137%;
  font-weight: 400;
  font-size: 22px;
}
.block-text h6 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 137%;
  font-weight: 400;
}
.block-text ul {
  margin-bottom: 15px;
  padding-left: 20px;
}
.block-text ul li {
  position: relative;
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  list-style: disc;
  margin-right: 0px;
  margin-bottom: 7px;
}
.block-text ul li:last-child {
  margin-bottom: 0px;
}
.block-text ol {
  margin-bottom: 15px;
  padding-left: 20px;
}
.block-text ol li {
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  list-style: decimal;
  margin-bottom: 7px;
}
.block-text ol li:last-child {
  margin-bottom: 0px;
}
.block-text p {
  margin-top: 0px;
  margin-bottom: 15px;
}
.block-text p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .block-text h2 {
    font-size: 30px;
  }
  .block-text h3 {
    font-size: 24px;
  }
  .block-text h4 {
    font-size: 20px;
  }
  .block-text h5 {
    font-size: 16px;
  }
  .block-text h6 {
    font-size: 14px;
  }
  .block-text img.aligncenter {
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  .block-text h2 {
    font-size: 21px;
  }
}
/*============ 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: #000000;
  font-weight: 400;
  line-height: 130%;
}
#modal-congratulations .modal-congratulations-body .modal-congratulations-subtitle {
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  text-align: center;
  letter-spacing: 0.02em;
}
#modal-congratulations .modal-congratulations-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #000000;
  font-size: 48px;
  transform: rotate(45deg);
  transition: color 0.3s ease;
}
#modal-congratulations .modal-congratulations-body .close:hover {
  color: #82F970;
}

@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: #252525;
  visibility: visible;
  opacity: 0.5;
  z-index: 1000;
}

/*============ HEADER ============*/
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 45px 0px;
  z-index: 500;
  transition: background 0.3s, padding 0.3s ease;
}
.header.fixed {
  padding: 20px 0px;
  background: #042D36;
}
.header .header-mobile {
  display: none;
  margin-right: 25px;
  position: relative;
  min-width: 27px;
  height: 22px;
  cursor: pointer;
  z-index: 20;
}
.header .header-mobile span, .header .header-mobile::before, .header .header-mobile::after {
  right: 0px;
  position: absolute;
  height: 10%;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-color: #FFFFFF;
}
.header .header-mobile::before, .header .header-mobile::after {
  content: "";
}
.header .header-mobile::before {
  top: 0px;
}
.header .header-mobile::after {
  bottom: 0px;
}
.header .header-mobile span {
  top: 50%;
  transform: scale(1) translate(0px, -50%);
}
.header .header-mobile._active span {
  transform: scale(0) translate(0px, -50%);
}
.header .header-mobile._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
  background-color: #FFFFFF;
}
.header .header-mobile._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
  background-color: #FFFFFF;
}
.header .header-row {
  display: flex;
  align-items: center;
}
.header .header-row .custom-logo-link {
  max-width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
.header .header-row .custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.header .header-row .header-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  padding-left: 0px;
  padding-right: 15px;
  margin: 0px;
}
.header .header-row .header-menu li.current-menu-item a {
  color: #82F970;
}
.header .header-row .header-menu li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.header .header-row .header-menu li a:hover {
  color: #82F970;
}
.header .header-row .header-socials {
  margin-left: auto;
  display: flex;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 10px;
}
.header .header-row .header-socials .social-item {
  transition: opacity 0.3s ease;
}
.header .header-row .header-socials .social-item:hover {
  opacity: 0.7;
}
.header #mobile-menu {
  position: fixed;
  z-index: 100;
  background: #002128;
  left: 0px;
  top: -200%;
  width: 100%;
  height: 100%;
  transition: top 1.2s ease;
}
.header #mobile-menu._active {
  top: 0px;
}
.header #mobile-menu .mobile-menu-top {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header #mobile-menu .mobile-menu-top .title {
  padding-right: 15px;
}
.header #mobile-menu .mobile-menu-top .header-mobile {
  margin-left: auto;
  display: block;
  margin-right: 0px;
}
.header #mobile-menu .header-menu {
  padding: 15px;
  overflow: auto;
  margin: 0px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 65px);
}
.header #mobile-menu .header-menu li {
  margin-bottom: 40px;
}
.header #mobile-menu .header-menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
  padding-right: 15px;
  width: 100%;
  display: block;
}
.header #mobile-menu .header-menu li a::before {
  content: "";
  background-image: url(../img/svg/arrow-mobile-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .header {
    padding: 20px 0px;
  }
  .header .header-row .header-mobile {
    display: block;
  }
  .header .header-row .header-menu {
    display: none;
  }
}
@media (max-width: 480px) {
  .header.fixed {
    padding: 5px 0px;
  }
  .header .header-row .custom-logo-link {
    max-width: 45px;
  }
}
/*============ FOOTER ============*/
.footer {
  background: #001317;
  margin-top: auto;
  padding-bottom: 50px;
}
.footer .footer-socials {
  margin-left: auto;
  display: flex;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 10px;
}
.footer .footer-socials .social-item {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.footer .footer-socials .social-item:hover {
  opacity: 1;
}
.footer .footer-row {
  display: flex;
  align-items: center;
  padding: 50px 0px;
}
.footer .footer-row .custom-logo-link {
  max-width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
.footer .footer-row .custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.footer .footer-row .footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  padding-left: 0px;
  padding-right: 15px;
  margin: 0px;
}
.footer .footer-row .footer-menu li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.footer .footer-row .footer-menu li a:hover {
  color: #82F970;
}
.footer .footer-row-bottom .footer-botttom-menu {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.footer .footer-row-bottom .footer-botttom-menu .footer-links {
  padding-left: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 15px;
}
.footer .footer-row-bottom .footer-botttom-menu .footer-links li a {
  font-weight: 600;
  font-size: 12px;
  color: #476260;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.footer .footer-row-bottom .footer-botttom-menu .footer-links li a:hover {
  color: #ffffff;
}
.footer .footer-row-bottom .footer-botttom-menu .socials-adapt {
  margin-left: auto;
}
.footer .footer-row-bottom .footer-text-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #476260;
  font-weight: 600;
  font-size: 12px;
  grid-gap: 15px;
}
.footer .footer-row-bottom .footer-text-info .left {
  margin-right: auto;
}
.footer .footer-row-bottom .footer-text-info .rigth {
  margin-left: auto;
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 30px;
  }
  .footer .footer-row {
    padding: 30px 0px;
  }
}
@media (max-width: 480px) {
  .footer .footer-row {
    flex-direction: column;
    align-items: normal;
    margin-bottom: 30px;
  }
  .footer .footer-row .custom-logo-link {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .footer .footer-row .footer-menu {
    flex-direction: column;
    align-items: normal;
    padding-right: 0px;
    grid-gap: 0px;
  }
  .footer .footer-row .footer-menu li {
    margin-bottom: 15px;
  }
  .footer .footer-row .footer-menu li:last-child {
    margin-bottom: 0px;
  }
  .footer .footer-row-bottom .footer-botttom-menu {
    margin-bottom: 25px;
  }
  .footer .footer-row-bottom .footer-botttom-menu .footer-links {
    flex-direction: column;
    grid-gap: 0px;
    padding-right: 15px;
  }
  .footer .footer-row-bottom .footer-botttom-menu .footer-links li {
    margin-bottom: 15px;
  }
  .footer .footer-row-bottom .footer-botttom-menu .footer-links li:last-child {
    margin-bottom: 0px;
  }
  .footer .footer-row-bottom .footer-text-info {
    grid-gap: 0px;
  }
  .footer .footer-row-bottom .footer-text-info .left {
    margin-bottom: 25px;
  }
}
/************** WC_ATTR **************/
.woocommerce-product-attributes {
  display: block;
}
.woocommerce-product-attributes tbody {
  display: block;
  -moz-column-gap: 30px;
       column-gap: 30px;
  list-style-position: inside;
  -moz-column-count: 2;
  column-count: 2;
  list-style-type: decimal;
}
.woocommerce-product-attributes tbody tr {
  width: 100%;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.woocommerce-product-attributes tbody tr .woocommerce-product-attributes-item__label {
  font-weight: 400;
  line-height: 137.8%;
  color: #476260;
  text-align: left;
  border-bottom: 10px solid transparent;
  padding-right: 5px;
}
.woocommerce-product-attributes tbody tr .woocommerce-product-attributes-item__value {
  font-weight: 700;
  line-height: 137.5%;
  color: #FFFFFF;
  text-align: left;
  border-bottom: 10px solid transparent;
}
.woocommerce-product-attributes tbody tr .woocommerce-product-attributes-item__value p {
  margin: 0px;
}

/************** ARCHIVE-PRODUCTS **************/
.arhive-products {
  margin-bottom: 100px;
}
.arhive-products .title-page {
  margin-bottom: 60px;
}
.arhive-products .woocommerce-products-header {
  margin-top: 25px;
}
.arhive-products .bapf_sfilter.bapf_sfa_mt_hide .bapf_head {
  display: none;
}
.arhive-products .bapf_sfilter.bapf_sfa_mt_hide .bapf_body .berocket_aapf_widget_selected_filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 5px;
}
.arhive-products .bapf_sfilter.bapf_sfa_mt_hide .bapf_body .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy > span {
  display: none;
}
.arhive-products .bapf_sfilter.bapf_sfa_mt_hide .bapf_body .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul {
  margin: 0px;
  padding-left: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 5px;
}
.arhive-products .bapf_sfilter.bapf_sfa_mt_hide .bapf_body .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul li a {
  padding: 3px 10px;
  background: #82F970;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #002128;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.arhive-products .bapf_sfilter.bapf_sfa_mt_hide .bapf_body .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul li a i::before {
  display: none;
}
.arhive-products .bapf_sfilter.bapf_sfa_mt_hide .bapf_body .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul li a i::after {
  content: "";
  background-image: url(../img/svg/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.arhive-products .bapf_sfilter.bapf_sfa_mt_hide .bapf_body .berocket_aapf_widget_selected_filter .bapf_sfa_unall {
  padding-left: 0px;
  margin: 0px;
}
.arhive-products .bapf_sfilter.bapf_sfa_mt_hide .bapf_body .berocket_aapf_widget_selected_filter .bapf_sfa_unall li a {
  padding: 3px 10px;
  background: #82F970;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #002128;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  min-height: 24.89px;
}
.arhive-products .bapf_sfilter.bapf_sfa_mt_hide .bapf_body .berocket_aapf_widget_selected_filter .bapf_sfa_unall li a i::before {
  display: none;
}
.arhive-products .bapf_sfilter.bapf_sfa_mt_hide .bapf_body .berocket_aapf_widget_selected_filter .bapf_sfa_unall li a i::after {
  content: "";
  background-image: url(../img/svg/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.arhive-products .products-items-wrapper ul.products {
  margin: 0px;
  padding-left: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.arhive-products .products-items-wrapper .lmp_load_more_button {
  margin-top: 50px;
}
.arhive-products .products-items-wrapper .lmp_load_more_button .lmp_button {
  transition: color 0.3s ease;
}
.arhive-products .products-items-wrapper .woocommerce-pagination {
  margin-top: 50px;
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .arhive-products .products-items-wrapper ul.products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .arhive-products {
    margin-bottom: 40px;
  }
  .arhive-products .products-items-wrapper ul.products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .arhive-products .title-page {
    margin-bottom: 30px;
  }
  .arhive-products .products-items-wrapper ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .arhive-products .products-items-wrapper ul.products {
    grid-template-columns: 1fr;
  }
  .arhive-products .products-items-wrapper .lmp_load_more_button {
    margin-top: 25px;
  }
  .arhive-products .products-items-wrapper .woocommerce-pagination {
    margin-top: 30px;
  }
}
/************** LI.PRODUCT **************/
li.product.type-product {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 30px;
  box-shadow: 0 0 0 1px #001317 inset;
  margin: -1px -1px 0px 0px;
  transition: transform 0.3s ease;
  background: #042D36;
}
li.product.type-product:hover {
  transform: scale(1.05);
  z-index: 10;
}
li.product.type-product .tags-wrapper {
  display: flex;
  grid-gap: 5px;
  flex-wrap: wrap;
  position: absolute;
  left: 0px;
  top: 0px;
}
li.product.type-product .tags-wrapper .tag-item {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-weight: 800;
  font-size: 10px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 2px 10px;
}
li.product.type-product a .image-wrapper {
  margin-bottom: 10px;
  padding-top: 110%;
  position: relative;
  display: flex;
  flex-direction: column;
}
li.product.type-product a .image-wrapper img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  display: block;
  max-width: 90%;
  max-height: 90%;
  -o-object-position: bottom center;
     object-position: bottom center;
}
li.product.type-product a .woocommerce-loop-product__title {
  margin: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  li.product.type-product:hover {
    transform: scale(1);
  }
  li.product.type-product a .image-wrapper img {
    width: 100%;
    height: 100%;
  }
}
/************** B-R-FILTER **************/
.b-r-filter {
  display: flex;
  align-items: center;
}
.b-r-filter .filter-mobile-btn {
  cursor: pointer;
  align-items: center;
  display: none;
}
.b-r-filter .filter-mobile-btn .icon {
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.b-r-filter .filter-mobile-btn .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
.b-r-filter .b-r-filter-wrapper-top .filter-mobile-top {
  display: none;
}
.b-r-filter .b-r-filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
  grid-column-gap: 40px;
  grid-row-gap: 15px;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget.active .bapf_hascolarr::after {
  content: "";
  background: #82F970;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: calc(100% - 15px);
  top: 0px;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter {
  margin-bottom: 0px;
  position: relative;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter.bapf_ccolaps .bapf_head .bapf_hascolarr {
  color: #82F970;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_head {
  cursor: pointer;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_head .bapf_hascolarr {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #FFFFFF;
  margin: 0px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding-right: 15px;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_head .bapf_colaps_smb {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_head .bapf_colaps_smb::before {
  font-size: 8px;
  font-weight: 400;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body {
  position: absolute;
  left: 0px;
  z-index: 100;
  top: calc(100% + 10px);
  padding: 20px;
  background: #001317;
  min-width: 230px;
  max-height: 400px;
  overflow-y: auto;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul {
  padding-left: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li {
  margin-bottom: 15px !important;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li:last-child {
  margin-bottom: 0px !important;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input {
  display: none;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input:checked + label {
  color: #82F970;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input:checked + label::before {
  background: #82F970;
  border: 1px solid #82F970;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input:checked + label::after {
  transform: scale(1);
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  position: relative;
  padding-left: 30px;
  min-height: 20px;
  display: flex !important;
  align-items: center;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label::before {
  content: "";
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  line-height: 14;
}
.b-r-filter .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label::after {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 3px;
  transform: scale(0);
  transition: transform 0.3s ease;
  background-image: url(../img/svg/gal-checkbox.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.b-r-filter .woocommerce-ordering {
  margin-left: auto;
}
.b-r-filter .woocommerce-ordering select {
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/svg/arrow-select.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 15px;
}
.b-r-filter .woocommerce-ordering select option {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
}

@media (max-width: 767px) {
  .b-r-filter .filter-mobile-btn {
    display: flex;
    position: relative;
  }
  .b-r-filter .filter-mobile-btn::before {
    content: "";
    background: #82F970;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: calc(100% + 5px);
    top: 0px;
  }
  .b-r-filter .b-r-filter-wrapper-top {
    position: fixed;
    left: 0px;
    top: -200%;
    width: 100%;
    height: 100%;
    background: #042D36;
    z-index: 1000;
    transition: top 1.2s ease;
  }
  .b-r-filter .b-r-filter-wrapper-top.active {
    top: 0px;
  }
  .b-r-filter .b-r-filter-wrapper-top .bapf_sfilter.bapf_sfa_mt_hide {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .b-r-filter .b-r-filter-wrapper-top .filter-mobile-top {
    padding: 20px 15px;
    display: flex;
    align-items: center;
  }
  .b-r-filter .b-r-filter-wrapper-top .filter-mobile-top .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 15px;
  }
  .b-r-filter .b-r-filter-wrapper-top .filter-mobile-top .menu-close {
    margin-left: auto;
    position: relative;
    min-width: 27px;
    height: 22px;
    cursor: pointer;
    z-index: 20;
  }
  .b-r-filter .b-r-filter-wrapper-top .filter-mobile-top .menu-close span, .b-r-filter .b-r-filter-wrapper-top .filter-mobile-top .menu-close::before, .b-r-filter .b-r-filter-wrapper-top .filter-mobile-top .menu-close::after {
    right: 0px;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #FFFFFF;
  }
  .b-r-filter .b-r-filter-wrapper-top .filter-mobile-top .menu-close::before, .b-r-filter .b-r-filter-wrapper-top .filter-mobile-top .menu-close::after {
    content: "";
  }
  .b-r-filter .b-r-filter-wrapper-top .filter-mobile-top .menu-close::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
    background-color: #FFFFFF;
  }
  .b-r-filter .b-r-filter-wrapper-top .filter-mobile-top .menu-close::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
    background-color: #FFFFFF;
  }
  .b-r-filter .b-r-filter-wrapper-top .filter-mobile-top .menu-close span {
    top: 50%;
    transform: scale(0) translate(0px, -50%);
  }
  .b-r-filter .b-r-filter-wrapper-top .b-r-filter-wrapper {
    display: flex;
    flex-direction: column;
    padding: 15px;
    max-height: calc(100% - 62px);
    overflow-y: auto;
    grid-gap: 0px;
    flex-wrap: nowrap;
  }
  .b-r-filter .b-r-filter-wrapper-top .b-r-filter-wrapper .berocket_single_filter_widget {
    margin-bottom: 40px;
  }
  .b-r-filter .b-r-filter-wrapper-top .b-r-filter-wrapper .berocket_single_filter_widget:last-child {
    margin-bottom: 0px;
  }
  .b-r-filter .b-r-filter-wrapper-top .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_head .bapf_hascolarr {
    width: 100%;
  }
  .b-r-filter .b-r-filter-wrapper-top .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_head .bapf_hascolarr::after {
    position: relative;
    top: -8px;
    left: 3px;
  }
  .b-r-filter .b-r-filter-wrapper-top .b-r-filter-wrapper .berocket_single_filter_widget .bapf_sfilter .bapf_body {
    padding: 0px;
    padding-top: 25px;
    position: static;
    background: transparent;
  }
}
/*================= 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 {
  margin-right: 60px;
  font-weight: 400;
  font-size: 300px;
  line-height: 100%;
  background: linear-gradient(252.16deg, #82F970 14.38%, #04BAE2 96.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.page-404 .page-404-row .right .right-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 133%;
  margin-bottom: 15px;
}
.page-404 .page-404-row .right .right-subtitle {
  line-height: 150%;
  margin-bottom: 30px;
  color: #ffffff;
}
.page-404 .page-404-row .right .right-button a {
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@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: -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;
  }
}
/*================= SINGLE_PRODUCT ===================*/
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;
  margin-bottom: 0px;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left {
  min-width: 100px;
  max-width: 100px;
  height: 545px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left .thumbs-swiper-main-single-product {
  height: 100%;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left .thumbs-swiper-main-single-product .swiper-wrapper .swiper-slide {
  padding-top: 100%;
  position: relative;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left .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 .left .thumbs-swiper-main-single-product .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  display: block;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right {
  min-width: 490px;
  max-width: 490px;
  height: 545px;
  background: transparent;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-woocommerce-single-product {
  height: 100%;
  position: relative;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-woocommerce-single-product .swiper-wrapper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  transition: opacity 0.3s ease;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-woocommerce-single-product .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right .swiper-woocommerce-single-product .swiper-wrapper .swiper-slide a img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  max-width: 100%;
  max-height: 100%;
}
div.product.type-product .single-product-top .woocommerce-product-gallery .swiper-pagination {
  display: none;
  margin-top: 15px;
}
div.product.type-product .single-product-top .summary {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
div.product.type-product .single-product-top .summary.not-visible {
  display: block;
  position: relative;
  max-height: 200px;
  overflow-y: hidden;
}
/* div.product.type-product .single-product-top .summary.not-visible::before {
  content: "";
  background: linear-gradient(180deg, rgba(1, 56, 68, 0) 0%, #002128 93.75%);
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0px;
  bottom: 0px;
} */
div.product.type-product .single-product-top .summary .summary-right-description {
  padding-top: 30px;
  margin-top: auto;
  font-size: 14px;
  color: #476260;
  font-weight: 400;
}
div.product.type-product .single-product-top .summary .summary-right-description li {
  margin-bottom: 2px;
}
div.product.type-product .single-product-top .more-sp {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-decoration-line: underline;
  color: #82F970;
  display: inline-block;
  padding-top: 5px;
}
div.product.type-product .single-product-bottom {
  background: #001317;
  padding-top: 90px;
}
div.product.type-product .single-product-bottom .single-product-bottom-description {
  margin-bottom: 100px;
}
div.product.type-product .single-product-bottom .single-product-bottom-description .title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 136%;
}
div.product.type-product .single-product-bottom .graphic-wrapper {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper {
  min-width: 230px;
  width: 230px;
  height: 230px;
  position: relative;
  background-image: url(../img/svg/bg-graphics.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper .item-1, div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper .item-2, div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper .item-3, div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper .item-4 {
  position: absolute;
}
div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper .item-1 {
  max-width: 100%;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 10px);
}
div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper .item-2 {
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
}
div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper .item-3 {
  max-width: 100%;
  width: 100%;
  text-align: center;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  left: 50%;
}
div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper .item-4 {
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
}
div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper #canvas-ID {
  opacity: 0.8;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider {
  margin-left: 175px;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item.reverse .slide-solid {
  right: 0px!important;
  left: auto!important;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item.c-to-right .slide-solid{
  left: 50%!important;
  right: auto!important;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item.c-to-left .slide-solid{
  right: 50%!important;
  left: auto!important;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item {
  margin-bottom: 20px;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item:last-child {
  margin-bottom: 0px;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 5px;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item .slide-body {
  background: #042D36;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 500px;
  height: 20px;
  position: relative;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item .slide-body .slide-solid {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #04BAE2;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item .desc {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #959595;
  grid-column-gap: 10px;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item .border-1, div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item .border-2, div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item .border-3, div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item .border-4 {
  position: absolute;
  top: 0px;
  height: 100%;
  background: #001317;
  z-index: 10;
  width: 1px;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item.slide-item-4 .border-1 {
  left: 20%;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item.slide-item-4 .border-2 {
  left: 40%;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item.slide-item-4 .border-3 {
  left: 60%;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item.slide-item-4 .border-4 {
  left: 80%;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item.slide-item-3 .border-1 {
  left: 25%;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item.slide-item-3 .border-2 {
  left: 50%;
}
div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item.slide-item-3 .border-3 {
  left: 75%;
}
div.product.type-product .related {
  margin-top: 80px;
  padding-top: 100px;
  margin-bottom: 100px;
  background: #042D36;
}
div.product.type-product .related .block-title {
  margin-bottom: 60px;
}
div.product.type-product .related .swiper-wrap {
  position: relative;
  padding: 0px 15px;
}
div.product.type-product .related .swiper-wrap .swiper-related {
  /* padding: 1px; */
  padding: 18px;
  margin: -18px;
}
div.product.type-product .related .swiper-wrap .swiper-related .swiper-wrapper .swiper-slide li {
  box-shadow: none;
}
div.product.type-product .related .swiper-wrap .swiper-related .swiper-wrapper .swiper-slide.swiper-slide-visible li {
  /* box-shadow: 0 0 0 1px #001317 inset; */
  /* border: 1px solid #001317; */
  border: 1px solid #001317;
}
div.product.type-product .related .swiper-wrap .swiper-related .swiper-wrapper .swiper-slide.swiper-slide-visible {
  border-right: 1px solid #001317;
}

div.product.type-product .related .swiper-wrap .swiper-related .swiper-wrapper .swiper-slide {
  height: auto;
  transition: transform 0.3s ease;
}
div.product.type-product .related .swiper-wrap .swiper-related .swiper-wrapper .swiper-slide:hover {
  transform: scale(1.05);
  z-index: 10;
}
div.product.type-product .related .swiper-wrap .swiper-related .swiper-wrapper .swiper-slide li {
  height: 100%;
  /* transition: opacity 0.3s ease; */
}
div.product.type-product .related .swiper-wrap .swiper-related .swiper-wrapper .swiper-slide li:hover {
  /* opacity: 0.7; */
  transform: scale(1);
}
div.product.type-product .related .swiper-wrap .swiper-button-prev,
div.product.type-product .related .swiper-wrap .swiper-button-next {
  margin: 0px;
  transform: translateY(-50%);
  background: #042D36;
  border: 1px solid #001317;
}
div.product.type-product .related .swiper-wrap .swiper-button-prev:hover,
div.product.type-product .related .swiper-wrap .swiper-button-next:hover {
  background: #001317;
}
div.product.type-product .related .swiper-wrap .swiper-button-prev:hover::after,
div.product.type-product .related .swiper-wrap .swiper-button-next:hover::after {
  color: #ffffff;
}
div.product.type-product .related .swiper-wrap .swiper-button-prev {
  left: 1px;
}
div.product.type-product .related .swiper-wrap .swiper-button-next {
  right: 1px;
}
div.product.type-product .related .navigations {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 1500px) {
  div.product.type-product .single-product-top {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left {
    height: 400px;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right {
    min-width: 350px;
    max-width: 350px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  div.product.type-product .single-product-top {
    flex-direction: column;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .left {
    display: none;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right {
    min-width: 400px;
    max-width: 400px;
    height: 400px;
  }
  div.product.type-product .single-product-bottom {
    padding-top: 40px;
  }
  div.product.type-product .single-product-bottom .single-product-bottom-description {
    margin-bottom: 70px;
  }
  div.product.type-product .single-product-bottom .graphic-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper {
    margin-bottom: 70px;
  }
  div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  div.product.type-product .single-product-top::before {
    content: "";
    background: linear-gradient(180deg, rgba(1, 56, 68, 0) 0%, #002128 93.75%);
    width: 100vw;
    height: 33%;
    position: absolute;
    left: -15px;
    bottom: 0px;
  }
  div.product.type-product .single-product-top .summary {
    z-index: 10;
  }
  div.product.type-product {
    margin-bottom: 40px;
  }
  div.product.type-product .woocommerce-product-attributes tbody {
    -moz-column-count: 1;
    column-count: 1;
  }
  div.product.type-product .single-product-top {
    margin-bottom: 0px;
    padding-bottom: 40px;
    position: relative;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery {
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .swiper-pagination {
    display: block;
  }
  div.product.type-product .single-product-top .summary.not-visible {
    z-index: -1;
  }
  div.product.type-product .single-product-top .more-sp {
    position: relative;
    z-index: 10;
  }
  div.product.type-product .single-product-top .summary .summary-right-description {
    padding-top: 5px;
  }
  div.product.type-product .related {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  div.product.type-product .related .block-title {
    margin-bottom: 20px;
  }
  div.product.type-product .related .swiper-wrap .swiper-related .swiper-wrapper .swiper-slide:hover {
    transform: scale(1);
  }
  div.product.type-product .related .swiper-wrap .swiper-related {
    padding: 1px;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  div.product.type-product .single-product-bottom .single-product-bottom-description .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider {
    width: 100%;
  }
  div.product.type-product .single-product-bottom .graphic-wrapper .graphic-slider .slide-item .slide-body {
    width: 100%;
  }
  div.product.type-product .related .swiper-wrap {
    padding: 0px;
  }
  div.product.type-product .related .swiper-wrap .swiper-button-prev,
  div.product.type-product .related .swiper-wrap .swiper-button-next {
    display: none;
  }
  div.product.type-product .related .navigations {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  div.product.type-product .woocommerce-product-attributes tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  div.product.type-product .woocommerce-product-attributes tbody tr:last-child {
    margin-bottom: 0px;
  }
  div.product.type-product .woocommerce-product-attributes tbody tr .woocommerce-product-attributes-item__label {
    border-bottom: 2px solid transparent;
  }
  div.product.type-product .woocommerce-product-attributes tbody tr .woocommerce-product-attributes-item__value {
    border-bottom: none;
  }
  div.product.type-product .single-product-top .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .right {
    min-width: 290px;
    max-width: 290px;
    height: 290px;
  }
  div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper {
    min-width: 190px;
    width: 190px;
    height: 190px;
  }
  div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper #canvas-ID {
    width: 190px;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
  }
  div.product.type-product .single-product-bottom .graphic-wrapper .canvas-wrapper #canvas-ID canvas {
    width: 190px !important;
    height: 190px !important;
  }
  div.product.type-product .single-product-top .summary.not-visible {
    max-height: 215px;
  }
}
.arhive-products .woocommerce-ordering .select2-selection {
  background: transparent;
  border: none;
  border-radius: 0px;
}
.arhive-products .woocommerce-ordering .select2-selection .select2-selection__rendered {
  color: #ffffff;
  padding-left: 0px;
  font-size: 14px;
}
.arhive-products .woocommerce-ordering .select2-selection [role="presentation"] {
  border-color: #ffffff transparent transparent transparent;
}
.select2-container .select2-dropdown {
  background-color: #001317;
  border: none;
  transform: translate(-35px, 0px);
}
@media (maX-width:767px) {
  .select2-container .select2-dropdown {
    /* transform: translateY(50px); */
    transform: translate(-35px, 0px);
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #82F970!important;
  color: black!important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #82F970!important;
  color: black!important;
}
body .select2-container {
  z-index: 100!important;
  width: max-content!important;
  max-width: 113px;
}
.select2-search--dropdown {
  display: none!important;
}
.select2-container--default .select2-results>.select2-results__options {
  font-size: 14px!important;
}
.select2-container--open .select2-dropdown--below {
  min-width: 150px;
}
body .select2-results__option {
  padding: 7px;
  font-size: 14px;
  line-height: 130%;
}