/*
Theme Name: Timber
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

.inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thin {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thinner {
  width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thinnest {
  width: 560px;
  margin: 0 auto;
}

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 20px;
}
.grid > [class*=grid_] {
  padding: 0 20px;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

@media screen and (max-width: 1240px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .inner--thin {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .inner--thinner {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px;
  }
}
.button--left,
.wp-block-button.alignleft {
  text-align: left;
}

.button--center,
.wp-block-button.aligncenter {
  text-align: center;
}

.button--right,
.wp-block-button.alignright {
  text-align: right;
}

.button, .content a.wp-block-button__link,
.content .button, .frm_submit input,
.frm_submit button,
.wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 12px 25px;
  transition: 0.2s;
  font-size: 16px;
  letter-spacing: 0.53px;
  line-height: 22px;
  color: #0b2d38;
  background-color: #edb33c;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
}

.frm_submit {
  justify-content: flex-end;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "noto-sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 195px;
  width: 100%;
  padding: 14px 25px;
}
.frm_submit img {
  display: none;
}

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
}
.mobile_menu_button p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  color: #0b2d38;
  margin: 2px 0 0;
}

.lines-button {
  padding: 8px 0 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: block;
  width: 25px;
  margin-right: 2px;
  height: 0.1rem;
  background: #0b2d38;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 0.1rem;
  background: #0b2d38;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.14286rem center;
  -ms-transform-origin: 0.14286rem center;
  transform-origin: 0.14286rem center;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

@media screen and (max-width: 1000px) {
  .mobile_menu_button {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 22;
  }
}
body {
  color: #0b2d38;
  font-family: "noto-sans", sans-serif;
  font-size: 18px;
  line-height: 34px;
  background-color: #f5f3ea;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content ul,
.content blockquote {
  margin: 0 0 20px;
}
.content h6 {
  font-weight: 600;
  line-height: 37px;
  line-height: 1.7;
}
.content ul {
  margin-bottom: 20px;
}
.content li {
  margin-bottom: 10px;
}
.content a.wp-block-button__link,
.content .button,
.content .button {
  color: inherit;
}
.content a.wp-block-button__link:hover,
.content .button:hover {
  opacity: 0.8;
  color: inherit;
}
.content a {
  color: #f0643f;
  font-weight: 700;
  transition: 0.2s;
}
.content a:hover {
  color: #edb33c;
}
.content img {
  height: auto;
}
.content blockquote {
  padding: 0 0 0 20px;
  border-left: 4px solid #e6e6e6;
}
.content .wp-block-group {
  border-radius: 20px;
  padding: 50px 60px;
}
.content .wp-block-group .wp-block-buttons > .wp-block-button {
  margin-top: 10px;
  max-width: 215px;
  width: 100%;
}
.content .wp-block-group .wp-block-button__link {
  width: 100%;
}
.content .has-white-color {
  color: white;
}
.content .has-dark-blue-color {
  color: #0b2d38;
}
.content .has-yellow-color {
  color: #edb33c;
}
.content .has-orange-color {
  color: #f0643f;
}
.content .has-teal-color {
  color: #29706d;
}
.content .has-pink-color {
  color: #ffadd1;
}
.content .has-white-background-color {
  background-color: white;
}
.content .has-dark-blue-background-color {
  background-color: #0b2d38;
}
.content .has-yellow-background-color {
  background-color: #edb33c;
}
.content .has-orange-background-color {
  background-color: #f0643f;
}
.content .has-teal-background-color {
  background-color: #29706d;
}
.content .has-pink-background-color {
  background-color: #ffadd1;
}

.alpha,
.content h1,
.bravo,
.content h2,
.charlie,
.content h3,
.delta,
.content h4,
.echo,
.content h5 {
  font-family: "Passion One", sans-serif;
}

.alpha,
.content h1 {
  font-size: 72px;
  line-height: 1;
}

.bravo,
.content h2 {
  font-size: 68px;
  line-height: 1;
}

.charlie,
.content h3 {
  font-size: 62px;
  line-height: 1;
}

.delta,
.content h4 {
  font-size: 50px;
  line-height: 1;
}

.echo,
.content h5 {
  font-size: 42px;
  line-height: 1;
}

.foxtrot,
.content h6 {
  font-size: 22px;
}

@media screen and (max-width: 700px) {
  .content .wp-block-group {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 600px) {
  .alpha,
  .content h1 {
    font-size: 48px;
  }
  .bravo,
  .content h2 {
    font-size: 45px;
  }
  .charlie,
  .content h3 {
    font-size: 41px;
  }
  .delta,
  .content h4 {
    font-size: 33px;
  }
  .echo,
  .content h5 {
    font-size: 28px;
  }
  .foxtrot,
  .content h6 {
    font-size: 20px;
  }
}
a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_fill_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.img_fill {
  object-fit: cover;
  object-position: center;
}

img {
  height: auto;
}

.header {
  background-color: #f5f3ea;
  padding: 20px 0;
}

.header__inner {
  display: flex;
  align-items: center;
}

.header__logo_wrap {
  display: block;
  flex-basis: 300px;
}

.header__logo {
  max-width: 250px;
  width: 100%;
  display: block;
}

.header__nav {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.header__menu {
  padding: 0;
  display: flex;
  align-items: center;
  column-gap: 55px;
}

.header__menu__items {
  display: flex;
  align-items: center;
  column-gap: 55px;
}

.menu-item {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #102942;
  transition: 0.4s;
}
.menu-item a {
  color: inherit;
}
.menu-item:hover, .menu-item.current-menu-item {
  color: #f0643f;
}

.header__right {
  display: flex;
  justify-content: flex-end;
  column-gap: 40px;
  align-items: center;
}

.basket_menu_item {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 5px;
}
.basket_menu_item:hover .hls-3,
.basket_menu_item:hover .hls-5 {
  fill: #f0643f;
}

.basket_menu_item__icon {
  width: 22px;
  transition: 0.4s;
}
.basket_menu_item__icon .hls-1 {
  mask: url(#mask);
}
.basket_menu_item__icon .hls-2,
.basket_menu_item__icon .hls-3 {
  fill-rule: evenodd;
}
.basket_menu_item__icon .hls-2,
.basket_menu_item__icon .hls-4 {
  fill: #f5f3ea;
}
.basket_menu_item__icon .hls-3,
.basket_menu_item__icon .hls-5 {
  fill: #102942;
  transition: 0.4s;
}

.basket_menu_item_count {
  transition: 0.4s;
}

.sign_in_button {
  display: inline-block;
  position: relative;
  transition: 0.2s;
  font-size: 16px;
  letter-spacing: 0.53px;
  line-height: 22px;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
  background-color: #0b2d38;
  color: white;
  padding: 14px 30px;
}

.header_menu_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(41, 112, 109, 0.8);
  z-index: 20;
  display: none;
}

.header__menu__login,
.header__menu__logo {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 15px 0;
  }
  .header__logo_wrap {
    flex-basis: 250px;
  }
  .header__logo {
    max-width: 200px;
  }
  .header__menu {
    column-gap: 40px;
  }
  .header__right {
    column-gap: 20px;
  }
  .sign_in_button {
    padding: 12px 25px;
  }
  .header__menu__items {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .header__inner {
    column-gap: 20px;
  }
  .header__menu {
    display: none;
  }
  .header__right .sign_up_menu_item,
  .header__right .sign_in_button {
    display: none;
  }
  .header__menu {
    display: none;
    position: absolute;
    width: 100%;
    padding: 60px 20px 60px;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
    height: 100vh;
    overflow: hidden;
    background-color: #e4ded1;
  }
  .header__menu .header__menu__items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    row-gap: 20px;
  }
  .header__menu .header__menu__items .menu-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__menu .header__menu__items .menu-item:hover, .header__menu .header__menu__items .menu-item.current-menu-item, .header__menu .header__menu__items .menu-item.current-menu-ancestor {
    border-color: transparent;
  }
  .header__menu .header__menu__items .menu-item-has-children {
    width: 100%;
  }
  .header__menu .header__menu__items .menu-item-has-children::after {
    display: none;
  }
  .header__menu .header__menu__items .menu-item-has-children svg {
    position: absolute;
    right: 0;
    top: 8px;
  }
  .header__menu .header__menu__items .menu-item-has-children.active svg {
    transform: rotate(180deg);
  }
  .header__menu .header__menu__items .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0;
    transition: none;
    display: none;
    background-color: transparent;
    margin-top: 10px;
  }
  .header__menu .header__menu__items .sub-menu .menu-item {
    color: white;
    font-size: 13px;
    display: block;
    margin: 20px auto;
    opacity: 0.8;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .header__menu .header__menu__items .sub-menu .menu-item:hover, .header__menu .header__menu__items .sub-menu .menu-item.current-menu-item {
    color: white;
  }
  .header__menu .header__menu__items.active {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__logo {
    display: block;
    margin: 0 auto 10px;
    left: 0;
    right: 0;
    transition: 0.5s;
  }
  .header__menu__logo .header__logo {
    display: block;
    margin: 0 auto;
    position: static;
    max-width: 200px;
    width: 100%;
  }
  .header__menu__login {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
}
.footer {
  background-color: #0b2d38;
  padding: 30px 0;
  color: #adc6e2;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__top {
  margin-bottom: 100px;
}

.footer__logo {
  max-width: 265px;
  width: 100%;
  display: block;
  transition: 0.5s;
}
.footer__logo:hover {
  transform: scale(1.05);
}

.footer__button {
  background-color: #29706d;
  color: white;
  padding: 14px 25px;
}
.footer__button:hover {
  background-color: #edb33c;
  color: #0b2d38;
}

.footer__small_print {
  column-gap: 40px;
}
.footer__small_print p {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}
.footer__small_print p a {
  color: #adc6e2;
  transition: 0.3s;
}
.footer__small_print p a:hover {
  color: #edb33c;
}

.footer__small_print__left {
  display: flex;
  column-gap: 50px;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .footer__small_print {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
  .footer__small_print__left {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .footer__small_print__left p {
    order: -1;
  }
  .footer__small_print__left p:first-of-type {
    order: 3;
  }
}
@media screen and (max-width: 700px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    margin-bottom: 50px;
  }
}
.frm_form_field label,
.frm_form_field .frm_primary_label {
  font-size: 14px;
  font-weight: 700;
  color: #0b2d38;
}
.frm_form_field input[type=text],
.frm_form_field input[type=email],
.frm_form_field input[type=tel],
.frm_form_field input[type=password],
.frm_form_field textarea,
.frm_form_field select {
  display: block;
  font-size: 18px;
  font-family: "noto-sans", sans-serif;
  font-weight: 500;
  line-height: 34px;
  border: 1.5px solid #d9d9db;
  background-color: #ffffff;
  padding: 7px 15px;
  color: #0b2d38;
  appearance: none;
  border-radius: 6px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}
.frm_form_field input[type=text].placeholder,
.frm_form_field input[type=email].placeholder,
.frm_form_field input[type=tel].placeholder,
.frm_form_field input[type=password].placeholder,
.frm_form_field textarea.placeholder,
.frm_form_field select.placeholder {
  color: #0b2d38;
  opacity: 0.4;
}
.frm_form_field input[type=text]:-moz-placeholder,
.frm_form_field input[type=email]:-moz-placeholder,
.frm_form_field input[type=tel]:-moz-placeholder,
.frm_form_field input[type=password]:-moz-placeholder,
.frm_form_field textarea:-moz-placeholder,
.frm_form_field select:-moz-placeholder {
  color: #0b2d38;
  opacity: 0.4;
  opacity: 1;
}
.frm_form_field input[type=text]::-moz-placeholder,
.frm_form_field input[type=email]::-moz-placeholder,
.frm_form_field input[type=tel]::-moz-placeholder,
.frm_form_field input[type=password]::-moz-placeholder,
.frm_form_field textarea::-moz-placeholder,
.frm_form_field select::-moz-placeholder {
  color: #0b2d38;
  opacity: 0.4;
  opacity: 1;
}
.frm_form_field input[type=text]:-ms-input-placeholder,
.frm_form_field input[type=email]:-ms-input-placeholder,
.frm_form_field input[type=tel]:-ms-input-placeholder,
.frm_form_field input[type=password]:-ms-input-placeholder,
.frm_form_field textarea:-ms-input-placeholder,
.frm_form_field select:-ms-input-placeholder {
  color: #0b2d38;
  opacity: 0.4;
}
.frm_form_field input[type=text]::-webkit-input-placeholder,
.frm_form_field input[type=email]::-webkit-input-placeholder,
.frm_form_field input[type=tel]::-webkit-input-placeholder,
.frm_form_field input[type=password]::-webkit-input-placeholder,
.frm_form_field textarea::-webkit-input-placeholder,
.frm_form_field select::-webkit-input-placeholder {
  color: #0b2d38;
  opacity: 0.4;
}
.frm_form_field input[type=text]:focus,
.frm_form_field input[type=email]:focus,
.frm_form_field input[type=tel]:focus,
.frm_form_field input[type=password]:focus,
.frm_form_field textarea:focus,
.frm_form_field select:focus {
  outline: none;
}
.frm_form_field select {
  cursor: pointer;
}

.drop_down {
  position: relative;
}
.drop_down:after {
  content: "";
  background-image: url(assets/images/drop-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 57px;
  right: 15px;
  pointer-events: none;
}

.frm_hidden {
  display: none;
}

.frm_error_style {
  color: #f0643f;
  font-weight: bold;
}

.frm_error {
  color: #f0643f;
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 10px;
}

.popup_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.9);
  z-index: 23;
  display: none;
}

.popup {
  position: fixed;
  top: 40px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #0b2d38;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #000000;
}
.popup__close svg {
  width: 18px;
  stroke: #b1b1b1;
}

.section {
  padding: 60px 0;
}

.section--center {
  text-align: center;
}

.section--orange {
  background-color: #f0643f;
}

.curve {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  fill: #f5f3ea;
  fill-rule: evenodd;
}

.curve--top {
  top: -4px;
  transform: rotate(180deg);
  width: calc(100% + 10px);
  margin: 0 auto;
}

.cta {
  background-color: #29706d;
  color: white;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
  text-align: center;
}
.cta .curve {
  z-index: 2;
}

.cta_content {
  max-width: 515px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.cta_content p {
  font-weight: 500;
}
.cta_content .button {
  max-width: 225px;
  width: 100%;
  margin: 10px auto 0;
  color: #0b2d38;
}

.cta__bg {
  position: absolute;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -20px;
  z-index: 0;
}

@media screen and (max-width: 900px) {
  .cta {
    padding: 80px 0 50px;
  }
  .cta__bg {
    max-width: 680px;
    top: -10px;
  }
}
@media screen and (max-width: 700px) {
  .cta {
    padding: 60px 0 50px;
    overflow: hidden;
  }
  .cta__bg {
    max-width: none;
    width: calc(100% + 200px);
    left: -140px;
    right: 0;
    top: -20px;
    margin: 0 auto;
  }
}
.page_hero {
  background-color: #e4ded1;
  position: relative;
  padding-bottom: 100px;
}

.page_hero--small {
  position: relative;
  background-color: #29706d;
  color: white;
  overflow: hidden;
  padding-bottom: 80px;
}
.page_hero--small .page_hero__title {
  margin-bottom: 20px;
}
.page_hero--small .curve {
  z-index: 2;
  bottom: -2px;
  left: -3px;
  width: calc(100% + 6px);
}
.page_hero--small .page_hero--small__img {
  max-width: 900px;
  z-index: 1;
  top: -80px;
}

.page_hero__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.page_hero__left {
  max-width: 510px;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-left: 110px;
  min-height: 240px;
}
.page_hero__left .page_hero__title,
.page_hero__left .page_hero__subtitle {
  position: relative;
  z-index: 3;
}

.page_hero__subtitle {
  color: #29706d;
}
.page_hero__subtitle.orange {
  color: #f0643f;
}

.page_hero__title {
  line-height: 64px;
}

.page_hero__left__graphic {
  position: absolute;
  width: 100%;
  left: 40px;
  top: -6px;
  z-index: 0;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.page_hero__right {
  position: relative;
  max-width: 415px;
  width: 100%;
}

.page_hero__image {
  width: 100%;
  display: block;
  transform: rotate(5deg);
}

.page_hero__right__graphic {
  position: absolute;
  bottom: 0;
  right: -20px;
  max-width: 145px;
  width: 100%;
}

.page_hero__content {
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1200px) {
  .page_hero__left {
    padding-left: 30px;
    max-width: 410px;
  }
  .page_hero__left__graphic {
    left: -20px;
    width: calc(100% + 60px);
  }
}
@media screen and (max-width: 1000px) {
  .page_hero__right {
    max-width: 375px;
  }
}
@media screen and (max-width: 900px) {
  .page_hero {
    padding-bottom: 80px;
  }
  .page_hero__items {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 60px;
  }
  .page_hero__right {
    max-width: 315px;
    position: relative;
    z-index: 3;
  }
  .page_hero__right__graphic {
    max-width: 105px;
  }
  .page_hero__left {
    text-align: center;
    max-width: 520px;
    padding: 0;
  }
  .page_hero__left__graphic {
    width: 100%;
    max-width: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -45px;
  }
}
@media screen and (max-width: 600px) {
  .page_hero__title {
    line-height: 1;
  }
}
.front_page_hero {
  background-color: #f5f3ea;
  padding-top: 100px;
}

.front_page_hero__items {
  max-width: 1240px;
}
.front_page_hero__items .page_hero__right {
  max-width: 480px;
}
.front_page_hero__items .page_hero__right__graphic {
  max-width: 210px;
  bottom: -60px;
}
.front_page_hero__items .page_hero__left {
  padding-left: 60px;
  max-width: 520px;
}
.front_page_hero__items .page_hero__left__graphic {
  left: 0;
  top: -80px;
}
.front_page_hero__items .page_hero__title {
  margin-bottom: 80px;
}
.front_page_hero__items .page_hero__left__content {
  position: relative;
  z-index: 3;
  max-width: 390px;
  width: 100%;
}
.front_page_hero__items .page_hero__left__content p {
  font-size: 19px;
}
.front_page_hero__items .page_hero__left__content .wp-block-button__link {
  margin-top: 10px;
  padding: 12px 45px;
}

.front_resources {
  position: relative;
  overflow: hidden;
  padding: 115px 0;
}
.front_resources .curve {
  z-index: 3;
}
.front_resources .curve:last-of-type {
  bottom: -4px;
  width: calc(100% + 20px);
  left: -10px;
}

.front_resources__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
}

.front_resources__left {
  max-width: 465px;
  width: 100%;
  position: relative;
}

.front_resources__left__img {
  display: block;
  width: 100%;
  transform: rotate(-5deg);
}

.front_resources__left__graphic {
  max-width: 190px;
  width: 100%;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.front_resources__right {
  max-width: 480px;
  width: 100%;
  color: white;
}

.front_resources__right__top {
  position: relative;
  padding-bottom: 50px;
}

.front_resources__right__top__graphic {
  position: absolute;
  width: 485px;
  bottom: 10px;
  left: -40px;
}

.front_resources__right__top__subtitle {
  color: #ffadd1;
  position: relative;
  z-index: 4;
}

.front_resources__right__top__title {
  line-height: 61px;
  position: relative;
  z-index: 4;
}

.front_resources__right__content p {
  font-weight: 500;
}
.front_resources__right__content .button {
  color: #0b2d38;
  padding: 12px 45px;
  margin-top: 10px;
}

.front_study_camp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
}

.front_study_camp__left {
  max-width: 430px;
  width: 100%;
}
.front_study_camp__left .front_resources__right__top__subtitle {
  color: #29706d;
}
.front_study_camp__left .front_resources__right__content .button {
  background-color: #ffadd1;
}

.front_study_camp__right {
  position: relative;
  max-width: 510px;
  width: 100%;
}

.front_study_camp__right__graphic {
  right: 10px;
  bottom: -20px;
  position: absolute;
  max-width: 180px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .front_page_hero__items .page_hero__left__graphic {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .front_page_hero__items .page_hero__left {
    max-width: 470px;
    padding-left: 40px;
  }
  .front_page_hero__items .page_hero__title {
    margin-bottom: 40px;
  }
  .front_page_hero__items .page_hero__left__graphic {
    left: -10px;
    top: -40px;
  }
  .front_page_hero__items .page_hero__right {
    max-width: 420px;
  }
  .front_page_hero__items .page_hero__right__graphic {
    max-width: 150px;
    bottom: -40px;
  }
}
@media screen and (max-width: 1000px) {
  .front_resources__left,
  .front_study_camp__right {
    max-width: 350px;
  }
  .front_resources__left__graphic {
    max-width: 100px;
    bottom: -30px;
  }
  .front_study_camp__right__graphic {
    max-width: 100px;
  }
}
@media screen and (max-width: 900px) {
  .front_page_hero {
    padding-top: 60px;
  }
  .front_page_hero__items .page_hero__right {
    max-width: 315px;
  }
  .front_page_hero__items .page_hero__right__graphic {
    max-width: 105px;
  }
  .front_page_hero__items .page_hero__left {
    padding-left: 0;
    max-width: 520px;
  }
  .front_page_hero__items .page_hero__left__graphic {
    left: 0;
    top: -80px;
  }
  .front_page_hero__items .page_hero__left__content {
    max-width: none;
  }
  .front_page_hero__items .page_hero__left__content .wp-block-buttons {
    justify-content: center;
  }
  .front_resources {
    padding-top: 100px;
  }
  .front_resources__items {
    flex-direction: column;
    align-items: center;
    row-gap: 70px;
  }
  .front_resources__right {
    max-width: none;
    text-align: center;
  }
  .front_resources__right__top__graphic {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
  }
  .front_study_camp {
    flex-direction: column-reverse;
  }
  .front_study_camp__left {
    max-width: none;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .front_page_hero__items .page_hero__title {
    max-width: 410px;
    margin: 0 auto 50px;
  }
  .front_page_hero__items .page_hero__left__graphic {
    top: -60px;
    max-width: 390px;
  }
  .front_resources__right__top__title {
    line-height: 1;
  }
}
.holding__social {
  display: flex;
  justify-content: center;
}

.holding__social__item {
  margin: 0 5px;
  position: relative;
}
.holding__social__item svg {
  width: 34px;
  transition: 0.2s;
}

.holding__social__item--facebook svg {
  width: 16px;
}

.staggered_items {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 70px;
}

.staggered_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
  width: 100%;
}

.staggered_item__img {
  max-width: 415px;
  width: 100%;
  display: block;
  transform: rotate(5deg);
}

.staggered_item__content {
  max-width: 480px;
  width: 100%;
}
.staggered_item__content h4 {
  color: #f0643f;
}
.staggered_item__content .button {
  padding: 12px 45px;
}

.staggered_item--rev {
  flex-direction: row-reverse;
}
.staggered_item--rev .staggered_item__content {
  padding-left: 40px;
}

@media screen and (max-width: 1000px) {
  .staggered_item__img {
    max-width: 350px;
  }
  .staggered_item--rev .staggered_item__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 860px) {
  .staggered_item {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    text-align: center;
    row-gap: 30px;
  }
  .staggered_item__content {
    max-width: none;
  }
  .staggered_item__img {
    max-width: 300px;
  }
}
.woocommerce-breadcrumb {
  display: none;
}

.shop {
  min-height: 820px;
}

.shop_container {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
}

.shop_left {
  max-width: 275px;
  width: 100%;
}

.shop_filter {
  background-color: #fff;
  border-radius: 18px;
  padding: 30px;
}
.shop_filter .widget {
  list-style: none;
  margin-bottom: 20px;
}
.shop_filter .widget h5 {
  font-size: 21px;
  font-weight: 700;
}
.shop_filter .widget .wp-block-woocommerce-attribute-filter .wc-block-components-checkbox label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.53px;
}
.shop_filter .widget .wp-block-woocommerce-attribute-filter .wc-block-components-checkbox label input {
  border: solid 2px #d9d9db;
  border-radius: 6px;
}
.shop_filter .widget .wp-block-woocommerce-attribute-filter .wc-block-components-checkbox label input:focus {
  outline: none;
}
.shop_filter .widget .wc-block-components-filter-reset-button {
  font-size: 15px;
  letter-spacing: -0.21px;
  color: #31333b;
  opacity: 0.56;
  transition: 0.3s;
}
.shop_filter .widget .wc-block-components-filter-reset-button:hover {
  text-decoration: underline;
  opacity: 1;
}
.shop_filter .widget .wc-block-components-filter-reset-button:focus {
  outline: none;
}

.shop_filter__title {
  font-size: 38px;
  font-weight: 700;
  font-family: "Passion One", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.shop_right {
  flex-grow: 1;
}
.shop_right .woocommerce-pagination .page-numbers {
  border: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.shop_right .woocommerce-pagination .page-numbers li {
  border: none;
}
.shop_right .woocommerce-pagination .page-numbers li .page-numbers {
  background-color: #f5f3ea;
  color: #0b2d38;
  border-radius: 5px;
  transition: 0.4s;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
}
.shop_right .woocommerce-pagination .page-numbers li .page-numbers.current, .shop_right .woocommerce-pagination .page-numbers li .page-numbers:hover {
  background-color: #29706d;
  color: white;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.shop_grid {
  width: 100%;
  justify-content: flex-start;
  margin: 0;
}

.resource {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.resource:hover .resource__card__bottom__overlay__button {
  background-color: #29706d;
  color: white;
}

.resource__card {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.resource__card__top {
  background-color: #fff;
}
.resource__card__top .resource__top__img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.resource__card__bottom {
  padding: 15px 20px;
  background-color: #0b2d38;
  color: #f5f3ea;
  position: relative;
}

.resource__card__bottom__overlay__button {
  background-color: #edb33c;
  color: #0b2d38;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0.48px;
  line-height: 19px;
  font-weight: 700;
  padding: 10px 35px;
  margin: 10px 0 0;
  display: inline-block;
  transition: 0.3s;
}

.resource__bottom {
  text-align: left;
  color: #0b2d38;
}

.resource__bottom__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -5px;
}

.resource__bottom__price {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .shop_container {
    column-gap: 30px;
  }
  .shop_left {
    max-width: 235px;
  }
  .shop_grid .grid_1-4 {
    max-width: 215px;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .shop_container {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
  .shop_left {
    max-width: none;
  }
  .shop_filter__items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 40px;
  }
  .shop_filter__title {
    width: 100%;
  }
  .shop_grid {
    justify-content: center;
  }
}
.single_product__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
}

.single_product__left {
  max-width: 230px;
  width: 100%;
}

.single_product__right {
  max-width: 480px;
  width: 100%;
}
.single_product__right .single_product__right__summary {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  align-items: center;
}
.single_product__right .single_product__right__summary .product_title {
  display: none;
}
.single_product__right .single_product__right__summary .amount {
  font-size: 24px;
  font-weight: 700;
}
.single_product__right .single_product__right__summary .product_meta {
  display: none;
}
.single_product__right .single_product__right__summary .cart {
  display: flex;
  column-gap: 20px;
}
.single_product__right .single_product__right__summary .cart .quantity input {
  border-radius: 6px;
  font-size: 16px;
  font-family: "noto-sans", sans-serif;
  font-weight: 500;
  color: #0b2d38;
  border: solid 1.5px #d9d9db;
  height: 50px;
}
.single_product__right .single_product__right__summary .cart .single_add_to_cart_button {
  border-radius: 9px;
  font-size: 16px;
  letter-spacing: 0.53px;
  line-height: 22px;
  background-color: #edb33c;
  color: #0b2d38;
  padding: 15px 30px;
  font-family: "noto-sans", sans-serif;
}
.single_product__right .single_product__right__summary .cart .single_add_to_cart_button:hover {
  background-color: #29706d;
  color: white;
}

.single_product__title {
  font-size: 55px;
  margin-bottom: 20px;
}

.single_product__right__content p {
  font-weight: 500;
  font-size: 18px;
}
.single_product__right__content p:first-of-type {
  margin-bottom: 30px;
}
.single_product__right__content h5 {
  font-size: 40px;
  color: #f0643f;
}

.other_products {
  background-color: #eae9e4;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}

.other_products__title {
  text-align: center;
  font-size: 52px;
  margin-bottom: 30px;
}

.single_product .woocommerce-notices-wrapper .woocommerce-error,
.single_product .woocommerce-notices-wrapper .woocommerce-info,
.single_product .woocommerce-notices-wrapper .woocommerce-message {
  font-weight: 500;
  border: none;
  border-radius: 8px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.single_product .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #29706d;
  color: white;
}
.single_product .woocommerce-notices-wrapper .woocommerce-message:before {
  color: white;
  top: 20px;
}
.single_product .woocommerce-notices-wrapper .woocommerce-message:after {
  display: none;
}
.single_product .woocommerce-notices-wrapper .woocommerce-message .button {
  border-radius: 9px;
  font-size: 16px;
  letter-spacing: 0.53px;
  line-height: 22px;
  background-color: #edb33c;
  color: #0b2d38;
  padding: 10px 20px;
  font-family: "noto-sans", sans-serif;
}
.single_product .woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: #f0643f;
  color: white;
}

@media screen and (max-width: 820px) {
  .single_product__items {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .single_product__right {
    max-width: none;
  }
  .single_product__right .single_product__right__summary {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .other_products__grid .grid_1-3 {
    max-width: 250px;
    width: 100%;
  }
}
.basket {
  min-height: 850px;
}

.basket__title {
  margin-bottom: 29px;
}

.shop__content .woocommerce .product-payment-plan-options label {
  font-weight: 400;
}
.shop__content .woocommerce .product-payment-plan-options label input {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  margin-top: -2px;
}
.shop__content .woocommerce .product-payment-plan-options label bdi {
  font-weight: 400;
}

.woocommerce-cart .shop__content .shop_table {
  border: none;
  overflow: hidden;
}
.woocommerce-cart .shop__content .shop_table thead {
  font-size: 19px;
  font-weight: 700;
}
.woocommerce-cart .shop__content .shop_table thead th {
  padding: 5px 20px;
  border-bottom: 2px solid rgba(11, 45, 56, 0.12);
  margin-bottom: 26px;
}
.woocommerce-cart .shop__content .shop_table thead .product-name {
  padding-left: 0;
}
.woocommerce-cart .shop__content .shop_table thead .product-price {
  width: 130px;
}
.woocommerce-cart .shop__content .shop_table thead .product-remove {
  padding-right: 0;
}
.woocommerce-cart .shop__content .shop_table thead .product-quantity {
  text-align: center;
}
.woocommerce-cart .shop__content .shop_table tbody th,
.woocommerce-cart .shop__content .shop_table tfoot th {
  padding: 12px 20px;
}
.woocommerce-cart .shop__content .shop_table tbody td,
.woocommerce-cart .shop__content .shop_table tfoot td {
  padding: 20px 22px 20px;
  border: none;
}
.woocommerce-cart .shop__content .shop_table tbody td a:hover,
.woocommerce-cart .shop__content .shop_table tfoot td a:hover {
  color: #0b2d38;
}
.woocommerce-cart .shop__content .shop_table tbody .cart_item:first-of-type td,
.woocommerce-cart .shop__content .shop_table tfoot .cart_item:first-of-type td {
  padding-top: 20px;
}
.woocommerce-cart .shop__content .shop_table tbody .product-thumbnail,
.woocommerce-cart .shop__content .shop_table tfoot .product-thumbnail {
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  width: 80px;
}
.woocommerce-cart .shop__content .shop_table tbody .product-thumbnail img,
.woocommerce-cart .shop__content .shop_table tfoot .product-thumbnail img {
  width: 60px;
}
.woocommerce-cart .shop__content .shop_table tbody .product-name,
.woocommerce-cart .shop__content .shop_table tfoot .product-name {
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  vertical-align: top;
}
.woocommerce-cart .shop__content .shop_table tbody .product-name a,
.woocommerce-cart .shop__content .shop_table tfoot .product-name a {
  text-decoration: none;
  color: #0b2d38;
  font-weight: 600;
}
.woocommerce-cart .shop__content .shop_table tbody .product-name .product-type-label,
.woocommerce-cart .shop__content .shop_table tfoot .product-name .product-type-label {
  font-size: 15px;
  font-weight: 400;
}
.woocommerce-cart .shop__content .shop_table tbody .product-name .variation,
.woocommerce-cart .shop__content .shop_table tfoot .product-name .variation {
  font-size: 15px;
  color: #484848;
  font-weight: 500;
  opacity: 0.6;
}
.woocommerce-cart .shop__content .shop_table tbody .product-price,
.woocommerce-cart .shop__content .shop_table tfoot .product-price {
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
}
.woocommerce-cart .shop__content .shop_table tbody .product-subtotal,
.woocommerce-cart .shop__content .shop_table tfoot .product-subtotal {
  vertical-align: top;
}
.woocommerce-cart .shop__content .shop_table tbody .product-subtotal .amount,
.woocommerce-cart .shop__content .shop_table tfoot .product-subtotal .amount {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-cart .shop__content .shop_table tbody .product-remove,
.woocommerce-cart .shop__content .shop_table tfoot .product-remove {
  padding-right: 0;
  vertical-align: top;
}
.woocommerce-cart .shop__content .shop_table tbody .product-remove a.remove,
.woocommerce-cart .shop__content .shop_table tfoot .product-remove a.remove {
  opacity: 0.7;
  transition: 0.2s;
  font-size: 0px;
  width: 15px;
  height: 15px;
  position: relative;
  float: right;
  margin-top: 5px;
}
.woocommerce-cart .shop__content .shop_table tbody .product-remove a.remove:after,
.woocommerce-cart .shop__content .shop_table tfoot .product-remove a.remove:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(assets/images/x.svg);
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-cart .shop__content .shop_table tbody .product-remove a.remove:hover,
.woocommerce-cart .shop__content .shop_table tfoot .product-remove a.remove:hover {
  background-color: transparent;
  opacity: 1;
}
.woocommerce-cart .shop__content .shop_table tbody .product-quantity,
.woocommerce-cart .shop__content .shop_table tfoot .product-quantity {
  text-align: center;
  font-weight: 700;
  vertical-align: top;
}
.woocommerce-cart .shop__content .shop_table tbody .product-quantity input,
.woocommerce-cart .shop__content .shop_table tfoot .product-quantity input {
  width: 80px;
  background-color: rgba(255, 255, 255, 0.53);
  border: solid 2px #d9d9db;
  padding: 10px 15px;
  text-align: left;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #0b2d38;
}
.woocommerce-cart .shop__content .shop_table tbody .coupon_row td,
.woocommerce-cart .shop__content .shop_table tfoot .coupon_row td {
  padding: 15px 0;
}
.woocommerce-cart .shop__content .shop_table tbody .coupon_row .coupon_update__container,
.woocommerce-cart .shop__content .shop_table tfoot .coupon_row .coupon_update__container {
  border-top: solid 2px rgba(11, 45, 56, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 10px;
}
.woocommerce-cart .shop__content .shop_table tbody .coupon_row .coupon,
.woocommerce-cart .shop__content .shop_table tfoot .coupon_row .coupon {
  text-align: left;
  float: none;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-cart .shop__content .shop_table tbody .coupon_row .coupon #coupon_code,
.woocommerce-cart .shop__content .shop_table tfoot .coupon_row .coupon #coupon_code {
  min-width: 230px;
  background-color: rgba(255, 255, 255, 0.53);
  border: solid 2px #d9d9db;
  padding: 14px 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
  color: #0b2d38;
}
.woocommerce-cart .shop__content .shop_table tbody .coupon_row .coupon #coupon_code.placeholder,
.woocommerce-cart .shop__content .shop_table tfoot .coupon_row .coupon #coupon_code.placeholder {
  opacity: 0.45;
}
.woocommerce-cart .shop__content .shop_table tbody .coupon_row .coupon #coupon_code:-moz-placeholder,
.woocommerce-cart .shop__content .shop_table tfoot .coupon_row .coupon #coupon_code:-moz-placeholder {
  opacity: 0.45;
  opacity: 1;
}
.woocommerce-cart .shop__content .shop_table tbody .coupon_row .coupon #coupon_code::-moz-placeholder,
.woocommerce-cart .shop__content .shop_table tfoot .coupon_row .coupon #coupon_code::-moz-placeholder {
  opacity: 0.45;
  opacity: 1;
}
.woocommerce-cart .shop__content .shop_table tbody .coupon_row .coupon #coupon_code:-ms-input-placeholder,
.woocommerce-cart .shop__content .shop_table tfoot .coupon_row .coupon #coupon_code:-ms-input-placeholder {
  opacity: 0.45;
}
.woocommerce-cart .shop__content .shop_table tbody .coupon_row .coupon #coupon_code::-webkit-input-placeholder,
.woocommerce-cart .shop__content .shop_table tfoot .coupon_row .coupon #coupon_code::-webkit-input-placeholder {
  opacity: 0.45;
}
.woocommerce-cart .shop__content .shop_table tbody .coupon_row .coupon__title,
.woocommerce-cart .shop__content .shop_table tfoot .coupon_row .coupon__title {
  margin-bottom: 5px;
  width: 100%;
  font-size: 19px;
  font-weight: 700;
}
.woocommerce-cart .shop__content .shop_table tbody .coupon_row .coupon__fields,
.woocommerce-cart .shop__content .shop_table tfoot .coupon_row .coupon__fields {
  display: flex;
}
.woocommerce-cart .woocommerce button.button:disabled,
.woocommerce-cart .woocommerce button.button:disabled[disabled] {
  padding: 15px 45px;
  opacity: 0.35;
  pointer-events: none;
  color: white;
}
.woocommerce-cart .woocommerce #respond input#submit,
.woocommerce-cart .woocommerce a.button,
.woocommerce-cart .woocommerce button.button,
.woocommerce-cart .woocommerce input.button {
  display: inline-block;
  position: relative;
  padding: 15px 25px;
  border: none;
  border-radius: 9px;
  background-color: #0b2d38;
  font-size: 16px;
  font-weight: 700;
  color: white;
  transition: 0.2s;
  cursor: pointer;
  letter-spacing: 0.52px;
  font-family: "noto-sans", sans-serif;
  line-height: 22px;
  appearance: none;
}
.woocommerce-cart .woocommerce #respond input#submit:hover,
.woocommerce-cart .woocommerce a.button:hover,
.woocommerce-cart .woocommerce button.button:hover,
.woocommerce-cart .woocommerce input.button:hover {
  background-color: #0b2d38;
  border-color: #0b2d38;
  color: white;
}
.woocommerce-cart .cart_totals {
  border: none;
  border-radius: 18px;
  background-color: #fff;
  overflow: hidden;
  padding: 30px 40px 10px;
  margin-top: 40px;
}
.woocommerce-cart .cart_totals h2 {
  color: #f0643f;
  font-family: "Passion One", sans-serif;
  font-size: 42px;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: solid 2px rgba(11, 45, 56, 0.1);
  padding-bottom: 10px;
}
.woocommerce-cart .cart_totals .shop_table {
  border-radius: 0;
  box-shadow: none;
}
.woocommerce-cart .cart_totals .shop_table tbody .cart-subtotal th,
.woocommerce-cart .cart_totals .shop_table tbody .cart-subtotal td,
.woocommerce-cart .cart_totals .shop_table tbody .cart-discount th,
.woocommerce-cart .cart_totals .shop_table tbody .cart-discount td {
  font-size: 18px;
  font-weight: 400;
}
.woocommerce-cart .cart_totals .shop_table tbody .cart-subtotal .woocommerce-remove-coupon,
.woocommerce-cart .cart_totals .shop_table tbody .cart-discount .woocommerce-remove-coupon {
  transition: 0.2s;
}
.woocommerce-cart .cart_totals .shop_table tbody .cart-subtotal .woocommerce-remove-coupon:hover,
.woocommerce-cart .cart_totals .shop_table tbody .cart-discount .woocommerce-remove-coupon:hover {
  color: #f0643f;
}
.woocommerce-cart .cart_totals .shop_table tbody th,
.woocommerce-cart .cart_totals .shop_table tbody td {
  padding: 5px 0 5px 0 !important;
}
.woocommerce-cart .cart_totals .shop_table tbody tr th,
.woocommerce-cart .cart_totals .shop_table tbody tr td {
  border: none !important;
}
.woocommerce-cart .cart_totals .shop_table tbody tr th {
  min-width: 170px;
}
.woocommerce-cart .cart_totals .shop_table tbody td {
  text-align: right;
}
.woocommerce-cart .cart_totals .shop_table tbody .order-total th,
.woocommerce-cart .cart_totals .shop_table tbody .order-total td {
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-cart .cart_totals .shop_table tbody .order-total th .includes_tax,
.woocommerce-cart .cart_totals .shop_table tbody .order-total td .includes_tax {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #0b2d38;
}
.woocommerce-cart .cart_totals .shop_table tbody .order-total th {
  padding-right: 0 !important;
}
.woocommerce-cart .cart_totals .shop_table tbody .recurring-totals th {
  border-top: none;
  font-size: 26px;
  text-shadow: 3px 3px 0 rgba(75, 164, 224, 0.2);
  padding-bottom: 9px !important;
}
.woocommerce-cart .cart_totals .shop_table tbody .recurring-total.cart-subtotal th,
.woocommerce-cart .cart_totals .shop_table tbody .recurring-total.cart-subtotal td {
  border-top: none;
}
.woocommerce-cart .cart_totals .shop_table tbody .recurring-total.order-total th,
.woocommerce-cart .cart_totals .shop_table tbody .recurring-total.order-total td {
  font-size: 18px;
}
.woocommerce-cart .cart_totals .shop_table tbody .recurring-total .first-payment-date small {
  color: #0b2d38;
  font-size: 15px;
}
.woocommerce-cart .cart_totals .shop_table tbody .divider {
  display: none;
}
.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  max-width: none;
}
.woocommerce-cart .woocommerce #respond input#submit.alt,
.woocommerce-cart .woocommerce a.button.alt,
.woocommerce-cart .woocommerce button.button.alt,
.woocommerce-cart .woocommerce input.button.alt {
  display: inline-block;
  position: relative;
  padding: 15px 25px;
  border: none;
  border-radius: 9px;
  background-color: #edb33c;
  font-size: 16px;
  font-weight: 700;
  color: #0b2d38;
  transition: 0.2s;
  cursor: pointer;
  letter-spacing: 0.52px;
  font-family: "noto-sans", sans-serif;
  line-height: 22px;
  appearance: none;
}
.woocommerce-cart .woocommerce #respond input#submit.alt:hover,
.woocommerce-cart .woocommerce a.button.alt:hover,
.woocommerce-cart .woocommerce button.button.alt:hover,
.woocommerce-cart .woocommerce input.button.alt:hover {
  background-color: #0b2d38;
  border-color: #0b2d38;
  color: white;
}
.woocommerce-cart .woocommerce-message {
  font-weight: 500;
  border: none;
  border-radius: 8px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  background-color: #29706d;
  color: white;
}
.woocommerce-cart .woocommerce-message:before {
  color: white;
  top: 20px;
}
.woocommerce-cart .woocommerce-message:after {
  display: none;
}
.woocommerce-cart .woocommerce-message .restore-item {
  border-radius: 9px;
  font-size: 16px;
  letter-spacing: 0.53px;
  line-height: 22px;
  background-color: #edb33c;
  color: #0b2d38;
  padding: 10px 20px;
  font-family: "noto-sans", sans-serif;
}
.woocommerce-cart .woocommerce-message .restore-item:hover {
  background-color: #f0643f;
  color: white;
}
.woocommerce-cart .woocommerce-error {
  font-weight: 500;
  border: none;
  border-radius: 8px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  background-color: #f0643f;
  color: white;
}
.woocommerce-cart .woocommerce-error a {
  color: white;
  transition: 0.2s;
  text-decoration: underline;
}
.woocommerce-cart .woocommerce-error li:last-of-type a.button {
  display: none;
}
.woocommerce-cart .woocommerce-error:before {
  color: white;
  top: 20px;
}
.woocommerce-cart .cart-empty,
.woocommerce-cart .woocommerce-info {
  font-weight: 500;
  border: none;
  border-radius: 8px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  background-color: #0b2d38;
  color: white;
}
.woocommerce-cart .cart-empty:before,
.woocommerce-cart .woocommerce-info:before {
  color: white;
  top: 20px;
}
.woocommerce-cart .return-to-shop {
  display: none;
}

@media screen and (max-width: 1000px) {
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon_update__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon_update__container .button {
    margin-top: 40px;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon_update__container .coupon .button {
    margin-top: 0;
  }
}
@media screen and (max-width: 880px) {
  .shop__content .wc-proceed-to-checkout a {
    width: 100%;
    padding: 15px 10px;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .basket__title {
    text-align: center;
  }
  .shop__content .woocommerce .shop_table {
    margin-bottom: 30px;
    padding: 0 0;
  }
  .shop__content .woocommerce .shop_table tbody tr {
    position: relative;
    border-bottom: 2px solid rgba(11, 45, 56, 0.12);
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    column-gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
    flex-direction: column;
    text-align: center;
  }
  .shop__content .woocommerce .shop_table tbody td {
    text-align: left !important;
    padding: 0 !important;
  }
  .shop__content .woocommerce .shop_table tbody td:before {
    display: none;
  }
  .shop__content .woocommerce .shop_table tbody .product-thumbnail {
    display: block;
  }
  .shop__content .woocommerce .shop_table tbody .product-thumbnail img {
    display: block;
    margin: 0 auto;
  }
  .shop__content .woocommerce .shop_table tbody .product-name {
    padding-bottom: 10px;
    text-align: center;
  }
  .shop__content .woocommerce .shop_table tbody .product-name .product-type-label {
    text-align: center;
    margin-bottom: 0;
  }
  .shop__content .woocommerce .shop_table tbody .product-price {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
  }
  .shop__content .woocommerce .shop_table tbody .product-price:before {
    display: inline-block;
    margin-right: 5px;
    float: none;
  }
  .shop__content .woocommerce .shop_table tbody .product-quantity {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 16px;
  }
  .shop__content .woocommerce .shop_table tbody .product-quantity:before {
    content: attr(data-title) ": ";
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .shop__content .woocommerce .shop_table tbody .product-subtotal {
    text-align: left !important;
    padding: 0;
    padding-top: 0px !important;
  }
  .shop__content .woocommerce .shop_table tbody .product-subtotal:before {
    display: inline-block;
    margin-right: 5px;
    float: none;
  }
  .shop__content .woocommerce .shop_table tbody .product-remove {
    position: absolute;
    top: 6px;
    right: 0;
    background-color: transparent;
    padding-left: 0;
  }
  .shop__content .woocommerce .shop_table tbody .product-remove a.remove {
    opacity: 1;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row {
    border-bottom: none;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon_update__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top: none;
    padding-top: 0;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon_update__container .coupon__title {
    text-align: center;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon_update__container .button {
    margin-top: 40px;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon_update__container .coupon {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon_update__container .coupon #coupon_code {
    margin-right: 0;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon_update__container .coupon .button {
    margin-top: 20px;
    float: none;
    width: auto;
    text-align: center;
  }
  .shop__content .woocommerce .cart_totals {
    padding: 30px 40px;
    text-align: center;
    max-width: none;
  }
  .shop__content .woocommerce .cart_totals h2 {
    text-align: center;
    margin-bottom: 0px;
  }
  .shop__content .woocommerce .cart_totals .wc-proceed-to-checkout {
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
  .shop__content .woocommerce .cart_totals .wc-proceed-to-checkout a {
    margin-bottom: 0;
    width: 100%;
    padding: 15px 25px;
  }
  .shop__content .woocommerce .cart_totals .shop_table tbody tr {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    row-gap: 0;
  }
  .shop__content .woocommerce .cart_totals .shop_table tbody th {
    display: block;
  }
  .shop__content .woocommerce .cart_totals .shop_table tbody .cart-subtotal {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .shop__content .woocommerce .cart_totals .shop_table tbody .woocommerce-remove-coupon {
    text-decoration: none;
  }
}
@media screen and (max-width: 570px) {
  .shop__content .wc-proceed-to-checkout {
    max-width: none;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_update__container .button {
    max-width: none;
  }
}
@media screen and (max-width: 450px) {
  .shop__content .coupon__fields {
    flex-direction: column;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon #coupon_code {
    min-width: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon .button {
    max-width: none;
    width: 100%;
    background-color: #0b2d38;
    color: white;
  }
  .shop__content .woocommerce .shop_table tbody .coupon_row .coupon .button:hover {
    background-color: #fff;
    color: #0b2d38;
  }
}
.woocommerce-form-coupon-toggle {
  display: none;
}

.checkout__content h3 {
  font-size: 42px;
  color: #f0643f;
}
.checkout__content .woocommerce-info .showlogin {
  color: white;
  text-decoration: underline;
}
.checkout__content .woocommerce #order_review #payment {
  background: white;
  margin-top: 40px;
  border: none;
  border-radius: 30px;
  box-shadow: 0 10px 15px 0 rgba(32, 55, 131, 0.13);
  padding: 40px 60px;
}
.checkout__content .woocommerce #order_review #payment:before {
  content: "Payment Method";
  display: block;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 4px 4px 0 rgba(75, 164, 224, 0.12);
  margin-bottom: 20px;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods {
  padding: 0;
  border-bottom: none;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li {
  list-style: none;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box {
  background-color: transparent;
  padding: 0;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box:before {
  display: none;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box ul {
  padding: 0;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .woocommerce_error {
  padding: 15px 30px;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #0b2d38;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box p a {
  text-decoration: underline;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .form-row {
  padding: 0;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .form-row label {
  font-size: 14px;
  font-weight: 500;
  color: #0b2d38;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .form-row .wc-stripe-elements-field {
  font-size: 18px;
  font-weight: 400;
  font-family: "noto-sans", sans-serif;
  border: 2px solid rgba(11, 45, 56, 0.3);
  border-radius: 4px;
  padding: 13px 10px;
  color: #0b2d38;
  line-height: 28px;
  appearance: none;
  width: 100%;
  margin: 0;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .form-row .wc-stripe-elements-field.placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .form-row .wc-stripe-elements-field:-moz-placeholder {
  color: #0b2d38;
  opacity: 0.5;
  opacity: 1;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .form-row .wc-stripe-elements-field::-moz-placeholder {
  color: #0b2d38;
  opacity: 0.5;
  opacity: 1;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .form-row .wc-stripe-elements-field:-ms-input-placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .form-row .wc-stripe-elements-field::-webkit-input-placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .form-row .wc-stripe-elements-field:focus {
  outline: none;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .woocommerce-SavedPaymentMethods-saveNew {
  position: relative;
  padding-left: 30px;
  line-height: 1;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box label::after {
  display: none;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .stripe-source-errors ul:before {
  top: 10px;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .payment_box .stripe-source-errors li {
  line-height: 28px;
  font-weight: 700;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .woocommerce-SavedPaymentMethods li {
  display: flex;
  align-items: center;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .woocommerce-SavedPaymentMethods li label {
  color: #0b2d38;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li .woocommerce-SavedPaymentMethods li input {
  min-width: 20px;
  height: 20px;
}
.checkout__content .woocommerce #order_review #payment ul.payment_methods.methods li label {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  margin-bottom: 5px;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods.payment_methods.methods {
  padding: 0;
  border-bottom: none;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods.payment_methods.methods .woocommerce-notice a {
  color: white;
}
.checkout__content .woocommerce #order_review #payment .button {
  max-width: 315px;
  width: 100%;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method {
  list-style: none;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method li {
  list-style: none;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method ul {
  padding-left: 0;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .woocommerce-SavedPaymentMethods li {
  display: flex;
  align-items: center;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .woocommerce-SavedPaymentMethods li label {
  color: #0b2d38;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .woocommerce-SavedPaymentMethods li input {
  min-width: 20px;
  height: 20px;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method label {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method label::after {
  content: "";
  background-image: url(assets/images/card-details.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 34px;
  position: absolute;
  top: 5px;
  right: 0;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box {
  background-color: transparent;
  padding: 0;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box:before {
  display: none;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #0b2d38;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box p a {
  text-decoration: underline;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row {
  padding: 0;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row label {
  font-size: 14px;
  font-weight: 500;
  color: #0b2d38;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field {
  font-size: 18px;
  font-weight: 400;
  font-family: "noto-sans", sans-serif;
  border: 2px solid rgba(11, 45, 56, 0.3);
  border-radius: 4px;
  padding: 13px 10px;
  color: #0b2d38;
  line-height: 28px;
  appearance: none;
  width: 100%;
  margin: 0;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field.placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field:-moz-placeholder {
  color: #0b2d38;
  opacity: 0.5;
  opacity: 1;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field::-moz-placeholder {
  color: #0b2d38;
  opacity: 0.5;
  opacity: 1;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field:-ms-input-placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field::-webkit-input-placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field:focus {
  outline: none;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew {
  position: relative;
  padding-left: 30px;
  line-height: 1;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box label::after {
  display: none;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .stripe-source-errors ul:before {
  top: 10px;
}
.checkout__content .woocommerce #order_review #payment .wc_payment_methods .wc_payment_method .payment_box .stripe-source-errors li {
  line-height: 28px;
  font-weight: 700;
}
.checkout__content .woocommerce #order_review #payment .form-row {
  padding: 0;
}
.checkout__content .checkout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
}
.checkout__content .checkout .woocommerce-NoticeGroup {
  width: 100%;
  margin-bottom: 40px;
  flex-grow: 1;
}
.checkout__content .checkout #customer_details {
  max-width: 680px;
  width: 100%;
  flex-grow: 1;
}
.checkout__content .checkout .your_order__container {
  max-width: 450px;
  width: 100%;
}
.checkout__content .checkout .form-row label {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: -5px;
}
.checkout__content .checkout .form-row label .required {
  color: #0b2d38;
}
.checkout__content .checkout .form-row input[type=text],
.checkout__content .checkout .form-row input[type=tel],
.checkout__content .checkout .form-row input[type=email],
.checkout__content .checkout .form-row input[type=password] {
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  font-family: "noto-sans", sans-serif;
  border: 1.5px solid #d9d9db;
  border-radius: 6px;
  padding: 9px 10px;
  color: #0b2d38;
  line-height: 28px;
  appearance: none;
  width: 100%;
  margin: 5px 0 10px;
  height: 50px;
}
.checkout__content .checkout .form-row input[type=text].placeholder,
.checkout__content .checkout .form-row input[type=tel].placeholder,
.checkout__content .checkout .form-row input[type=email].placeholder,
.checkout__content .checkout .form-row input[type=password].placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .checkout .form-row input[type=text]:-moz-placeholder,
.checkout__content .checkout .form-row input[type=tel]:-moz-placeholder,
.checkout__content .checkout .form-row input[type=email]:-moz-placeholder,
.checkout__content .checkout .form-row input[type=password]:-moz-placeholder {
  color: #0b2d38;
  opacity: 0.5;
  opacity: 1;
}
.checkout__content .checkout .form-row input[type=text]::-moz-placeholder,
.checkout__content .checkout .form-row input[type=tel]::-moz-placeholder,
.checkout__content .checkout .form-row input[type=email]::-moz-placeholder,
.checkout__content .checkout .form-row input[type=password]::-moz-placeholder {
  color: #0b2d38;
  opacity: 0.5;
  opacity: 1;
}
.checkout__content .checkout .form-row input[type=text]:-ms-input-placeholder,
.checkout__content .checkout .form-row input[type=tel]:-ms-input-placeholder,
.checkout__content .checkout .form-row input[type=email]:-ms-input-placeholder,
.checkout__content .checkout .form-row input[type=password]:-ms-input-placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .checkout .form-row input[type=text]::-webkit-input-placeholder,
.checkout__content .checkout .form-row input[type=tel]::-webkit-input-placeholder,
.checkout__content .checkout .form-row input[type=email]::-webkit-input-placeholder,
.checkout__content .checkout .form-row input[type=password]::-webkit-input-placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .checkout .form-row input[type=text]:focus,
.checkout__content .checkout .form-row input[type=tel]:focus,
.checkout__content .checkout .form-row input[type=email]:focus,
.checkout__content .checkout .form-row input[type=password]:focus {
  outline: none;
}
.checkout__content .checkout#child_name_field .optional {
  display: none;
}
.checkout__content .checkout #shipping_country_field strong {
  font-size: 18px;
}
.checkout__content .checkout #shipping_company_field {
  display: none;
}
.checkout__content .checkout .woocommerce-additional-fields {
  display: none;
}
.checkout__content .checkout .woocommerce-account-fields {
  position: relative;
}
.checkout__content .checkout .woocommerce-account-fields::before {
  content: "Create an account to complete purchase";
  font-size: 22px;
  font-weight: 700;
  font-family: "noto-sans", sans-serif;
  color: #0b2d38;
  display: block;
  width: 100%;
  margin: 20px 0 10px;
}
.checkout__content .checkout .woocommerce-account-fields .password-input .show-password-input {
  top: 16px;
  right: 10px;
}
.checkout__content .checkout #ship-to-different-address {
  font-size: 14px;
  line-height: 28px;
}
.checkout__content .checkout #ship-to-different-address input {
  margin-top: 10px;
}
.checkout__content .checkout .shop_table {
  position: relative;
  padding: 80px 30px 40px;
  background-color: #fff;
  border-radius: 18px;
  border: none;
  overflow: hidden;
}
.checkout__content .checkout .shop_table:before {
  position: absolute;
  top: 30px;
  left: 30px;
  content: "Your order";
  font-size: 42px;
  font-weight: 400;
  display: block;
  line-height: 45px;
  font-family: "Passion One", sans-serif;
  color: #f0643f;
}
.checkout__content .checkout .shop_table thead {
  font-size: 26px;
  text-shadow: 3px 3px 0 rgba(75, 164, 224, 0.2);
}
.checkout__content .checkout .shop_table thead th {
  border-bottom: none;
}
.checkout__content .checkout .shop_table thead .product-total {
  display: none;
}
.checkout__content .checkout .shop_table thead .product-name {
  width: 270px;
}
.checkout__content .checkout .shop_table tbody .cart_item td {
  padding: 7px 0 !important;
  font-size: 18px;
  font-weight: 400;
  vertical-align: top;
}
.checkout__content .checkout .shop_table tbody .cart_item .product-name {
  width: 280px;
  display: flex;
}
.checkout__content .checkout .shop_table tbody .cart_item .product-total {
  padding-left: 20px !important;
}
.checkout__content .checkout .shop_table tbody .cart_item:last-of-type td {
  padding-bottom: 20px !important;
}
.checkout__content .checkout .shop_table tfoot tr th,
.checkout__content .checkout .shop_table tfoot tr td {
  border-top: 4px solid rgba(125, 212, 241, 0.19);
  padding: 20px 0 !important;
  font-size: 18px;
}
.checkout__content .checkout .shop_table tfoot tr td {
  padding-left: 20px !important;
}
.checkout__content .checkout .shop_table tfoot .cart-subtotal td small {
  display: block;
}
.checkout__content .checkout .shop_table tfoot .divider {
  display: none;
}
.checkout__content .checkout .shop_table tfoot .order-total th,
.checkout__content .checkout .shop_table tfoot .order-total td {
  padding-top: 10px !important;
  border-color: #7dd4f1;
  font-size: 22px;
}
.checkout__content .checkout .shop_table tfoot .order-total td {
  padding-left: 20px !important;
}
.checkout__content .checkout .shop_table tfoot .order-total td .includes_tax {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #0b2d38;
  line-height: 1.4;
}
.checkout__content .checkout .shop_table tfoot .recurring-totals th {
  border-top: none;
  font-size: 26px;
  text-shadow: 3px 3px 0 rgba(75, 164, 224, 0.2);
  padding-bottom: 0 !important;
}
.checkout__content .checkout .shop_table tfoot .recurring-total.cart-subtotal th,
.checkout__content .checkout .shop_table tfoot .recurring-total.cart-subtotal td {
  border-top: none;
}
.checkout__content .checkout .shop_table tfoot .recurring-total.order-total th,
.checkout__content .checkout .shop_table tfoot .recurring-total.order-total td {
  font-size: 18px;
}
.checkout__content .checkout .shop_table tfoot .recurring-total .first-payment-date small {
  color: #0b2d38;
  font-size: 15px;
}
.checkout__content .checkout .your_order__container #order_review_heading {
  display: none;
}
.checkout__content .checkout .your_order__container #payment {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 40px;
}
.checkout__content .checkout .your_order__container #payment:before {
  content: "Payment Method";
  display: block;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 4px 4px 0 rgba(75, 164, 224, 0.12);
  margin-bottom: 20px;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods.payment_methods.methods {
  padding: 0;
  border-bottom: none;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods.payment_methods.methods .woocommerce-notice a {
  color: white;
}
.checkout__content .checkout .your_order__container #payment .button {
  max-width: 315px;
  width: 100%;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method {
  list-style: none;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method li {
  list-style: none;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method ul {
  padding-left: 0;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .woocommerce-SavedPaymentMethods li {
  display: flex;
  align-items: center;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .woocommerce-SavedPaymentMethods li label {
  color: #0b2d38;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .woocommerce-SavedPaymentMethods li input {
  min-width: 20px;
  height: 20px;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method label {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method label::after {
  content: "";
  background-image: url(assets/images/card-details.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 34px;
  position: absolute;
  top: 5px;
  right: 0;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box {
  background-color: transparent;
  padding: 0;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box:before {
  display: none;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #0b2d38;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box p a {
  text-decoration: underline;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .form-row {
  padding: 0;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .form-row label {
  font-size: 14px;
  font-weight: 500;
  color: #0b2d38;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field {
  font-size: 18px;
  font-weight: 400;
  font-family: "noto-sans", sans-serif;
  border: 2px solid rgba(11, 45, 56, 0.3);
  border-radius: 4px;
  padding: 13px 10px;
  color: #0b2d38;
  line-height: 28px;
  appearance: none;
  width: 100%;
  margin: 0;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field.placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field:-moz-placeholder {
  color: #0b2d38;
  opacity: 0.5;
  opacity: 1;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field::-moz-placeholder {
  color: #0b2d38;
  opacity: 0.5;
  opacity: 1;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field:-ms-input-placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field::-webkit-input-placeholder {
  color: #0b2d38;
  opacity: 0.5;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .form-row .wc-stripe-elements-field:focus {
  outline: none;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew {
  position: relative;
  padding-left: 30px;
  line-height: 1;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  width: 20px !important;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box label::after {
  display: none;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .stripe-source-errors ul:before {
  top: 10px;
}
.checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method .payment_box .stripe-source-errors li {
  line-height: 28px;
  font-weight: 700;
}
.checkout__content .checkout .your_order__container #payment .form-row {
  padding: 0;
}

#wc-stripe-payment-request-wrapper {
  width: 100%;
  position: relative;
}
#wc-stripe-payment-request-wrapper:before {
  content: "Pay wiith";
}

.wc-stripe-payment-request-button-separator {
  width: 100%;
}

.checkout__content .woocommerce-order .woocommerce-notice {
  font-size: 34px;
  font-weight: 700;
  text-shadow: 3px 3px 0 rgba(75, 164, 224, 0.2);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}
.checkout__content .woocommerce-order .woocommerce-order-overview {
  background-color: #fff;
  padding: 30px 40px;
  box-shadow: 0 10px 15px 0 rgba(32, 55, 131, 0.13);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.checkout__content .woocommerce-order .woocommerce-order-overview li {
  text-transform: none;
  font-size: 14px;
  border-right: solid 2px #7dd4f1;
}
.checkout__content .woocommerce-order .woocommerce-order-overview li strong {
  font-size: 18px;
}
.checkout__content .woocommerce-order a {
  text-decoration: underline;
}
.checkout__content .woocommerce-order h2 {
  font-size: 34px;
  margin-bottom: 20px !important;
}
.checkout__content .woocommerce-order .woocommerce-order-details {
  margin-top: 40px;
}
.checkout__content .woocommerce-order .woocommerce-order-details .order_details {
  padding: 10px 40px 20px;
  margin-bottom: 60px;
}
.checkout__content .woocommerce-order .woocommerce-order-details .order_details thead th {
  padding: 15px 20px 15px 0;
}
.checkout__content .woocommerce-order .woocommerce-order-details .order_details tbody td,
.checkout__content .woocommerce-order .woocommerce-order-details .order_details tfoot td {
  width: 50%;
  padding: 15px 20px 15px 0;
}
.checkout__content .woocommerce-order .woocommerce-order-details .order_details tbody td .wc-item-meta,
.checkout__content .woocommerce-order .woocommerce-order-details .order_details tfoot td .wc-item-meta {
  padding-left: 0;
}
.checkout__content .woocommerce-order .woocommerce-order-details .order_details tbody td .wc-item-meta li,
.checkout__content .woocommerce-order .woocommerce-order-details .order_details tfoot td .wc-item-meta li {
  list-style: none;
  font-size: 14px;
}
.checkout__content .woocommerce-order .woocommerce-order-details .order_details tfoot th,
.checkout__content .woocommerce-order .woocommerce-order-details .order_details tfoot td {
  padding: 15px 20px 15px 0;
  border-top: 4px solid rgba(125, 212, 241, 0.19);
}
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions {
  padding: 10px 40px 20px;
  margin-bottom: 60px;
}
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions thead th {
  padding: 15px 20px 15px 0;
}
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tbody td,
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot td {
  padding: 15px 20px 15px 0;
}
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tbody td .wc-item-meta,
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot td .wc-item-meta {
  padding-left: 0;
}
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tbody td .wc-item-meta li,
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot td .wc-item-meta li {
  list-style: none;
  font-size: 14px;
}
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tbody .subscription-actions,
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot .subscription-actions {
  text-align: right;
}
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tbody .subscription-actions .button:hover,
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot .subscription-actions .button:hover {
  color: white;
}
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot th,
.checkout__content .woocommerce-order .woocommerce-order-details .woocommerce-MyAccount-subscriptions tfoot td {
  padding: 15px 20px 15px 0;
  border-top: 4px solid rgba(125, 212, 241, 0.19);
}
.checkout__content .woocommerce-order .woocommerce-customer-details address {
  background-color: #fff;
  padding: 30px 40px;
  box-shadow: 0 10px 15px 0 rgba(32, 55, 131, 0.13);
  border-radius: 30px;
  border: none;
}

.woocommerce-form-login-toggle a {
  color: white;
  text-decoration: underline;
}

.not_logged_in_checkout .login__box {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.not_logged_in_checkout .login-remember,
.not_logged_in_checkout .login_lost_pw {
  margin-top: 20px;
}
.not_logged_in_checkout .login__sign_up {
  margin-top: 0;
  margin-bottom: 20px;
}
.not_logged_in_checkout .login__sign_up__text {
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .checkout__content .checkout {
    flex-direction: column;
    align-items: center;
  }
  .checkout__content .checkout #customer_details {
    max-width: none;
    margin-right: 0;
  }
  .checkout__content .checkout .your_order__container {
    max-width: none;
  }
  .checkout__content .checkout .shop_table {
    padding: 60px 20px 20px;
  }
  .checkout__content .checkout .shop_table:before {
    top: 20px;
    left: 20px;
  }
  .checkout__content .checkout .shop_table tbody .cart_item .product-name {
    max-width: 210px;
    width: 100%;
  }
  .checkout__content .checkout .shop_table tbody .cart_item td {
    font-size: 15px;
  }
  .checkout__content .woocommerce #order_review #payment {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .checkout__content .woocommerce .shop_table tbody .product-quantity {
    padding-top: 0 !important;
  }
  .checkout__content .woocommerce .shop_table tbody .product-quantity:before {
    display: none;
  }
  .checkout__content .woocommerce-order .woocommerce-MyAccount-subscriptions {
    padding: 20px 40px 20px;
  }
  .checkout__content .woocommerce-order .woocommerce-MyAccount-subscriptions tbody td {
    position: relative;
    font-size: 16px;
  }
  .checkout__content .woocommerce-order .woocommerce-MyAccount-subscriptions tbody td::before {
    content: attr(data-title) ": ";
    display: block;
    margin-right: 10px;
  }
  .checkout__content .woocommerce-order .woocommerce-MyAccount-subscriptions tbody tr:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .checkout__content .woocommerce #order_review .shop_table {
    padding: 20px;
    padding-top: 70px;
    table-layout: fixed;
  }
  .checkout__content .woocommerce #order_review .shop_table thead tr th {
    font-size: 18px;
    width: auto;
  }
  .checkout__content .woocommerce #order_review .shop_table tbody tr td {
    font-size: 15px;
  }
  .checkout__content .woocommerce #order_review .shop_table tbody tr td.product-quantity {
    padding-top: 20px !important;
  }
  .checkout__content .woocommerce #order_review .shop_table tfoot tr th {
    padding-left: 0;
    border-top: none;
  }
  .checkout__content .woocommerce #order_review .shop_table tfoot tr td {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .checkout__content .checkout .your_order__container #payment .wc_payment_methods .wc_payment_method label::after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .checkout__content .woocommerce-order .woocommerce-order-overview {
    flex-direction: column;
    align-items: flex-start;
  }
  .checkout__content .woocommerce-order .woocommerce-order-overview li {
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #7dd4f1;
  }
}
.contact_hero {
  background-color: #f0643f;
}

.contact_content h6 {
  margin-bottom: 10px;
  color: white;
}
.contact_content h6 a {
  color: white;
  font-weight: 600;
}

.login_pages {
  position: relative;
  overflow: hidden;
  min-height: 825px;
}

.login__left {
  max-width: 480px;
  width: 100%;
  text-align: left;
}

.login__left__title {
  margin-bottom: 10px;
}

.login__left__content p {
  font-weight: 500;
}

.login__right {
  position: absolute;
  right: 20px;
  top: 20px;
  bottom: 20px;
  width: 50%;
  max-width: 700px;
  background-color: #0b2d38;
  overflow: hidden;
  border-radius: 50px;
}
.login__right:after {
  content: "";
  display: block;
  padding-bottom: 124%;
}

.login__right__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

.login__right__content {
  position: absolute;
  max-width: 500px;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  text-align: center;
  bottom: 40px;
  left: 0;
  right: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}
.login__right__content h2 {
  position: relative;
  z-index: 3;
  font-weight: 700;
  letter-spacing: 2px;
}

.login__right__content__graphic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login__form .frm_message {
  margin-bottom: 20px;
  color: #29706d;
  font-weight: 700;
}

.signup_form .frm_submit button {
  max-width: none;
  margin-top: 10px;
}

.login__sign_up {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  color: #0b2d38;
  font-weight: 500;
}

.login__sign_up__link {
  font-weight: 700;
  color: #0b2d38;
  text-decoration: underline;
  transition: 0.3s;
}
.login__sign_up__link:hover {
  color: #f0643f;
}

.forgot-password {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #0b2d38;
  transition: 0.3s;
  margin-bottom: 20px;
  display: block;
}
.forgot-password:hover {
  color: #f0643f;
}

.frm_login_form .frm_submit input {
  max-width: none;
}

.forgot_password_form .with_frm_style .frm-show-form div.frm_description p {
  font-family: "noto-sans", sans-serif;
  font-size: 18px;
  color: #0b2d38;
  line-height: 34px;
}
.forgot_password_form .with_frm_style .frm_top_container .frm_primary_label,
.forgot_password_form .with_frm_style .frm_hidden_container .frm_primary_label,
.forgot_password_form .with_frm_style .frm_pos_top {
  font-size: 14px;
  font-weight: 700;
  color: #0b2d38;
}
.forgot_password_form .with_frm_style .frm_required {
  color: inherit;
}
.forgot_password_form .with_frm_style input[type=text],
.forgot_password_form .with_frm_style input[type=password],
.forgot_password_form .with_frm_style input[type=email],
.forgot_password_form .with_frm_style input[type=number],
.forgot_password_form .with_frm_style input[type=url],
.forgot_password_form .with_frm_style input[type=tel],
.forgot_password_form .with_frm_style input[type=file],
.forgot_password_form .with_frm_style input[type=search],
.forgot_password_form .with_frm_style select,
.forgot_password_form .with_frm_style .frm-card-element.StripeElement {
  display: block;
  font-size: 18px;
  font-family: "noto-sans", sans-serif;
  font-weight: 500;
  line-height: 34px;
  border: 1.5px solid #d9d9db;
  background-color: #ffffff;
  padding: 7px 15px;
  color: #0b2d38;
  appearance: none;
  border-radius: 6px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}
.forgot_password_form .with_frm_style input[type=text].placeholder,
.forgot_password_form .with_frm_style input[type=password].placeholder,
.forgot_password_form .with_frm_style input[type=email].placeholder,
.forgot_password_form .with_frm_style input[type=number].placeholder,
.forgot_password_form .with_frm_style input[type=url].placeholder,
.forgot_password_form .with_frm_style input[type=tel].placeholder,
.forgot_password_form .with_frm_style input[type=file].placeholder,
.forgot_password_form .with_frm_style input[type=search].placeholder,
.forgot_password_form .with_frm_style select.placeholder,
.forgot_password_form .with_frm_style .frm-card-element.StripeElement.placeholder {
  color: #0b2d38;
  opacity: 0.4;
}
.forgot_password_form .with_frm_style input[type=text]:-moz-placeholder,
.forgot_password_form .with_frm_style input[type=password]:-moz-placeholder,
.forgot_password_form .with_frm_style input[type=email]:-moz-placeholder,
.forgot_password_form .with_frm_style input[type=number]:-moz-placeholder,
.forgot_password_form .with_frm_style input[type=url]:-moz-placeholder,
.forgot_password_form .with_frm_style input[type=tel]:-moz-placeholder,
.forgot_password_form .with_frm_style input[type=file]:-moz-placeholder,
.forgot_password_form .with_frm_style input[type=search]:-moz-placeholder,
.forgot_password_form .with_frm_style select:-moz-placeholder,
.forgot_password_form .with_frm_style .frm-card-element.StripeElement:-moz-placeholder {
  color: #0b2d38;
  opacity: 0.4;
  opacity: 1;
}
.forgot_password_form .with_frm_style input[type=text]::-moz-placeholder,
.forgot_password_form .with_frm_style input[type=password]::-moz-placeholder,
.forgot_password_form .with_frm_style input[type=email]::-moz-placeholder,
.forgot_password_form .with_frm_style input[type=number]::-moz-placeholder,
.forgot_password_form .with_frm_style input[type=url]::-moz-placeholder,
.forgot_password_form .with_frm_style input[type=tel]::-moz-placeholder,
.forgot_password_form .with_frm_style input[type=file]::-moz-placeholder,
.forgot_password_form .with_frm_style input[type=search]::-moz-placeholder,
.forgot_password_form .with_frm_style select::-moz-placeholder,
.forgot_password_form .with_frm_style .frm-card-element.StripeElement::-moz-placeholder {
  color: #0b2d38;
  opacity: 0.4;
  opacity: 1;
}
.forgot_password_form .with_frm_style input[type=text]:-ms-input-placeholder,
.forgot_password_form .with_frm_style input[type=password]:-ms-input-placeholder,
.forgot_password_form .with_frm_style input[type=email]:-ms-input-placeholder,
.forgot_password_form .with_frm_style input[type=number]:-ms-input-placeholder,
.forgot_password_form .with_frm_style input[type=url]:-ms-input-placeholder,
.forgot_password_form .with_frm_style input[type=tel]:-ms-input-placeholder,
.forgot_password_form .with_frm_style input[type=file]:-ms-input-placeholder,
.forgot_password_form .with_frm_style input[type=search]:-ms-input-placeholder,
.forgot_password_form .with_frm_style select:-ms-input-placeholder,
.forgot_password_form .with_frm_style .frm-card-element.StripeElement:-ms-input-placeholder {
  color: #0b2d38;
  opacity: 0.4;
}
.forgot_password_form .with_frm_style input[type=text]::-webkit-input-placeholder,
.forgot_password_form .with_frm_style input[type=password]::-webkit-input-placeholder,
.forgot_password_form .with_frm_style input[type=email]::-webkit-input-placeholder,
.forgot_password_form .with_frm_style input[type=number]::-webkit-input-placeholder,
.forgot_password_form .with_frm_style input[type=url]::-webkit-input-placeholder,
.forgot_password_form .with_frm_style input[type=tel]::-webkit-input-placeholder,
.forgot_password_form .with_frm_style input[type=file]::-webkit-input-placeholder,
.forgot_password_form .with_frm_style input[type=search]::-webkit-input-placeholder,
.forgot_password_form .with_frm_style select::-webkit-input-placeholder,
.forgot_password_form .with_frm_style .frm-card-element.StripeElement::-webkit-input-placeholder {
  color: #0b2d38;
  opacity: 0.4;
}
.forgot_password_form .with_frm_style input[type=text]:focus,
.forgot_password_form .with_frm_style input[type=password]:focus,
.forgot_password_form .with_frm_style input[type=email]:focus,
.forgot_password_form .with_frm_style input[type=number]:focus,
.forgot_password_form .with_frm_style input[type=url]:focus,
.forgot_password_form .with_frm_style input[type=tel]:focus,
.forgot_password_form .with_frm_style input[type=file]:focus,
.forgot_password_form .with_frm_style input[type=search]:focus,
.forgot_password_form .with_frm_style select:focus,
.forgot_password_form .with_frm_style .frm-card-element.StripeElement:focus {
  outline: none;
  background-color: #ffffff !important;
  border-color: #d9d9db !important;
  box-shadow: none !important;
}
.forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit] {
  display: inline-block;
  position: relative;
  padding: 12px 25px;
  transition: 0.2s;
  font-size: 16px;
  letter-spacing: 0.53px;
  line-height: 22px;
  color: #0b2d38;
  background-color: #edb33c;
  border-radius: 9px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-family: "noto-sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: none;
  width: 100%;
  padding: 14px 25px;
}
.forgot_password_form .frm_style_formidable-style.with_frm_style input[type=submit]:hover {
  background-color: #0b2d38;
  color: white;
}
.forgot_password_form .frm_style_formidable-style.with_frm_style .frm_error_style {
  color: #f0643f;
  font-weight: bold;
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .login__items {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 40px;
  }
  .login__right {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    width: 100%;
  }
}
.my_account .my_account_content .woocommerce-MyAccount-navigation {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  width: 280px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
}
.my_account .my_account_content .woocommerce-MyAccount-navigation::before {
  content: "My Account";
  display: block;
  font-size: 42px;
  line-height: 1;
  font-family: "Passion One", sans-serif;
  margin-bottom: 20px;
}
.my_account .my_account_content .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
}
.my_account .my_account_content .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  list-style: none;
}
.my_account .my_account_content .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  color: #0b2d38;
}
.my_account .my_account_content .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a, .my_account .my_account_content .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:hover a {
  color: #f0643f;
}
.my_account .my_account_content .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link:last-of-type {
  margin-bottom: 0;
}
.my_account .my_account_content .woocommerce-MyAccount-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
}
.my_account .my_account_content .woocommerce-MyAccount-content h2 {
  font-size: 40px;
}
.my_account .my_account_content .woocommerce-MyAccount-content form label {
  font-size: 14px;
  font-weight: 700;
  color: #0b2d38;
}
.my_account .my_account_content .woocommerce-MyAccount-content form .show-password-input {
  top: 36%;
}
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row .input-text,
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row select {
  display: block;
  font-size: 18px;
  font-family: "noto-sans", sans-serif;
  font-weight: 500;
  line-height: 34px;
  border: 1.5px solid #d9d9db;
  background-color: #ffffff;
  padding: 7px 15px;
  color: #0b2d38;
  appearance: none;
  border-radius: 6px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row .input-text.placeholder,
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row select.placeholder {
  color: #0b2d38;
  opacity: 0.4;
}
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row .input-text:-moz-placeholder,
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row select:-moz-placeholder {
  color: #0b2d38;
  opacity: 0.4;
  opacity: 1;
}
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row .input-text::-moz-placeholder,
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row select::-moz-placeholder {
  color: #0b2d38;
  opacity: 0.4;
  opacity: 1;
}
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row .input-text:-ms-input-placeholder,
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row select:-ms-input-placeholder {
  color: #0b2d38;
  opacity: 0.4;
}
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row .input-text::-webkit-input-placeholder,
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row select::-webkit-input-placeholder {
  color: #0b2d38;
  opacity: 0.4;
}
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row .input-text:focus,
.my_account .my_account_content .woocommerce-MyAccount-content form .form-row select:focus {
  outline: none;
}
.my_account .my_account_content .woocommerce-MyAccount-content legend {
  font-weight: 700;
}
.my_account .my_account_content .woocommerce-MyAccount-content #account_display_name_description {
  margin-top: -10px;
  display: block;
  margin-bottom: 10px;
}
.my_account .my_account_content .woocommerce-MyAccount-content .button {
  display: inline-block;
  position: relative;
  padding: 12px 25px;
  transition: 0.2s;
  font-size: 16px;
  letter-spacing: 0.53px;
  line-height: 22px;
  color: #0b2d38;
  background-color: #edb33c;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
}
.my_account .my_account_content .woocommerce-MyAccount-content .woocommerce-message {
  background-color: #29706d;
  border: none;
  color: white;
  border-radius: 12px;
}
.my_account .my_account_content .woocommerce-MyAccount-content .woocommerce-message:before {
  color: white;
}
.my_account .my_account_content .woocommerce-MyAccount-content .woocommerce-info {
  background-color: #0b2d38;
  border: none;
  color: white;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.my_account .my_account_content .woocommerce-MyAccount-content .woocommerce-info:before {
  color: white;
  top: 24px;
}
.my_account .my_account_content .woocommerce-MyAccount-content .woocommerce-info:after {
  display: none;
}

@media screen and (max-width: 1000px) {
  .my_account .my_account_content .woocommerce .woocommerce-MyAccount-navigation {
    max-width: none;
    min-width: 0;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 20px 30px;
  }
  .my_account .my_account_content .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
    row-gap: 20px;
    flex-wrap: wrap;
  }
  .my_account .my_account_content .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
    margin-bottom: 0;
  }
  .my_account .my_account_content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding: 20px 30px;
  }
  .my_account .my_account_content .woocommerce .woocommerce-MyAccount-content h2 {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
