/*=======================================
              Import Fonts
========================================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,700&display=swap");
/*=======================================
              Colours
========================================*/
.bg-navy {
  background-color: #2a2443;
}

.bg-purple {
  background-color: #876ea8;
}

.bg-grey {
  background-color: #ededed;
}

.text-white {
  color: #fff;
}
.text-white a:not([class]) {
  color: #fff;
}

/*=======================================
      Reset Styles for Main Elements
========================================*/
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;
}

/*=======================================
              Box Sizing
========================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*=======================================
          Default Body Styles
========================================*/
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.3;
  font-family: Montserrat, sans-serif;
}

/*=======================================
   Set Display Role for Older Browsers
========================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*=======================================
                Quotes
========================================*/
blockquote,
q {
  quotes: none;
}

blockquote {
  padding: 50px;
  background-color: #ededed;
  border-radius: 25px;
  text-align: center;
}
@media (max-width: 800px) {
  blockquote {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  blockquote {
    font-size: 16px;
  }
}
blockquote p {
  font-style: italic;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote strong {
  font-weight: 600;
  color: #876ea8;
}

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

/*=======================================
            Container Layout
========================================*/
.container {
  width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 1500px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .container {
    padding: 0 15px;
  }
}
/*=======================================
              Helper Classes
========================================*/
.clearfix {
  clear: both;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/*=======================================
              Flex Classes
========================================*/
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/*=======================================
          Link Default Styles
========================================*/
a {
  text-decoration: none;
}

a.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 0px;
}

a:hover {
  text-decoration: underline;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/*=======================================
                Buttons
========================================*/
.button,
.woo-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 40px;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  display: inline-block;
}
@media (max-width: 450px) {
  .button,
  .woo-button {
    font-size: 16px;
  }
}
.button.purple,
.woo-button.purple {
  background-color: #876ea8;
  color: #fff;
}
.button.purple:hover,
.woo-button.purple:hover {
  background-color: #fff;
  color: #876ea8;
}
.button.navy,
.woo-button.navy {
  background-color: #2a2443;
  color: #fff;
}
.button.navy:hover,
.woo-button.navy:hover {
  background-color: #fff;
  color: #2a2443;
}
.button.yellow,
.woo-button.yellow {
  background-color: #ffda00;
  color: #2a2443;
}
.button.yellow:hover,
.woo-button.yellow:hover {
  background-color: #fff;
}

/*=======================================
            List Default Styles
========================================*/
ul[class],
ol[class] {
  list-style: none;
}

/*=======================================
              Nice Selects
========================================*/
.starter-theme .nice-select {
  width: 250px;
  border: none;
  border-bottom: 2px solid #1D284A;
  background-color: transparent;
  border-radius: 0;
  padding: 10px 0px;
  height: auto;
  float: none;
  font-size: 20px;
  line-height: 20px;
  font-family: "Quiet Sans Bold";
  color: #1D284A;
}
.starter-theme .nice-select:after {
  width: 10px;
  height: 10px;
  border-color: #1D284A;
  top: 17px;
  border-width: 3px;
}
.starter-theme .nice-select .list {
  width: 100%;
  background-color: #E8DACC;
}
.starter-theme .nice-select .option:hover,
.starter-theme .nice-select .option.focus,
.starter-theme .nice-select .option.selected.focus {
  background-color: #f1e5d9;
}
.starter-theme .nice-select:active, .starter-theme .nice-select.open, .starter-theme .nice-select:focus {
  border-color: #1D284A;
}

/*=======================================
            Table Default Styles
========================================*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=======================================
              Form Elements
========================================*/
input,
button,
textarea,
select {
  font: inherit;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea,
select {
  font-size: 16px;
  color: #333;
  background: #fff;
  border: 2px solid #333;
  display: inline-block;
  padding: 6px 10px;
  margin: 5px 0;
  outline: none;
}

label {
  cursor: pointer;
}

/*=======================================
          Image Default Styles
========================================*/
img,
svg {
  width: 100%;
  height: auto;
  display: block;
}

svg {
  overflow: visible;
}

/*=======================================
            Text Container
========================================*/
.text-container em {
  font-style: italic;
}
.text-container strong {
  font-weight: bold;
}
.text-container p,
.text-container ul,
.text-container ol {
  margin-bottom: 20px;
}
.text-container ul,
.text-container ol {
  margin-left: 30px;
}
.text-container img {
  width: auto;
  max-width: 100%;
}
.text-container .wp-video {
  width: 100% !important;
}
.text-container iframe {
  width: 100% !important;
}
.text-container .video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.text-container .video-container:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.text-container .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=======================================
            Hide Admin Bar
========================================*/
@media only screen and (max-width: 1000px) {
  #wpadminbar {
    display: none !important;
  }
  html {
    margin-top: 0 !important;
  }
}
/*=======================================
            Header & Spacing
========================================*/
.admin-bar header {
  top: 32px;
}
@media (max-width: 1000px) {
  .admin-bar header {
    top: 0;
  }
}

body {
  margin-top: 110px;
}
@media (max-width: 600px) {
  body {
    margin-top: 96px;
  }
}
@media (max-width: 450px) {
  body {
    margin-top: 91px;
  }
}

html.no-scroll {
  overflow-y: hidden;
}

/*=======================================
        Hide Header On Scroll
========================================*/
header.nav-up,
.admin-bar header.nav-up {
  top: -200px;
}

/*=======================================
            Header Contents
========================================*/
header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease-in-out;
  z-index: 99;
  background-color: #2a2443;
}
header .contents {
  align-items: center;
  position: relative;
}
header .logo {
  position: relative;
  width: 250px;
}
@media screen and (max-width: 620px) {
  header .logo {
    width: 200px;
  }
}
@media screen and (max-width: 450px) {
  header .logo {
    width: 180px;
  }
}
header .right {
  position: relative;
  align-items: center;
  z-index: 20;
}
header .right .menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  header .right .menu {
    display: none;
  }
}
header .right .menu.hide {
  display: none;
}
header .right .menu .menu-item {
  margin-left: 25px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1300px) {
  header .right .menu .menu-item {
    margin-left: 35px;
  }
}
header .right .menu .menu-item a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 4px solid #2a2443;
}
header .right .menu .menu-item:hover > a, header .right .menu .menu-item.active > a {
  border-color: #ffda00;
  color: #ffda00;
}
header .right .searchbox {
  width: 500px;
  display: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
}
header .right .searchbox.search-open {
  display: block;
}
header .right .searchbox input[type=text] {
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 30px;
  margin: 0;
  padding: 12px 40px 12px 20px;
}
header .right .searchbox input[type=submit] {
  display: none;
}
header .right .searchbox svg {
  position: absolute;
  right: 15px;
  top: 11px;
  width: 22px;
  height: auto;
  cursor: pointer;
}
header .right .searchbox svg path {
  fill: #876ea8;
}
header .right .searchicon {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #876ea8;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 620px) {
  header .right .searchicon {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 450px) {
  header .right .searchicon {
    display: none;
  }
}
header .right .searchicon .icon.close-search {
  display: none;
}
header .right .searchicon .icon.close-search svg {
  width: 25px;
}
header .right .searchicon.search-open .icon.search {
  display: none;
}
header .right .searchicon.search-open .icon.close-search {
  display: block;
}
header .right .searchicon svg {
  width: 20px;
  height: auto;
}
header .right .searchicon svg path {
  fill: #fff;
}
header .right .icons {
  justify-content: flex-start;
  align-items: center;
  margin-left: 70px;
  position: relative;
}
@media (max-width: 1500px) {
  header .right .icons {
    margin-right: 35px;
  }
}
@media (max-width: 1300px) {
  header .right .icons {
    margin-left: 60px;
  }
}
@media (max-width: 620px) {
  header .right .icons {
    margin-right: 0;
    margin-left: 0;
  }
}
header .right .icons:before {
  content: "";
  background-color: #876ea8;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  position: absolute;
  top: -58px;
  left: -32px;
}
@media (max-width: 620px) {
  header .right .icons:before {
    display: none;
  }
}
header .right .icons .icon {
  width: 35px;
  height: auto;
  position: relative;
}
header .right .icons .icon#account {
  margin-right: 10px;
}
header .right .icons .icon#basket .count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ffda00;
  color: #2a2443;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .right .icons .icon svg path {
  fill: #fff;
}
header .right .menu-toggle {
  margin-left: 30px;
}
@media screen and (min-width: 1300px) {
  header .right .menu-toggle {
    display: none;
  }
}
@media (max-width: 620px) {
  header .right .menu-toggle {
    margin-left: 20px;
  }
}
header .right .menu-toggle .btn-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 21px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  transition: 0.3s ease;
}
header .right .menu-toggle .btn-menu:focus {
  outline: none;
}
header .right .menu-toggle .btn-menu__text {
  margin-left: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
header .right .menu-toggle .btn-menu__bars {
  display: block;
  position: relative;
  width: 25px;
  height: 3px;
  background-color: #fff;
  transition: 0.3s;
}
header .right .menu-toggle .btn-menu__bars:before, header .right .menu-toggle .btn-menu__bars:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s;
}
header .right .menu-toggle .btn-menu__bars:before {
  transform: translate(0, -9px);
}
header .right .menu-toggle .btn-menu__bars:after {
  transform: translate(0, 9px);
}
.menu-open header .right .menu-toggle .btn-menu .btn-menu__bars {
  background-color: transparent;
}
.menu-open header .right .menu-toggle .btn-menu .btn-menu__bars:before {
  transform: rotate(45deg);
}
.menu-open header .right .menu-toggle .btn-menu .btn-menu__bars:after {
  transform: rotate(-45deg);
}
header .mobile-menu {
  display: none;
  position: absolute;
  width: 100vw;
  margin: 0 -30px;
  height: calc(100vh - 110px);
  top: 90px;
  background-color: #2a2443;
  padding: 30px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  header .mobile-menu {
    top: 76px;
    height: calc(100vh - 96px);
  }
}
@media screen and (max-width: 450px) {
  header .mobile-menu {
    margin: 0 -15px;
    padding: 15px;
    top: 71px;
    height: calc(100vh - 91px);
  }
}
header .mobile-menu .menu-item {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid #fff;
  padding: 12px;
}
header .mobile-menu .menu-item a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
header .mobile-menu .menu-item a:hover {
  color: #ffda00;
}
header .mobile-menu .menu-item.menu-item-has-children {
  position: relative;
}
header .mobile-menu .menu-item.menu-item-has-children:after {
  content: "+";
  position: absolute;
  right: 12px;
  top: 11px;
  font-size: 35px;
  font-weight: 400;
  color: #000;
}
header .mobile-menu .menu-item.menu-item-has-children.open:after {
  content: "-";
}
header .mobile-menu .menu-item .sub-menu {
  padding-top: 15px;
  display: none;
}
header .mobile-menu .menu-item .sub-menu .menu-item {
  border-bottom: none;
  padding: 0 0 12px 12px;
}
header .mobile-menu .mobile-searchbox {
  max-width: 500px;
  width: 100%;
  position: relative;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 450px) {
  header .mobile-menu .mobile-searchbox {
    margin-bottom: 10px;
  }
}
header .mobile-menu .mobile-searchbox input[type=text] {
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 30px;
  margin: 0;
  padding: 12px 40px 12px 20px;
}
header .mobile-menu .mobile-searchbox input[type=submit] {
  display: none;
}
header .mobile-menu .mobile-searchbox svg {
  position: absolute;
  right: 15px;
  top: 11px;
  width: 22px;
  height: auto;
  cursor: pointer;
}
header .mobile-menu .mobile-searchbox svg path {
  fill: #876ea8;
}

footer {
  padding: 50px 0;
}
footer .contents {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px) {
  footer .contents {
    align-items: flex-start;
  }
}
@media (max-width: 800px) {
  footer .contents {
    justify-content: center;
  }
}
footer .left {
  width: 280px;
  padding-right: 30px;
  order: 0;
}
@media (max-width: 800px) {
  footer .left {
    padding-right: 0;
    margin-left: 18px;
  }
}
@media (max-width: 600px) {
  footer .left {
    width: 200px;
    margin-left: 12px;
  }
}
footer .left .footer-logo {
  position: relative;
}
footer .middle {
  order: 1;
}
@media (max-width: 1100px) {
  footer .middle {
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}
@media (max-width: 800px) {
  footer .middle {
    order: 2;
    margin: 40px 0;
  }
}
footer .middle .socials {
  justify-content: center;
  align-items: center;
}
footer .middle .socials .icon {
  position: relative;
  height: 45px;
  width: auto;
  margin: 0 5px;
}
@media (max-width: 600px) {
  footer .middle .socials .icon {
    height: 35px;
  }
}
footer .middle .socials .icon svg {
  height: 100%;
  width: auto;
}
footer .middle .socials .icon svg path {
  fill: #fff;
}
footer .middle .tagline {
  width: 500px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  footer .middle .tagline {
    width: 400px;
  }
}
@media (max-width: 1100px) {
  footer .middle .tagline {
    margin: 20px auto 0;
  }
}
@media (max-width: 600px) {
  footer .middle .tagline {
    width: 350px;
  }
}
@media (max-width: 450px) {
  footer .middle .tagline {
    width: 300px;
  }
}
footer .right {
  width: 280px;
  order: 2;
}
@media (max-width: 800px) {
  footer .right {
    width: 100%;
    text-align: center;
  }
}
footer .right address {
  margin-bottom: 20px;
  line-height: 1.3;
}
footer .right address strong {
  font-weight: 600;
}
footer .bottom {
  order: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 600px) {
  footer .bottom {
    flex-direction: column;
  }
  footer .bottom a {
    margin-bottom: 10px;
  }
  footer .bottom a:last-of-type {
    margin-bottom: 0;
  }
}
footer .bottom .sep {
  width: 5px;
  height: 5px;
  background-color: #876ea8;
  border-radius: 100%;
  margin: 0 20px;
}
footer .bottom .sep:last-of-type {
  display: none;
}
@media (max-width: 600px) {
  footer .bottom .sep {
    display: none;
  }
}

/*=======================================
            Logo Banner
========================================*/
.logo-banner {
  aspect-ratio: 16/9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.logo-banner.bg-video video {
  position: absolute;
  width: 100%;
  height: auto;
}
.logo-banner .overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.2);
}
.logo-banner .container,
.logo-banner .contents {
  height: 100%;
}
.logo-banner .contents {
  position: relative;
  z-index: 6;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}
@media (max-width: 800px) {
  .logo-banner .contents {
    margin-left: 0;
  }
}
.logo-banner .contents svg {
  width: 800px;
}
@media (max-width: 1200px) {
  .logo-banner .contents svg {
    width: 600px;
  }
}
@media (max-width: 800px) {
  .logo-banner .contents svg {
    width: 80%;
  }
}

/*=======================================
            Text Banner
========================================*/
.text-banner .text-container {
  font-size: 35px;
  line-height: 1.4;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.text-banner .text-container p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .text-banner .text-container {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .text-banner .text-container {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .text-banner .text-container {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 450px) {
  .text-banner .text-container {
    font-size: 18px;
  }
}
.text-banner .link {
  text-align: center;
  margin-top: 30px;
}

/*=======================================
            Text & Image
========================================*/
.text-image .contents {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .text-image .contents {
    flex-direction: column-reverse;
  }
}
.text-image .contents.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .text-image .contents.reverse {
    flex-direction: column-reverse;
  }
}
.text-image .text {
  width: calc(50% - 40px);
}
@media (max-width: 1000px) {
  .text-image .text {
    width: 100%;
    padding-right: 0;
  }
}
.text-image .text .text-container {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .text-image .text .text-container {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .text-image .text .text-container {
    font-size: 18px;
  }
}
.text-image .text .text-container h1,
.text-image .text .text-container h2,
.text-image .text .text-container h3 {
  font-size: 40px;
  line-height: 1.3;
  color: #876ea8;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .text-image .text .text-container h1,
  .text-image .text .text-container h2,
  .text-image .text .text-container h3 {
    font-size: 35px;
  }
}
.text-image .text .link {
  margin-top: 30px;
}
.text-image .image {
  width: calc(50% - 40px);
}
@media (max-width: 1000px) {
  .text-image .image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.text-image .image.no-circle .image-wrap {
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.text-image .image.no-circle .image-wrap img {
  border-radius: 0;
}
.text-image .image .image-wrap {
  border-radius: 100%;
  border: 10px solid #876ea8;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .text-image .image .image-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
}
.text-image .image .image-wrap img {
  border-radius: 100%;
}

/*=======================================
                Video
========================================*/
.video .intro {
  text-align: center;
}
.video .intro .title {
  font-size: 40px;
  line-height: 1.3;
  color: #876ea8;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .video .intro .title {
    font-size: 35px;
  }
}
.video .intro .subtitle {
  font-size: 24px;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .video .intro .subtitle {
    font-size: 20px;
  }
}
.video .video-wrap {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
.video .link {
  text-align: center;
  margin-top: 30px;
}

/*=======================================
            Page Banner
========================================*/
.page-banner {
  padding: 75px 0;
  background-color: #2a2443;
  border-top: 2px solid #876ea8;
}
@media (max-width: 1000px) {
  .page-banner {
    padding: 50px 0;
  }
}
.page-banner .contents {
  color: #fff;
  text-align: center;
}
.page-banner .contents .title {
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .page-banner .contents .title {
    font-size: 40px;
  }
}
.page-banner .contents .title span {
  font-style: italic;
}
.page-banner .contents .desc {
  max-width: 800px;
  margin: 30px auto 0;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .page-banner .contents .desc {
    font-size: 18px;
  }
}

/*=======================================
            Card Grid
========================================*/
.card-grid {
  padding-bottom: 120px;
}
.card-grid .grid {
  justify-content: flex-start;
  align-items: unset;
  margin: 0 -20px;
}
@media screen and (max-width: 900px) {
  .card-grid .grid {
    margin: 0 -10px;
  }
}
.card-grid .grid .card {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
  border-bottom: 5px solid #876ea8;
}
@media screen and (max-width: 1100px) {
  .card-grid .grid .card {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 900px) {
  .card-grid .grid .card {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 800px) {
  .card-grid .grid .card {
    width: calc(100% - 20px);
  }
}
.card-grid .grid .card .info {
  position: relative;
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .card-grid .grid .card .info {
    padding: 20px;
  }
}
.card-grid .grid .card .info .name {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
  font-weight: 600;
  color: #876ea8;
}
.card-grid .grid .card .info .desc {
  font-size: 18px;
  line-height: 1.3;
}
.card-grid .grid .card .info .icon {
  justify-content: flex-end;
  margin-top: 20px;
}
.card-grid .grid .card .info .icon svg {
  width: 40px;
  height: 40px;
}
.card-grid .grid .card .info .icon svg path {
  fill: #876ea8;
}

/*=======================================
            YouTube Gallery
========================================*/
.youtube-gallery .grid {
  justify-content: space-between;
  align-items: unset;
}
.youtube-gallery .grid .vid {
  width: calc(50% - 25px);
  margin-bottom: 75px;
}
@media (max-width: 1000px) {
  .youtube-gallery .grid .vid {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .youtube-gallery .grid .vid {
    margin-bottom: 50px;
  }
}
.youtube-gallery .grid .vid .info {
  margin-top: 15px;
}
.youtube-gallery .grid .vid .info .title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
  font-weight: 600;
  color: #876ea8;
}
.youtube-gallery .grid .vid .info .desc {
  font-size: 18px;
  line-height: 1.3;
}

/*=======================================
            Text Block
========================================*/
.text-block.boxed .contents {
  background-color: #fff;
  padding: 75px;
  border-radius: 50px;
}
@media (max-width: 1000px) {
  .text-block.boxed .contents {
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .text-block.boxed .contents {
    padding: 30px;
    border-radius: 30px;
  }
}
.text-block.two-column .contents .column {
  width: calc(50% - 30px);
}
@media (max-width: 1000px) {
  .text-block.two-column .contents .column {
    width: 100%;
    margin-bottom: 30px;
  }
  .text-block.two-column .contents .column:last-of-type {
    margin-bottom: 0;
  }
}
.text-block .text-container {
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .text-block .text-container {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .text-block .text-container {
    font-size: 18px;
  }
}
.text-block .text-container h1,
.text-block .text-container h2 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 600;
  color: #876ea8;
}
@media (max-width: 1000px) {
  .text-block .text-container h1,
  .text-block .text-container h2 {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .text-block .text-container h1,
  .text-block .text-container h2 {
    font-size: 30px;
  }
}
.text-block .text-container h3,
.text-block .text-container h4 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
  color: #876ea8;
}
@media (max-width: 1000px) {
  .text-block .text-container h3,
  .text-block .text-container h4 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .text-block .text-container h3,
  .text-block .text-container h4 {
    font-size: 22px;
  }
}
.text-block .text-container ul li,
.text-block .text-container ol li {
  margin-bottom: 5px;
}

/*=======================================
            Accordion
========================================*/
.accordion .block-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #2a2443;
}
@media screen and (max-width: 600px) {
  .accordion .block-title {
    font-size: 30px;
  }
}
.accordion .item {
  position: relative;
  margin-bottom: 20px;
  background-color: #ededed;
}
@media screen and (max-width: 600px) {
  .accordion .item {
    margin-bottom: 10px;
  }
}
.accordion .item .top {
  padding: 30px;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .accordion .item .top {
    padding: 20px;
  }
}
.accordion .item .top .title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  width: calc(100% - 40px);
  padding-right: 50px;
  color: #2a2443;
}
@media screen and (max-width: 1000px) {
  .accordion .item .top .title {
    font-size: 24px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .accordion .item .top .title {
    font-size: 20px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 450px) {
  .accordion .item .top .title {
    font-size: 18px;
  }
}
.accordion .item .top svg {
  width: 40px;
  height: auto;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.accordion .item .top svg path {
  fill: #2a2443;
}
@media screen and (max-width: 600px) {
  .accordion .item .top svg {
    width: 30px;
  }
}
.accordion .item.open svg {
  transform: rotate(270deg);
}
.accordion .item .main {
  padding: 30px;
  background-color: #fff;
  display: none;
}
@media screen and (max-width: 1000px) {
  .accordion .item .main {
    padding: 25px 30px;
  }
}
.accordion .item .main .text-container {
  font-size: 20px;
  line-height: 1.5;
  max-width: 1100px;
}
@media screen and (max-width: 600px) {
  .accordion .item .main .text-container {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .accordion .item .main .text-container {
    font-size: 16px;
  }
}

/*=======================================
            Form
========================================*/
.form-block .contents {
  justify-content: space-between;
  align-items: flex-start;
}
.form-block .contents .left {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1000px) {
  .form-block .contents .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.form-block .contents .left .title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .form-block .contents .left .title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .form-block .contents .left .title {
    font-size: 30px;
  }
}
.form-block .contents .left .form-wrap .gform_required_legend {
  display: none;
}
.form-block .contents .left .form-wrap .gfield_label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .form-block .contents .left .form-wrap .gfield_label {
    font-size: 18px;
  }
}
.form-block .contents .left .form-wrap .gfield_label .gfield_required_asterisk {
  color: #ffda00;
  font-size: 18px;
  position: relative;
  top: -3px;
  padding-inline-start: 0;
}
.form-block .contents .left .form-wrap input[type=text],
.form-block .contents .left .form-wrap input[type=email],
.form-block .contents .left .form-wrap textarea {
  border: none;
  background-color: #fff;
  font-size: 20px;
  line-height: 1 !important;
  padding: 15px;
  resize: none;
}
@media screen and (max-width: 600px) {
  .form-block .contents .left .form-wrap input[type=text],
  .form-block .contents .left .form-wrap input[type=email],
  .form-block .contents .left .form-wrap textarea {
    font-size: 18px;
    padding: 12px;
  }
}
.form-block .contents .left .form-wrap input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #2a2443;
  margin: 0;
  position: relative;
  top: 2px;
}
.form-block .contents .left .form-wrap .ginput_container_consent label {
  font-size: 18px;
  margin-left: 5px;
}
.form-block .contents .left .form-wrap textarea {
  line-height: 1.5 !important;
}
.form-block .contents .left .form-wrap input[type=submit] {
  border: none !important;
  background-color: #fff;
  color: #876ea8;
  cursor: pointer;
  line-height: 1 !important;
}
.form-block .contents .left .form-wrap input[type=submit]:hover {
  background: #ededed;
}
.form-block .contents .right {
  width: calc(50% - 40px);
}
.form-block .contents .right img {
  border: 10px solid #fff;
  border-radius: 100%;
}
@media screen and (max-width: 1000px) {
  .form-block .contents .right {
    width: 100%;
  }
  .form-block .contents .right img {
    max-width: 600px;
    margin: 0 auto;
  }
}

/*=======================================
            Clip Sizes
========================================*/
.clip-sizes .top {
  color: #876ea8;
  margin-bottom: 40px;
}
.clip-sizes .top .title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .clip-sizes .top .title {
    font-size: 35px;
  }
}
.clip-sizes .top .description {
  color: #2a2443;
  font-size: 24px;
  line-height: 1.5;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .clip-sizes .top .description {
    font-size: 20px;
  }
}
.clip-sizes .top .description strong {
  font-weight: 600;
}
.clip-sizes .sizes {
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .clip-sizes .sizes {
    justify-content: center;
  }
}
.clip-sizes .sizes .item {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 1000px) {
  .clip-sizes .sizes .item {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 800px) {
  .clip-sizes .sizes .item {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
  .clip-sizes .sizes .item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .clip-sizes .sizes .item {
    width: 100%;
    margin: 0 0 40px;
  }
  .clip-sizes .sizes .item:last-of-type {
    margin-bottom: 0;
  }
}
.clip-sizes .sizes .item .sub {
  font-size: 24px;
  line-height: 1.4;
  color: #876ea8;
  font-weight: 600;
  text-align: center;
  max-width: 75%;
  margin: 20px auto 0;
}
@media screen and (max-width: 1000px) {
  .clip-sizes .sizes .item .sub {
    font-size: 20px;
  }
}

/*=======================================
            News Grid
========================================*/
.news-grid {
  padding: 75px 0;
}
@media screen and (max-width: 600px) {
  .news-grid {
    padding: 50px 0;
  }
}
.news-grid .grid {
  justify-content: flex-start;
  align-items: unset;
  margin: 0 -20px;
}
@media screen and (max-width: 900px) {
  .news-grid .grid {
    margin: 0 -10px;
  }
}
.news-grid .grid .card {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 40px;
  position: relative;
  background-color: #ededed;
  display: flex;
  flex-direction: column;
  border-bottom: 5px solid #876ea8;
}
@media screen and (max-width: 1100px) {
  .news-grid .grid .card {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 900px) {
  .news-grid .grid .card {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 800px) {
  .news-grid .grid .card {
    width: calc(100% - 20px);
  }
}
.news-grid .grid .card.hide {
  display: none;
}
.news-grid .grid .card .image {
  position: relative;
}
.news-grid .grid .card .info {
  position: relative;
  padding: 20px 20px 100px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #876ea8;
}
@media screen and (max-width: 600px) {
  .news-grid .grid .card .info {
    padding: 20px 20px 80px;
  }
}
.news-grid .grid .card .info .name {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 450px) {
  .news-grid .grid .card .info .name {
    font-size: 20px;
  }
}
.news-grid .grid .card .info .date {
  font-size: 16px;
  line-height: 1;
  color: #2a2443;
  font-weight: 600;
  margin-bottom: 15px;
}
.news-grid .grid .card .info .excerpt {
  font-size: 18px;
  line-height: 1.5;
  color: #2a2443;
}
@media screen and (max-width: 450px) {
  .news-grid .grid .card .info .excerpt {
    font-size: 16px;
  }
}
.news-grid .grid .card .info .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
}
.news-grid .grid .card .info .icon svg path {
  fill: #876ea8;
}
.news-grid .grid .loadmore {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.news-grid .grid .loadmore .button {
  display: inline-block;
  text-align: center;
}

/*=======================================
            Single Article
========================================*/
.page-banner.article-banner {
  padding: 120px 0 150px;
}
@media (max-width: 1000px) {
  .page-banner.article-banner {
    padding: 80px 0 120px;
  }
}

.article-body {
  background-color: #ededed;
}
.article-body .contents {
  background-color: #fff;
  padding: 75px;
  position: relative;
  top: -75px;
  border-radius: 25px;
}
@media (max-width: 1000px) {
  .article-body .contents {
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .article-body .contents {
    padding: 30px;
  }
}
.article-body .text-container {
  font-size: 18px;
  line-height: 1.5;
  color: #2a2443;
}
@media (max-width: 450px) {
  .article-body .text-container {
    font-size: 16px;
  }
}
.article-body .text-container h1,
.article-body .text-container h2 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 600;
  color: #2a2443;
}
@media (max-width: 1000px) {
  .article-body .text-container h1,
  .article-body .text-container h2 {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .article-body .text-container h1,
  .article-body .text-container h2 {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  .article-body .text-container h1,
  .article-body .text-container h2 {
    font-size: 28px;
  }
}
.article-body .text-container h3,
.article-body .text-container h4 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
  color: #2a2443;
}
@media (max-width: 1000px) {
  .article-body .text-container h3,
  .article-body .text-container h4 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .article-body .text-container h3,
  .article-body .text-container h4 {
    font-size: 22px;
  }
}
.article-body .text-container ul li,
.article-body .text-container ol li {
  margin-bottom: 5px;
}
.article-body .text-container a {
  color: #876ea8;
  text-decoration: underline;
}
.article-body .text-container .gallery {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .article-body .text-container .gallery {
    margin-bottom: 60px;
  }
}
.article-body .text-container .gallery .slick-prev {
  left: -40px;
}
@media (max-width: 800px) {
  .article-body .text-container .gallery .slick-prev {
    left: -30px;
  }
}
@media (max-width: 600px) {
  .article-body .text-container .gallery .slick-prev {
    left: 0;
    bottom: -40px;
  }
}
.article-body .text-container .gallery .slick-next {
  right: -40px;
}
@media (max-width: 800px) {
  .article-body .text-container .gallery .slick-next {
    right: -30px;
  }
}
@media (max-width: 600px) {
  .article-body .text-container .gallery .slick-next {
    right: 0;
    bottom: -40px;
  }
}
.article-body .text-container .gallery .slick-prev,
.article-body .text-container .gallery .slick-next {
  width: 30px;
}
@media (max-width: 600px) {
  .article-body .text-container .gallery .slick-prev,
  .article-body .text-container .gallery .slick-next {
    top: auto;
  }
}
.article-body .text-container .gallery .slick-prev:before,
.article-body .text-container .gallery .slick-next:before {
  color: #876ea8;
  font-size: 30px;
}
.article-body .text-container .gallery br {
  display: none !important;
}
.article-body .text-container .gallery .slick-slide {
  height: 500px;
  margin: 0 10px !important;
}
@media (max-width: 1100px) {
  .article-body .text-container .gallery .slick-slide {
    height: 400px;
  }
}
@media (max-width: 900px) {
  .article-body .text-container .gallery .slick-slide {
    height: 350px;
  }
}
@media (max-width: 800px) {
  .article-body .text-container .gallery .slick-slide {
    height: auto;
  }
}
@media (max-width: 600px) {
  .article-body .text-container .gallery .slick-slide {
    margin: 0 !important;
  }
}
.article-body .text-container .gallery .slick-slide .gallery-icon {
  height: 100%;
  width: auto;
}
@media (max-width: 800px) {
  .article-body .text-container .gallery .slick-slide .gallery-icon {
    width: 100%;
    height: auto;
  }
}
.article-body .text-container .gallery .slick-slide img {
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  border: none !important;
}
@media (max-width: 800px) {
  .article-body .text-container .gallery .slick-slide img {
    width: 100%;
    height: auto;
  }
}
.article-body .text-container img {
  margin-bottom: 20px;
  border-radius: 5px;
  display: inline-block !important;
}
.article-body .tiled-gallery__gallery {
  margin-bottom: 30px;
}
.article-body .tiled-gallery__gallery .tiled-gallery__row {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
@media (max-width: 600px) {
  .article-body .tiled-gallery__gallery .tiled-gallery__row {
    flex-direction: column;
  }
}
.article-body .tiled-gallery__gallery .tiled-gallery__row .tiled-gallery__col {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 4px;
}
@media (max-width: 600px) {
  .article-body .tiled-gallery__gallery .tiled-gallery__row .tiled-gallery__col {
    width: 100%;
    flex-basis: 100% !important;
  }
}
.article-body .tiled-gallery__gallery .tiled-gallery__row img {
  border-radius: 5px;
  margin-bottom: 0;
}

/*=======================================
            News Navigation
========================================*/
.article-nav {
  padding-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .article-nav {
    padding: 50px 0;
  }
}
.article-nav .contents {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1360px) {
  .article-nav .contents {
    padding: 0 30px;
  }
}
@media screen and (max-width: 450px) {
  .article-nav .contents {
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
  }
  .article-nav .contents .button {
    margin-bottom: 10px;
  }
}

/*=======================================
            CTA Banner
========================================*/
.cta-banner {
  padding: 50px 0;
  background-color: #876ea8;
}
.cta-banner .contents {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .cta-banner .contents {
    justify-content: center;
  }
}
.cta-banner .contents.centered {
  justify-content: center;
}
.cta-banner .contents.centered .title {
  width: auto;
  margin-right: 20px;
}
@media (max-width: 800px) {
  .cta-banner .contents.centered .title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.cta-banner .contents .title {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  width: calc(100% - 300px);
}
@media (max-width: 800px) {
  .cta-banner .contents .title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cta-banner .contents .title {
    font-size: 20px;
  }
}
.cta-banner .contents .woo-button {
  font-size: 16px;
}

/*=======================================
            Testimonials
========================================*/
.testimonials {
  background-color: #ededed;
  color: #2a2443;
}
.testimonials .intro {
  text-align: center;
  margin-bottom: 50px;
}
.testimonials .intro .title {
  font-size: 40px;
  line-height: 1.3;
  color: #876ea8;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .testimonials .intro .title {
    font-size: 35px;
  }
}
.testimonials .intro .subtitle {
  font-size: 24px;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .testimonials .intro .subtitle {
    font-size: 20px;
  }
}
.testimonials .carousel-wrap {
  position: relative;
  padding: 0 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .testimonials .carousel-wrap {
    padding: 0;
  }
}
.testimonials .carousel .card {
  padding: 0 50px;
}
@media screen and (max-width: 800px) {
  .testimonials .carousel .card {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .testimonials .carousel .card {
    padding: 0;
  }
}
.testimonials .carousel .card .quote {
  position: relative;
  padding-bottom: 30px;
}
.testimonials .carousel .card .quote .text-container {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.96px;
  text-align: center;
}
.testimonials .carousel .card .quote .text-container p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .testimonials .carousel .card .quote .text-container {
    font-size: 20px;
    line-height: 1.5;
  }
}
.testimonials .carousel .card .meta {
  width: 100%;
}
.testimonials .carousel .card .meta .info {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 800px) {
  .testimonials .carousel .card .meta .info {
    font-size: 18px;
  }
}
.testimonials .carousel .card .meta .logo {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .testimonials .carousel .card .meta .logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .testimonials .arrows {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}
.testimonials .nav-arrow {
  width: 35px;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 17px);
}
@media screen and (max-width: 1200px) {
  .testimonials .nav-arrow {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .testimonials .nav-arrow {
    position: static;
    margin: 0 10px;
  }
}
.testimonials .nav-arrow svg path {
  transition: all 0.3s ease-in-out;
  fill: #876ea8;
}
.testimonials .nav-arrow.prev {
  transform: rotate(180deg);
  left: 0;
}
.testimonials .nav-arrow.next {
  right: 0;
}

/*=======================================
            Testimonials
========================================*/
.image-carousel {
  background-color: #ededed;
  color: #2a2443;
}
.image-carousel .intro {
  text-align: center;
  margin-bottom: 50px;
}
.image-carousel .intro .title {
  font-size: 40px;
  line-height: 1.3;
  color: #876ea8;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .image-carousel .intro .title {
    font-size: 35px;
  }
}
.image-carousel .intro .subtitle {
  font-size: 24px;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .image-carousel .intro .subtitle {
    font-size: 20px;
  }
}
.image-carousel .carousel-wrap {
  position: relative;
  padding: 0 60px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .image-carousel .carousel-wrap {
    padding: 0;
  }
}
.image-carousel .carousel .slick-list {
  margin: 0 -15px;
}
.image-carousel .carousel .slick-slide {
  margin: 0 15px;
}
@media screen and (max-width: 600px) {
  .image-carousel .arrows {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}
.image-carousel .nav-arrow {
  width: 35px;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 17px);
}
@media screen and (max-width: 1200px) {
  .image-carousel .nav-arrow {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .image-carousel .nav-arrow {
    position: static;
    margin: 0 10px;
  }
}
.image-carousel .nav-arrow svg path {
  transition: all 0.3s ease-in-out;
  fill: #876ea8;
}
.image-carousel .nav-arrow.prev {
  transform: rotate(180deg);
  left: 0;
}
.image-carousel .nav-arrow.next {
  right: 0;
}

/*=======================================
            Search Results
========================================*/
.search-res {
  background-color: #fff !important;
}
.search-res .section-title {
  font-size: 40px;
  font-weight: 600;
  color: #876ea8;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .search-res .section-title {
    font-size: 34px;
  }
}

/*=======================================
        Category Archives
========================================*/
.products-grid {
  padding: 75px 0;
  overflow: hidden;
  position: relative;
  background-color: #ededed;
  /*=======================================
              Main
  ========================================*/
}
@media screen and (max-width: 1000px) {
  .products-grid {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .products-grid {
    padding: 30px 0;
  }
}
.products-grid .main {
  /*=======================================
              Products
  ========================================*/
}
.products-grid .main .products {
  width: calc(100% + 24px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: unset;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media screen and (max-width: 600px) {
  .products-grid .main .products {
    margin: 0;
    width: 100%;
  }
}
.products-grid .main .products .product {
  width: calc(33.3333333333% - 24px) !important;
  margin: 0 12px 50px !important;
  float: none !important;
  background-color: #ffffff;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .products-grid .main .products .product {
    width: calc(50% - 24px) !important;
  }
}
@media screen and (max-width: 600px) {
  .products-grid .main .products .product {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}
.products-grid .main .products .product .image {
  position: relative;
}
.products-grid .main .products .product .image .onsale {
  display: none;
}
.products-grid .main .products .product .image .cover {
  z-index: 5;
}
.products-grid .main .products .product .image .badge {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  color: #ffffff;
  transform: rotate(45deg);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.products-grid .main .products .product .image .badge.sale {
  background-color: #000000;
}
.products-grid .main .products .product .image .badge.new {
  background-color: #000000;
}
.products-grid .main .products .product .image .badge span {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transform: rotate(-45deg);
}
.products-grid .main .products .product .prod-main {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #2a2443;
  padding: 30px;
}
.products-grid .main .products .product .prod-main .title-link {
  color: #2a2443;
  text-decoration: none;
}
.products-grid .main .products .product .prod-main .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 8px;
  font-weight: 600;
  color: #876ea8;
  padding: 0;
}
.products-grid .main .products .product .prod-main .attr {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
}
.products-grid .main .products .product .prod-main .price {
  color: #2a2443;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.products-grid .main .products .product .prod-main .price .amount {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.products-grid .main .products .product .prod-main .price .woocommerce-price-suffix {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.2px;
}
.products-grid .main .products .product .prod-main .price .woocommerce-price-suffix .amount {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.2px;
}
.products-grid .main .products .product .prod-main .links {
  margin-top: 10px;
  justify-content: space-between;
  align-items: flex-start;
}
.products-grid .main .products .product .prod-main .links button[type=submit] {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 40px;
  padding: 15px 40px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background-color: #876ea8;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .products-grid .main .products .product .prod-main .links button[type=submit] {
    width: 100%;
  }
  .products-grid .main .products .product .prod-main .links button[type=submit]:first-of-type {
    margin-bottom: 6px;
  }
}
.products-grid .main .products .product .prod-main .links button[type=submit]:hover {
  opacity: 0.8;
}
.products-grid .main .products .product .prod-main .links button[type=submit].outofstock {
  background-color: #000000;
  cursor: not-allowed !important;
}
@media screen and (max-width: 1200px) {
  .products-grid .main .products .product .prod-main .links button[type=submit] {
    font-size: 16px;
    padding: 14px 10px;
  }
}
.products-grid .main .products .product .prod-main .links form.cart {
  width: 100%;
}
.products-grid .main .products .product .prod-main .links .added_to_cart {
  margin-top: 0;
  width: calc(50% - 3px);
  padding: 14px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background-color: #000000;
  color: #fff;
  border-radius: 0;
}
.products-grid .main .products .product .prod-main .quantity {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: unset;
}
.products-grid .main .products .product .prod-main .quantity .button {
  margin-top: 0;
  background-color: #876ea8;
  color: #fff;
  font-weight: 600;
  border-radius: 20px 0 0 20px;
  padding: 0 11px 0 15px;
}
.products-grid .main .products .product .prod-main .quantity .button.plus {
  border-radius: 0 20px 20px 0;
  padding: 0 15px 0 11px;
}
.products-grid .main .products .product .prod-main .quantity .qty {
  margin: 0;
  border: 0;
  font-weight: 600;
  color: #2a2443;
  width: 45px;
}
.products-grid .main .woocommerce-pagination {
  margin: 0 0 0 auto;
  text-align: right;
}
.products-grid .main .woocommerce-pagination ul {
  border: none;
}
.products-grid .main .woocommerce-pagination ul::before {
  content: "Show Page";
  display: block;
  float: left;
  margin: 8px 10px 0 0;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}
.products-grid .main .woocommerce-pagination ul li {
  margin-right: 5px;
  border: none !important;
}
.products-grid .main .woocommerce-pagination ul li span,
.products-grid .main .woocommerce-pagination ul li a {
  border: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #ffffff !important;
  background-color: transparent !important;
}
.products-grid .main .woocommerce-pagination ul li span:before,
.products-grid .main .woocommerce-pagination ul li a:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #000000;
  transform: rotate(45deg);
  position: absolute;
  z-index: -1;
}
.products-grid .main .woocommerce-pagination ul li span.current:before,
.products-grid .main .woocommerce-pagination ul li a.current:before {
  background-color: #000000;
}
.products-grid .main .woocommerce-pagination ul li span.dots, .products-grid .main .woocommerce-pagination ul li span.prev, .products-grid .main .woocommerce-pagination ul li span.next,
.products-grid .main .woocommerce-pagination ul li a.dots,
.products-grid .main .woocommerce-pagination ul li a.prev,
.products-grid .main .woocommerce-pagination ul li a.next {
  border: none;
  background-color: transparent !important;
  width: auto;
  color: #000000 !important;
  position: relative;
  font-size: 20px;
  top: -2px;
}
.products-grid .main .woocommerce-pagination ul li span.dots:before, .products-grid .main .woocommerce-pagination ul li span.prev:before, .products-grid .main .woocommerce-pagination ul li span.next:before,
.products-grid .main .woocommerce-pagination ul li a.dots:before,
.products-grid .main .woocommerce-pagination ul li a.prev:before,
.products-grid .main .woocommerce-pagination ul li a.next:before {
  display: none;
}
.products-grid .main .woocommerce-pagination ul li span.next,
.products-grid .main .woocommerce-pagination ul li a.next {
  padding-right: 0;
}
.products-grid .main .woocommerce-pagination ul li span:hover,
.products-grid .main .woocommerce-pagination ul li a:hover {
  background-color: #000000;
}

/*=======================================
            Custom Checkboxes
========================================*/
.woo-theme .woof_checkbox_label {
  margin-left: 0 !important;
}
.woo-theme .woof input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.woo-theme .woof input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.woo-theme .woof input[type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #000000;
}
.woo-theme .woof input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.woo-theme .woof input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.woo-theme .woof input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  background: #000000;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #000000, 4px 0 0 #000000, 4px -2px 0 #000000, 4px -4px 0 #000000, 4px -6px 0 #000000, 4px -8px 0 #000000;
  transform: rotate(45deg);
}

/*=======================================
            Single Product
========================================*/
.single-product {
  background-color: #ededed;
  /*=======================================
              Back Link
  ========================================*/
  /*=======================================
              Gallery
  ========================================*/
  /*=======================================
              Gallery Modal
  ========================================*/
  /*=======================================
              Spec Box
  ========================================*/
  /*=======================================
              Main Info
  ========================================*/
}
.single-product .single-prod {
  padding: 50px 0;
}
@media screen and (max-width: 1050px) {
  .single-product .single-prod {
    padding: 30px 0;
  }
}
.single-product #main .woocommerce-breadcrumb {
  display: none;
}
.single-product .product-top {
  align-items: flex-start;
}
.single-product .product-top .left-col {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1050px) {
  .single-product .product-top .left-col {
    width: 100%;
  }
}
.single-product .product-top .right-col {
  width: 50%;
}
@media screen and (max-width: 1050px) {
  .single-product .product-top .right-col {
    width: 100%;
  }
}
.single-product .product-top .top-mobile {
  display: none;
}
@media screen and (max-width: 1050px) {
  .single-product .product-top .top-mobile {
    display: block;
  }
}
.single-product .product-top .cards-bottom {
  display: none;
}
@media screen and (max-width: 1050px) {
  .single-product .product-top .cards-bottom {
    display: block;
  }
}
@media screen and (max-width: 1050px) {
  .single-product .left-col .help,
  .single-product .left-col .bespoke {
    display: none;
  }
  .single-product .right-col .main-info {
    margin-top: 20px;
  }
  .single-product .right-col .main-info .breadcrumb,
  .single-product .right-col .main-info .product_title {
    display: none !important;
  }
}
.single-product .back-link {
  margin-bottom: 20px;
}
.single-product .woo-gallery {
  width: 100%;
  position: relative;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1050px) {
  .single-product .woo-gallery {
    box-shadow: none;
  }
}
.single-product .woo-gallery .slick-slide {
  background-color: #ededed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.single-product .woo-gallery .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.single-product .woo-gallery .arrows .arrow {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 25px);
  cursor: pointer;
}
.single-product .woo-gallery .arrows .arrow.prev {
  left: 0;
}
.single-product .woo-gallery .arrows .arrow.prev svg {
  transform: rotate(180deg);
}
.single-product .woo-gallery .arrows .arrow.next {
  right: 0;
}
.single-product .woo-gallery .arrows .arrow svg {
  width: 14px;
  height: auto;
}
.single-product .woo-gallery .arrows .arrow svg path {
  fill: #000000;
}
.single-product .woo-gallery .view-all {
  background-color: #ffffff;
  padding: 5px 15px;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 78px);
  cursor: pointer;
  pointer-events: none;
  z-index: 5;
  align-items: center;
}
.single-product .woo-gallery .view-all span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  margin-right: 15px;
}
.single-product .woo-gallery .view-all svg {
  width: 16px;
  height: auto;
}
.single-product .woo-gallery .view-all svg path {
  fill: #000000;
}
.single-product .fr-overlay-background {
  background-color: #000000;
  opacity: 1;
}
.single-product .fr-thumbnail-wrapper,
.single-product .fr-window-skin-fresco .fr-content-background {
  background-color: #ffffff;
}
.single-product .fr-close {
  width: 50px;
  height: 50px;
  top: 20px;
  right: 20px;
}
.single-product .fr-close .fr-close-background {
  width: 50px;
  height: 50px;
  inset: 0 !important;
  border-radius: 100%;
  background-color: #ffffff !important;
}
.single-product .fr-position-outside {
  display: none !important;
}
.single-product .fr-window-skin-fresco .fr-close .fr-close-icon {
  background: none;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 12px;
}
.single-product .fr-window-skin-fresco .fr-close .fr-close-icon:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.single-product .product-box-spec {
  padding: 50px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .single-product .product-box-spec {
    padding: 30px;
  }
}
.single-product .product-box-spec .title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .single-product .product-box-spec .title {
    font-size: 20px;
  }
}
.single-product .product-box-spec .woo-button {
  font-size: 16px;
}
.single-product .main-info {
  display: flex;
  flex-direction: column;
  color: #2a2443;
}
.single-product .main-info .product_title {
  order: 1;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  color: #876ea8;
}
@media screen and (max-width: 1300px) {
  .single-product .main-info .product_title {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .single-product .main-info .product_title {
    font-size: 34px;
  }
}
.single-product .main-info .price {
  order: 3;
  color: #2a2443 !important;
  margin-bottom: 20px;
}
.single-product .main-info .price .amount {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.single-product .main-info .price .woocommerce-price-suffix,
.single-product .main-info .price .woocommerce-price-suffix span {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1;
}
.single-product .main-info .prod-meta {
  order: 4;
  margin-bottom: 25px;
}
.single-product .main-info .prod-meta .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #2a2443;
  padding: 8px 15px;
  margin-bottom: 5px;
}
.single-product .main-info .prod-meta .item strong {
  font-weight: 600;
  display: inline-block;
  width: 200px;
}
.single-product .main-info .prod-meta .item span {
  display: inline-block;
  width: calc(100% - 200px);
}
.single-product .main-info .woocommerce-product-details__short-description {
  order: 5;
  color: #2a2443;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 25px;
}
.single-product .main-info .woocommerce-product-details__short-description p {
  margin-bottom: 20px;
}
.single-product .main-info .woocommerce-product-details__short-description a {
  color: #876ea8;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .single-product .main-info .woocommerce-product-details__short-description {
    font-size: 18px;
  }
}
.single-product .main-info table.variations {
  display: block;
}
.single-product .main-info table.variations tbody {
  display: block;
}
.single-product .main-info table.variations tbody tr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.single-product .main-info table.variations tbody th.label {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 7px;
  text-align: left;
}
.single-product .main-info table.variations tbody td.value {
  width: 100%;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.single-product .main-info table.variations tbody td.value .nice-select {
  background-color: #ffffff;
  border-radius: 0;
  color: #000000;
  width: calc(100% - 70px);
  font-size: 20px;
  padding: 17px 50px 17px 15px;
  height: auto;
  line-height: 1;
  font-size: 18px;
  outline: none !important;
  position: relative;
  border: none;
}
@media (max-width: 600px) {
  .single-product .main-info table.variations tbody td.value .nice-select {
    width: 100%;
  }
}
.single-product .main-info table.variations tbody td.value .nice-select .list {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}
.single-product .main-info table.variations tbody td.value .nice-select:before {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000000;
  z-index: 5;
}
.single-product .main-info table.variations tbody td.value .nice-select:after {
  z-index: 6;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  top: calc(50% - 2px);
  right: 21px;
}
.single-product .main-info table.variations tbody td.value .reset_variations {
  width: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 600px) {
  .single-product .main-info table.variations tbody td.value .reset_variations {
    display: none !important;
  }
}
.single-product .main-info .single_variation_wrap {
  width: 100%;
}
.single-product .main-info .single_variation_wrap .price {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.single-product .main-info .single_variation_wrap .price:before {
  content: "Unit price:";
  font-weight: 600;
  margin-right: 10px;
}
.single-product .main-info .single_variation_wrap .price .amount {
  font-size: 18px;
}
.single-product .main-info .single_variation_wrap .price .amount bdi {
  font-weight: 600;
}
.single-product .main-info .single_variation_wrap .price .woocommerce-price-suffix {
  font-size: 16px;
}
.single-product .main-info .single_variation_wrap .woocommerce-variation-availability p {
  color: #ffffff;
  font-size: 18px;
}
.single-product .main-info .quantity {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: unset;
  margin-right: 10px !important;
}
.single-product .main-info .quantity .button {
  margin-top: 0;
  background-color: #876ea8;
  color: #fff;
  font-weight: 600;
  border-radius: 20px 0 0 20px;
  padding: 0 11px 0 15px;
}
.single-product .main-info .quantity .button.plus {
  border-radius: 0 20px 20px 0;
  padding: 0 15px 0 11px;
}
.single-product .main-info .quantity .qty {
  margin: 0;
  border: 0;
  font-weight: 600;
  color: #2a2443;
  width: 45px;
}
.single-product .main-info form.cart {
  background-color: #ffffff;
  padding: 30px;
  order: 7;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px !important;
}
@media (max-width: 600px) {
  .single-product .main-info form.cart {
    width: 100vw;
    margin: 0 -30px;
  }
}
@media (max-width: 450px) {
  .single-product .main-info form.cart {
    width: 100vw;
    margin: 0 -15px;
    padding: 20px;
  }
}
.single-product .main-info form.cart .single_add_to_cart_button {
  margin: 0 !important;
  background-color: #876ea8 !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 30px !important;
  text-align: center;
  border-radius: 0;
  height: auto !important;
  outline: none !important;
  border-radius: 40px;
}
@media screen and (max-width: 450px) {
  .single-product .main-info form.cart .single_add_to_cart_button {
    font-size: 18px;
    padding: 20px;
  }
}
.single-product .main-info form.cart .single_add_to_cart_button:hover {
  background-color: #2a2443 !important;
}
.single-product .main-info form.cart .single_add_to_cart_button.disabled {
  background-color: #ededed !important;
}
.single-product .main-info .woocommerce-variation-add-to-cart {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: unset;
  flex-wrap: nowrap;
}
.single-product .main-info .woocommerce-variation-add-to-cart .qib-container {
  width: 170px;
}
@media (max-width: 600px) {
  .single-product .main-info .woocommerce-variation-add-to-cart .qib-container {
    width: 130px;
  }
}
.single-product .main-info .woocommerce-variation-add-to-cart .qib-container .qib-button:not(#qib_id):not(#qib_id) {
  height: 100%;
  border: none;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}
.single-product .main-info .woocommerce-variation-add-to-cart .qib-container .quantity,
.single-product .main-info .woocommerce-variation-add-to-cart .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  height: 100%;
}
.single-product .main-info .woocommerce-variation-add-to-cart .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  background-color: #ffffff;
  color: #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 100px;
  outline: none !important;
  border-width: 1px !important;
}
@media (max-width: 600px) {
  .single-product .main-info .woocommerce-variation-add-to-cart .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    width: 60px;
  }
}
.single-product .main-info .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  width: calc(100% - 170px);
  margin: 0 !important;
  background-color: #000000 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 30px !important;
  text-align: center;
  border-radius: 0;
  height: auto !important;
  outline: none !important;
}
@media (max-width: 600px) {
  .single-product .main-info .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 450px) {
  .single-product .main-info .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    font-size: 18px;
    padding: 20px;
  }
}
.single-product .main-info .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background-color: #000000 !important;
}
.single-product .main-info .woocommerce-variation-add-to-cart .single_add_to_cart_button.disabled {
  background-color: #000000 !important;
}
.single-product .main-info .woocommerce-variation-add-to-cart .single_add_to_cart_button span {
  margin-left: 25px;
}
.single-product .main-info .product-accordion {
  order: 9;
}
@media (max-width: 600px) {
  .single-product .main-info .product-accordion {
    margin-top: 20px;
  }
}
.single-product .main-info .product-accordion .item {
  position: relative;
  padding: 15px 15px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.single-product .main-info .product-accordion .item .top {
  align-items: center;
  cursor: pointer;
}
.single-product .main-info .product-accordion .item .top .title {
  font-size: 20px;
  line-height: 1.2;
  color: #876ea8;
  width: calc(100% - 30px);
  font-weight: 600;
}
.single-product .main-info .product-accordion .item .top svg {
  width: 15px;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .single-product .main-info .product-accordion .item .top svg {
    width: 12px;
  }
}
@media (max-width: 450px) {
  .single-product .main-info .product-accordion .item .top svg {
    width: 9px;
  }
}
.single-product .main-info .product-accordion .item .top svg path {
  fill: #876ea8;
}
.single-product .main-info .product-accordion .item.open .top svg {
  transform: rotate(270deg);
}
.single-product .main-info .product-accordion .item .main {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 30px;
  color: #2a2443;
  display: none;
}
@media (max-width: 450px) {
  .single-product .main-info .product-accordion .item .main {
    font-size: 16px;
  }
}
.single-product .main-info .product-accordion .item .main ul {
  list-style-type: none;
}
.single-product .main-info .product-accordion .item .main li {
  margin-bottom: 10px;
  position: relative;
}
.single-product .main-info .product-accordion .item .main li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #876ea8;
  transform: rotate(45deg);
  position: absolute;
  left: -20px;
  top: 6px;
}
.single-product .main-info .product-accordion .item .main a {
  color: #876ea8;
  text-decoration: underline;
}
.single-product .main-info .product-accordion .item.downloads .download-link,
.single-product .main-info .product-accordion .item.vids .download-link {
  position: relative;
  background-color: #ededed;
  padding: 15px;
  margin-bottom: 5px;
  align-items: center;
}
.single-product .main-info .product-accordion .item.downloads .download-link p,
.single-product .main-info .product-accordion .item.vids .download-link p {
  width: calc(100% - 40px);
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #876ea8;
  margin-bottom: 0;
}
@media (max-width: 450px) {
  .single-product .main-info .product-accordion .item.downloads .download-link p,
  .single-product .main-info .product-accordion .item.vids .download-link p {
    font-size: 16px;
  }
}
.single-product .main-info .product-accordion .item.downloads .download-link svg,
.single-product .main-info .product-accordion .item.vids .download-link svg {
  width: 20px;
  height: auto;
}
.single-product .main-info .product-accordion .item.downloads .download-link svg path,
.single-product .main-info .product-accordion .item.vids .download-link svg path {
  fill: #876ea8;
}
.single-product .main-info .product-accordion .item.vids .download-link svg {
  width: 30px;
}

/*=======================================
            Related Products
========================================*/
.products-grid .related-title {
  font-size: 40px;
  line-height: 1.3;
  color: #876ea8;
  font-weight: 600;
  margin: 0 -12px 20px;
}
@media (max-width: 600px) {
  .products-grid .related-title {
    font-size: 30px;
    margin: 0 0 20px;
  }
}

/*=======================================
            Basket Page
========================================*/
.basket-wrap {
  padding: 50px 0;
  background-color: #ededed;
}
.basket-wrap .cart-collaterals {
  display: block;
}
@media screen and (max-width: 1200px) {
  .basket-wrap .cart-collaterals {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1200px) {
  .basket-wrap .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
  }
}
.basket-wrap .cart-collaterals .cross-sells h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
  color: #876ea8;
}
.basket-wrap .cart-collaterals .cross-sells .products {
  width: calc(100% + 24px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: unset;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media screen and (max-width: 600px) {
  .basket-wrap .cart-collaterals .cross-sells .products {
    margin: 0;
    width: 100%;
  }
}
.basket-wrap .cart-collaterals .cross-sells .products .product {
  width: calc(50% - 24px) !important;
  margin: 0 12px 50px !important;
  float: none !important;
  background-color: #ffffff;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .basket-wrap .cart-collaterals .cross-sells .products .product {
    width: calc(33.3333333333% - 24px) !important;
  }
}
@media screen and (max-width: 1000px) {
  .basket-wrap .cart-collaterals .cross-sells .products .product {
    width: calc(50% - 24px) !important;
  }
}
@media screen and (max-width: 600px) {
  .basket-wrap .cart-collaterals .cross-sells .products .product {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}
.basket-wrap .cart-collaterals .cross-sells .products .product .image {
  position: relative;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .image .onsale {
  display: none;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .image .cover {
  z-index: 5;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .image .badge {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  color: #ffffff;
  transform: rotate(45deg);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .image .badge.sale {
  background-color: #000000;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .image .badge.new {
  background-color: #000000;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .image .badge span {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transform: rotate(-45deg);
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #2a2443;
  padding: 30px;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .title-link {
  color: #2a2443;
  text-decoration: none;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 8px;
  font-weight: 600;
  color: #876ea8;
  padding: 0;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .attr {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .price {
  color: #2a2443;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .price .amount {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .price .woocommerce-price-suffix {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.2px;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .price .woocommerce-price-suffix .amount {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.2px;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .links {
  margin-top: 10px;
  justify-content: space-between;
  align-items: flex-start;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .links button[type=submit] {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 40px;
  padding: 15px 40px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background-color: #876ea8;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .links button[type=submit] {
    width: 100%;
  }
  .basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .links button[type=submit]:first-of-type {
    margin-bottom: 6px;
  }
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .links button[type=submit]:hover {
  opacity: 0.8;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .links button[type=submit].outofstock {
  background-color: #000000;
  cursor: not-allowed !important;
}
@media screen and (max-width: 1200px) {
  .basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .links button[type=submit] {
    font-size: 16px;
    padding: 14px 10px;
  }
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .links form.cart {
  width: 100%;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .links .added_to_cart {
  margin-top: 0;
  width: calc(50% - 3px);
  padding: 14px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background-color: #000000;
  color: #fff;
  border-radius: 0;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .quantity {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: unset;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .quantity .button {
  margin-top: 0;
  background-color: #876ea8;
  color: #fff;
  font-weight: 600;
  border-radius: 20px 0 0 20px;
  padding: 0 11px 0 15px;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .quantity .button.plus {
  border-radius: 0 20px 20px 0;
  padding: 0 15px 0 11px;
}
.basket-wrap .cart-collaterals .cross-sells .products .product .prod-main .quantity .qty {
  margin: 0;
  border: 0;
  font-weight: 600;
  color: #2a2443;
  width: 45px;
}
.basket-wrap .cart-collaterals .cart_totals {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .basket-wrap .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
  }
}
.basket-wrap .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
  color: #876ea8;
}
.basket-wrap .cart-collaterals .cart_totals .checkout-button {
  width: 100%;
  margin-top: 15px;
  background-color: #876ea8 !important;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  padding: 20px 30px;
  text-align: center;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}
.basket-wrap .cart-collaterals .cart_totals .checkout-button:hover {
  opacity: 0.9;
}
@media (max-width: 600px) {
  .basket-wrap .cart-collaterals .cart_totals .checkout-button {
    font-size: 20px;
  }
}
.basket-wrap .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr {
  margin-bottom: 0;
}
.basket-wrap .return-to-shop {
  display: none;
}
.basket-wrap .woocommerce-shipping-calculator {
  display: none !important;
}

/*=======================================
            Shop Tables
========================================*/
.woo-theme .woocommerce .shop_table {
  border: none;
  color: #2a2443;
}
@media screen and (max-width: 768px) {
  .woo-theme .woocommerce .shop_table.shop_table_responsive tr {
    margin-bottom: 20px;
  }
}
.woo-theme .woocommerce .shop_table thead tr th {
  background-color: #ffffff;
  border: none;
  color: #2a2443;
}
.woo-theme .woocommerce .shop_table tbody tr td,
.woo-theme .woocommerce .shop_table tbody tr th,
.woo-theme .woocommerce .shop_table tfoot tr td,
.woo-theme .woocommerce .shop_table tfoot tr th {
  border-top: 5px solid #ededed;
  background-color: #ffffff;
}
.woo-theme .woocommerce .shop_table tbody tr.cart_item td,
.woo-theme .woocommerce .shop_table tbody tr.cart_item th,
.woo-theme .woocommerce .shop_table tfoot tr.cart_item td,
.woo-theme .woocommerce .shop_table tfoot tr.cart_item th {
  border-top: 5px solid #ededed;
}
.woo-theme .woocommerce .shop_table .product-remove {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .woo-theme .woocommerce .shop_table .product-remove a.remove {
    width: 100%;
    height: auto;
    text-align: right;
    border-radius: 0;
    background-color: transparent !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.woo-theme .woocommerce .shop_table .product-remove a.remove .remove-label {
  position: static;
  font-size: 14px;
  line-height: 1;
  color: #2a2443;
  vertical-align: middle;
  display: none;
}
@media screen and (max-width: 768px) {
  .woo-theme .woocommerce .shop_table .product-remove a.remove .remove-label {
    display: inline-block;
  }
}
.woo-theme .woocommerce .shop_table .product-remove a.remove .icon {
  color: #2a2443 !important;
  font-size: 25px;
  height: 25px;
  width: 24px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
  border-radius: 100%;
}
.woo-theme .woocommerce .shop_table .product-remove a.remove .icon:hover {
  color: #ffffff !important;
  background-color: #2a2443;
}
.woo-theme .woocommerce .shop_table td.product-thumbnail img {
  width: 75px;
}
.woo-theme .woocommerce .shop_table td.product-name .suffix {
  font-size: 14px;
  font-style: italic;
  display: block;
  line-height: 1;
}
.woo-theme .woocommerce .shop_table td.product-name a {
  color: #2a2443;
  text-decoration: none;
}
.woo-theme .woocommerce .shop_table td.product-name a:hover {
  text-decoration: underline;
}
.woo-theme .woocommerce .shop_table td.product-quantity .quantity {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: unset;
}
@media (max-width: 768px) {
  .woo-theme .woocommerce .shop_table td.product-quantity .quantity {
    justify-content: flex-end;
  }
}
.woo-theme .woocommerce .shop_table td.product-quantity .quantity .button {
  margin-top: 0;
  background-color: #876ea8;
  color: #fff;
  font-weight: 600;
  border-radius: 20px 0 0 20px;
  padding: 0 11px 0 15px;
}
.woo-theme .woocommerce .shop_table td.product-quantity .quantity .button.plus {
  border-radius: 0 20px 20px 0;
  padding: 0 15px 0 11px;
}
.woo-theme .woocommerce .shop_table td.product-quantity .quantity .qty {
  margin: 0;
  border: 0;
  font-weight: 600;
  color: #2a2443;
  width: 45px;
}
.woo-theme .woocommerce .shop_table .coupon #coupon_code {
  border: none;
  background-color: #ededed;
  font-size: 16px;
  width: 300px;
  margin-right: 5px;
  padding: 9px;
}
@media screen and (max-width: 768px) {
  .woo-theme .woocommerce .shop_table .coupon #coupon_code {
    width: 48%;
  }
}
.woo-theme .woocommerce .shop_table button.button {
  background-color: #876ea8;
  outline: none;
  border-radius: 40px;
  padding: 13px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.woo-theme .woocommerce .shop_table button.button:hover {
  background-color: #2a2443;
  color: #ffffff;
}

/*=======================================
            Woo Messages
========================================*/
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ffffff !important;
  color: #2a2443 !important;
  border-color: #2a2443 !important;
}
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before {
  width: 25px;
  height: auto;
  color: #2a2443;
}
.woocommerce-page .woocommerce-message a:not(.button),
.woocommerce-page .woocommerce-info a:not(.button),
.woocommerce-page .woocommerce-error a:not(.button) {
  font-size: 16px;
  color: #2a2443;
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .woocommerce-page .woocommerce-message a:not(.button),
  .woocommerce-page .woocommerce-info a:not(.button),
  .woocommerce-page .woocommerce-error a:not(.button) {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button {
  display: none !important;
}

/*=======================================
            Woo Toggle Notices
========================================*/
.wc-block-components-notice-banner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff !important;
  color: #2a2443 !important;
  border-color: #2a2443 !important;
}
.wc-block-components-notice-banner svg {
  width: 25px;
  height: auto;
  background-color: #2a2443 !important;
}
.wc-block-components-notice-banner svg path {
  fill: #2a2443;
}
.wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  font-size: 16px;
  color: #2a2443;
}
.wc-block-components-notice-banner .wc-block-components-notice-banner__content a:not(.button) {
  color: #2a2443;
  text-decoration: underline;
}

/*=======================================
        Checkout Coupon Toggle
========================================*/
.woocommerce-form-coupon-toggle .woocommerce-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ffffff !important;
  color: #2a2443 !important;
  border-color: #2a2443 !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  width: 25px;
  height: auto;
  color: #2a2443;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  font-size: 16px;
  color: #2a2443;
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .woocommerce-form-coupon-toggle .woocommerce-info a {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}

/*=======================================
            Checkout Page
========================================*/
.checkout-wrap {
  padding: 50px 0;
  background-color: #ededed;
}
.checkout-wrap .woocommerce-form-login {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ffffff !important;
  color: #2a2443 !important;
  border: none !important;
  border-radius: 0 !important;
}
.checkout-wrap .woocommerce-form-login p:first-of-type {
  width: 100%;
  margin-bottom: 10px;
}
.checkout-wrap .woocommerce-form-login .form-row {
  width: 48%;
  padding: 0;
}
.checkout-wrap .woocommerce-form-login .form-row input[type=text],
.checkout-wrap .woocommerce-form-login .form-row input[type=password] {
  border: none;
  background-color: #2a2443;
  font-size: 16px;
  padding: 11px;
}
.checkout-wrap .woocommerce-form-login .form-row button.button {
  border: 1px solid #2a2443;
  background-color: #2a2443;
  outline: none;
  border-radius: 0;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  min-width: 300px;
  text-align: center;
}
.checkout-wrap .woocommerce-form-login .form-row button.button:hover {
  opacity: 0.9;
}
.checkout-wrap .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  display: none;
}
.checkout-wrap .woocommerce-form-login .lost_password {
  display: none;
}
.checkout-wrap .woocommerce-form-coupon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ffffff !important;
  color: #2a2443 !important;
  border: none !important;
  border-radius: 0 !important;
}
.checkout-wrap .woocommerce-form-coupon p:first-of-type {
  width: 100%;
  margin-bottom: 10px;
}
.checkout-wrap .woocommerce-form-coupon .form-row {
  width: 50%;
  padding: 0;
}
.checkout-wrap .woocommerce-form-coupon .form-row input[type=text] {
  border: none;
  background-color: #ededed;
  font-size: 16px;
  padding: 11px;
}
.checkout-wrap .woocommerce-form-coupon .form-row button.button {
  background-color: #876ea8;
  outline: none;
  border-radius: 40px;
  padding: 13px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.checkout-wrap .woocommerce-form-coupon .form-row button.button:hover {
  background-color: #2a2443;
  color: #ffffff;
}
.checkout-wrap form.woocommerce-checkout {
  overflow: hidden;
  margin-top: 40px;
}
.checkout-wrap form.woocommerce-checkout #customer_details {
  width: 48%;
  float: left;
}
@media screen and (max-width: 1000px) {
  .checkout-wrap form.woocommerce-checkout #customer_details {
    width: 100%;
    float: none;
  }
}
.checkout-wrap form.woocommerce-checkout #order_review_heading,
.checkout-wrap form.woocommerce-checkout #order_review {
  width: 48%;
  float: right;
}
@media screen and (max-width: 1000px) {
  .checkout-wrap form.woocommerce-checkout #order_review_heading,
  .checkout-wrap form.woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
}
.checkout-wrap form.woocommerce-checkout h3:not(#ship-to-different-address) {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 30px;
  color: #876ea8;
}
.checkout-wrap form.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: none !important;
}
.checkout-wrap form.woocommerce-checkout #customer_details .col-1,
.checkout-wrap form.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  float: none;
}
.checkout-wrap form.woocommerce-checkout #customer_details .form-row {
  padding: 0;
  margin-bottom: 20px;
}
.checkout-wrap form.woocommerce-checkout #customer_details .form-row label {
  line-height: 1.2;
  padding-bottom: 5px;
  font-weight: 600;
  color: #2a2443 !important;
}
.checkout-wrap form.woocommerce-checkout #customer_details .form-row input[type=text],
.checkout-wrap form.woocommerce-checkout #customer_details .form-row input[type=email],
.checkout-wrap form.woocommerce-checkout #customer_details .form-row input[type=tel],
.checkout-wrap form.woocommerce-checkout #customer_details .form-row input[type=password],
.checkout-wrap form.woocommerce-checkout #customer_details .form-row textarea {
  border: none;
  background-color: #ffffff;
  font-size: 16px;
  padding: 11px;
  resize: none;
  color: #2a2443;
}
.checkout-wrap form.woocommerce-checkout #customer_details #ship-to-different-address {
  margin-bottom: 15px;
}
.checkout-wrap form.woocommerce-checkout #customer_details label.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.checkout-wrap form.woocommerce-checkout #customer_details label.checkbox input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 600;
  color: #2a2443;
}
.checkout-wrap form.woocommerce-checkout #customer_details label.checkbox input[type=checkbox] + span:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #2a2443;
}
.checkout-wrap form.woocommerce-checkout #customer_details label.checkbox input[type=checkbox]:disabled + span {
  color: #b8b8b8;
  cursor: auto;
}
.checkout-wrap form.woocommerce-checkout #customer_details label.checkbox input[type=checkbox]:disabled + span:before {
  box-shadow: none;
  background: #ddd;
}
.checkout-wrap form.woocommerce-checkout #customer_details label.checkbox input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  background: #2a2443;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #2a2443, 4px 0 0 #2a2443, 4px -2px 0 #2a2443, 4px -4px 0 #2a2443, 4px -6px 0 #2a2443, 4px -8px 0 #2a2443;
  transform: rotate(45deg);
}
.checkout-wrap #payment {
  background-color: #ffffff;
  border-radius: 0;
}
.checkout-wrap #payment img {
  width: auto;
  display: inline;
}
.checkout-wrap #payment .payment_box {
  background-color: #2a2443 !important;
}
.checkout-wrap #payment .payment_box::before {
  border: 1em solid #2a2443 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.checkout-wrap #payment .woocommerce-terms-and-conditions-wrapper a {
  color: #2a2443;
  text-decoration: underline;
}
.checkout-wrap #payment button.button {
  width: 100%;
  text-align: center;
  background-color: #876ea8;
  outline: none;
  border-radius: 40px;
  padding: 13px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.checkout-wrap #payment button.button:hover {
  opacity: 0.9;
}

/*=======================================
            Order Confirmation
========================================*/
.woocommerce-order-received .top {
  display: none;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 30px;
  color: #876ea8;
}
@media screen and (max-width: 768px) {
  .woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 24px;
  }
}
.woocommerce-order-received ul.order_details li {
  background-color: #ffffff;
  padding: 15px;
  border-right: none;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #2a2443;
}
.woocommerce-order-received .woocommerce-order-details h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
  color: #876ea8;
}
.woocommerce-order-received .order-again {
  display: none;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce-customer-details h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
  color: #876ea8;
}
.woocommerce-order-received .woocommerce-customer-details address {
  background-color: #ffffff;
  padding: 20px;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  color: #2a2443;
}

/*=======================================
            Account Layout
========================================*/
.woo-theme.woocommerce-account .page-wrap {
  padding: 50px 0;
  background-color: #ededed;
}
@media (max-width: 600px) {
  .woo-theme.woocommerce-account .page-wrap {
    padding: 30px 0;
  }
}
@media (max-width: 450px) {
  .woo-theme.woocommerce-account .page-wrap {
    padding: 15px 0;
  }
}
.woo-theme.woocommerce-account .page-wrap .contents {
  background-color: transparent;
  padding: 0;
}
.woo-theme.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woo-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  background-color: #ffffff;
  margin-bottom: 5px;
}
.woo-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #2a2443;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  padding: 20px;
  display: block;
}
.woo-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active, .woo-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  background-color: #876ea8;
}
.woo-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woo-theme.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  color: #ffffff;
}
.woo-theme.woocommerce-account .woocommerce-MyAccount-navigation.mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .woo-theme.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
  }
  .woo-theme.woocommerce-account .woocommerce-MyAccount-navigation.mobile,
  .woo-theme.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
  .woo-theme.woocommerce-account .woocommerce-MyAccount-navigation.mobile {
    display: block;
    margin-bottom: 30px;
  }
  .woo-theme.woocommerce-account .woocommerce-MyAccount-navigation.mobile ul {
    display: none;
  }
  .woo-theme.woocommerce-account .woocommerce-MyAccount-navigation.mobile ul li a {
    font-size: 20px;
  }
  .woo-theme.woocommerce-account .woocommerce-MyAccount-navigation.mobile .top {
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin-bottom: 5px;
    color: #2a2443;
  }
  .woo-theme.woocommerce-account .woocommerce-MyAccount-navigation.mobile .top .controls {
    transform: rotate(90deg);
    width: 10px;
  }
}

/*=======================================
            Dashboard
========================================*/
.dashboard .welcome {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 30px;
  color: #876ea8;
}
.dashboard .info {
  font-size: 20px;
  line-height: 1.5;
  color: #2a2443;
}
.dashboard .info a {
  color: #876ea8;
  text-decoration: underline;
}

/*=======================================
                Titles
========================================*/
.account-section-wrap h1 {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 30px;
  color: #876ea8;
}

/*=======================================
                Orders
========================================*/
.woo-theme .orders .woocommerce-orders-table {
  font-size: 16px;
}
.woo-theme .orders .woocommerce-orders-table td,
.woo-theme .orders .woocommerce-orders-table th {
  padding: 8px;
}
.woo-theme .orders .woocommerce-orders-table a:not(.button) {
  color: #2a2443;
}
.woo-theme .orders .woocommerce-orders-table .button {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 40px;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  background-color: #876ea8;
  color: #fff;
}
.woo-theme .orders .woocommerce-orders-table .button:hover {
  opacity: 0.7;
}

/*=======================================
            Single Order
========================================*/
.woo-theme.woocommerce-view-order .woocommerce-MyAccount-content p {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  background-color: #ffffff;
  padding: 15px;
  color: #2a2443;
}
.woo-theme.woocommerce-view-order .woocommerce-MyAccount-content tbody p {
  font-size: 16px;
  margin-bottom: 0;
  display: inline;
  background-color: transparent;
  padding: 0;
}
.woo-theme.woocommerce-view-order .woocommerce-MyAccount-content h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 15px;
  color: #2a2443;
}
.woo-theme.woocommerce-view-order .woocommerce-MyAccount-content .order-again {
  display: none;
}
.woo-theme.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
  margin-bottom: 20px;
}
.woo-theme.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address {
  background-color: #ffffff;
  padding: 20px;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  color: #2a2443;
}
.woo-theme.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details address p {
  font-size: 16px;
  margin-bottom: 0;
  background-color: transparent;
  padding: 0 0 0 1.5em;
}

/*=======================================
                Addresses
========================================*/
.woo-theme .addresses .intro {
  font-size: 20px;
  margin-bottom: 20px;
  color: #2a2443;
}
@media screen and (max-width: 600px) {
  .woo-theme .addresses .intro {
    font-size: 18px;
  }
}
.woo-theme .addresses .woocommerce-Address {
  margin-bottom: 20px;
}
.woo-theme .addresses .woocommerce-Address-title {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #2a2443;
}
.woo-theme .addresses .woocommerce-Address-title a {
  color: #2a2443;
  text-decoration: underline;
}
.woo-theme .addresses address {
  background-color: #ffffff;
  padding: 15px;
  font-size: 16px;
  color: #2a2443;
}

/*=======================================
            Edit Account Forms
========================================*/
.woo-theme.woocommerce-account form .form-row {
  padding: 0;
  margin-bottom: 20px;
}
.woo-theme.woocommerce-account form .form-row label {
  line-height: 1.2;
  padding-bottom: 5px;
  font-weight: 600;
  color: #2a2443 !important;
}
.woo-theme.woocommerce-account form .form-row input[type=text],
.woo-theme.woocommerce-account form .form-row input[type=email],
.woo-theme.woocommerce-account form .form-row input[type=tel],
.woo-theme.woocommerce-account form .form-row input[type=password],
.woo-theme.woocommerce-account form .form-row textarea {
  border: none;
  background-color: #ffffff;
  font-size: 16px;
  padding: 11px;
  resize: none;
  color: #2a2443;
}
.woo-theme.woocommerce-account form .form-row span em {
  color: #2a2443;
  display: block;
  margin-top: 5px;
}
.woo-theme.woocommerce-account form .form-row strong {
  color: #2a2443;
}
.woo-theme.woocommerce-account form fieldset legend {
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 15px;
  font-weight: 600;
  color: #2a2443 !important;
}
.woo-theme.woocommerce-account form button.button {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 40px;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  background-color: #876ea8;
  color: #fff;
}
.woo-theme.woocommerce-account form button.button:hover {
  opacity: 0.7;
}
.woo-theme.woocommerce-account form p:not([class]) {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #2a2443;
}

/*=======================================
            Login / Register
========================================*/
.page-my-account .woocommerce h2 {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 30px;
  color: #876ea8;
}
.page-my-account .woocommerce .woocommerce-form-login {
  background-color: #ffffff;
  border: none;
  padding: 20px;
  border-radius: 0;
  border: none;
}
.page-my-account .woocommerce .woocommerce-form-login .form-row {
  padding: 0;
  margin-bottom: 10px;
}
.page-my-account .woocommerce .woocommerce-form-login input[type=text],
.page-my-account .woocommerce .woocommerce-form-login input[type=email],
.page-my-account .woocommerce .woocommerce-form-login input[type=password] {
  border: none;
  background-color: #ededed !important;
  font-size: 16px;
  padding: 11px;
  resize: none;
}
.page-my-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: none !important;
}
.page-my-account .woocommerce .woocommerce-form-login .lost_password a {
  color: #2a2443;
  text-decoration: underline;
}
.page-my-account .woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text {
  margin-bottom: 10px;
}
.page-my-account .woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text p a {
  color: #2a2443;
  text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */
