@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/woocommerce/icomoon.eot");
  src: url("../fonts/woocommerce/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/woocommerce/icomoon.woff2") format("woff2"), url("../fonts/woocommerce/icomoon.woff") format("woff"), url("../fonts/woocommerce/icomoon.ttf") format("truetype"), url("../fonts/woocommerce/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../fonts/woocommerce/WooCommerce.eot");
  src: url("../fonts/woocommerce/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/woocommerce/WooCommerce.woff2") format("woff2"), url("../fonts/woocommerce/WooCommerce.woff") format("woff"), url("../fonts/woocommerce/WooCommerce.ttf") format("truetype"), url("../fonts/woocommerce/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  color: #0F172A !important;
}

h1 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

h3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}

h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

strong {
  font-weight: 600;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.padding-top {
  padding-top: 48px;
}

.padding-top_small {
  padding-top: 48px;
}

.padding-top_mini {
  padding-top: 24px;
}

.padding-bottom {
  padding-bottom: 48px;
}

.padding-bottom_small {
  padding-bottom: 48px;
}

.padding-bottom_mini {
  padding-bottom: 24px;
}

.margin-top {
  margin-top: 48px;
}

.margin-top_small {
  margin-top: 48px;
}

.margin-top_mini {
  margin-top: 24px;
}

.margin-bottom {
  margin-bottom: 48px;
}

.margin-bottom_small {
  margin-bottom: 48px;
}

.margin-bottom_mini {
  margin-bottom: 24px;
}

.background-colour_white {
  background-color: #FEFEFE;
}

.background-colour_slate-100 {
  background-color: #F1F5F9;
}

.background-colour_slate-300 {
  background-color: #CBD5E1;
}

.background-colour_slate-900 {
  background-color: #0F172A;
}

.background-colour_primary-colour-600 {
  background-color: #1570EF;
}

.spacer {
  height: 48px;
}

.disable-scroll {
  width: 100%;
  max-width: 100%;
  position: fixed;
}

@media screen and (min-width: 768px) {
  .padding-top {
    padding-top: 72px;
  }
  .padding-bottom {
    padding-bottom: 72px;
  }
  .margin-top {
    margin-top: 72px;
  }
  .margin-bottom {
    margin-bottom: 72px;
  }
  .spacer {
    height: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .padding-top {
    padding-top: 96px;
  }
  .padding-bottom {
    padding-bottom: 96px;
  }
  .margin-top {
    margin-top: 96px;
  }
  .margin-bottom {
    margin-bottom: 96px;
  }
  .spacer {
    height: 96px;
  }
}
.link_text:before, .link_text:after {
  width: 0;
  height: 2px;
  top: calc(100% + 2px);
  right: 0;
  position: absolute;
  content: "";
}
.link_text:before {
  background-color: rgba(15, 23, 42, 0.3);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.link_text:after {
  background-color: #0f172a;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.link_text:hover:before, .link_text:hover:after {
  width: 100%;
  left: 0;
}

.background-colour_slate-900 .link_text:before {
  background-color: rgba(203, 213, 225, 0.3);
}
.background-colour_slate-900 .link_text:after {
  background-color: #cbd5e1;
}

.button {
  min-width: 175px;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: auto;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.button.button_secondary {
  background-color: transparent;
  border: 1px solid #1570EF;
  color: #1570EF !important;
  line-height: 48px;
}
.button.button_tertiary {
  background-color: transparent;
}

.frm_forms form .frm_form_fields fieldset {
  padding: 0 !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin: 0rem 0rem 0.75rem 0rem;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field label, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label {
  padding: 0;
  margin: 0px 0px 5px 0px;
  color: #475569;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field label span, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_primary_label span {
  left: -3px;
  position: relative;
  color: #EB5757;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  width: 100%;
  height: 50px;
  padding: 0rem 0.75rem 0rem 0.75rem;
  background-color: #FEFEFE;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  box-shadow: none;
  color: #475569;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]):focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:focus {
  background-color: #FEFEFE;
  border: 1px solid #CBD5E1;
  box-shadow: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  height: 150px;
  padding: 1.5rem 0.75rem 1.5rem 0.75rem;
  line-height: 24px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox {
  margin: 0rem 0rem 0.25rem 0rem;
  background-color: transparent !important;
  outline: none !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox label {
  width: 100% !important;
  padding: 0px 0px 0px calc(15px + 0.75rem) !important;
  margin: 0 !important;
  position: relative;
  background-color: transparent !important;
  text-indent: 0;
  outline: none !important;
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox label input[type=checkbox] {
  top: 2px;
  left: 0;
  position: absolute;
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_description, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  margin: 5px 0px 0px 0px;
  color: #475569;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 15px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  color: #EB5757;
  font-weight: 500;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-webkit-input-placeholder {
  color: #CBD5E1;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-moz-placeholder {
  color: #CBD5E1;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-moz-placeholder {
  color: #CBD5E1;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-ms-input-placeholder {
  color: #CBD5E1;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_18_container {
  margin: 0rem 0rem 2.25rem 0rem;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_18_container .frm_primary_label {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  width: 100%;
  min-width: 175px;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: auto;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.frm_forms form .frm_error_style {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.frm_forms .frm_message {
  padding: 0 !important;
  margin: 0rem 0rem 2rem 0rem !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.frm_forms .frm_message p {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
    margin: 0rem 0rem 0.9375rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {
    display: block;
  }
  .responsive-table th {
    top: -9999px;
    left: -9999px;
    position: absolute;
  }
  .responsive-table td {
    position: relative;
    text-align: right;
  }
  .responsive-table td:before {
    width: 50%;
    left: 0;
    position: absolute;
    text-align: left;
  }
  .responsive-table td:nth-of-type(1):before {
    content: "Title";
  }
}
.building-block_hero-video {
  min-height: calc(100vh - 80px);
  padding-top: 144px;
  padding-bottom: 144px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.building-block_hero-video .content {
  padding: 0rem 1.5rem 0rem 1.5rem;
  z-index: 2;
}
.building-block_hero-video .content h6, .building-block_hero-video .content h1, .building-block_hero-video .content p {
  color: #FEFEFE !important;
}
.building-block_hero-video .content p {
  max-width: 500px;
}
.building-block_hero-video .content .button {
  margin: 2rem 0rem 0rem 0rem;
}
.building-block_hero-video .content .button.button_secondary {
  border: 1px solid #FEFEFE;
  color: #FEFEFE !important;
}
.building-block_hero-video .button_play-video {
  width: 50px;
  height: 50px;
  bottom: 24px;
  right: 24px;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 100%;
  box-shadow: none;
  color: #FEFEFE !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  z-index: 2;
}
.building-block_hero-video .button_play-video i {
  color: #FEFEFE;
}
.building-block_hero-video:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  content: "";
}

.building-block_hero-images {
  padding: 0;
}
.building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide {
  min-height: calc(100vh - 80px);
  padding-top: 144px;
  padding-bottom: 144px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide .content {
  padding: 0rem 1.5rem 0rem 1.5rem;
  z-index: 2;
}
.building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide .content h6, .building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide .content h3, .building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide .content p {
  color: #FEFEFE !important;
}
.building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide .content h3 {
  font-weight: 700;
}
.building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide .content .button {
  margin: 2rem 0rem 0rem 0rem;
}
.building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide .content .button.button_secondary {
  border: 1px solid #FEFEFE;
  color: #FEFEFE !important;
}
.building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide .button_play-video {
  width: 50px;
  height: 50px;
  bottom: 24px;
  right: 24px;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 100%;
  box-shadow: none;
  color: #FEFEFE !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  z-index: 2;
}
.building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide .button_play-video i {
  color: #FEFEFE;
}
.building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  content: "";
}
.building-block_hero-images .swiper_hero .swiper_hero_navigation_wrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0rem 1.5rem 0rem 1.5rem;
  margin: auto;
  left: 0;
  bottom: 24px;
  right: 0;
  z-index: 1;
}
.building-block_hero-images .swiper_hero .swiper_hero_navigation_wrapper .swiper_hero_navigation {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #FEFEFE;
  border-radius: 100%;
  outline: none;
  box-shadow: none;
}
.building-block_hero-images .swiper_hero .swiper_hero_navigation_wrapper .swiper_hero_navigation i {
  color: #FEFEFE;
}
.building-block_hero-images .swiper_hero .swiper_hero_navigation_wrapper .swiper_hero_navigation.previous {
  margin: 0rem 0.375rem 0rem 0rem;
}
.building-block_hero-images .swiper_hero .swiper_hero_navigation_wrapper .swiper_hero_navigation.next {
  margin: 0rem 0rem 0rem 0.375rem;
}
.building-block_hero-images .swiper_hero .swiper_hero_navigation_wrapper .swiper_hero_navigation.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.building-block_text h6 {
  color: #1570EF;
}
.building-block_text .button {
  margin: 2rem 0rem 0rem 0rem;
}

.building-block_text-with-image h6 {
  color: #1570EF;
}
.building-block_text-with-image .button {
  margin: 2rem 0rem 0rem 0rem;
}
.building-block_text-with-image .image_wrapper {
  width: 100%;
  padding: 100% 0% 0% 0%;
}
.building-block_text-with-image .image_wrapper .image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.building-block_icon_text_blocks .blocks .block_wrapper .block {
  height: 100%;
  padding: 1.5rem;
}
.building-block_icon_text_blocks .blocks .block_wrapper .block .icon_wrapper {
  width: 50px;
  height: 50px;
  margin: 0rem 0rem 2.25rem 0rem;
}
.building-block_icon_text_blocks .blocks .block_wrapper .block .icon_wrapper i {
  color: #FEFEFE;
  font-size: 16px;
}
.building-block_icon_text_blocks .container .row.has_border-top {
  border-top: 1px solid #F1F5F9;
}

.building-block_form-with-image-or-map p {
  margin: 0rem 0rem 3rem 0rem;
}
.building-block_form-with-image-or-map .image_wrapper, .building-block_form-with-image-or-map .map_wrapper {
  width: 100%;
  padding: 100% 0% 0% 0%;
}
.building-block_form-with-image-or-map .image_wrapper .image, .building-block_form-with-image-or-map .image_wrapper .map, .building-block_form-with-image-or-map .map_wrapper .image, .building-block_form-with-image-or-map .map_wrapper .map {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.building-block_gallery-slider .swiper_gallery-slider .swiper_wrapper .swiper_slide {
  width: auto;
}
.building-block_gallery-slider .swiper_gallery-slider .swiper_wrapper .swiper_slide img {
  height: 444px;
  margin: 0rem 0rem 1.5rem 0rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.building-block_gallery-slider .swiper_gallery-slider.visible {
  overflow: visible;
}

.building-block_gallery-block .image_wrapper {
  padding: 62.5% 0% 0% 0%;
  margin: 0rem 0rem 1.5rem 0rem;
}
.building-block_gallery-block .image_wrapper .image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.building-block_logos h6 {
  color: #1570EF;
}
.building-block_logos .swiper_logos .swiper_wrapper {
  transition-timing-function: linear;
}
.building-block_logos .swiper_logos .swiper_wrapper .swiper_slide img {
  max-width: 148px;
  max-height: 80px;
}
.building-block_logos .swiper_logos.visible {
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .building-block_hero-video {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .building-block_hero-video .button_play-video {
    bottom: 45px;
    right: 45px;
  }
  .building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .building-block_hero-images .swiper_hero .swiper_hero_navigation_wrapper {
    bottom: 45px;
  }
  .building-block_text-with-image .image_wrapper {
    height: 100%;
  }
  .building-block_form-with-image-or-map .image_wrapper, .building-block_form-with-image-or-map .map_wrapper {
    height: 100%;
  }
  .building-block_gallery-slider .swiper_gallery-slider .swiper_wrapper .swiper_slide img {
    height: 555px;
  }
  .building-block_gallery-block .row.grid {
    display: grid;
    grid-auto-rows: 150px;
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
    grid-gap: 0;
  }
  .building-block_gallery-block .row.grid .col-md-4 {
    width: 100%;
    margin: 0rem 0rem 1.5rem 0rem;
    grid-row: span 2;
  }
  .building-block_gallery-block .row.grid .col-md-4 .image_wrapper {
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .building-block_gallery-block .row.grid .col-md-4:nth-of-type(3) {
    grid-row: span 4;
  }
}
@media screen and (min-width: 1200px) {
  .building-block_hero-video {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .building-block_hero-video .button_play-video {
    bottom: 48px;
    right: 48px;
  }
  .building-block_hero-images .swiper_hero .swiper_wrapper .swiper_slide {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .building-block_hero-images .swiper_hero .swiper_hero_navigation_wrapper {
    bottom: 48px;
  }
  .building-block_gallery-slider .swiper_gallery-slider .swiper_wrapper .swiper_slide img {
    height: 666px;
  }
}
.footer .footer_top .logo_company {
  width: 150px;
  height: auto;
  margin: auto;
  color: #0F172A;
}
.footer .footer_top .logo_company img {
  width: 150px;
  height: auto;
}
.footer .footer_top nav ul {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  list-style: none;
}
.footer .footer_top nav ul li {
  padding: 0;
  margin: 16px;
}
.footer .footer_top nav ul li a {
  position: relative;
  border-bottom: none;
  color: #CBD5E1;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
}
.footer .footer_top nav ul li a:before, .footer .footer_top nav ul li a:after {
  width: 0;
  height: 2px;
  top: calc(100% + 2px);
  right: 0;
  position: absolute;
  content: "";
}
.footer .footer_top nav ul li a:before {
  background-color: rgba(203, 213, 225, 0.3);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.footer .footer_top nav ul li a:after {
  background-color: #cbd5e1;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.footer .footer_top nav ul li a:hover:before, .footer .footer_top nav ul li a:hover:after {
  width: 100%;
  left: 0;
}
.footer .footer_top .newsletter p {
  font-weight: 500;
}
.footer .footer_top .newsletter .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 0;
}
.footer .footer_top .newsletter .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_form_field, .footer .footer_top .newsletter .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  width: 100%;
}
.footer .footer_top .newsletter .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  background-color: #475569;
  border-radius: 8px;
}
.footer .footer_bottom span, .footer .footer_bottom a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer .footer_bottom span {
  margin: 0rem 0rem 0.75rem 0rem;
}
.footer .footer_bottom a {
  margin: 0px 16px 0px 16px;
}
.footer .footer_bottom a:first-of-type {
  margin: 0px 16px 0px 0px;
}
.footer .footer_bottom a:last-of-type {
  margin: 0px 0px 0px 16px;
}
.footer .footer_bottom:before {
  width: calc(100% - 1.5rem);
  height: 1px;
  top: 0;
  left: 0.75rem;
  position: absolute;
  background-color: rgba(203, 213, 225, 0.1);
  content: "";
}

@media screen and (min-width: 768px) {
  .footer .footer_top .logo_company {
    margin: 0;
  }
  .footer .footer_top nav ul {
    justify-content: flex-start;
  }
  .footer .footer_top nav ul li {
    margin: 16px 32px 16px 0px;
  }
  .footer .footer_bottom span {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer_top .newsletter .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container {
    flex-flow: nowrap;
  }
  .footer .footer_top .newsletter .frm_forms#frm_form_4_container form .frm_form_fields fieldset .frm_fields_container .frm_submit {
    width: 175px;
    margin: 0rem 0rem 0rem 0.75rem;
  }
}
.header {
  height: 80px;
  border-bottom: 1px solid #F1F5F9;
  z-index: 99;
}
.header .logo_company {
  width: 100%;
  max-width: 150px;
  height: auto;
  color: #0F172A;
}
.header .logo_company img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.header .hamburger_container {
  padding: 15px;
  margin: 0px 0px 0px 32px;
  background-color: #F1F5F9;
  border: none;
  border-radius: 100%;
  cursor: pointer;
}
.header .hamburger_container .hamburger_wrapper {
  width: 30px;
  height: 30px;
}
.header .hamburger_container .hamburger_wrapper .hamburger {
  width: 100%;
  height: 100%;
}
.header .hamburger_container .hamburger_wrapper .hamburger .bun {
  width: 100%;
  height: 2px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #0F172A;
  transition: 0.3s width cubic-bezier(0.2, 0.6, 0.3, 1), transform 0.3s cubic-bezier(0.2, 0.6, 0.3, 1);
  will-change: width, transform;
}
.header .hamburger_container .hamburger_wrapper .hamburger .bun.top {
  transform: translateY(-5px);
}
.header .hamburger_container .hamburger_wrapper .hamburger .bun.bottom {
  transform: translateY(5px);
}
.header .hamburger_container.is-active .hamburger_wrapper .hamburger .bun.top {
  width: 24px;
  transform: translateX(3px) rotate(-135deg);
}
.header .hamburger_container.is-active .hamburger_wrapper .hamburger .bun.bottom {
  width: 24px;
  transform: translateX(3px) rotate(135deg);
}
.header .divider {
  margin: 0px 16px 0px 16px;
  color: rgba(15, 23, 42, 0.1);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
}

.home .header {
  border-bottom: none;
}

.primary-navigation {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: 0.6s cubic-bezier(0.2, 0.6, 0.3, 1);
  will-change: transform, opacity, visibility;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.primary-navigation nav {
  padding: 128px 0px 48px 0px;
}
.primary-navigation nav ul {
  margin: 0;
  list-style: none;
}
.primary-navigation nav ul li {
  padding: 0;
  margin: 0rem 0rem 1.5rem 0rem;
}
.primary-navigation nav ul li a {
  display: block !important;
  color: #0F172A !important;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
}
.primary-navigation nav ul li a:before, .primary-navigation nav ul li a:after {
  display: none;
}
.primary-navigation nav ul li ul {
  width: 100%;
  height: 100vh;
  padding: 128px 1.5rem 48px 1.5rem;
  top: 0;
  left: 0;
  transform: translateX(100%);
  position: absolute;
  background-color: #e6edf4;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.2, 0.6, 0.3, 1);
  will-change: transform, opacity, visibility;
}
.primary-navigation nav ul li ul li.back a {
  padding: 0rem 0rem 0rem 1.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.primary-navigation nav ul li ul li.back a:before {
  width: 12px !important;
  height: 12px !important;
  top: calc(50% + 0px) !important;
  left: 0 !important;
  right: auto !important;
  transform: translateY(-50%) rotate(-135deg) !important;
  position: absolute;
  display: block;
  background-color: transparent !important;
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}
.primary-navigation nav ul li ul.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.primary-navigation nav ul li.menu-item-has-children > a {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.primary-navigation nav ul li.menu-item-has-children > a:after {
  width: 12px !important;
  height: 12px !important;
  top: calc(50% + 1px) !important;
  left: auto !important;
  right: 10px !important;
  transform: translateY(-50%) rotate(45deg) !important;
  position: absolute;
  display: block;
  background-color: transparent !important;
  border-top: 2px solid;
  border-right: 2px solid;
  content: "";
}
.primary-navigation::-webkit-scrollbar {
  display: none;
}
.primary-navigation.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .primary-navigation {
    max-width: 320px;
  }
  .primary-navigation nav {
    padding: 152px 0px 72px 0px;
  }
  .primary-navigation nav ul li ul {
    padding: 152px 1.5rem 72px 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .header nav ul {
    margin: 0;
    display: flex;
    list-style: none;
  }
  .header nav ul li {
    margin: 0px 16px 0px 16px;
  }
  .header nav ul li a {
    position: relative;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 24px;
  }
  .header nav ul li a:before, .header nav ul li a:after {
    width: 0;
    height: 2px;
    top: calc(100% + 2px);
    right: 0;
    position: absolute;
    content: "";
  }
  .header nav ul li a:before {
    background-color: rgba(15, 23, 42, 0.3);
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  }
  .header nav ul li a:after {
    background-color: #0f172a;
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  }
  .header nav ul li a:hover:before, .header nav ul li a:hover:after {
    width: 100%;
    left: 0;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _login - Small.
*/
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../fonts/wordpressNeueHaasDisplay-Roman.eot");
  src: url("../../fonts/wordpress/NeueHaasDisplay-Roman.eot?#iefix") format("embedded-opentype"), url("../../fonts/wordpress/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../../fonts/wordpress/NeueHaasDisplay-Roman.woff") format("woff"), url("../../fonts/wordpress/NeueHaasDisplay-Roman.ttf") format("truetype"), url("../../fonts/wordpress/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body.login {
  background-color: #FEFEFE;
}

body.login svg {
  display: none;
}

body.login #login {
  position: relative;
  width: 100% !important;
  min-height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

body.login #login h1 {
  width: 100%;
  max-width: calc(320px - 1.25rem);
  padding: 1.875rem;
  margin: 0;
  color: #29293D;
  display: flex;
  justify-content: center;
}

body.login #login h1 a {
  /*display: none;*/ /* add if no cross collab logo */
  background-image: none;
  position: relative;
  margin: 0 20px 0;
  height: auto;
  width: 20px;
}

/* add if cross collab logo */
body.login #login h1 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #29293D;
  line-height: 22px;
  text-indent: 0;
  width: 75px;
  height: 20px;
  line-height: 22px;
  text-indent: 0;
  transform: translate(-50%, -50%);
  background-image: url("../../images/wordpress/login_cross.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body.login #login h1:before {
  width: 75px;
  height: 48px;
  margin: 0rem 0rem 0rem 0rem;
  background-image: url("../../images/wordpress/login_company-logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

/* add if cross collab logo */
body.login #login h1:after {
  width: 75px;
  max-width: none;
  height: 48px;
  margin: 0rem 0rem 0rem 0rem;
  background-image: url("../../images/wordpress/login_company-logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

body.login #login form {
  width: 100%;
  max-width: calc(320px - 1.25rem);
  padding: 0.9375rem;
  margin: 0;
  border: none;
  box-shadow: none;
}

body.login #login form label, body.login #login form input {
  font-family: "Neue Haas Grotesk Display Pro";
  color: #29293D;
  font-size: 16px;
  line-height: 22px;
}

body.login #login form label {
  margin: 0px 0px 5px 0px;
  font-size: 16px;
  line-height: 22px;
}

body.login #login form input[type=text], body.login #login form input[type=password], body.login #login form input[type=checkbox] {
  width: 100%;
  height: 50px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0rem 1.5625rem 0rem;
  background-color: #FEFEFE;
  border: 1px solid #C3C3D6;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  color: #29293D;
  line-height: 48px;
}

body.login #login form .wp-hide-pw {
  min-width: 50px;
  min-height: 50px;
  outline: none;
  box-shadow: none;
}

body.login #login form .wp-hide-pw span {
  color: #7773FF;
}

body.login #login form .forgetmenot {
  height: 50px;
  display: flex;
  align-items: center;
}

body.login #login form .forgetmenot input[type=checkbox] {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0rem 0.625rem 0rem 0rem;
  background-color: #FEFEFE;
  border: 1px solid #C3C3D6;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
}

body.login #login form .forgetmenot input[type=checkbox]:before {
  width: 4px;
  height: 12px;
  margin: 0;
  top: -14px;
  transform: rotate(45deg);
  position: relative;
  display: none;
  border-bottom: 3px solid #7773FF;
  border-right: 3px solid #7773FF;
  float: none;
  vertical-align: baseline;
  content: "";
}

body.login #login form .forgetmenot input[type=checkbox]:checked:before {
  display: inline-block;
}

body.login #login form .forgetmenot label {
  margin: 0;
  line-height: 20px;
}

body.login #login form input[type=text]:focus, body.login #login form input[type=password]:focus, body.login #login form .forgetmenot input[type=checkbox]:focus {
  border: 1px solid #7773FF;
  outline: none;
  box-shadow: none;
}

body.login #login form .submit input[type=submit] {
  width: auto;
  min-width: 125px;
  height: 50px;
  padding: 0 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7773FF;
  border: none;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 16px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}

body.login #login form .submit input[type=submit]:focus {
  background-color: #CC54BA;
}

body.login #nav, body.login #backtoblog {
  margin: 1.9375rem 0rem 0rem 0rem;
}

body.login #nav a, body.login #backtoblog a, body.login .privacy-policy-page-link a {
  position: relative;
  display: inline-block;
  color: #29293D;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  text-decoration: none;
}

body.login #nav a:before, body.login #nav a:after, body.login #backtoblog a:before, body.login #backtoblog a:after, body.login .privacy-policy-page-link a:before, body.login .privacy-policy-page-link a:after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}

body.login #nav a:before, body.login #backtoblog a:before, body.login .privacy-policy-page-link a:before {
  background-color: rgba(94, 90, 219, 0.1);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}

body.login #nav a:after, body.login #backtoblog a:after, body.login .privacy-policy-page-link a:after {
  background-color: rgba(94, 90, 219, 1);
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

body.login #nav a:focus, body.login #backtoblog a:focus, body.login .privacy-policy-page-link a:focus {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #7773FF;
}

body.login .privacy-policy-page-link {
  padding: 0rem 0rem 0.9375rem 0rem;
  margin: 1.875rem 0rem 0rem 0rem;
}

.login .message, .login .success, .login #login_error {
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 14px;
  width: 100%;
  max-width: calc(320px - 1.25rem);
  padding: 0.9375rem;
  margin: 0rem 0rem 0.9375rem 0rem;
  background-color: #FEFEFE;
  border-left: 5px solid #7773FF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.language-switcher {
  display: none;
}

/**
* _login - Medium.
*/
@media screen and (min-width: 640px) {
  body.login #login h1 {
    width: 360px;
    max-width: 360px;
  }
  body.login #login form {
    width: 360px;
    max-width: 360px;
    padding: 1.875rem;
  }
  body.login #login form input[type=text], body.login #login form input[type=password] {
    padding: 0rem 0.9375rem 0rem 0.9375rem;
    margin: 0rem 0rem 1.5625rem 0rem;
  }
  body.login #nav, body.login #backtoblog {
    margin: 2.875rem 0rem 0rem 0rem;
  }
  body.login .privacy-policy-page-link {
    padding: 0rem 0rem 1.875rem 0rem;
  }
  .login .message, .login .success, .login #login_error {
    width: 360px;
    max-width: 360px;
    padding: 1.875rem;
    margin: 0rem 0rem 1.875rem 0rem;
  }
}
/**
* _login - Large.
*/
@media screen and (min-width: 1024px) {
  body.login svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 40%;
    top: 0;
    left: 0;
  }
  body.login svg path#Path_4, body.login svg path#Path_6,
  body.login svg path#Path_29, body.login svg path#Path_22,
  body.login svg path#Path_470, body.login svg path#Path_464,
  body.login svg path#Path_473 {
    animation: fade-out-One 6s infinite;
  }
  body.login svg path#Path_15, body.login svg path#Path_11,
  body.login svg path#Path_13, body.login svg path#Path_9,
  body.login svg path#Path_19, body.login svg path#Path_27,
  body.login svg path#Path_463, body.login svg path#Path_477,
  body.login svg path#Path_475, body.login svg path#Path_489 {
    animation: fade-out-Two 12s infinite;
  }
  body.login::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: rgb(142, 118, 245);
    background: linear-gradient(90deg, #8E76F5 0%, #CC54BA 100%);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  /* 50% opacity */
  @keyframes fade-out-One {
    0% {
      opacity: 0.5;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.5;
    }
  }
  /* 20% opacity */
  @keyframes fade-out-Two {
    0% {
      opacity: 0.2;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.2;
    }
  }
  body.login #login {
    width: 60% !important;
    left: 85%;
    transform: translateX(-75%);
    box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.4);
  }
  body.login #login form label, body.login #login form input {
    font-size: 18px;
  }
  body.login #login form .submit input[type=submit] {
    font-size: 18px;
  }
  body.login #login form .submit input[type=submit]:hover {
    background-color: #CC54BA;
  }
  body.login #nav a:hover, body.login #backtoblog a:hover, body.login .privacy-policy-page-link a:hover {
    color: #7773FF;
  }
  body.login #nav a:hover:before, body.login #nav a:hover:after, body.login #backtoblog a:hover:before, body.login #backtoblog a:hover:after, body.login .privacy-policy-page-link a:hover:before, body.login .privacy-policy-page-link a:hover:after {
    width: 100%;
    left: 0;
  }
  body.login #backtoblog {
    position: absolute;
    bottom: 80px;
    /* width: 100%; */
    width: calc(50% - 50px);
    left: 0;
    margin: 0;
    padding: 0;
    display: flex;
    /* justify-content: center; */ /* comment out if no privacy policy present */
    justify-content: flex-end;
  }
  body.login .privacy-policy-page-link {
    position: absolute;
    bottom: 80px;
    width: calc(50% - 10px);
    margin: 0;
    padding: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
  }
  body.login #nav a, body.login #backtoblog a, body.login .privacy-policy-page-link a {
    font-size: 18px;
  }
}
@media screen and (max-height: 820px) {
  body.login #backtoblog {
    bottom: 25px;
  }
  body.login .privacy-policy-page-link {
    bottom: 25px;
  }
}
@media screen and (max-height: 650px) {
  body.login #backtoblog,
  body.login .privacy-policy-page-link {
    width: -moz-fit-content;
    width: fit-content;
    bottom: 0;
    position: relative;
    display: inline-block;
    margin: 2.875rem 0rem 0rem 0rem;
  }
}
table {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-collapse: collapse;
}
table thead {
  background-color: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
table thead tr {
  background-color: transparent;
}
table thead tr th {
  padding: 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
table tbody {
  background-color: #FEFEFE;
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
}
table tbody tr {
  background-color: transparent;
  border: none;
}
table tbody tr th {
  padding: 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
  text-align: left;
}
table tbody tr td {
  padding: 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
}
table tbody tr td dl {
  margin: 0.5rem 0rem 0rem 0rem;
}
table tbody tr td dl dt {
  margin: 0.25rem 0rem 0rem 0rem;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
}
table tbody tr td dl dt:first-of-type {
  margin: 0;
}
table tbody tr td dl dd p {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 18px !important;
}
table tbody tr td strong {
  font-weight: 600;
}
table tbody tr:nth-child(even) {
  background-color: rgba(15, 23, 42, 0.03);
}
table tfoot {
  background-color: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
table tfoot tr {
  background-color: transparent;
}
table tfoot tr th, table tfoot tr td {
  padding: 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}

.my-account {
  margin: 0px 16px 0px 16px;
  position: relative;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
}
.my-account i {
  color: #0F172A;
}

.basket {
  margin: 0px 0px 0px 16px;
  position: relative;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
}
.basket i {
  color: #0F172A;
}
.basket .count {
  width: 20px;
  height: 20px;
  top: -6px;
  right: -12px;
  background-color: #1570EF;
  border-radius: 100%;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
}

.woocommerce-notices-wrapper .woocommerce-message:not(.cart-empty), .woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty), .woocommerce-NoticeGroup .woocommerce-message:not(.cart-empty), .woocommerce-NoticeGroup .woocommerce-info:not(.cart-empty) {
  width: 100%;
  padding: 1.25rem 0.625rem 1.25rem 0.625rem !important;
  margin: 0px 0px 48px 0px;
  background-color: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
.woocommerce-notices-wrapper .woocommerce-message:not(.cart-empty) a, .woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty) a, .woocommerce-NoticeGroup .woocommerce-message:not(.cart-empty) a, .woocommerce-NoticeGroup .woocommerce-info:not(.cart-empty) a {
  color: #1570EF !important;
  text-decoration: none !important;
}
.woocommerce-notices-wrapper .woocommerce-error:not(.wc-stripe-error), .woocommerce-NoticeGroup .woocommerce-error:not(.wc-stripe-error) {
  width: 100%;
  padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  margin: 0px 0px 48px 0px;
  background-color: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.1);
  list-style: none !important;
}
.woocommerce-notices-wrapper .woocommerce-error:not(.wc-stripe-error) li, .woocommerce-NoticeGroup .woocommerce-error:not(.wc-stripe-error) li {
  padding: 0;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}

.woocommerce-NoticeGroup {
  width: 100%;
}

.woocommerce-message:not(.cart-empty), .woocommerce-info:not(.cart-empty) {
  width: 100%;
  padding: 1.25rem 0.625rem 1.25rem 0.625rem !important;
  margin: 0px 0px 48px 0px;
  background-color: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
.woocommerce-message:not(.cart-empty) a, .woocommerce-info:not(.cart-empty) a {
  color: #1570EF !important;
  text-decoration: none !important;
}

.woocommerce-error:not(.wc-stripe-error) {
  width: 100%;
  padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  margin: 0px 0px 48px 0px;
  background-color: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.1);
  list-style: none !important;
}
.woocommerce-error:not(.wc-stripe-error) li {
  padding: 0;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}

.products .product {
  margin: 0rem 0rem 1.5rem 0rem;
}
.products .product .product_inner {
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
}
.products .product .product_inner .woocommerce-loop-product__link {
  position: relative;
}
.products .product .product_inner .woocommerce-loop-product__link .onsale {
  width: 50px;
  height: 50px;
  top: 0.75rem;
  right: 0.75rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #175CD3;
  border-radius: 100%;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 12px;
  z-index: 1;
}
.products .product .product_inner .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}
.products .product .product_inner .woocommerce-loop-product__link .woocommerce-loop-product__title, .products .product .product_inner .woocommerce-loop-product__link .price {
  margin: 2rem 0rem 0.5rem 0rem;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
}
.products .product .product_inner .woocommerce-loop-product__link .woocommerce-loop-product__title {
  color: #0F172A;
  word-break: break-word;
}
.products .product .product_inner .woocommerce-loop-product__link .star-rating {
  margin: 0rem auto 2rem auto;
}
.products .product .product_inner .woocommerce-loop-product__link .price {
  margin: 0;
  color: rgba(15, 23, 42, 0.5);
}
.products .product .product_inner .woocommerce-loop-product__link .price * {
  color: rgba(15, 23, 42, 0.5);
}
.products .product .product_inner .woocommerce-loop-product__link .price del {
  margin: 0rem 0.375rem 0rem 0rem;
}
.products .product .product_inner .woocommerce-loop-product__link .price ins {
  margin: 0rem 0rem 0rem 0.375rem;
}
.products .product .product_inner .add_to_cart_button {
  width: 175px;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2rem 0rem 0rem 0rem;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  white-space: nowrap;
  text-transform: capitalize;
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.products .product .product_inner .add_to_cart_button.product_type_variable {
  background-color: transparent;
  border: 1px solid #1570EF;
  color: #1570EF !important;
  line-height: 48px;
}
.products .product .product_inner .add_to_cart_button.loading {
  color: #1570EF !important;
}
.products .product .product_inner .add_to_cart_button.loading:before {
  opacity: 1;
  visibility: visible;
}
.products .product .product_inner .add_to_cart_button:before {
  width: 25px;
  height: 35px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  content: url("../images/woocommerce/loading.svg");
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.products .product .product_inner .added_to_cart {
  margin: 2rem 0rem 0rem 0rem;
  color: #0F172A;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 21px !important;
  text-transform: capitalize;
  text-decoration: none !important;
}

.star-rating {
  width: 5.4em;
  height: 1em;
  margin: 0rem 0.5rem 0rem 0rem;
  position: relative;
  font-family: "icomoon";
  font-size: 16px;
  line-height: 16px;
  float: none;
  overflow: hidden;
}
.star-rating span {
  padding: 1.5em 0em 0em 0em;
  top: 0;
  left: 0;
  position: absolute;
  font-family: "icomoon";
  float: none;
  overflow: hidden;
}
.star-rating span strong {
  font-weight: 600;
}
.star-rating span:before {
  top: 0;
  left: 0;
  position: absolute;
  color: #FFD700;
  font-family: "icomoon";
  content: "SSSSS";
}
.star-rating:before {
  top: 0;
  left: 0;
  position: absolute;
  color: rgba(15, 23, 42, 0.15);
  font-family: "icomoon";
  float: none;
  content: "sssss";
}

.select2-container .select2-dropdown {
  margin: 3px 0px 3px 0px;
  background-color: #FEFEFE;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
}
.select2-container .select2-dropdown .select2-search {
  padding: 0.625rem;
}
.select2-container .select2-dropdown .select2-search input {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.select2-container .select2-dropdown .select2-search input:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 0.625rem;
  background-color: #FEFEFE;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #0F172A;
  color: #FEFEFE;
}

@media screen and (min-width: 768px) {
  .products .product .product_inner .woocommerce-loop-product__link .woocommerce-loop-product__title, .products .product .product_inner .woocommerce-loop-product__link .price {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .products .product .product_inner .woocommerce-loop-product__link .woocommerce-loop-product__title, .products .product .product_inner .woocommerce-loop-product__link .price {
    font-size: 20px;
    line-height: 28px;
  }
}
.products_ordering-and-filtering {
  margin-bottom: 48px;
}
.products_ordering-and-filtering .products_ordering .woocommerce-ordering {
  display: flex;
  justify-content: flex-start;
}
.products_ordering-and-filtering .products_ordering .woocommerce-ordering select {
  width: 100%;
  max-width: 190px;
  height: 50px;
  padding: 0px 35px 0px 25px;
  margin: 0;
  display: block;
  background: url("../images/arrow-down_black.svg") calc(100% - 25px)/11.31px no-repeat;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  cursor: pointer;
}
.products_ordering-and-filtering .products_ordering .woocommerce-ordering select:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  box-shadow: none;
}

.woocommerce-pagination {
  width: 100%;
  padding-top: 48px;
}
.woocommerce-pagination ul {
  padding-top: 48px;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #F1F5F9;
  list-style: none !important;
}
.woocommerce-pagination ul li {
  padding: 0 !important;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
  min-width: 40px;
  height: 40px;
  margin: 0rem 0.375rem 0rem 0.375rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FEFEFE;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  transition: 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.woocommerce-pagination ul li a.prev, .woocommerce-pagination ul li a.next, .woocommerce-pagination ul li span.prev, .woocommerce-pagination ul li span.next {
  padding: 0rem 1rem 0rem 1rem;
  background-color: #FEFEFE;
  color: #0F172A;
}
.woocommerce-pagination ul li a.current, .woocommerce-pagination ul li span.current {
  background-color: #F1F5F9;
}

.woof_info_popup {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .woocommerce-pagination {
    padding-top: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container {
    width: calc(25% - 0.9375rem);
    max-width: 190px;
    padding: 0;
    margin: 0rem 0.9375rem 0rem 0rem;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container {
    width: 100% !important;
    margin: 0;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-single {
    width: 100%;
    height: 50px !important;
    padding: 0px 35px 0px 25px;
    margin: 0;
    display: block;
    background: url("../images/arrow-down_black.svg") calc(100% - 25px)/11.31px no-repeat;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 25px;
    box-shadow: none;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 48px !important;
    cursor: pointer;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-single span {
    margin: 0;
    font-size: 14px;
    line-height: 48px !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-single div {
    display: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-single:focus {
    background-color: transparent;
    border: 1px solid #0f172a;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-drop {
    width: 100%;
    padding: 0;
    margin: 0;
    top: 53px;
    position: absolute;
    background-color: #FEFEFE;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 25px;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-search {
    padding: 0.625rem;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-search input {
    width: 100%;
    height: 50px;
    padding: 0px 25px 0px 25px;
    margin: 0;
    display: block;
    background-image: none !important;
    background-color: transparent;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 25px;
    box-shadow: none;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 48px;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-search input:focus {
    background-color: transparent;
    border: 1px solid #0f172a;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-results {
    padding: 0;
    margin: 0;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-results li {
    padding: 0.625rem;
    background-image: none !important;
    background-color: #FEFEFE;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-results li.result-selected {
    background-color: #0F172A;
    color: #FEFEFE;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .chosen-container .chosen-drop:focus {
    background-color: #FEFEFE;
    border: 1px solid #0f172a;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container h4 {
    width: 100%;
    height: 50px !important;
    padding: 0px 35px 0px 25px;
    margin: 0;
    position: relative;
    display: block;
    background: url("../images/arrow-down_black.svg") calc(100% - 25px)/11.31px no-repeat;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 25px;
    box-shadow: none;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 48px !important;
    white-space: nowrap;
    cursor: pointer;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container h4 a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container h4:focus {
    background-color: transparent;
    border: 1px solid #0f172a;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbycategory, .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbybrand {
    position: relative;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbycategory .woof_block_html_items, .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbybrand .woof_block_html_items {
    width: 100%;
    max-height: 312px;
    padding: 0;
    margin: 0;
    top: 53px;
    left: 0;
    position: absolute;
    background-color: #FEFEFE;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 25px;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 994;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbycategory .woof_block_html_items ul, .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbybrand .woof_block_html_items ul {
    padding: 25px;
    margin: 0 !important;
    display: block !important;
    list-style: none !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbycategory .woof_block_html_items ul li, .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbybrand .woof_block_html_items ul li {
    padding: 0rem 0rem 0.5rem 0rem !important;
    margin: 0 !important;
    white-space: nowrap;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbycategory .woof_block_html_items ul li input, .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbybrand .woof_block_html_items ul li input {
    width: 14px;
    height: 14px;
    margin: 0rem 0.5rem 0rem 0rem;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbycategory .woof_block_html_items ul li label, .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbybrand .woof_block_html_items ul li label {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbycategory .woof_block_html_items ul li ul, .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbybrand .woof_block_html_items ul li ul {
    padding: 0px 0px 0px 25px;
    margin: 0.5rem 0rem 0rem 0rem !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbycategory .woof_block_html_items ul li a, .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbybrand .woof_block_html_items ul li a {
    display: none !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbycategory .woof_block_html_items ul li:last-of-type, .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_container .woof_container_inner_filterbybrand .woof_block_html_items ul li:last-of-type {
    padding: 0 !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_submit_search_form_container {
    width: 25%;
    max-width: 190px;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_submit_search_form_container button {
    width: 100%;
    min-width: auto;
    height: 50px;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    background-color: #1570EF;
    border: none;
    border-radius: 25px;
    box-shadow: none;
    color: #FEFEFE !important;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 50px;
    text-align: center;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_submit_search_form_container button.woof_reset_search_form {
    margin: 0rem 0.9375rem 0rem 0rem;
    background-color: transparent;
    border: 1px solid #1570EF;
    color: #1570EF !important;
    line-height: 48px;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone .woof_submit_search_form_container button.woof_reset_search_form:focus {
    background-color: transparent;
    box-shadow: none;
  }
  .woocommerce-pagination {
    padding-top: 96px;
  }
}
@media screen and (max-width: 1199px) {
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof {
    overscroll-behavior: none;
    touch-action: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_show_mobile_filter {
    display: flex;
    justify-content: flex-end;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_show_mobile_filter span {
    width: 100%;
    max-width: 240px;
    height: 50px;
    padding: 0px 35px 0px 25px;
    margin: 0;
    display: block;
    background: url("../images/arrow-down_black.svg") calc(100% - 25px)/11.31px no-repeat;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 25px;
    box-shadow: none;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 48px;
    text-transform: capitalize;
    cursor: pointer;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_show_mobile_filter span:focus {
    background-color: transparent;
    border: 1px solid #0f172a;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_show_mobile_filter img {
    display: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_hide_mobile_filter span {
    height: 50px;
    padding: 0px 25px 0px 25px;
    margin: 0.625rem 0rem 0rem 0rem;
    position: relative;
    display: block;
    background-color: transparent;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 25px;
    box-shadow: none;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 48px;
    text-transform: capitalize;
    text-align: center;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_hide_mobile_filter span:focus {
    background-color: transparent;
    border: 1px solid #0f172a;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter {
    display: block !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    background-color: #FEFEFE;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    z-index: 994;
    animation: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone {
    display: flex;
    flex-direction: column;
    order: 1;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container {
    padding: 0;
    margin: 0rem 0rem 1rem 0rem;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container {
    width: 100% !important;
    margin: 0;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-single {
    width: 100%;
    height: 50px !important;
    padding: 0px 35px 0px 25px;
    margin: 0;
    display: block;
    background: url("../images/arrow-down_black.svg") calc(100% - 25px)/11.31px no-repeat;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 25px;
    box-shadow: none;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 48px !important;
    cursor: pointer;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-single span {
    margin: 0;
    font-size: 14px;
    line-height: 48px !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-single div {
    display: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-single:focus {
    background-color: transparent;
    border: 1px solid #0f172a;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-drop {
    width: 100%;
    padding: 0;
    margin: 0;
    top: 53px;
    position: absolute;
    background-color: #FEFEFE;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 25px;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-search {
    padding: 0.625rem;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-search input {
    width: 100%;
    height: 50px;
    padding: 0px 25px 0px 25px;
    margin: 0;
    display: block;
    background-image: none !important;
    background-color: transparent;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 25px;
    box-shadow: none;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 48px;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-search input:focus {
    background-color: transparent;
    border: 1px solid #0f172a;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-results {
    padding: 0;
    margin: 0;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-results li {
    padding: 0.625rem !important;
    background-image: none !important;
    background-color: #FEFEFE;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 21px;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-drop .chosen-results li.result-selected {
    background-color: #0F172A;
    color: #FEFEFE;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .chosen-container .chosen-drop:focus {
    background-color: #FEFEFE;
    border: 1px solid #0f172a;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container h4 {
    padding: 0px 35px 0px 25px;
    margin: 0;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 48px;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container h4 a {
    display: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .woof_block_html_items {
    display: block;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .woof_block_html_items ul {
    padding: 0px 35px 0px 25px;
    margin: 0 !important;
    display: block !important;
    list-style: none !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .woof_block_html_items ul li {
    padding: 0rem 0rem 0.5rem 0rem !important;
    margin: 0 !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .woof_block_html_items ul li input {
    width: 14px;
    height: 14px;
    margin: 0rem 0.5rem 0rem 0rem;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .woof_block_html_items ul li label {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .woof_block_html_items ul li ul {
    padding: 0px 0px 0px 25px;
    margin: 0.5rem 0rem 0rem 0rem !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .woof_block_html_items ul li a {
    display: none !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_container .woof_block_html_items ul li:last-of-type {
    padding: 0 !important;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_submit_search_form_container {
    margin: 1.5rem 0rem 0rem 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_submit_search_form_container button {
    width: calc(50% - 0.3125rem);
    min-width: auto;
    height: 50px;
    padding: 0px 25px 0px 25px;
    margin: 0;
    position: relative;
    display: block;
    background-color: #1570EF;
    border: none;
    border-radius: 25px;
    box-shadow: none;
    color: #FEFEFE !important;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 50px;
    text-align: center;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_submit_search_form_container button.woof_reset_search_form {
    margin: 0rem 0.9375rem 0rem 0rem;
    background-color: transparent;
    border: 1px solid #1570EF;
    color: #1570EF !important;
    line-height: 48px;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_submit_search_form_container button.woof_reset_search_form:focus {
    background-color: transparent;
    border: 1px solid #1570EF;
    box-shadow: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone:before {
    margin: 0rem 0rem 1.5em 0rem;
    color: #0F172A;
    font-family: "Inter", sans-serif;
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    line-height: 28px;
    content: "Product Filters";
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_hide_mobile_filter {
    margin: 0;
    order: 2;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_hide_mobile_filter img {
    display: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_show_mobile_filter {
    display: none;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_redraw_zone {
    display: none;
  }
}
/**
* _shop - min-width: 768px and max-width: 1199px.
*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof .woof_hide_mobile_filter span {
    margin: 0.9375rem 0rem 0rem 0rem;
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile {
    width: 75%;
    max-width: 512px;
    height: auto;
    max-height: 75%;
    padding: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 9px 9px 36px rgba(15, 23, 42, 0.1);
  }
  .products_ordering-and-filtering .products_filtering .woocommerce-filtering .woof.woof_hide_filter.woof_show_filter_for_mobile .woof_redraw_zone .woof_submit_search_form_container button {
    width: calc(50% - 0.46875rem);
  }
}
.single-product .up-sells h2:not(.woocommerce-loop-product__title), .single-product .related-products h2:not(.woocommerce-loop-product__title) {
  margin: 0px 0px 24px 0px;
}

.single-product .product_gallery-and-data .product_gallery {
  margin-bottom: 48px;
  position: relative;
}
.single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery {
  min-width: 100%;
  position: relative;
}
.single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .flex-viewport {
  min-width: 100%;
}
.single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  min-width: 100%;
}
.single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  max-height: 696px;
  border-radius: 0.75rem;
}
.single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  min-width: 100%;
  display: block !important;
}
.single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img, .single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a picture {
  min-width: 100%;
  display: block;
}
.single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  width: 50px;
  height: 50px;
  top: 1rem;
  right: 1rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0F172A;
  font-size: 32px;
  z-index: 1;
}
.single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .flex-control-nav {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  list-style: none;
}
.single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .flex-control-nav li {
  width: calc(20% - 0.5rem - 0.5rem);
  padding: 0;
  margin: 1rem 0.5rem 0rem 0.5rem;
  cursor: pointer;
}
.single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .flex-control-nav li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .flex-control-nav li img:hover, .single-product .product_gallery-and-data .product_gallery .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border: 1px solid #0f172a;
}
.single-product .product_gallery-and-data .product_gallery .onsale {
  height: 24px;
  padding: 0px 15px 0px 15px;
  top: calc(2rem - 1px);
  left: 2rem;
  position: absolute;
  background-color: #0F172A;
  border-radius: 15px;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .single-product .product_gallery-and-data .product_gallery {
    margin-bottom: 0;
  }
}
.single-product .product_gallery-and-data .product_data_messages .woocommerce-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.single-product .product_gallery-and-data .product_data_messages .woocommerce-message a {
  margin: 0;
}
.single-product .product_gallery-and-data .product_data .product_meta {
  margin: 0rem 0rem 1rem 0rem;
}
.single-product .product_gallery-and-data .product_data .product_meta span, .single-product .product_gallery-and-data .product_data .product_meta a {
  color: #0f172a !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
  text-decoration: none !important;
}
.single-product .product_gallery-and-data .product_data .product_meta span {
  display: block;
  color: rgba(15, 23, 42, 0.3) !important;
}
.single-product .product_gallery-and-data .product_data .product_meta .sku_wrapper {
  display: none;
}
.single-product .product_gallery-and-data .product_data .product_title {
  margin: 0rem 0rem 0.5rem 0rem;
}
.single-product .product_gallery-and-data .product_data .product_price {
  margin: 0rem 0rem 2rem 0rem;
}
.single-product .product_gallery-and-data .product_data .product_price p {
  margin: 0;
  display: flex;
  font-size: 24px;
  line-height: 24px;
}
.single-product .product_gallery-and-data .product_data .product_price p ins {
  margin: 0rem 1.5rem 0rem 0rem;
  order: 1;
  text-decoration: none;
}
.single-product .product_gallery-and-data .product_data .product_price p del {
  order: 2;
  opacity: 0.15;
}
.single-product .product_gallery-and-data .product_data .product_short-description {
  margin: 0rem 0rem 2rem 0rem;
}
.single-product .product_gallery-and-data .product_data .product_short-description p {
  font-weight: 300;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket {
  margin: 0rem 0rem 2rem 0rem;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket p {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
  text-transform: capitalize;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket p.in-stock {
  color: #3FD599;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket p.out-of-stock {
  color: #EB5757;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form .quantity, .single-product .product_gallery-and-data .product_data .product_add-to-basket form button {
  width: calc(50% - 0.3125rem);
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form .quantity input {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form .quantity input:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form button {
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  white-space: nowrap;
  text-transform: capitalize;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form table {
  margin: 0rem 0rem 1.5rem 0rem;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form table tbody {
  background-color: transparent;
  border: none;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form table tbody tr {
  background-color: transparent;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form table tbody tr th, .single-product .product_gallery-and-data .product_data .product_add-to-basket form table tbody tr td {
  padding: 0;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form table tbody tr th {
  height: 50px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
  white-space: normal;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form table tbody tr th label {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form table tbody tr td select {
  width: 100%;
  min-width: 240px;
  height: 50px;
  padding: 0px 35px 0px 25px;
  margin: 0rem 0rem 1rem 0rem;
  display: block;
  background: url("../images/arrow-down_black.svg") calc(100% - 25px)/11.31px no-repeat;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  cursor: pointer;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form table tbody tr td select:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  box-shadow: none;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form table tbody tr td a {
  display: none !important;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form table tbody tr:last-child td select {
  margin: 0;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form .single_variation_wrap {
  width: 100%;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form .single_variation_wrap .woocommerce-variation {
  margin: 0rem 0rem 1.5rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
  margin: 0;
  display: flex;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins {
  margin: 0rem 0.75rem 0rem 0rem;
  order: 1;
  text-decoration: none;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del {
  order: 2;
  opacity: 0.3;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form .single_variation_wrap .woocommerce-variation .woocommerce-variation-description {
  display: none;
}
.single-product .product_gallery-and-data .product_data .product_add-to-basket form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.single-product .product_gallery-and-data .product_data .product_additional-information {
  padding: 48px 0px 0px 0px;
  margin: 48px 0px 0px 0px;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

@media screen and (min-width: 768px) {
  .single-product .product_gallery-and-data .product_data .product_price p {
    font-size: 28px;
    line-height: 28px;
  }
  .single-product .product_gallery-and-data .product_data .product_add-to-basket form .quantity, .single-product .product_gallery-and-data .product_data .product_add-to-basket form button {
    width: calc(50% - 0.46875rem);
  }
}
@media screen and (min-width: 1200px) {
  .single-product .product_gallery-and-data .product_data .product_price p {
    font-size: 32px;
    line-height: 32px;
  }
}
.single-product .product_gallery-and-data .product_data .product_price.with-rating .woocommerce-product-rating {
  margin: 0rem 0rem 2rem 0rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.single-product .product_gallery-and-data .product_data .product_price.with-rating .woocommerce-product-rating .woocommerce-review-link {
  color: #0F172A !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 21px !important;
  text-transform: capitalize;
  text-decoration: none !important;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews {
  display: block !important;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #comments p.woocommerce-noreviews {
  margin: 0rem 0rem 2rem 0rem !important;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #comments ol {
  margin: 0;
  list-style: none;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #comments ol li {
  padding: 0rem 0rem 2rem 0rem;
  margin: 0rem 0rem 2rem 0rem !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #comments ol li .star-rating {
  margin: 0rem 0rem 0.5rem 0rem;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #comments ol li .meta em {
  font-weight: 600;
  font-style: normal;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #comments ol li .meta time {
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #comments ol li .meta span {
  display: none;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #comments ol li img {
  display: none;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #comments h2 {
  display: none;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond .comment-reply-title {
  margin: 0rem 0rem 1rem 0rem;
  display: block;
  color: #0F172A;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 27px;
  text-transform: capitalize;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form .comment-form-rating {
  margin: 0rem 0rem 0.75rem 0rem;
  display: flex;
  align-items: center;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form .comment-form-rating .stars {
  margin: 0;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form label {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
  text-transform: capitalize;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form label .required {
  left: -3px;
  position: relative;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form input[type=text], .single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form input[type=email], .single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form textarea {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form input[type=text]:focus, .single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form input[type=email]:focus, .single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form textarea:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form textarea {
  height: 150px;
  padding: 25px;
  line-height: 21px;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form input[type=submit] {
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2rem 0rem 0rem 0rem;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  cursor: pointer;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p {
  margin: 0rem 0rem 0.625rem 0rem;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.stars {
  display: inline-flex;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.stars span {
  display: inline-flex;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.stars span a {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-flex;
  color: transparent;
  text-indent: -99999px;
  text-decoration: none;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.stars span a:before {
  width: 1em;
  height: 1em;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  color: #FFD700;
  font-family: "WooCommerce";
  line-height: 1;
  text-indent: 0;
  content: "\e021";
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.stars span a:hover ~ a:before {
  content: "\e021";
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.stars:hover a:before {
  content: "\e020";
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.stars.selected a:not(.active):before {
  content: "\e020";
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.stars.selected a.active ~ a:before {
  content: "\e021";
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.stars.selected a.active:before {
  content: "\e020";
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.comment-form-comment, .single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.form-submit {
  margin: 0;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form p.form-submit {
  display: flex;
  justify-content: flex-end;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form .comment-notes, .single-product .product_gallery-and-data .product_data .wc-tab#tab-reviews .woocommerce-Reviews #respond form .comment-form-cookies-consent {
  display: none;
}
.single-product .product_gallery-and-data .product_data .wc-tab#tab-description {
  display: none !important;
}
.single-product .product_gallery-and-data .product_data .wc-tabs {
  display: none;
}

@media screen and (min-width: 768px) {
  .single-product .product_gallery-and-data .product_data .product_additional-information .wc-tab#tab-reviews .woocommerce-Reviews #respond .comment-reply-title {
    font-size: 21px;
    line-height: 24px;
  }
  .single-product .product_gallery-and-data .product_data .product_additional-information .wc-tab#tab-reviews .woocommerce-Reviews #respond form p {
    margin: 0rem 0rem 0.9375rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-product .product_gallery-and-data .product_data .product_additional-information .wc-tab#tab-reviews .woocommerce-Reviews #respond .comment-reply-title {
    font-size: 24px;
    line-height: 33px;
  }
}
.return-to-shop a {
  width: 175px;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  position: relative;
  display: block;
  background-color: #1570EF !important;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 50px !important;
  text-transform: capitalize;
  text-decoration: none !important;
}
.return-to-shop a:before, .return-to-shop a:after {
  display: none;
}

.woocommerce-cart-form {
  overflow-x: auto;
}
.woocommerce-cart-form table.shop_table {
  min-width: 640px;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-remove a {
  color: #175CD3;
  font-size: 28px !important;
  line-height: 28px !important;
  text-decoration: none !important;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail a img {
  width: 50px;
  min-width: 50px;
  height: auto;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail a:before, .woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail a:after {
  display: none;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-name a {
  color: #0F172A;
  text-decoration: none !important;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-quantity input {
  width: 125px;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.woocommerce-cart-form table.shop_table tbody tr td.product-quantity input:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-subtotal {
  font-weight: 600;
}
.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon {
  width: 100%;
  max-width: calc(100vw - 2.5rem);
  display: inline-flex;
  flex-flow: row wrap;
}
.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon input {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon input:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon ::-webkit-input-placeholder {
  color: rgba(15, 23, 42, 0.5);
  text-transform: capitalize;
}
.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon :-moz-placeholder {
  color: rgba(15, 23, 42, 0.5);
  text-transform: capitalize;
}
.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon ::-moz-placeholder {
  color: rgba(15, 23, 42, 0.5);
  text-transform: capitalize;
}
.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon :-ms-input-placeholder {
  color: rgba(15, 23, 42, 0.5);
  text-transform: capitalize;
}
.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon button {
  width: 100%;
  max-width: none;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0.75rem 0rem 0rem 0rem;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  white-space: nowrap;
  text-transform: capitalize;
}
.woocommerce-cart-form table.shop_table tbody tr td.actions .coupon label {
  display: none;
}
.woocommerce-cart-form table.shop_table tbody tr td.actions button {
  width: 100%;
  max-width: calc(100vw - 2.5rem);
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2rem 0rem 0rem 0rem;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  white-space: nowrap;
  text-transform: capitalize;
}
.woocommerce-cart-form table.shop_table tbody tr td.actions button[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.woocommerce-cart-form table.shop_table tbody tr td.actions button[disabled]:hover, .woocommerce-cart-form table.shop_table tbody tr td.actions button[disabled]:focus {
  background-color: #1570EF;
  color: #FEFEFE;
}

.cart-collaterals .cross-sells h2:not(.woocommerce-loop-product__title) {
  margin: 48px 0px 24px 0px !important;
}
.cart-collaterals .cart_totals {
  width: 100%;
  max-width: 768px;
  float: right;
}
.cart-collaterals .cart_totals h2 {
  margin: 48px 0px 24px 0px !important;
  text-transform: capitalize;
}
.cart-collaterals .cart_totals table.shop_table tbody tr.cart-discount td a {
  text-decoration: none !important;
}
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td ul {
  margin: 0;
  list-style: none;
}
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td ul li {
  padding: 0;
}
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td ul li input {
  margin: 0rem 0rem 0.625rem 0rem;
  top: 2px;
  position: relative;
}
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td ul li label {
  margin: 0rem 0rem 0rem 0.5rem;
  font-size: 14px;
  line-height: 22px;
}
.cart-collaterals .cart_totals table.shop_table tbody tr.shipping td p {
  margin: 1rem 0rem 0rem 0rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  float: right;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  width: 175px;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2rem 0rem 0rem 0rem;
  display: block !important;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 50px !important;
  text-decoration: none !important;
  text-align: center !important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:before, .cart-collaterals .cart_totals .wc-proceed-to-checkout a:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .woocommerce-cart-form table.shop_table tbody tr td.actions .coupon {
    width: 50%;
    max-width: 333px;
  }
  .woocommerce-cart-form table.shop_table tbody tr td.actions button {
    max-width: 175px;
    margin: 0;
    float: right;
  }
}
.checkout {
  display: flex;
  flex-flow: row wrap;
}
.checkout #customer_details, .checkout #order_review {
  width: 100%;
}
.checkout #customer_details .woocommerce-billing-fields h3 {
  margin: 0px 0px 24px 0px;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-transform: capitalize;
}
.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
  margin: 0rem 0rem 0.625rem 0rem;
}
.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label abbr {
  display: none;
}
.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label span.optional {
  display: none;
}
.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row input:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection--single {
  width: 100%;
  height: 50px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
}
.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection--single .select2-selection__rendered {
  padding: 0px 25px 0px 25px;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
}
.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection--single .select2-selection__arrow {
  width: 8px;
  height: 50px;
  top: 0;
  right: 25px;
  position: absolute;
}
.checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-selection--single .select2-selection__arrow b {
  width: 8px;
  height: 8px;
  margin: 0;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  position: absolute;
  border: none;
  border-top: 1px solid #0F172A;
  border-left: 1px solid #0F172A;
}
.checkout #customer_details .woocommerce-account-fields .form-row {
  margin: 0.625rem 0rem 0rem 0rem;
}
.checkout #customer_details .woocommerce-account-fields .form-row label {
  display: flex;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
.checkout #customer_details .woocommerce-account-fields .form-row label input {
  width: 14px;
  height: 14px;
  margin: 0rem 0.5rem 0rem 0rem;
  top: 4px;
  position: relative;
}
.checkout #customer_details .woocommerce-shipping-fields h3 {
  margin: 0;
}
.checkout #customer_details .woocommerce-shipping-fields h3 label {
  display: flex;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
.checkout #customer_details .woocommerce-shipping-fields h3 label input {
  width: 14px;
  height: 14px;
  margin: 0rem 0.5rem 0rem 0rem;
  top: 4px;
  position: relative;
}
.checkout #customer_details .woocommerce-shipping-fields h3:before {
  margin: 48px 0px 24px 0px;
  display: block;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-transform: capitalize;
  content: "Shipping Details";
}
.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  margin: 24px 0px 0px 0px;
  display: flex;
  flex-flow: row wrap;
}
.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 100%;
  margin: 0rem 0rem 0.625rem 0rem;
}
.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label abbr {
  display: none;
}
.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label span.optional {
  display: none;
}
.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row input:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection--single {
  width: 100%;
  height: 50px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
}
.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection--single .select2-selection__rendered {
  padding: 0px 25px 0px 25px;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
}
.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection--single .select2-selection__arrow {
  width: 8px;
  height: 50px;
  top: 0;
  right: 25px;
  position: absolute;
}
.checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection--single .select2-selection__arrow b {
  width: 8px;
  height: 8px;
  margin: 0;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  position: absolute;
  border: none;
  border-top: 1px solid #0F172A;
  border-left: 1px solid #0F172A;
}
.checkout #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
.checkout #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label span {
  display: none;
}
.checkout #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea {
  width: 100%;
  height: 150px;
  padding: 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.checkout #customer_details .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.checkout #customer_details .woocommerce-additional-fields:before {
  margin: 48px 0px 24px 0px;
  display: block;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-transform: capitalize;
  content: "Additional Information";
}
.checkout #customer_details .col-1, .checkout #customer_details .col-2 {
  width: 100%;
}
.checkout #order_review table.shop_table tfoot tr.cart-discount td a {
  text-decoration: none !important;
}
.checkout #order_review table.shop_table tfoot tr.shipping td ul {
  margin: 0;
  list-style: none;
}
.checkout #order_review table.shop_table tfoot tr.shipping td ul li {
  padding: 0;
}
.checkout #order_review table.shop_table tfoot tr.shipping td ul li input {
  margin: 0rem 0rem 0.625rem 0rem;
  top: 2px;
  position: relative;
}
.checkout #order_review table.shop_table tfoot tr.shipping td ul li label {
  margin: 0rem 0rem 0rem 0.5rem;
  font-size: 14px;
  line-height: 21px;
}
.checkout #order_review #payment ul {
  margin: 0;
  list-style: none;
}
.checkout #order_review #payment ul li input {
  width: 14px !important;
  height: 14px !important;
  margin: 0;
  top: 2px;
  position: relative;
}
.checkout #order_review #payment ul li label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.checkout #order_review #payment ul li p {
  margin: 0.625rem 0rem 0rem 0rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.checkout #order_review #payment ul li fieldset {
  padding: 0.625rem;
  margin: 0.625rem 0rem 0.625rem 0rem;
  background-color: rgba(15, 23, 42, 0.03) !important;
  border: 1px solid rgba(15, 23, 42, 0.1);
}
.checkout #order_review #payment ul li fieldset .form-row {
  margin: 0rem 0rem 0.625rem 0rem;
}
.checkout #order_review #payment ul li fieldset .form-row label {
  margin: 0;
  text-transform: capitalize;
}
.checkout #order_review #payment ul li fieldset .form-row label span {
  left: -3px;
  position: relative;
}
.checkout #order_review #payment ul li fieldset .form-row label input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0rem 0.5rem 0rem 0rem;
}
.checkout #order_review #payment ul li fieldset .form-row label[for=ppcp-credit-card-vault] {
  font-size: 0;
  line-height: 0;
}
.checkout #order_review #payment ul li fieldset .form-row label[for=ppcp-credit-card-vault]:after {
  font-size: 14px;
  line-height: 21px;
  content: "Save Debit/Credit Card";
}
.checkout #order_review #payment ul li fieldset .form-row label[for=wc-stripe-new-payment-method] {
  margin: 0rem 0rem 0rem calc(0.5rem - 5px);
}
.checkout #order_review #payment ul li fieldset .form-row span {
  min-height: 50px !important;
}
.checkout #order_review #payment ul li fieldset .form-row span:not(.required) {
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}
.checkout #order_review #payment ul li fieldset .form-row span:not(.required) iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 50px !important;
  padding: 0px 25px 0px 25px !important;
  margin: 0 !important;
  background-color: #FEFEFE !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  box-shadow: none !important;
  float: left !important;
}
.checkout #order_review #payment ul li fieldset .form-row select {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2px 0px 0px 0px;
  background: url("../images/arrow-down_black.svg") calc(100% - 25px)/11.31px no-repeat;
  background-color: #FEFEFE;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(15, 23, 42, 0.1);
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
}
.checkout #order_review #payment ul li fieldset .form-row .wc-stripe-elements-field {
  width: 100% !important;
  height: 100% !important;
  min-height: 50px !important;
  padding: 0px 25px 0px 25px !important;
  margin: 0 !important;
  background-color: #FEFEFE !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  box-shadow: none !important;
}
.checkout #order_review #payment ul li fieldset .form-row .wc-stripe-elements-field div {
  top: 16px;
}
.checkout #order_review #payment ul li fieldset .form-row:nth-of-type(5) label {
  text-transform: none;
}
.checkout #order_review #payment ul li fieldset .form-row:last-of-type {
  margin: 0;
}
.checkout #order_review #payment ul li fieldset#wc-stripe-cc-form .form-row label {
  margin: 0px 0px 2px 0px;
}
.checkout #order_review #payment ul li fieldset#wc-stripe-cc-form .form-row:nth-of-type(3) {
  margin: 0;
}
.checkout #order_review #payment ul li fieldset#wc-stripe-cc-form .stripe-source-errors ul {
  margin: 1.25rem 0rem 0rem 0rem;
}
.checkout #order_review #payment ul li fieldset#wc-stripe-cc-form .stripe-source-errors ul li {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.checkout #order_review #payment ul li fieldset:nth-of-type(2) {
  padding: 0;
  margin: 0 !important;
  background-color: transparent !important;
  border: none;
}
.checkout #order_review #payment ul li fieldset:last-of-type {
  margin: 0.625rem 0rem 0rem 0rem;
}
.checkout #order_review #payment ul li.payment_method_stripe ul li.woocommerce-SavedPaymentMethods-token {
  margin: 0.625rem 0rem 0rem 0rem;
}
.checkout #order_review #payment .place-order {
  margin: 24px 0px 0px 0px;
}
.checkout #order_review #payment .place-order .woocommerce-privacy-policy-text {
  margin: 0rem 0rem 1rem 0rem;
}
.checkout #order_review #payment .place-order .woocommerce-privacy-policy-text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.checkout #order_review #payment .place-order .woocommerce-privacy-policy-text p a {
  color: #0F172A;
  text-transform: capitalize;
  text-decoration: underline;
}
.checkout #order_review #payment .place-order .validate-required label {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.checkout #order_review #payment .place-order .validate-required label input {
  width: 14px;
  height: 14px;
  margin: 0rem 0.5rem 0rem 0rem;
  top: 4px;
  position: relative;
}
.checkout #order_review #payment .place-order .validate-required label .required {
  display: none;
}
.checkout #order_review #payment .place-order #place_order {
  width: 175px;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 24px 0px 0px 0px;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  text-transform: capitalize;
  float: right;
}
.checkout #order_review #payment .place-order #ppcp-hosted-fields {
  margin: 24px 0px 0px 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.checkout #order_review #payment .place-order #ppcp-hosted-fields button {
  width: 175px;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: #0F172A;
  border: none;
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  text-transform: capitalize;
}
.checkout #order_review #payment:before {
  margin: 48px 0px 24px 0px;
  display: block;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-transform: capitalize;
  content: "Payment Method";
}
.checkout #order_review #ppc-button {
  margin: 24px 0px 0px 0px;
  display: flex;
}
.checkout #order_review:before {
  margin: 48px 0px 24px 0px;
  display: block;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-transform: capitalize;
  content: "Your Order";
}
.checkout #order_review_heading {
  display: none;
}

iframe[id^=hosted-fields-tokenization-frame_] {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .checkout {
    justify-content: space-between;
  }
  .checkout #customer_details, .checkout #order_review {
    width: calc(50% - 0.46875rem);
  }
  .checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row, .checkout #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row, .checkout #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row, .checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
    margin: 0rem 0rem 0.9375rem 0rem;
  }
  .checkout #customer_details .woocommerce-account-fields .form-row {
    margin: 0.9375rem 0rem 0rem 0rem;
  }
  .checkout #order_review #payment ul li.payment_method_stripe ul li.woocommerce-SavedPaymentMethods-token {
    margin: 0.9375rem 0rem 0rem 0rem;
  }
  .checkout #order_review:before {
    margin: 0px 0px 24px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .checkout #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .checkout #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper, .checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    justify-content: space-between;
  }
  .checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row, .checkout #customer_details .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row, .checkout #customer_details .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row, .checkout #customer_details .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
    width: calc(50% - 0.46875rem);
  }
  .checkout #order_review {
    padding: 0px 0px 0px 96px;
  }
}
.woocommerce-order .woocommerce-notice {
  margin: 0rem 0rem 1.5rem 0rem;
}
.woocommerce-order .woocommerce-order-overview {
  margin: 0;
  list-style: none;
}
.woocommerce-order .woocommerce-order-overview li {
  text-transform: capitalize;
}
.woocommerce-order .woocommerce-order-overview li strong {
  font-weight: 600;
  text-transform: none;
}
.woocommerce-order .woocommerce-order-details, .woocommerce-order .woocommerce-customer-details {
  display: none;
}

.woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation {
  overflow-x: auto;
  overflow-y: hidden;
}
.woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation ul li {
  height: 24px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(15, 23, 42, 0);
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  white-space: nowrap;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation ul li a {
  padding: 0rem 1rem 0rem 1rem;
  line-height: 24px;
  text-transform: capitalize;
  text-decoration: none !important;
}
.woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation ul li a:before, .woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation ul li a:after {
  display: none;
}
.woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation ul li:hover {
  background-color: rgba(15, 23, 42, 0.03);
}
.woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation ul li.is-active {
  border-bottom: 1px solid #0f172a;
}
.woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation:before {
  margin: 0px 0px 24px 0px;
  display: block;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
  content: "Swipe Left to Explore Account Tabs";
}
.woocommerce-account .user_logged-in .woocommerce-MyAccount-content {
  margin: 48px 0px 0px 0px;
}
.woocommerce-account .user_logged-in .woocommerce-MyAccount-content table.shop_table thead tr th {
  text-transform: capitalize;
}
.woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content {
  overflow-x: auto;
}
.woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content .woocommerce-info, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content .woocommerce-info {
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content .woocommerce-info a, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content .woocommerce-info a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0rem 0rem 0rem;
  padding: 0;
  background-color: transparent;
  border: 1px solid #1570EF !important;
  color: #1570EF !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  transition: none;
}
.woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table {
  min-width: 640px;
}
.woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-actions a, .woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-downloads-table__cell-download-actions a, .woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-orders-table__cell-order-actions a, .woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-downloads-table__cell-download-actions a, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-actions a, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-downloads-table__cell-download-actions a, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-orders-table__cell-order-actions a, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-downloads-table__cell-download-actions a {
  padding: 0;
  margin: 0rem 0.625rem 0rem 0rem;
  background-color: transparent;
  border: none;
  border-radius: 0;
  transition: none;
}
.woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-actions a.pay, .woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-downloads-table__cell-download-actions a.pay, .woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-orders-table__cell-order-actions a.pay, .woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-downloads-table__cell-download-actions a.pay, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-actions a.pay, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-downloads-table__cell-download-actions a.pay, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-orders-table__cell-order-actions a.pay, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-downloads-table__cell-download-actions a.pay {
  display: none !important;
}
.woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-actions a:last-of-type, .woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-downloads-table__cell-download-actions a:last-of-type, .woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-orders-table__cell-order-actions a:last-of-type, .woocommerce-account.woocommerce-orders .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-downloads-table__cell-download-actions a:last-of-type, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-orders-table__cell-order-actions a:last-of-type, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_orders tbody tr td.woocommerce-downloads-table__cell-download-actions a:last-of-type, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-orders-table__cell-order-actions a:last-of-type, .woocommerce-account.woocommerce-downloads .user_logged-in .woocommerce-MyAccount-content table.shop_table.my_account_downloads tbody tr td.woocommerce-downloads-table__cell-download-actions a:last-of-type {
  margin: 0;
}
.woocommerce-account.woocommerce-view-order .user_logged-in .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
  text-transform: capitalize;
}
.woocommerce-account.woocommerce-view-order .user_logged-in .woocommerce-MyAccount-content .woocommerce-customer-details {
  display: none;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form h3 {
  text-transform: capitalize;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  width: 100%;
  margin: 0rem 0rem 0.625rem 0rem;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label abbr {
  display: none;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label span.optional {
  display: none;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection--single {
  width: 100%;
  height: 50px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection--single .select2-selection__rendered {
  padding: 0px 25px 0px 25px;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection--single .select2-selection__arrow {
  width: 8px;
  height: 50px;
  top: 0;
  right: 25px;
  position: absolute;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .select2-selection--single .select2-selection__arrow b {
  width: 8px;
  height: 8px;
  margin: 0;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  position: absolute;
  border: none;
  border-top: 1px solid #0F172A;
  border-left: 1px solid #0F172A;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields button {
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2rem 0rem 0rem 0rem;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  text-transform: capitalize;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set {
  display: flex;
  flex-flow: row wrap;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set .col-2 {
  width: 100%;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set .col-1 h3, .woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set .col-2 h3 {
  margin: 0rem 0rem 1rem 0rem;
  text-transform: capitalize;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set .col-1 a.edit, .woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set .col-2 a.edit {
  margin-bottom: 2rem !important;
  display: block !important;
  color: #175CD3 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 21px !important;
  text-decoration: none !important;
}
.woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set .col-1 {
  margin: 0px 0px 48px 0px;
}
.woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form {
  display: flex;
  flex-flow: row wrap;
}
.woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form .form-row {
  width: 100%;
  margin: 0rem 0rem 0.625rem 0rem;
}
.woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form .form-row label {
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
  text-transform: capitalize;
}
.woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form .form-row label span {
  left: -3px;
  position: relative;
}
.woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form .form-row input {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form .form-row input:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form .form-row em {
  display: none;
}
.woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form fieldset {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form fieldset legend {
  display: none;
}
.woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form button {
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2rem 0rem 0rem 0rem;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  text-transform: capitalize;
}
.woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form .clear {
  display: none;
}
.woocommerce-account.woocommerce-payment-methods .user_logged-in .woocommerce-MyAccount-content table.shop_table tbody tr td.payment-method-actions a {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  transition: none;
}
.woocommerce-account.woocommerce-payment-methods .user_logged-in .woocommerce-MyAccount-content a:not(.delete) {
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2rem 0rem 0rem 0rem;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 50px !important;
  text-transform: capitalize;
  text-decoration: none !important;
}
.woocommerce-account.woocommerce-payment-methods .user_logged-in .woocommerce-MyAccount-content a:not(.delete):before, .woocommerce-account.woocommerce-payment-methods .user_logged-in .woocommerce-MyAccount-content a:not(.delete):after {
  display: none;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li .payment_box fieldset .form-row {
  width: 100%;
  margin: 0rem 0rem 0.625rem 0rem;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li .payment_box fieldset .form-row label {
  display: block;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li .payment_box fieldset .form-row label span {
  left: -3px;
  position: relative;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li .payment_box fieldset .form-row .wc-stripe-elements-field {
  width: 100% !important;
  height: 100% !important;
  min-height: 50px !important;
  padding: 0px 25px 0px 25px !important;
  margin: 0 !important;
  background-color: #FEFEFE !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  box-shadow: none !important;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li .payment_box fieldset .form-row .wc-stripe-elements-field div {
  top: 16px;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li .payment_box fieldset .form-row:nth-of-type(3) {
  margin: 0;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li .payment_box fieldset .stripe-source-errors ul {
  margin: 1.25rem 0rem 0rem 0rem;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li .payment_box fieldset .stripe-source-errors ul li {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li .payment_box p {
  display: none;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li input, .woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li label {
  display: none;
}
.woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content button {
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2rem 0rem 0rem 0rem;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation ul li {
    height: 45px;
  }
  .woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation ul li a {
    padding: 0rem 1.5rem 0rem 1.5rem;
    line-height: 45px;
  }
  .woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    justify-content: space-between;
  }
  .woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
    width: calc(50% - 0.46875rem);
    margin: 0rem 0rem 0.9375rem 0rem;
  }
  .woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set {
    justify-content: space-between;
  }
  .woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set .col-2 {
    width: calc(50% - 0.46875rem);
    max-width: 512px;
  }
  .woocommerce-account.woocommerce-edit-address .user_logged-in .woocommerce-MyAccount-content .col2-set .col-1 {
    margin: 0;
  }
  .woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form {
    justify-content: space-between;
  }
  .woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form .form-row {
    width: calc(50% - 0.46875rem);
    margin: 0rem 0rem 0.9375rem 0rem;
  }
  .woocommerce-account.woocommerce-edit-account .user_logged-in .woocommerce-MyAccount-content form fieldset {
    justify-content: space-between;
  }
  .woocommerce-account.woocommerce-add-payment-method .user_logged-in .woocommerce-MyAccount-content ul li .payment_box fieldset .form-row {
    margin: 0rem 0rem 0.9375rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation ul li {
    height: 48px;
  }
  .woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation ul li a {
    padding: 0rem 2rem 0rem 2rem;
    line-height: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .woocommerce-account .user_logged-in .woocommerce-MyAccount-navigation:before {
    display: none;
  }
}
.woocommerce-account .user_logged-out .col2-set {
  display: flex;
  flex-flow: row wrap;
}
.woocommerce-account .user_logged-out .col2-set .col-1, .woocommerce-account .user_logged-out .col2-set .col-2 {
  width: 100%;
}
.woocommerce-account .user_logged-out .col2-set .col-1 form .form-row, .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row {
  width: 100%;
  margin: 0rem 0rem 0.625rem 0rem;
}
.woocommerce-account .user_logged-out .col2-set .col-1 form .form-row label, .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
  text-transform: capitalize;
}
.woocommerce-account .user_logged-out .col2-set .col-1 form .form-row label span.required, .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row label span.required {
  left: -3px;
  position: relative;
}
.woocommerce-account .user_logged-out .col2-set .col-1 form .form-row input[type=text], .woocommerce-account .user_logged-out .col2-set .col-1 form .form-row input[type=email], .woocommerce-account .user_logged-out .col2-set .col-1 form .form-row input[type=password], .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row input[type=text], .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row input[type=email], .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row input[type=password] {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.woocommerce-account .user_logged-out .col2-set .col-1 form .form-row input[type=text]:focus, .woocommerce-account .user_logged-out .col2-set .col-1 form .form-row input[type=email]:focus, .woocommerce-account .user_logged-out .col2-set .col-1 form .form-row input[type=password]:focus, .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row input[type=text]:focus, .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row input[type=email]:focus, .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row input[type=password]:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.woocommerce-account .user_logged-out .col2-set .col-1 form .form-row input[type=checkbox], .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0rem 0.5rem 0rem 0rem;
}
.woocommerce-account .user_logged-out .col2-set .col-1 form .form-row button, .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row button {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2rem 0rem 0rem 0rem;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  text-transform: capitalize;
}
.woocommerce-account .user_logged-out .col2-set .col-1 form .woocommerce-LostPassword, .woocommerce-account .user_logged-out .col2-set .col-2 form .woocommerce-LostPassword {
  margin: 2rem 0rem 0rem 0rem;
}
.woocommerce-account .user_logged-out .col2-set .col-1 form .woocommerce-LostPassword a, .woocommerce-account .user_logged-out .col2-set .col-2 form .woocommerce-LostPassword a {
  color: #175CD3 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
  text-transform: capitalize;
}
.woocommerce-account .user_logged-out .col2-set .col-1 form .woocommerce-privacy-policy-text p, .woocommerce-account .user_logged-out .col2-set .col-2 form .woocommerce-privacy-policy-text p {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.woocommerce-account .user_logged-out .col2-set .col-1 {
  margin: 0px 0px 48px 0px;
}

@media screen and (min-width: 768px) {
  .woocommerce-account .user_logged-out .col2-set {
    justify-content: space-between;
  }
  .woocommerce-account .user_logged-out .col2-set .col-1, .woocommerce-account .user_logged-out .col2-set .col-2 {
    width: calc(50% - 0.46875rem);
    max-width: 512px;
  }
  .woocommerce-account .user_logged-out .col2-set .col-1 form .form-row, .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row {
    margin: 0rem 0rem 0.9375rem 0rem;
  }
  .woocommerce-account .user_logged-out .col2-set .col-1 form .form-row button, .woocommerce-account .user_logged-out .col2-set .col-2 form .form-row button {
    max-width: 175px;
  }
  .woocommerce-account .user_logged-out .col2-set .col-1 {
    margin: 0;
  }
}
.woocommerce-account .user_logged-out form .form-row {
  width: 100%;
  margin: 0rem 0rem 0.625rem 0rem;
}
.woocommerce-account .user_logged-out form .form-row label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 21px;
  text-transform: capitalize;
}
.woocommerce-account .user_logged-out form .form-row label span.required {
  left: -3px;
  position: relative;
}
.woocommerce-account .user_logged-out form .form-row input {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 0;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 25px;
  outline: none;
  box-shadow: none;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.woocommerce-account .user_logged-out form .form-row input:focus {
  background-color: transparent;
  border: 1px solid #0f172a;
  outline: none;
  box-shadow: none;
}
.woocommerce-account .user_logged-out form .form-row button {
  width: 100%;
  height: 50px;
  padding: 0px 25px 0px 25px;
  margin: 2rem 0rem 0rem 0rem;
  position: relative;
  display: block;
  background-color: #1570EF;
  border: none;
  border-radius: 25px;
  box-shadow: none;
  color: #FEFEFE;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 50px;
  text-transform: capitalize;
}
.woocommerce-account .user_logged-out form .form-row:last-of-type {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .woocommerce-account .user_logged-out form .form-row {
    width: calc(50% - 0.46875rem);
    margin: 0rem 0rem 0.9375rem 0rem;
  }
  .woocommerce-account .user_logged-out form .form-row button {
    max-width: 175px;
  }
}
* {
  color: #475569;
  font-family: "Inter", sans-serif;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.container-fluid {
  width: 100%;
  max-width: none;
}
.container-fluid .container {
  width: 100%;
  max-width: 1280px;
}

ul, ol {
  padding: 0;
}

a {
  text-decoration: none;
}

.default-content_text h1:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore), .default-content_text h2:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore), .default-content_text h3:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore), .default-content_text h4:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore), .default-content_text h5:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore), .default-content_text h6:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore), .default-content_text p:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore), .default-content_text ul:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore), .default-content_text ol:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore), .default-content_text li:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore), .default-content_text a:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore), .default-content_text span:last-child:not(.woocommerce-message):not(.woocommerce-error):not(.cart-empty):not(.ignore) {
  margin-bottom: 0 !important;
}
.default-content_text h1, .default-content_text h2, .default-content_text h3 {
  margin: 3rem 0rem 2rem 0rem;
}
.default-content_text h1:first-of-type, .default-content_text h2:first-of-type, .default-content_text h3:first-of-type {
  margin: 0rem 0rem 2rem 0rem;
}
.default-content_text h4, .default-content_text h5, .default-content_text h6 {
  margin: 2rem 0rem 1.5rem 0rem;
}
.default-content_text h4:first-of-type, .default-content_text h5:first-of-type, .default-content_text h6:first-of-type {
  margin: 0rem 0rem 1.5rem 0rem;
}
.default-content_text ul, .default-content_text ol {
  margin: 0rem 0rem 1rem 3rem;
}
.default-content_text ul li, .default-content_text ol li {
  padding: 0rem 0rem 0.625rem 0rem;
}
.default-content_text ul li:last-of-type, .default-content_text ol li:last-of-type {
  padding: 0;
}
.default-content_text ul {
  list-style: circle;
}
.default-content_text a:not([class]) {
  position: relative;
  display: inline-block;
  color: #1570EF;
  font-weight: 600;
}
.default-content_text a:not([class]):before {
  width: 100%;
  height: 2px;
  top: calc(100% - 2px);
  left: 0;
  position: absolute;
  background-color: #1570ef;
  content: "";
}
.default-content_text.background-colour_slate-900 * {
  color: #CBD5E1;
}

.woocommerce .default-content_text a:not([class]), .woocommerce-page .default-content_text a:not([class]) {
  color: inherit;
  font-weight: inherit;
}
.woocommerce .default-content_text a:not([class]):before, .woocommerce-page .default-content_text a:not([class]):before {
  display: none;
}

.breadcrumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
}
.breadcrumbs .breadcrumb, .breadcrumbs .spacer_for-breadcrumb {
  margin: 0;
  color: #0F172A !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 21px !important;
  text-decoration: none !important;
}
.breadcrumbs .breadcrumb.is-active, .breadcrumbs .spacer_for-breadcrumb.is-active {
  font-weight: 600 !important;
}
.breadcrumbs .container .row .col-12 {
  white-space: nowrap;
  overflow: hidden;
}

.posts .post .image_wrapper {
  padding: 62.5% 0% 0% 0%;
}
.posts .post .image_wrapper .image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale3d(1, 1, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.7s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.posts .post .content_wrapper {
  margin: 1.5rem 0rem 0rem 0rem;
}
.posts .post .content_wrapper .content {
  max-width: 88%;
}
.posts .post .content_wrapper .content .link_text {
  color: #1570EF;
  font-weight: 600;
}
.posts .post .content_wrapper .content .link_text i {
  margin: 0rem 0rem 0rem 0.375rem;
  color: #1570EF;
}
.posts .post .content_wrapper .content .link_text:before {
  background-color: rgba(21, 112, 239, 0.3);
}
.posts .post .content_wrapper .content .link_text:after {
  background-color: #1570ef;
}
.posts .post.featured .wrapper {
  padding: 125% 0% 0% 0%;
}
.posts .post.featured .wrapper .image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale3d(1, 1, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.7s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.posts .post.featured .wrapper .content {
  max-width: calc(88% - 1.5rem - 1.5rem);
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
}
.posts .post.featured .wrapper .content h5, .posts .post.featured .wrapper .content p {
  color: #FEFEFE !important;
}
.posts .post.featured .wrapper .content .link_text {
  color: #FEFEFE;
  font-weight: 600;
}
.posts .post.featured .wrapper .content .link_text i {
  margin: 0rem 0rem 0rem 0.375rem;
  color: #FEFEFE;
}
.posts .post.featured .wrapper .content .link_text:before {
  background-color: rgba(254, 254, 254, 0.3);
}
.posts .post.featured .wrapper .content .link_text:after {
  background-color: #fefefe;
}
.posts .post.featured .wrapper:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
  z-index: 1;
  content: "";
}
.posts .post:hover .image_wrapper .image, .posts .post:hover .wrapper .image, .posts .post:focus .image_wrapper .image, .posts .post:focus .wrapper .image {
  transform: scale3d(1.04, 1.04, 1.04);
}

.posts_pagination .posts_pagination_inner {
  border-top: 1px solid #F1F5F9;
}
.posts_pagination .posts_pagination_inner .page-numbers_wrapper .page-numbers {
  min-width: 40px;
  height: 40px;
  margin: 0rem 0.375rem 0rem 0.375rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FEFEFE;
  color: #0F172A;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  transition: 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.posts_pagination .posts_pagination_inner .page-numbers_wrapper .page-numbers.prev, .posts_pagination .posts_pagination_inner .page-numbers_wrapper .page-numbers.next {
  padding: 0rem 1rem 0rem 1rem;
  background-color: #FEFEFE;
  color: #0F172A;
}
.posts_pagination .posts_pagination_inner .page-numbers_wrapper .page-numbers.current {
  background-color: #F1F5F9;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: 0.2s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: 0.2s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-iframe-holder .mfp-close {
  padding: 0;
  top: -60px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .default-content_text ul li, .default-content_text ol li {
    padding: 0rem 0rem 0.9375rem 0rem;
  }
  .breadcrumbs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .posts .post.featured .wrapper {
    height: 100%;
    padding: 0;
  }
  .posts .post.featured .wrapper .content {
    max-width: calc(77% - 2.25rem - 2.25rem);
    left: 2.25rem;
    bottom: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .breadcrumbs .container .row .col-12 {
    white-space: normal;
    overflow: visible;
  }
  .posts .post.featured .wrapper .content {
    max-width: calc(66% - 2.25rem - 2.25rem);
  }
}/*# sourceMappingURL=custom.css.map */