/*  

Theme Name: TEDx

Theme URI: 

Author: UniqSoft

Author URI: https://uniqsoft.pl

*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:focus, input:focus, button:focus, textarea:focus {
  outline-width: 2px;
  outline-style: solid;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  outline-width: 2px;
  outline-style: solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  background-color: #000000;
  color: #f1f1f1;
  line-height: 1.7;
}
body.overflow {
  overflow: hidden;
}
body a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  outline-color: currentColor;
}
body .large, body h6 {
  font-size: 19px;
}
body p.center {
  text-align: center;
}
body .default-link, body footer a, body section.page a:not(.button), body .entry a:not(.button) {
  color: #eb0028;
  font-weight: bold;
}
body .default-link:hover, body footer a:hover, body section.page a:hover:not(.button), body .entry a:hover:not(.button) {
  color: #FFFFFF;
}
body .link-fix {
  position: absolute;
  top: -80px;
  left: 0;
}
body img {
  max-width: 100%;
  height: auto;
}
body p, body ul, body ol {
  margin: 20px 0;
}
body h1:first-child, body h2:first-child, body h3:first-child, body section.page .woocommerce .woocommerce-customer-details .woocommerce-column__title:first-child, body section.page .woocommerce .woocommerce-order-details .woocommerce-order-details__title:first-child, body .wc-block-components-title:first-child, body h4:first-child, body h5:first-child, body h6:first-child, body p:first-child, body ul:first-child, body ol:first-child, body li:first-child, body hr:first-child {
  margin-top: 0 !important;
}
body h1:last-child, body h2:last-child, body h3:last-child, body section.page .woocommerce .woocommerce-customer-details .woocommerce-column__title:last-child, body section.page .woocommerce .woocommerce-order-details .woocommerce-order-details__title:last-child, body .wc-block-components-title:last-child, body h4:last-child, body h5:last-child, body h6:last-child, body p:last-child, body ul:last-child, body ol:last-child, body li:last-child, body hr:last-child {
  margin-bottom: 0 !important;
}
body h1, body h2, body h3, body section.page .woocommerce .woocommerce-customer-details .woocommerce-column__title, body section.page .woocommerce .woocommerce-order-details .woocommerce-order-details__title, body .wc-block-components-title.wc-block-components-title {
  line-height: 1.2;
}
body h1 {
  font-size: 60px;
  color: #FFFFFF;
}
body h2, body .woocommerce ul.products li.product .woocommerce-loop-product__title, body .site-main ul.products li.product .woocommerce-loop-product__title {
  color: #eb0028;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 900;
  margin: 70px 0;
  text-align: center;
}
body h2.normal, body .woocommerce ul.products li.product .woocommerce-loop-product__title.normal, body .site-main ul.products li.product .woocommerce-loop-product__title.normal {
  text-transform: none;
}
body h3, body section.page .woocommerce .woocommerce-customer-details .woocommerce-column__title, body section.page .woocommerce .woocommerce-order-details .woocommerce-order-details__title, body .wc-block-components-title.wc-block-components-title {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
  color: #eb0028;
  margin: 25px 0;
}
body h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
  text-align: center;
  color: #FFFFFF;
}
body h4 + h2 {
  margin-top: -10px;
}
body h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
}
body h6 {
  margin: 20px 0;
  font-weight: normal;
}
body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}
body .row .col {
  padding-left: 50px;
  padding-right: 50px;
}
body .row .col-2 {
  width: 50%;
}
body .row .col-2:nth-child(n+3) {
  margin-top: 100px;
}
body .row .col-3 {
  width: 33.33333%;
}
body .row .col-3:nth-child(n+4) {
  margin-top: 100px;
}
body .row .col-4 {
  width: 25%;
}
body .row .col-4:nth-child(n+5) {
  margin-top: 100px;
}
body .row .col-5 {
  width: 20%;
}
body .row .col-5:nth-child(n+6) {
  margin-top: 100px;
}
body .row .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .row.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .split > div {
  width: 50%;
}
body .split .text:first-child {
  text-align: right;
}
body .split .text:first-child h2 {
  text-align: inherit;
}
body .split .text:last-child h2 {
  text-align: left;
}
body .split .image {
  position: relative;
}
body .split .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, body .wp-element-button, body .woocommerce .button, body .site-main .button, body .button.alt {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  background-color: #eb0028 !important;
  color: #FFFFFF !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1.4;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  outline-color: #FFFFFF !important;
  outline-offset: 3px;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
body .button::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button::before, body .button::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button::after, body .wp-element-button::before, body .wp-element-button::after, body .woocommerce .button::before, body .woocommerce .button::after, body .site-main .button::before, body .site-main .button::after, body .button.alt::before, body .button.alt::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
body .button::before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button::before, body .wp-element-button::before, body .woocommerce .button::before, body .site-main .button::before, body .button.alt::before {
  background-color: #FFFFFF;
}
body .button:hover, body .wp-element-button:hover, body .woocommerce .button:hover, body .site-main .button:hover, body .button.alt:hover {
  color: #000000 !important;
}
body .button:hover::before, body .wp-element-button:hover::before, body .woocommerce .button:hover::before, body .site-main .button:hover::before, body .button.alt:hover::before {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
body .button.secondary, body .wp-element-button.secondary, body .woocommerce .button.secondary, body .site-main .button.secondary, body .button.alt.secondary {
  background-color: #383838 !important;
}
body .button.small, body .woocommerce-error .button, body .woocommerce-info .button, body .woocommerce-message .button, body .wc-block-store-notice .button, body .wp-element-button.small, body .woocommerce .button.small, body .site-main .button.small, body .button.alt.small {
  padding: 10px 20px;
  font-size: 12px;
}
body .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}
body .buttons-container.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .padding, body .content-area {
  padding: 100px;
}
body .padding-y {
  padding-top: 100px;
  padding-bottom: 100px;
}
body .padding-x {
  padding-left: 100px;
  padding-right: 100px;
}
body header:not(.woocommerce-products-header) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0px 100px;
  height: 120px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.25s ease-in-out, height 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, height 0.25s ease-in-out;
  background-color: transparent;
}
body header:not(.woocommerce-products-header) .logo {
  line-height: 0;
  display: inline-block;
  outline-color: #f1f1f1;
}
body header:not(.woocommerce-products-header) .logo img {
  width: auto;
  height: 55px;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}
body header:not(.woocommerce-products-header) input[type=checkbox] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
body header:not(.woocommerce-products-header) nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
body header:not(.woocommerce-products-header) nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body header:not(.woocommerce-products-header) nav ul li a {
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 600;
}
body header:not(.woocommerce-products-header) nav ul li a:hover {
  color: #eb0028;
}
body header:not(.woocommerce-products-header).sticky {
  background-color: #383838;
  height: 80px;
}
body header:not(.woocommerce-products-header).sticky .logo img {
  height: 40px;
}
body .icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
body .icon-info i {
  color: #eb0028;
  font-size: 40px;
}
body .icon-info p {
  margin: 0;
}
body .icon-info:not(:last-child) {
  margin-bottom: 40px;
}
body .icon-info.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body .icon-info.small i, body .woocommerce-error .icon-info.button i, body .woocommerce-info .icon-info.button i, body .woocommerce-message .icon-info.button i, body .wc-block-store-notice .icon-info.button i {
  font-size: 20px;
}
body .icon-info.small:not(:last-child), body .woocommerce-error .icon-info.button:not(:last-child), body .woocommerce-info .icon-info.button:not(:last-child), body .woocommerce-message .icon-info.button:not(:last-child), body .wc-block-store-notice .icon-info.button:not(:last-child) {
  margin-bottom: 10px;
}
body .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
body .social a {
  color: #eb0028;
  line-height: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
body .social a:hover {
  color: #FFFFFF;
}
body .social i {
  font-size: 25px;
}
body section.page ul:not(.wc-block-components-express-payment__event-buttons), body section.page ol:not(.wc-block-components-express-payment__event-buttons), body .entry ul:not(.wc-block-components-express-payment__event-buttons), body .entry ol:not(.wc-block-components-express-payment__event-buttons) {
  list-style: none;
  margin-left: 20px;
  padding: 0;
}
body section.page ul:not(.wc-block-components-express-payment__event-buttons) > li, body section.page ol:not(.wc-block-components-express-payment__event-buttons) > li, body .entry ul:not(.wc-block-components-express-payment__event-buttons) > li, body .entry ol:not(.wc-block-components-express-payment__event-buttons) > li {
  margin: 10px 0;
  padding-left: 55px;
  padding-top: 4px;
  min-height: 35px;
  position: relative;
}
body section.page ul:not(.wc-block-components-express-payment__event-buttons) > li::before, body section.page ol:not(.wc-block-components-express-payment__event-buttons) > li::before, body .entry ul:not(.wc-block-components-express-payment__event-buttons) > li::before, body .entry ol:not(.wc-block-components-express-payment__event-buttons) > li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
}
body section.page ul:not(.wc-block-components-express-payment__event-buttons) > li::before, body .entry ul:not(.wc-block-components-express-payment__event-buttons) > li::before {
  background-image: url("images/circle-check-solid-full.svg");
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: center center;
  content: "";
  opacity: 1;
  margin-left: 0;
  margin-right: 15px;
}
body section.page ol, body .entry ol {
  counter-reset: custom-counter;
}
body section.page ol > li, body .entry ol > li {
  counter-increment: custom-counter;
}
body section.page ol > li::before, body .entry ol > li::before {
  font-size: 15px;
  content: counter(custom-counter);
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  background-color: #eb0028;
  border-radius: 50%;
  border: transparent solid 3px;
  background-clip: padding-box;
}
body section {
  position: relative;
}
body section.white {
  background-color: #FFFFFF;
  color: #000000;
}
body section.white a:not(.button):hover {
  color: #383838 !important;
}
body section.white h4 {
  color: #383838;
}
body section.white .button, body section.white .wp-element-button, body section.white .woocommerce .button, body section.white .site-main .button {
  outline-color: #eb0028 !important;
}
body section.white .button:hover, body section.white .wp-element-button:hover, body section.white .woocommerce .button:hover, body section.white .site-main .button:hover {
  color: #FFFFFF !important;
}
body section.white .button::before, body section.white .wp-element-button::before, body section.white .woocommerce .button::before, body section.white .site-main .button::before {
  background-color: #383838;
}
body section.red {
  background-color: #eb0028;
}
body section.red h2 {
  color: #383838;
}
body section.red h3, body section.red section.page .woocommerce .woocommerce-customer-details .woocommerce-column__title, body section.page .woocommerce .woocommerce-customer-details section.red .woocommerce-column__title, body section.red section.page .woocommerce .woocommerce-order-details .woocommerce-order-details__title, body section.page .woocommerce .woocommerce-order-details section.red .woocommerce-order-details__title, body section.red .wc-block-components-title.wc-block-components-title {
  color: #FFFFFF;
}
body section.start::before, body section.banner::before {
  content: "";
  z-index: 2;
}
body section.start h1, body section.banner h1 {
  margin-bottom: 0;
}
body section.start video, body section.start img, body section.start::before, body section.banner video, body section.banner img, body section.banner::before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
body section.start video, body section.start img, body section.banner video, body section.banner img {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
body section.start .text, body section.banner .text {
  position: relative;
  z-index: 3;
}
body section.banner {
  padding-top: 120px;
}
body section.banner::before {
  background-color: rgba(0, 0, 0, 0.7);
}
body section.start {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body section.start::before {
  background: linear-gradient(15deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}
body section.start .text .large, body section.start .text h6 {
  color: #FFFFFF;
}
body section.schedule .time {
  width: 250px;
  padding-right: 0;
  line-height: 1;
  font-size: 60px;
  color: #eb0028;
  font-weight: 900;
}
body section.schedule .time div {
  font-size: 20px;
  margin-top: 5px;
}
body section.schedule h4 {
  text-align: left;
  margin-bottom: 40px;
}
body section.schedule .row + .row {
  margin-top: 40px;
}
body section.schedule .row + h4 {
  margin-top: 100px;
}
body section.schedule .image {
  padding-left: 0;
}
body section.schedule .image img {
  width: 100px;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
body section.speakers .tile, body section.team .tile {
  text-align: center;
}
body section.speakers .tile img, body section.team .tile img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
body section.speakers .tile p {
  font-size: 15px;
}
body section.team .icon-info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body section.packages h3, body section.packages section.page .woocommerce .woocommerce-customer-details .woocommerce-column__title, body section.page .woocommerce .woocommerce-customer-details section.packages .woocommerce-column__title, body section.packages section.page .woocommerce .woocommerce-order-details .woocommerce-order-details__title, body section.page .woocommerce .woocommerce-order-details section.packages .woocommerce-order-details__title, body section.packages .wc-block-components-title.wc-block-components-title, body section.packages .price {
  text-align: center;
}
body section.packages .price {
  line-height: 1;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 900;
}
body section.packages .price div {
  font-size: 18px;
  font-weight: 700;
}
body section.packages ul {
  margin-left: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body section.packages .tile {
  background-color: #383838;
  padding: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body section.packages .tile.selected {
  background-color: #eb0028;
}
body section.packages .tile.selected h3, body section.packages .tile.selected section.page .woocommerce .woocommerce-customer-details .woocommerce-column__title, body section.page .woocommerce .woocommerce-customer-details section.packages .tile.selected .woocommerce-column__title, body section.packages .tile.selected section.page .woocommerce .woocommerce-order-details .woocommerce-order-details__title, body section.page .woocommerce .woocommerce-order-details section.packages .tile.selected .woocommerce-order-details__title, body section.packages .tile.selected .wc-block-components-title.wc-block-components-title {
  color: #383838;
}
body section.packages .tile.selected ul > li::before {
  background-image: url("images/circle-check-solid-full-white.svg");
}
body section.compare .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
body section.compare .table .table-row {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 310px 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 310px repeat(3, 1fr);
}
body section.compare .table .table-cell {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body section.compare .table h5 {
  text-align: right;
  line-height: 1.2;
  width: 100%;
}
body section.compare .table i:not(:only-child) {
  margin-right: 5px;
}
body section.contact .split .image img {
  -o-object-position: top center;
     object-position: top center;
}
body section.partners .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body section.partners .row .col img {
  width: 100%;
  max-width: 256px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.partners .row .col.vertical img {
  max-height: 110px;
}
body section.partners .row.small .col img, body section.partners .woocommerce-error .row.button .col img, body .woocommerce-error section.partners .row.button .col img, body section.partners .woocommerce-info .row.button .col img, body .woocommerce-info section.partners .row.button .col img, body section.partners .woocommerce-message .row.button .col img, body .woocommerce-message section.partners .row.button .col img, body section.partners .wc-block-store-notice .row.button .col img, body .wc-block-store-notice section.partners .row.button .col img {
  max-width: 190px;
  max-height: 55px;
}
body section.partners .row.small .col.vertical img, body section.partners .woocommerce-error .row.button .col.vertical img, body .woocommerce-error section.partners .row.button .col.vertical img, body section.partners .woocommerce-info .row.button .col.vertical img, body .woocommerce-info section.partners .row.button .col.vertical img, body section.partners .woocommerce-message .row.button .col.vertical img, body .woocommerce-message section.partners .row.button .col.vertical img, body section.partners .wc-block-store-notice .row.button .col.vertical img, body .wc-block-store-notice section.partners .row.button .col.vertical img {
  max-height: 90px;
}
body section.partners h2:not(:first-of-type) {
  margin-top: 100px;
}
body section.page:first-of-type {
  margin-top: 50px;
}
body footer {
  background-color: #383838;
}
body footer .logo {
  width: auto;
  height: 40px;
}
body footer small {
  display: block;
}
body footer a {
  font-weight: 500;
}
body footer .credit {
  margin-top: 50px;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}
body footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce div.product::after {
  content: "";
  display: block;
  clear: both;
}
body.woocommerce div.product div.images {
  width: 33.33333%;
  margin-bottom: 0;
}
body.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  cursor: default;
  pointer-events: none;
}
body.woocommerce div.product div.summary {
  width: calc(66.66667% - 100px);
  margin-bottom: 0;
  position: relative;
}
body.woocommerce div.product div.summary .piggy-bank {
  width: 130px;
}
body.woocommerce div.product div.summary h1 {
  margin-bottom: 0;
}
body.woocommerce div.product div.summary .price {
  color: #eb0028;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 50px;
}
body.woocommerce div.product div.summary .price del {
  font-size: 17px;
}
body.woocommerce div.product div.summary .price .lowest-price {
  font-size: 13px;
}
body.woocommerce div.product form.cart {
  margin-top: 50px;
}
body.woocommerce div.product form.cart div.quantity {
  margin-right: 15px;
}
body.woocommerce div.product form.cart div.quantity input {
  width: 70px;
  height: 48.2px;
}
body.woocommerce div.product p.stock, body .woocommerce span.onsale, body.woocommerce span.onsale, body.woocommerce ul.products li.product .onsale, body .woocommerce ul.products li.product .onsale {
  background-color: #eb0028;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  border-radius: 0px;
  min-width: 0;
  min-height: 0;
  padding: 7.5px 10px;
  line-height: 1;
  margin: 0;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.woocommerce span.onsale {
  top: 0;
  left: 0;
}
body .wc-block-store-notice, body .wc-block-components-notice-banner {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
body .wc-block-store-notice > svg, body .wc-block-components-notice-banner > svg {
  display: none;
}
body .wc-block-store-notice > .wc-block-components-button.wp-element-button, body .wc-block-components-notice-banner > .wc-block-components-button.wp-element-button {
  color: #FFFFFF !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body .wc-block-store-notice > .wc-block-components-button.wp-element-button::before, body .wc-block-store-notice > .wc-block-components-button.wp-element-button::after, body .wc-block-components-notice-banner > .wc-block-components-button.wp-element-button::before, body .wc-block-components-notice-banner > .wc-block-components-button.wp-element-button::after {
  display: none;
}
body .wc-block-store-notice > .wc-block-components-button.wp-element-button svg, body .wc-block-components-notice-banner > .wc-block-components-button.wp-element-button svg {
  fill: #FFFFFF;
}
body .woocommerce-error, body .woocommerce-info, body .woocommerce-message, body .wc-block-store-notice {
  padding: 15px 25px !important;
  background-color: #383838;
  border-radius: 0px;
  border-top: 0;
  border-bottom: 3px solid #f1f1f1;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.4;
  margin-left: 0 !important;
}
body .woocommerce-error li:not(:first-child), body .woocommerce-info li:not(:first-child), body .woocommerce-message li:not(:first-child), body .wc-block-store-notice li:not(:first-child) {
  margin-top: 5px !important;
}
body .woocommerce-error li:not(:last-child), body .woocommerce-info li:not(:last-child), body .woocommerce-message li:not(:last-child), body .wc-block-store-notice li:not(:last-child) {
  margin-bottom: 5px !important;
}
body .woocommerce-error li::before, body .woocommerce-info li::before, body .woocommerce-message li::before, body .wc-block-store-notice li::before {
  display: none !important;
}
body .woocommerce-error::before, body .woocommerce-info::before, body .woocommerce-message::before, body .wc-block-store-notice::before {
  display: none;
}
body .woocommerce-error:focus, body .woocommerce-info:focus, body .woocommerce-message:focus, body .wc-block-store-notice:focus {
  outline: none;
}
body .woocommerce-message {
  border-bottom-color: #f1f1f1;
}
body .woocommerce-info {
  border-bottom-color: #f1f1f1;
}
body .woocommerce-error, body .wc-block-components-notice-banner.is-error {
  border-bottom-color: #eb0028;
  background-color: #383838;
}
body .wc-block-cart__main .wc-block-cart-items td, body .wc-block-components-totals-wrapper, body .wc-block-cart__main .wc-block-cart-items, body .wc-block-cart .wp-block-woocommerce-cart-order-summary-block, body .wc-block-checkout__terms.wc-block-checkout__terms--with-separator, body .wc-block-components-radio-control--highlight-checked:after, body .wp-block-woocommerce-checkout-order-summary-block, body .wp-block-woocommerce-checkout-order-summary-totals-block, body .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content, body .woocommerce table.shop_table, body .woocommerce table.shop_table tbody th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th, body .woocommerce table.shop_table td, body .wc-block-components-address-card {
  border-color: transparent;
}
body .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after {
  background-color: transparent;
}
body .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container, body .wc-block-components-express-payment-continue-rule {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before, body .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after, body .wc-block-components-express-payment-continue-rule:before, body .wc-block-components-express-payment-continue-rule:after {
  display: none;
}
body .wc-block-components-checkout-step__heading-container .wc-block-components-title.wc-block-components-checkout-step__title {
  margin-bottom: 0;
}
body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, body table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
  width: 160px;
  text-align: left;
}
body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, body table.wc-block-cart-items .wc-block-cart-items__header, body .wp-block-woocommerce-cart.alignwide .wp-block-woocommerce-cart-order-summary-heading-block, body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
}
body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-size: 18px;
}
body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices, body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
  font-size: 14px;
}
body .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  font-size: 18px;
  font-weight: bold;
}
body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
body .wc-block-components-quantity-selector {
  border-radius: 0;
  margin-bottom: 0 !important;
}
body .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus, body .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
  border-radius: 0;
}
body div.wp-block-woocommerce-cart.alignwide .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product {
  padding-left: 30px;
}
body div.wp-block-woocommerce-cart.alignwide .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image {
  padding-left: 0;
}
body .wc-block-components-totals-footer-item {
  color: #eb0028;
}
body .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-weight: 900;
}
body .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 900;
  text-transform: uppercase;
}
body .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  border: 0;
}
body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
  text-transform: none;
  font-weight: bold;
  color: #eb0028;
  font-size: 16px;
}
body .wc-block-components-title.wc-block-components-title {
  text-align: left;
}
body .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
  color: inherit;
}
body div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout .wc-block-checkout__sidebar {
  top: 80px;
}
body .wc-block-checkout__actions .wc-block-checkout__actions_row--justify-flex-end {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
  width: auto;
}
body .wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
  margin-bottom: 50px;
}
body .wc-block-components-radio-control .wc-block-components-radio-control__input {
  border: 0;
  padding: 0;
}
body .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border: 0;
}
body .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: 2px solid #f1f1f1 !important;
  outline-offset: 3px;
}
body .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, body .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
body .wc-block-components-radio-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
body .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option {
  background-color: #383838;
}
body .wc-block-checkout__payment-method .wc-block-components-radio-control__label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .wc-block-components-payment-methods__save-card-info {
  margin-top: 20px;
}
body section.page .woocommerce .woocommerce-customer-details, body section.page .woocommerce .col-1, body section.page .woocommerce .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body section.page .woocommerce .woocommerce-customer-details address, body section.page .woocommerce .col-1 address, body section.page .woocommerce .col-2 address {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body section.page .woocommerce .woocommerce-order-details .order-actions-button {
  padding: 10px 20px;
  font-size: 12px;
}
body section.page .woocommerce .woocommerce-customer-details .addresses, body section.page .woocommerce .woocommerce-customer-details .col-1, body section.page .woocommerce .woocommerce-customer-details .col-2 {
  height: 100%;
}
body section.page .woocommerce .woocommerce-customer-details .addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
body section.page .woocommerce .woocommerce-customer-details .addresses::before, body section.page .woocommerce .woocommerce-customer-details .addresses::after {
  display: none;
}
body section.page .woocommerce .woocommerce-customer-details .col-1, body section.page .woocommerce .woocommerce-customer-details .col-2 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body section.page .woocommerce .woocommerce-customer-details address {
  padding: 0;
  border: 0;
  border-radius: 0;
}
body section.page .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone, body section.page .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  padding-left: 0;
  line-height: 1;
  margin: 10px 0;
}
body section.page .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before, body section.page .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  margin-left: 0;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: transparent;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
body section.page .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  background-image: url("images/phone.svg");
}
body section.page .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  background-image: url("images/mail.svg");
}
body section.page .woocommerce .woocommerce-thankyou-order-received, body section.page .woocommerce ul.order_details {
  padding: 20px 25px;
  background-color: #383838;
  border-radius: 0px;
}
body section.page .woocommerce .woocommerce-thankyou-order-received {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
body section.page .woocommerce ul.order_details {
  margin-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 100px;
}
body section.page .woocommerce ul.order_details::before, body section.page .woocommerce ul.order_details::after {
  display: none;
}
body section.page .woocommerce ul.order_details li {
  padding: 0;
  margin: 0;
  border-right: 0;
  color: #eb0028;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
body section.page .woocommerce ul.order_details li::before {
  display: none;
}
body section.page .woocommerce ul.order_details li strong {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  margin-top: 18px;
  display: block;
}
body .order-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
body .order-details-wrapper section {
  margin-bottom: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body .order-details-wrapper.different-shipping .woocommerce-customer-details {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
body form .wc-block-components-textarea::-webkit-input-placeholder {
  color: rgb(202.75, 202.75, 202.75);
}
body form .wc-block-components-textarea::-moz-placeholder {
  color: rgb(202.75, 202.75, 202.75);
}
body form .wc-block-components-textarea:-ms-input-placeholder {
  color: rgb(202.75, 202.75, 202.75);
}
body form .wc-block-components-textarea::-ms-input-placeholder {
  color: rgb(202.75, 202.75, 202.75);
}
body form .wc-block-components-textarea::placeholder {
  color: rgb(202.75, 202.75, 202.75);
}
body form .wc-block-components-textarea::-webkit-input-placeholder {
  color: rgb(202.75, 202.75, 202.75);
}
body input::-webkit-outer-spin-button,
body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body .wpcf7 form .wpcf7-spinner {
  vertical-align: middle;
  margin-right: -48px;
}
body .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
  color: #eb0028;
}
body .wpcf7 form .wpcf7-response-output {
  border: 0;
  background-color: #383838;
  border-bottom: 3px solid #f1f1f1;
  color: #FFFFFF;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 1.4;
  padding: 15px 25px;
  border-radius: 0px;
  margin-bottom: 32px;
}
body .wpcf7 form.sent .wpcf7-response-output {
  background-color: #383838;
  border-color: #f1f1f1;
}
body .wpcf7 form.failed .wpcf7-response-output, body .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #383838;
  border-color: #eb0028;
}
body .wpcf7 form.spam .wpcf7-response-output {
  background-color: #383838;
  border-color: #eb0028;
}
body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #383838;
  border-color: #eb0028;
}
body form input, body form textarea, body form select, body .woocommerce form .form-row .input-text, body .woocommerce form .form-row select, body .select2-container .select2-selection, body .select2-container--default .select2-search--dropdown .select2-search__field, body .wc-block-components-form .wc-block-components-text-input input[type=email], body .wc-block-components-form .wc-block-components-text-input input[type=number], body .wc-block-components-form .wc-block-components-text-input input[type=password], body .wc-block-components-form .wc-block-components-text-input input[type=tel], body .wc-block-components-form .wc-block-components-text-input input[type=text], body .wc-block-components-form .wc-block-components-text-input input[type=url], body .wc-block-components-text-input input[type=email], body .wc-block-components-text-input input[type=number], body .wc-block-components-text-input input[type=password], body .wc-block-components-text-input input[type=tel], body .wc-block-components-text-input input[type=text], body .wc-block-components-text-input input[type=url], body .wc-block-components-textarea, body .wc-blocks-components-select .wc-blocks-components-select__select {
  display: block;
  border: 2px solid #383838;
  border-radius: 0px;
  padding: 10px 15px;
  width: 100%;
  font-size: 15px;
  background-color: #383838;
  color: #FFFFFF;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}
body form input:focus, body form textarea:focus, body form select:focus, body .woocommerce form .form-row .input-text:focus, body .woocommerce form .form-row select:focus, body .select2-container .select2-selection:focus, body .select2-container--default .select2-search--dropdown .select2-search__field:focus, body .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, body .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, body .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, body .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, body .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, body .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, body .wc-block-components-text-input input[type=email]:focus, body .wc-block-components-text-input input[type=number]:focus, body .wc-block-components-text-input input[type=password]:focus, body .wc-block-components-text-input input[type=tel]:focus, body .wc-block-components-text-input input[type=text]:focus, body .wc-block-components-text-input input[type=url]:focus, body .wc-block-components-textarea:focus, body .wc-blocks-components-select .wc-blocks-components-select__select:focus {
  outline: none;
  border: 2px solid #f1f1f1;
  background-color: #383838;
  color: #FFFFFF;
}
body .wc-block-components-text-input.wc-block-components-totals-coupon__input label, body .wc-block-components-totals-coupon__input-coupon label {
  display: none !important;
}
body .wc-block-components-text-input.wc-block-components-totals-coupon__input input, body .wc-block-components-totals-coupon__input-coupon input {
  height: 50px !important;
  padding: 10px 15px !important;
}
body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=email], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=number], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=password], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=tel], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=text], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-form .wc-block-components-text-input input[type=url], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=email], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=number], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=password], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=tel], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=text], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=url], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-textarea, body .wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 10px 15px !important;
  height: auto;
}
body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=email], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=number], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=password], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=tel], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=text], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-form .wc-block-components-text-input input[type=url], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=email], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=number], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=password], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=tel], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=text], body .wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type=url], body .wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__select {
  line-height: 1;
}
body .wc-block-components-radio-control-accordion-option input:not([type=radio]) {
  background-color: rgb(81.5, 81.5, 81.5) !important;
  line-height: 1;
}
body .wc-block-components-radio-control-accordion-option input:not([type=radio])[type=checkbox]:checked {
  background-color: rgb(81.5, 81.5, 81.5) !important;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 13px;
  padding: 7.5px 10px;
  background-color: rgb(81.5, 81.5, 81.5);
}
body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  background-color: rgb(81.5, 81.5, 81.5);
}
body .select2-search--dropdown {
  padding: 10px;
}
body .select2-container .select2-dropdown {
  border: 2px solid #f1f1f1;
  border-radius: 0px;
  background-color: #383838;
}
body .select2-results__option {
  font-size: 13px;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 5px 15px;
}
body .select2-results__option:focus {
  outline: none;
}
body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
  color: #FFFFFF;
  background-color: rgb(81.5, 81.5, 81.5);
}
body .select2-container--open .select2-dropdown--below {
  border-top-color: #383838;
  border-top-width: 0;
}
body .select2-container--open .select2-dropdown--above {
  border-bottom-color: #383838;
  border-bottom-width: 0;
  top: 1px;
}
body form label, body .woocommerce form label {
  position: relative;
}
body form .form-row, body .woocommerce form .form-row {
  padding: 0;
}
body form .form-row p, body .woocommerce form .form-row p {
  text-align: inherit !important;
}
body form .form-row:not(:last-child), body .woocommerce form .form-row:not(:last-child) {
  margin-bottom: 20px;
}
body form .row, body .woocommerce form .row {
  margin-left: -20px;
  margin-right: -20px;
}
body form .row .col, body .woocommerce form .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
body form button, body form input, body form textarea, body .woocommerce form button, body .woocommerce form input, body .woocommerce form textarea {
  font-family: "Inter", sans-serif;
}
body form .form-row label:first-child, body form.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input label, body form.wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__label, body form .p-FieldLabel.Label, body .woocommerce form .form-row label:first-child, body .woocommerce form.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input label, body .woocommerce form.wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__label, body .woocommerce form .p-FieldLabel.Label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
}
body form .wc-blocks-components-select .wc-blocks-components-select__container, body .woocommerce form .wc-blocks-components-select .wc-blocks-components-select__container {
  background-color: transparent;
  border-radius: 0;
}
body form.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input, body form.wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select, body .woocommerce form.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input, body .woocommerce form.wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body form.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input label, body form.wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select label, body .woocommerce form.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input label, body .woocommerce form.wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select label {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  position: static;
  -webkit-transform: none !important;
          transform: none !important;
}
body form.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input, body form.wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select input, body .woocommerce form.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input, body .woocommerce form.wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select input {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body form.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input .wc-block-components-validation-error, body form.wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select .wc-block-components-validation-error, body .woocommerce form.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input .wc-block-components-validation-error, body .woocommerce form.wc-block-checkout__form.wc-block-components-form .wc-blocks-components-select .wc-block-components-validation-error {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
body form .wc-block-components-validation-error, body .woocommerce form .wc-block-components-validation-error {
  font-size: 14px;
  padding-top: 5px;
  color: #eb0028;
}
body form .wc-block-components-validation-error svg, body .woocommerce form .wc-block-components-validation-error svg {
  display: none;
}
body form .wc-block-components-validation-error > p, body .woocommerce form .wc-block-components-validation-error > p {
  line-height: 1.7;
}
body form.wc-block-components-form .wc-block-components-text-input.has-error input, body .woocommerce form.wc-block-components-form .wc-block-components-text-input.has-error input {
  border-color: #383838;
}
body form.wc-block-components-form .wc-block-components-text-input.has-error input:hover, body .woocommerce form.wc-block-components-form .wc-block-components-text-input.has-error input:hover {
  border-color: #383838;
}
body form.wc-block-components-form .wc-block-components-text-input.has-error input:focus, body .woocommerce form.wc-block-components-form .wc-block-components-text-input.has-error input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f1f1f1;
}
body form .select2-container.select2-container--open .select2-selection, body .woocommerce form .select2-container.select2-container--open .select2-selection {
  border-color: #f1f1f1;
}
body form .select2-container .select2-selection--single, body .woocommerce form .select2-container .select2-selection--single {
  height: auto;
}
body form .select2-container .select2-selection--single .select2-selection__rendered, body .woocommerce form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: inherit;
}
body form .select2-container .select2-selection--single .select2-selection__arrow, body .woocommerce form .select2-container .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 100%;
}
body form .select2-container--default .select2-selection--single .select2-selection__rendered, body .woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.227;
}
body form textarea, body .woocommerce form textarea {
  resize: none;
}
body form .wpcf7-list-item, body .woocommerce form .wpcf7-list-item {
  margin-left: 0;
}
body form .wc-block-components-radio-control__label, body form .wc-block-components-checkbox__label, body .woocommerce form .wc-block-components-radio-control__label, body .woocommerce form .wc-block-components-checkbox__label {
  font-size: 14px;
  color: #FFFFFF;
}
body form .wc-block-components-checkbox .wc-block-components-checkbox__mark, body .woocommerce form .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  display: none;
}
body form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox], body .woocommerce form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  padding: 0;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 2px solid #383838;
  background-color: #383838;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  border-radius: 0px;
}
body form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]::before, body .woocommerce form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]::before {
  display: none;
}
body form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]::after, body .woocommerce form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-position: center center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-image: url("images/check.svg");
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
body form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked, body .woocommerce form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background-color: #383838;
}
body form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked::after, body .woocommerce form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked::after {
  opacity: 1;
}
body form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus, body .woocommerce form .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  border-color: #f1f1f1;
}
body form .wc-block-components-checkbox label, body .woocommerce form .wc-block-components-checkbox label {
  gap: 10px;
}
body form .wc-block-components-checkbox .wc-block-components-checkbox__label, body .woocommerce form .wc-block-components-checkbox .wc-block-components-checkbox__label {
  margin-right: 0;
  margin-bottom: 0;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
  display: block;
  line-height: 1.4;
  font-size: 14px;
  padding-top: 2px;
}
body form input[type=checkbox], body form input[type=radio], body .woocommerce form input[type=checkbox], body .woocommerce form input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  outline: 0 !important;
}
body form input[type=checkbox] + span, body form input[type=checkbox] + label, body form input[type=radio] + span, body form input[type=radio] + label, body .woocommerce form input[type=checkbox] + span, body .woocommerce form input[type=checkbox] + label, body .woocommerce form input[type=radio] + span, body .woocommerce form input[type=radio] + label {
  margin-right: 0;
  margin-bottom: 0;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
  padding-left: 32px;
  display: block;
  line-height: 1.4;
  font-size: 14px;
  padding-top: 2px;
}
body form input[type=checkbox] + span::before, body form input[type=checkbox] + span::after, body form input[type=checkbox] + label::before, body form input[type=checkbox] + label::after, body form input[type=radio] + span::before, body form input[type=radio] + span::after, body form input[type=radio] + label::before, body form input[type=radio] + label::after, body .woocommerce form input[type=checkbox] + span::before, body .woocommerce form input[type=checkbox] + span::after, body .woocommerce form input[type=checkbox] + label::before, body .woocommerce form input[type=checkbox] + label::after, body .woocommerce form input[type=radio] + span::before, body .woocommerce form input[type=radio] + span::after, body .woocommerce form input[type=radio] + label::before, body .woocommerce form input[type=radio] + label::after {
  content: "";
  position: absolute;
}
body form input[type=checkbox] + span::before, body form input[type=checkbox] + label::before, body form input[type=radio] + span::before, body form input[type=radio] + label::before, body .woocommerce form input[type=checkbox] + span::before, body .woocommerce form input[type=checkbox] + label::before, body .woocommerce form input[type=radio] + span::before, body .woocommerce form input[type=radio] + label::before {
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 2px solid #383838;
  background-color: #383838;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}
body form input[type=checkbox] + span::after, body form input[type=checkbox] + label::after, body form input[type=radio] + span::after, body form input[type=radio] + label::after, body .woocommerce form input[type=checkbox] + span::after, body .woocommerce form input[type=checkbox] + label::after, body .woocommerce form input[type=radio] + span::after, body .woocommerce form input[type=radio] + label::after {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
body form input[type=checkbox]:checked .wpcf7-list-item-label::after, body form input[type=checkbox]:checked + span::after, body form input[type=checkbox]:checked + label::after, body form input[type=radio]:checked .wpcf7-list-item-label::after, body form input[type=radio]:checked + span::after, body form input[type=radio]:checked + label::after, body .woocommerce form input[type=checkbox]:checked .wpcf7-list-item-label::after, body .woocommerce form input[type=checkbox]:checked + span::after, body .woocommerce form input[type=checkbox]:checked + label::after, body .woocommerce form input[type=radio]:checked .wpcf7-list-item-label::after, body .woocommerce form input[type=radio]:checked + span::after, body .woocommerce form input[type=radio]:checked + label::after {
  opacity: 1;
}
body form input[type=checkbox]:focus .wpcf7-list-item-label::before, body form input[type=checkbox]:focus + span::before, body form input[type=checkbox]:focus + label::before, body form input[type=radio]:focus .wpcf7-list-item-label::before, body form input[type=radio]:focus + span::before, body form input[type=radio]:focus + label::before, body .woocommerce form input[type=checkbox]:focus .wpcf7-list-item-label::before, body .woocommerce form input[type=checkbox]:focus + span::before, body .woocommerce form input[type=checkbox]:focus + label::before, body .woocommerce form input[type=radio]:focus .wpcf7-list-item-label::before, body .woocommerce form input[type=radio]:focus + span::before, body .woocommerce form input[type=radio]:focus + label::before {
  border-color: #f1f1f1;
}
body input[type=checkbox] + span::before, body input[type=checkbox] + label::before {
  border-radius: 0px;
}
body input[type=checkbox] + span::after, body input[type=checkbox] + label::after {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-position: center center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-image: url("images/check.svg");
}
body input[type=radio] + span::before, body input[type=radio] + label::before {
  border-radius: 50%;
}
body input[type=radio] + span::after, body input[type=radio] + label::after {
  border-radius: 50%;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
}

@media (min-width: 1280px) and (max-width: 1499px) {
  body section.packages .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  body section.packages .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  body header:not(.woocommerce-products-header) {
    padding-left: 50px;
    padding-right: 50px;
  }
  body section.packages .tile {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1280px) {
  body header:not(.woocommerce-products-header) input[type=checkbox] {
    display: none;
  }
  body header:not(.woocommerce-products-header) input[type=checkbox] + label {
    display: none;
  }
}
@media (max-width: 1279px) {
  body header:not(.woocommerce-products-header) nav {
    background-color: #000000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
    gap: 0px;
  }
  body header:not(.woocommerce-products-header) nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body header:not(.woocommerce-products-header) nav ul li {
    width: 100%;
  }
  body header:not(.woocommerce-products-header) nav ul li a {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
  body header:not(.woocommerce-products-header) nav ul li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body header:not(.woocommerce-products-header) nav ul li ul li a {
    font-size: 14px;
  }
  body header:not(.woocommerce-products-header) input[type=checkbox] + label {
    line-height: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 10px;
  }
  body header:not(.woocommerce-products-header) input[type=checkbox] + label svg {
    width: 20px;
  }
  body header:not(.woocommerce-products-header) input[type=checkbox]:focus {
    outline: none;
  }
  body header:not(.woocommerce-products-header) input[type=checkbox]:focus + label {
    outline: solid;
  }
  body header:not(.woocommerce-products-header) input[type=checkbox]:checked ~ nav {
    overflow: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear;
    transition: opacity 0.25s ease-in-out, visibility 0s linear;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  body section.compare .table .table-row {
    -ms-grid-columns: 200px (1fr)[3];
    grid-template-columns: 200px repeat(3, 1fr);
  }
  body .order-details-wrapper.different-shipping {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.woocommerce div.product div.summary {
    width: calc(66.66667% - 50px);
  }
  body.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  body header:not(.woocommerce-products-header), body .padding, body .content-area, body .padding-x {
    padding-left: 50px;
    padding-right: 50px;
  }
  body header:not(.woocommerce-products-header) nav {
    top: 80px;
  }
  body header:not(.woocommerce-products-header) nav ul {
    padding: 50px 0;
  }
  body header:not(.woocommerce-products-header) input[type=checkbox]:checked ~ nav {
    height: calc(100% - 80px);
  }
  body .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  body .row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  body section.schedule .time {
    width: 220px;
  }
  body section.packages > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body section.packages > .row .col-3 {
    width: 100%;
    max-width: 450px;
  }
  body section.packages > .row .col-3:nth-child(2), body section.packages > .row .col-3:nth-child(3) {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  body .split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .split > div {
    width: 100%;
  }
  body section.page .woocommerce ul.order_details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  body .order-details-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.woocommerce div.product div.images {
    width: 100%;
  }
  body.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
  body.woocommerce div.product div.summary {
    width: 100%;
  }
  body .wp-block-woocommerce-checkout {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .row .col-3 {
    width: 50%;
  }
  body .row .col-3:nth-child(n+3) {
    margin-top: 40px;
  }
  body .row .col-4 {
    width: 33.3333%;
  }
  body .row .col-4:nth-child(n+4) {
    margin-top: 40px;
  }
  body .row .col-5 {
    width: 25%;
  }
  body .row .col-5:nth-child(n+5) {
    margin-top: 40px;
  }
  body .split .image {
    aspect-ratio: 16/9;
  }
  body section:not(.form) .row .col-2 {
    width: 100%;
  }
  body section:not(.form) .row .col-2:not(:first-child) {
    margin-top: 40px;
  }
  body section:not(.form).compare .table-container {
    overflow: auto;
    width: calc(100vw - 100px);
  }
  body section:not(.form).compare .table .table-row {
    -ms-grid-columns: 200px (1fr)[3];
    grid-template-columns: 200px repeat(3, 1fr);
  }
  body section:not(.form).compare .table .table-cell {
    min-width: 150px;
  }
  body .woocommerce-error, body .woocommerce-info, body .woocommerce-message, body .wc-block-store-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  body .woocommerce-error .button, body .woocommerce-info .button, body .woocommerce-message .button, body .wc-block-store-notice .button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  body .woocommerce-error::after, body .woocommerce-info::after, body .woocommerce-message::after, body .wc-block-store-notice::after {
    display: none;
  }
  body .is-medium table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 160px 132px;
    grid-template-columns: 160px 132px;
  }
}
@media (max-width: 767px) {
  body .link-fix {
    top: -60px;
  }
  body .padding, body .content-area {
    padding: 50px 15px;
  }
  body .padding-y {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body .padding-x {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  body .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .row .col-2, body .row .col-3, body .row .col-4 {
    width: 100%;
  }
  body .row .col-2:not(:first-child), body .row .col-3:not(:first-child), body .row .col-4:not(:first-child) {
    margin-top: 30px;
  }
  body .row .col-5 {
    width: 50%;
  }
  body .row .col-5:nth-child(n+3) {
    margin-top: 30px;
  }
  body h1 {
    font-size: 45px;
  }
  body h2 {
    font-size: 36px;
    margin: 50px 0;
  }
  body header:not(.woocommerce-products-header) {
    height: 80px;
    padding-left: 15px;
    padding-right: 5px;
    gap: 0px;
  }
  body header:not(.woocommerce-products-header) nav {
    gap: 0;
    top: 60px;
  }
  body header:not(.woocommerce-products-header) nav ul {
    padding: 20px 0;
  }
  body header:not(.woocommerce-products-header) input[type=checkbox]:checked ~ nav {
    height: calc(100% - 60px);
  }
  body header:not(.woocommerce-products-header) .logo img {
    height: 40px;
  }
  body header:not(.woocommerce-products-header).sticky {
    height: 60px;
  }
  body .split .image {
    aspect-ratio: 1/1;
  }
  body section.banner {
    padding-top: 80px;
  }
  body section.page:first-of-type {
    margin-top: 30px;
  }
  body section.page .woocommerce ul.order_details {
    margin-bottom: 50px;
  }
  body section.page .woocommerce .woocommerce-customer-details .addresses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body section.schedule .time {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 115px);
  }
  body section.schedule .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body section.schedule .col-auto {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  body section.packages .tile {
    padding: 20px;
  }
  body section.compare .table-container {
    overflow: auto;
    width: calc(100vw - 30px);
  }
  body section.compare .table .table-row {
    gap: 30px;
    -ms-grid-columns: 160px 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 160px repeat(3, 1fr);
  }
  body section.compare .table .table-cell {
    min-width: 150px;
  }
  body section.compare .table h5 {
    font-size: 18px;
  }
  body section.partners h2:not(:first-of-type) {
    margin-top: 50px;
  }
  body section.page ul:not(.products), body section.page ol, body section footer ul:not(.products), body section footer ol, body section .entry ul:not(.products), body section .entry ol {
    margin-left: 0;
  }
  body section section.page .break-word, body section .entry .break-word {
    word-break: break-word;
  }
  body form .row, body .woocommerce form .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  body form .row .col, body .woocommerce form .row .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .woocommerce-error, body .woocommerce-info, body .woocommerce-message, body .wc-block-store-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  body .woocommerce-error .button, body .woocommerce-info .button, body .woocommerce-message .button, body .wc-block-store-notice .button {
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  body .woocommerce-error::after, body .woocommerce-info::after, body .woocommerce-message::after, body .wc-block-store-notice::after {
    display: none;
  }
  body div.product .summary h1 {
    font-size: 35px;
  }
  body div.wp-block-woocommerce-cart.alignwide .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__product {
    padding-left: 0;
  }
}