@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
html {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}
p {
  margin-bottom: 15px;
}
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-weight: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background-color: #FFF;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
}
body .notification_bar {
  background: linear-gradient(225deg, #2146df 0%, #7a21df 100%);
  position: relative;
}
body .notification_bar__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 15px 50px;
  text-align: center;
}
body .notification_bar__inner--close {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 10;
}
body .notification_bar__inner--close svg {
  cursor: pointer;
  width: 25px;
  height: 25px;
  color: #FFF;
}
body .notification_bar__inner p {
  color: #FFF;
  font-weight: 500;
  margin: 0;
}
body .navbar-wrapper {
  background-color: #010410;
}
body .navbar-wrapper__inner {
  max-width: 1550px;
  margin: 0 auto;
  width: 100%;
  padding: 25px 12.5px 0 12.5px;
}
body .navbar-wrapper__inner--top {
  padding: 0 12.5px 0 12.5px;
}
body .navbar-wrapper__inner--top .inner {
  border-bottom: 1px solid #1B1D24;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
}
body .navbar-wrapper__inner--top .left,
body .navbar-wrapper__inner--top .right {
  width: 50%;
}
@media only screen and (min-width: 992px) {
  body .navbar-wrapper__inner--top .left,
  body .navbar-wrapper__inner--top .right {
    width: 25%;
  }
}
body .navbar-wrapper__inner--top .middle {
  width: 50%;
  display: none;
}
@media only screen and (min-width: 992px) {
  body .navbar-wrapper__inner--top .middle {
    display: block;
  }
}
body .navbar-wrapper__inner--top .middle form .search-wrap {
  position: relative;
  width: 100%;
}
body .navbar-wrapper__inner--top .middle form .search-wrap .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .navbar-wrapper__inner--top .middle form .search-wrap .icon i {
  color: #FFF;
  font-size: 18px;
}
body .navbar-wrapper__inner--top .middle form .search-wrap input {
  background-color: #13141A;
  border: none;
  color: #FFF;
  font-size: 16px;
  border-radius: 10px;
  padding: 15px 25px 15px 45px;
  width: 100%;
}
body .navbar-wrapper__inner--top .middle form .search-wrap input:focus {
  outline: 0;
}
body .navbar-wrapper__inner--top .middle form .search-wrap input::-webkit-input-placeholder {
  color: #FFF;
}
body .navbar-wrapper__inner--top .middle form .search-wrap input::-moz-placeholder {
  color: #FFF;
}
body .navbar-wrapper__inner--top .middle form .search-wrap input:-ms-input-placeholder {
  color: #FFF;
}
body .navbar-wrapper__inner--top .middle form .search-wrap input::-ms-input-placeholder {
  color: #FFF;
}
body .navbar-wrapper__inner--top .middle form .search-wrap input::placeholder {
  color: #FFF;
}
body .navbar-wrapper__inner--top .right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body .navbar-wrapper__inner--top .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
body .navbar-wrapper__inner--top .right ul li {
  margin-right: 25px;
}
body .navbar-wrapper__inner--top .right ul li:last-child {
  margin-right: 0;
}
body .navbar-wrapper__inner--top .right ul li.cart a {
  position: relative;
  z-index: 10;
}
body .navbar-wrapper__inner--top .right ul li.cart a .count {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 14px;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .navbar-wrapper__inner--top .right ul li .hamburger {
  position: relative;
  width: 30px;
}
@media only screen and (min-width: 1200px) {
  body .navbar-wrapper__inner--top .right ul li .hamburger {
    display: none;
  }
}
body .navbar-wrapper__inner--top .right ul li .hamburger span {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #FFF;
  display: block;
  margin-bottom: 5px;
}
body .navbar-wrapper__inner--top .right ul li .hamburger span:last-child {
  margin-bottom: 0;
}
body .navbar-wrapper__inner--top .right ul li a {
  color: #FFF;
}
body .navbar-wrapper__inner--top .right ul li a i {
  font-size: 24px;
}
body .navbar-wrapper__inner--top .left img {
  width: 200px;
  height: auto;
  vertical-align: bottom;
}
body .navbar-wrapper__inner--top .mobile-search {
  width: 100%;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  body .navbar-wrapper__inner--top .mobile-search {
    display: none;
  }
}
body .navbar-wrapper__inner--top .mobile-search form .search-wrap {
  position: relative;
  width: 100%;
}
body .navbar-wrapper__inner--top .mobile-search form .search-wrap .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body .navbar-wrapper__inner--top .mobile-search form .search-wrap .icon i {
  color: #FFF;
  font-size: 18px;
}
body .navbar-wrapper__inner--top .mobile-search form .search-wrap input {
  background-color: #13141A;
  border: none;
  color: #FFF;
  font-size: 16px;
  border-radius: 10px;
  padding: 15px 25px 15px 45px;
  width: 100%;
}
body .navbar-wrapper__inner--top .mobile-search form .search-wrap input:focus {
  outline: 0;
}
body .navbar-wrapper__inner--top .mobile-search form .search-wrap input::-webkit-input-placeholder {
  color: #FFF;
}
body .navbar-wrapper__inner--top .mobile-search form .search-wrap input::-moz-placeholder {
  color: #FFF;
}
body .navbar-wrapper__inner--top .mobile-search form .search-wrap input:-ms-input-placeholder {
  color: #FFF;
}
body .navbar-wrapper__inner--top .mobile-search form .search-wrap input::-ms-input-placeholder {
  color: #FFF;
}
body .navbar-wrapper__inner--top .mobile-search form .search-wrap input::placeholder {
  color: #FFF;
}
body .navbar-wrapper__inner--bottom {
  width: 100%;
  padding: 0 12.5px 0 12.5px;
  display: none;
}
@media only screen and (min-width: 1200px) {
  body .navbar-wrapper__inner--bottom {
    display: block;
  }
}
body .navbar-wrapper__inner--bottom .inner {
  padding: 25px 0;
  border-bottom: 1px solid #1B1D24;
  width: 100%;
}
body .navbar-wrapper__inner--bottom ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media only screen and (min-width: 1200px) {
  body .navbar-wrapper__inner--bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body .navbar-wrapper__inner--bottom ul li {
  margin-right: 125px;
}
body .navbar-wrapper__inner--bottom ul li:last-child {
  margin-right: 0;
}
body .navbar-wrapper__inner--bottom ul li a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .navbar-wrapper__inner--bottom ul li a i {
  margin-left: 15px;
  font-size: 16px;
  color: #FFF;
}
body .navbar-wrapper__inner--bottom ul li .sub-menu {
  display: none;
}
body .navbar-wrapper__inner--usps {
  padding: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .navbar-wrapper__inner--usps .usp {
  width: 100%;
  padding: 0 12.5px 25px 12.5px;
}
@media only screen and (min-width: 768px) {
  body .navbar-wrapper__inner--usps .usp {
    width: 50%;
  }
}
@media (min-width: 1300px) {
  body .navbar-wrapper__inner--usps .usp {
    width: 25%;
  }
}
body .navbar-wrapper__inner--usps .usp:nth-child(2) .usp__inner .left {
  background: linear-gradient(197deg, #7723DF 0%, #37DFC3 100%);
}
body .navbar-wrapper__inner--usps .usp:nth-child(3) .usp__inner .left {
  background: linear-gradient(197deg, #DF2173 0%, #F68C01 100%);
}
body .navbar-wrapper__inner--usps .usp:nth-child(4) .usp__inner .left {
  background: linear-gradient(197deg, #21DFDF 0%, #BF37DF 100%);
}
body .navbar-wrapper__inner--usps .usp__inner {
  background-color: #13141A;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
body .navbar-wrapper__inner--usps .usp__inner .left {
  width: 55px;
  height: 55px;
  border-radius: 16px;
  background: #a021df;
  background: linear-gradient(197deg, #a021df 0%, #4637df 100%);
}
body .navbar-wrapper__inner--usps .usp__inner .left__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
body .navbar-wrapper__inner--usps .usp__inner .left__inner i {
  color: #FFF;
  font-size: 22px;
  vertical-align: text-bottom;
}
body .navbar-wrapper__inner--usps .usp__inner .right {
  width: calc(100% - 55px);
  padding-left: 20px;
}
body .navbar-wrapper__inner--usps .usp__inner .right p.title {
  margin: 0 0 5px 0;
  font-weight: 500;
  color: #FFF;
  font-size: 16px;
}
@media (min-width: 1480px) {
  body .navbar-wrapper__inner--usps .usp__inner .right p.title {
    font-size: 20px;
  }
}
body .navbar-wrapper__inner--usps .usp__inner .right span {
  font-size: 12px;
  color: #6C6D6E;
}
@media (min-width: 1480px) {
  body .navbar-wrapper__inner--usps .usp__inner .right span {
    font-size: 16px;
  }
}
body .mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
  max-width: 768px;
  background: #FFF;
  z-index: 100000;
  -webkit-transform: translateX(768px);
          transform: translateX(768px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .mobile-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body .mobile-menu__close {
  position: absolute;
  right: 20px;
  top: 15px;
}
body .mobile-menu__close svg {
  fill: #000;
  width: 30px;
  height: auto;
}
body .mobile-menu__inner {
  padding: 100px 25px 50px 25px;
}
body .mobile-menu__inner ul {
  list-style: none;
}
body .mobile-menu__inner ul li {
  margin-bottom: 25px;
}
body .mobile-menu__inner ul li:last-child {
  margin-bottom: 0;
}
body .mobile-menu__inner ul li a {
  color: #000;
  font-size: 26px;
  letter-spacing: 0.01em;
}
body .footer {
  background-color: #010410;
}
body .footer__copyright {
  padding: 40px 25px 40px 25px;
}
body .footer__copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px ;
}
body .footer__copyright ul li {
  margin-right: 25px;
  color: #FFF;
  list-style: none;
}
body .footer__copyright ul li:last-child {
  margin-right: 0;
}
body .footer__copyright p {
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
}
body .footer__inner {
  max-width: 1550px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #3D3D3D;
}
body .footer__inner--column {
  padding: 0 25px;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  body .footer__inner--column {
    width: 16.6666%;
  }
}
@media only screen and (min-width: 1200px) {
  body .footer__inner--column:nth-child(1) {
    width: 12.66666%;
  }
}
@media only screen and (min-width: 1200px) {
  body .footer__inner--column:nth-child(6) {
    width: 20.6666%;
  }
}
body .footer__inner--column:nth-child(6) ul li:nth-child(2) {
  margin-bottom: 25px;
}
body .footer__inner--column p.title {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 30px 0;
}
body .footer__inner--column ul {
  margin: 0;
  padding: 0;
}
body .footer__inner--column ul li {
  margin-bottom: 30px;
  list-style: none;
  color: #FFF;
  line-height: 1.4;
}
body .footer__inner--column ul li:last-child {
  margin-bottom: 0;
}
body .footer__inner--column ul li a {
  color: #FFF;
}
body .footer__inner--column ul li a i {
  margin-right: 5px;
}
body .footer__inner--column .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .footer__inner--column .socials__item {
  margin-right: 20px;
  margin-bottom: 20px;
}
body .footer__inner--column .socials__item:last-child {
  margin-right: 0;
}
body .footer__inner--column .socials__item a {
  color: #FFF;
  font-size: 20px;
}
body .footer__inner--column .trustpilot svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-width: 150px;
}
body .footer__inner--column .block {
  margin-bottom: 20px;
}
body .footer__inner--column .block ul {
  margin-bottom: 15px;
}
body .footer__inner--column .block ul li {
  color: #FFF;
  margin-bottom: 10px;
  line-height: 1.3;
}
body .footer__inner--column .methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 250px;
}
body .footer__inner--column .methods__item {
  margin-right: 20px;
  margin-bottom: 20px;
}
body .footer__inner--column .methods__item:last-child {
  margin-right: 0;
}
body .footer__inner--column .methods__item i {
  color: #FFF;
  font-size: 20px;
}
body.page-template-home .featured {
  position: relative;
  z-index: 10;
}
body.page-template-home .featured:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #010410;
  z-index: -1;
}
body.page-template-home .featured__inner {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  overflow: hidden;
}
body.page-template-home .featured__inner--left-vector {
  position: absolute;
  left: -125px;
  bottom: -125px;
  opacity: 0.06;
  z-index: -1;
}
body.page-template-home .featured__inner--left-vector svg {
  width: 330px;
  height: 330px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .featured__inner--left-vector svg {
    width: 430px;
    height: 430px;
  }
}
body.page-template-home .featured__inner--right-vector {
  position: absolute;
  right: -175px;
  bottom: -175px;
  z-index: -1;
  opacity: 0.24;
}
body.page-template-home .featured__inner--right-vector svg {
  width: 330px;
  height: 330px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .featured__inner--right-vector svg {
    width: 530px;
    height: 530px;
  }
}
body.page-template-home .featured__inner--content {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 40px 25px;
  background: #2146df;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: linear-gradient(225deg, #2146df 0%, #7a21df 100%);
}
@media only screen and (min-width: 1200px) {
  body.page-template-home .featured__inner--content {
    padding: 40px 100px;
  }
}
body.page-template-home .featured__inner--left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .featured__inner--left {
    width: 60%;
  }
}
body.page-template-home .featured__inner--left h1 {
  font-size: 25px;
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #FFF;
  line-height: 1.2;
  max-width: 620px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .featured__inner--left h1 {
    font-size: 40px;
    margin: 0 0 25px 0;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-template-home .featured__inner--left h1 {
    font-size: 50px;
  }
}
body.page-template-home .featured__inner--left p {
  max-width: 620px;
  width: 100%;
  line-height: 1.6;
  color: #FFF;
  margin: 0;
}
body.page-template-home .featured__inner--left .button {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .featured__inner--left .button {
    margin-top: 25px;
  }
}
body.page-template-home .featured__inner--left .button a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 14px;
  color: #2146DF;
  background-color: #FFF;
}
body.page-template-home .featured__inner--left .button a i {
  margin-left: 10px;
}
body.page-template-home .featured__inner--right {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .featured__inner--right {
    display: block;
    margin-top: 0;
    width: 40%;
    text-align: right;
  }
}
body.page-template-home .featured__inner--right img {
  width: 200px;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .featured__inner--right img {
    width: 300px;
  }
}
body.page-template-home .serial__inner {
  max-width: 1550px;
  margin: 0 auto;
  padding: 85px 12.5px 60px 12.5px;
  width: 100%;
}
body.page-template-home .serial__inner--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12.5px;
  margin-bottom: 45px;
}
body.page-template-home .serial__inner--top .left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .serial__inner--top .left {
    width: 60%;
  }
}
body.page-template-home .serial__inner--top .left h2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .serial__inner--top .left h2 {
    font-size: 30px;
  }
}
body.page-template-home .serial__inner--top .right {
  margin-top: 25px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .serial__inner--top .right {
    width: 40%;
    margin-top: 0;
    text-align: right;
  }
}
body.page-template-home .serial__inner--top .right a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .serial__inner--top .right a {
    font-size: 18px;
  }
}
body.page-template-home .serial__inner--top .right a i {
  margin-left: 10px;
}
body.page-template-home .serial__inner--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-home .serial__inner--content .item {
  width: 50%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .serial__inner--content .item {
    width: 33.3333%;
  }
}
@media (min-width: 1480px) {
  body.page-template-home .serial__inner--content .item {
    width: 16.666%;
  }
}
body.page-template-home .serial__inner--content .item__inner {
  padding: 50px 25px;
  border-radius: 16px;
  height: 100%;
}
body.page-template-home .serial__inner--content .item__inner .icon {
  margin-bottom: 35px;
  text-align: center;
}
body.page-template-home .serial__inner--content .item__inner .icon img {
  width: 50px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .serial__inner--content .item__inner .icon img {
    width: 85px;
  }
}
body.page-template-home .serial__inner--content .item__inner .text {
  text-align: center;
}
body.page-template-home .serial__inner--content .item__inner .text p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .serial__inner--content .item__inner .text p {
    font-size: 18px;
  }
}
body.page-template-home .popular {
  background-color: #FBFBFB;
}
body.page-template-home .popular__inner {
  max-width: 1550px;
  margin: 0 auto;
  padding: 85px 12.5px 60px 12.5px;
  width: 100%;
}
body.page-template-home .popular__inner--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12.5px;
  margin-bottom: 45px;
}
body.page-template-home .popular__inner--top .left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .popular__inner--top .left {
    width: 60%;
  }
}
body.page-template-home .popular__inner--top .left h2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .popular__inner--top .left h2 {
    font-size: 30px;
  }
}
body.page-template-home .popular__inner--top .right {
  margin-top: 25px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .popular__inner--top .right {
    width: 40%;
    margin-top: 0;
    text-align: right;
  }
}
body.page-template-home .popular__inner--top .right a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .popular__inner--top .right a {
    font-size: 18px;
  }
}
body.page-template-home .popular__inner--top .right a i {
  margin-left: 10px;
}
body.page-template-home .popular__inner--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-home .popular__inner--content .item {
  width: 100%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  body.page-template-home .popular__inner--content .item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  body.page-template-home .popular__inner--content .item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-template-home .popular__inner--content .item {
    width: 20%;
  }
}
body.page-template-home .popular__inner--content .item__inner {
  padding: 35px 25px 100px 25px;
  border-radius: 16px;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #F1F1F1;
  position: relative;
}
body.page-template-home .popular__inner--content .item__inner .badge {
  position: absolute;
  left: 0;
  top: 35px;
  background-color: #FF2020;
}
body.page-template-home .popular__inner--content .item__inner .badge span {
  color: #FFF;
  font-size: 15px;
  display: block;
  padding: 4px 10px;
}
body.page-template-home .popular__inner--content .item__inner .image {
  text-align: center;
  margin-bottom: 25px;
}
body.page-template-home .popular__inner--content .item__inner .image img {
  width: 100px;
  height: auto;
}
body.page-template-home .popular__inner--content .item__inner .info {
  text-align: center;
}
body.page-template-home .popular__inner--content .item__inner .info .cat a {
  color: #000;
}
body.page-template-home .popular__inner--content .item__inner .info .name p {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
body.page-template-home .popular__inner--content .item__inner .info .price {
  margin-top: 15px;
}
body.page-template-home .popular__inner--content .item__inner hr {
  border: none;
  margin: 25px 0 15px 0;
  border-top: 1px solid #F1F1F1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 65px;
  width: calc(100% - 50px);
}
body.page-template-home .popular__inner--content .item__inner .cart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 25px;
}
body.page-template-home .popular__inner--content .item__inner .cart a {
  color: #FFF;
  background-color: #2146DF;
  font-size: 15px;
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 12px 20px;
  text-align: center;
}
body.page-template-home .popular__inner--content .item__inner .cart a:focus,
body.page-template-home .popular__inner--content .item__inner .cart a:hover {
  background-color: #1a38b3;
}
body.page-template-home .items__inner {
  max-width: 1550px;
  margin: 0 auto;
  width: 100%;
  padding: 85px 0 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .items__inner {
    padding: 85px 0 85px 0;
  }
}
body.page-template-home .items__inner--item {
  padding: 0 25px;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  body.page-template-home .items__inner--item {
    width: 50%;
  }
}
body.page-template-home .items__inner--item:first-child .inner {
  background-color: #3C3BDB;
}
body.page-template-home .items__inner--item:last-child .inner {
  background-color: #FD8715;
}
body.page-template-home .items__inner--item .inner {
  overflow: hidden;
  border-radius: 16px;
  padding: 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
body.page-template-home .items__inner--item .inner__left-vector {
  position: absolute;
  left: -35px;
  top: -35px;
  z-index: -1;
  opacity: 0.24;
}
body.page-template-home .items__inner--item .inner__left-vector svg {
  width: 105px;
  height: 105px;
}
body.page-template-home .items__inner--item .inner__right-vector {
  position: absolute;
  right: -150px;
  bottom: -150px;
  z-index: -1;
  opacity: 0.24;
}
body.page-template-home .items__inner--item .inner__right-vector svg {
  width: 430px;
  height: 430px;
}
body.page-template-home .items__inner--item .inner__left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .items__inner--item .inner__left {
    width: 60%;
  }
}
body.page-template-home .items__inner--item .inner__left h1 {
  font-size: 25px;
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #FFF;
  line-height: 1.2;
  max-width: 620px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .items__inner--item .inner__left h1 {
    font-size: 35px;
    margin: 0 0 25px 0;
  }
}
body.page-template-home .items__inner--item .inner__left p {
  max-width: 620px;
  width: 100%;
  line-height: 1.6;
  color: #FFF;
  margin: 0;
}
body.page-template-home .items__inner--item .inner__left .button {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .items__inner--item .inner__left .button {
    margin-top: 25px;
  }
}
body.page-template-home .items__inner--item .inner__left .button a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 15px;
  color: #2146DF;
  background-color: #FFF;
}
body.page-template-home .items__inner--item .inner__left .button a i {
  margin-left: 10px;
}
body.page-template-home .items__inner--item .inner__right {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .items__inner--item .inner__right {
    margin-top: 0;
    width: 40%;
    text-align: right;
  }
}
body.page-template-home .items__inner--item .inner__right img {
  width: 200px;
  height: auto;
  vertical-align: bottom;
}
body.page-template-home .popular_two {
  background-color: transparent;
}
body.page-template-home .popular_two .popular__inner {
  padding: 0 12.5px 25px 12.5px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .popular_two .popular__inner {
    padding: 0 12.5px 100px 12.5px;
  }
}
body.page-template-home .featured_two {
  padding-bottom: 50px;
}
body.page-template-home .featured_two:after {
  display: none;
}
body.page-template-home .featured_two .featured__inner--left-vector {
  top: -75px;
  left: -75px;
  bottom: unset;
}
body.page-template-home .featured_two .featured__inner--left-vector svg {
  width: 200px;
  height: 200px;
}
body.page-template-home .featured_two .featured__inner--content {
  background: #091F5D;
}
body.page-template-home .featured_two .featured__inner--content .button a {
  background-color: #2146DF;
  color: #FFF;
}
body.page-template-home .items_two .items__inner {
  padding-bottom: 25px;
  padding-top: 0;
}
body.page-template-home .items_two .items__inner--item .inner {
  background-color: #EEF0F9;
}
body.page-template-home .items_two .items__inner--item .inner__left-vector {
  top: -75px;
  left: 25px;
  opacity: 0.09;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .items_two .items__inner--item .inner__left-vector {
    top: -125px;
    left: 50px;
  }
}
body.page-template-home .items_two .items__inner--item .inner__left-vector svg {
  width: 150px;
  height: 150px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .items_two .items__inner--item .inner__left-vector svg {
    width: 200px;
    height: 200px;
  }
}
body.page-template-home .items_two .items__inner--item .inner__right-vector {
  right: -100px;
  bottom: -125px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .items_two .items__inner--item .inner__right-vector {
    opacity: 1;
  }
}
body.page-template-home .items_two .items__inner--item .inner__right-vector svg {
  width: 200px;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .items_two .items__inner--item .inner__right-vector svg {
    width: 300px;
    height: 300px;
  }
}
body.page-template-home .items_two .items__inner--item .inner h1 {
  color: #000;
}
body.page-template-home .items_two .items__inner--item .inner .button a {
  background-color: #2146DF;
  color: #FFF;
}
body.page-template-home .faq {
  position: relative;
}
body.page-template-home .faq__inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px 75px 25px;
}
body.page-template-home .faq__inner--title {
  padding: 0 25px;
  margin-bottom: 50px;
  text-align: center;
}
body.page-template-home .faq__inner--title h1 {
  color: #000000;
  font-weight: 100;
  font-size: 30px;
  margin: 0 0 15px 0;
}
body.page-template-home .faq__inner--title h2 {
  font-size: 30px;
  color: #3C3BDB;
}
body.page-template-home .faq__inner .item {
  width: 100%;
  margin-bottom: 25px;
  z-index: 10;
}
body.page-template-home .faq__inner .item.active .top {
  background-color: #3C3BDB;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.page-template-home .faq__inner .item.active .top h4 {
  color: #FFF;
}
body.page-template-home .faq__inner .item.active .top__arrow svg {
  color: #FFF;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.page-template-home .faq__inner .item.active .bottom {
  display: block;
}
body.page-template-home .faq__inner .item .top {
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  border-radius: 5px;
  position: relative;
  padding: 15px 50px 15px 25px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.page-template-home .faq__inner .item .top:hover {
  background-color: #3C3BDB;
}
body.page-template-home .faq__inner .item .top:hover h4 {
  color: #FFF;
}
body.page-template-home .faq__inner .item .top:hover .top__arrow svg {
  color: #FFF;
}
body.page-template-home .faq__inner .item .top h4 {
  color: #000;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.page-template-home .faq__inner .item .top__arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  height: 25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.page-template-home .faq__inner .item .top__arrow svg {
  width: 25px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
}
body.page-template-home .faq__inner .item .bottom {
  background-color: #FFF;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.page-template-home .faq__inner .item .bottom .inner {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-home .faq__inner .item .bottom .inner ul,
body.page-template-home .faq__inner .item .bottom .inner ol {
  padding-left: 40px;
}
body.page-template-home .faq__inner .item .bottom .inner p {
  font-size: 14px;
  line-height: 1.5;
}
body.page-template-home .faq__inner .item .bottom .inner p:last-child {
  margin-bottom: 0;
}
body.page-template-home .testimonials {
  margin-bottom: 50px;
  background-color: #FBFBFB;
}
body.page-template-home .testimonials__inner {
  max-width: 1550px;
  margin: 0 auto;
  padding: 85px 12.5px 60px 12.5px;
  width: 100%;
}
body.page-template-home .testimonials__inner--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12.5px;
  margin-bottom: 45px;
}
body.page-template-home .testimonials__inner--top .left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .testimonials__inner--top .left {
    width: 60%;
  }
}
body.page-template-home .testimonials__inner--top .left h2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .testimonials__inner--top .left h2 {
    font-size: 30px;
  }
}
body.page-template-home .testimonials__inner--top .right {
  margin-top: 25px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .testimonials__inner--top .right {
    width: 40%;
    margin-top: 0;
    text-align: right;
  }
}
body.page-template-home .testimonials__inner--top .right a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .testimonials__inner--top .right a {
    font-size: 18px;
  }
}
body.page-template-home .testimonials__inner--top .right a i {
  margin-left: 10px;
}
body.page-template-home .testimonials__inner--content .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  padding: 0 12.5px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  body.page-template-home .testimonials__inner--content .swiper .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-template-home .testimonials__inner--content .swiper .swiper-wrapper .swiper-slide {
    width: 25%;
  }
}
body.page-template-home .testimonials__inner--content .swiper .swiper-wrapper .swiper-slide .inner {
  height: 100%;
  background-color: #FFF;
  border: 1px solid #F1F1F1;
  border-radius: 16px;
  padding: 35px 25px;
}
body.page-template-home .testimonials__inner--content .swiper .swiper-wrapper .swiper-slide .inner .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}
body.page-template-home .testimonials__inner--content .swiper .swiper-wrapper .swiper-slide .inner .stars__star.active svg {
  fill: #FF7C17;
}
body.page-template-home .testimonials__inner--content .swiper .swiper-wrapper .swiper-slide .inner .stars__star svg {
  width: 15px;
  height: auto;
  vertical-align: bottom;
  fill: rgba(255, 124, 23, 0.5);
}
body.page-template-home .testimonials__inner--content .swiper .swiper-wrapper .swiper-slide .inner h3 {
  font-family: 600;
  line-height: 1.35;
  font-size: 25px;
  margin: 0 0 20px 0;
}
body.page-template-home .testimonials__inner--content .swiper .swiper-wrapper .swiper-slide .inner p {
  line-height: 1.3;
}
body.page-template-home .testimonials__inner--content .swiper .swiper-wrapper .swiper-slide .inner .name {
  font-weight: 600;
  margin-top: 25px;
}
body.woocommerce-checkout #order_review_heading {
  display: none;
}
body.woocommerce-checkout .woocommerce-billing-fields h3 {
  display: none;
}
body.woocommerce-checkout .page-wrapper {
  max-width: 1550px;
  margin: 0 auto;
  padding: 50px 25px !important;
  width: 100%;
}
body.woocommerce-checkout .page-wrapper .woocommerce {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce-checkout .page-wrapper .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper {
    width: 40%;
    padding-right: 50px;
  }
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper h4 {
  font-size: 25px;
  font-weight: 500;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item {
  background-color: #F9F9F9;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px;
  position: relative;
  margin-top: 25px;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__delete {
  width: 100%;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__delete {
    margin-top: 0;
    width: auto;
    position: absolute;
    right: 25px;
    bottom: 25px;
  }
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__delete a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 18px 20px;
  border-radius: 10px;
  background-color: #FFF;
  cursor: pointer;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__delete a:hover,
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__delete a:focus {
  background-color: #F3F6FF;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__delete a i {
  font-size: 25px;
  color: #000;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__image {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__image {
    text-align: left;
    margin-bottom: 0;
    width: 115px;
  }
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__image img {
  max-width: 115px;
  width: 100%;
  height: auto;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 25px;
    width: calc(100% - 115px);
    padding-right: 75px;
  }
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info p {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 1200px) {
  body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info p {
    font-size: 22px;
  }
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info .price-total {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info .price-total {
    text-align: left;
  }
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info .amount {
  font-weight: 600;
  font-size: 18px;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info del .amount {
  font-size: 13px !important;
  font-weight: 300;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info ins {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info .quantity {
  background-color: #FFF;
  border-radius: 10px;
  padding: 8px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info .quantity__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info .quantity__minus a,
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info .quantity__plus a {
  background-color: #F3F6FF;
  border-radius: 5px;
  padding: 15px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  cursor: pointer;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info .quantity__minus {
  padding-right: 20px;
}
body.woocommerce-checkout .page-wrapper .woocommerce .basket-wrapper .item__info .quantity__plus {
  padding-left: 20px;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) {
  body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper {
    margin-top: 0;
    width: 60%;
    padding-left: 50px;
  }
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper .woocommerce-form-coupon-toggle {
  display: none;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper h2 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper h2.payment-title {
  margin: 15px 0 30px 0;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper .checkout-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper .checkout-type li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #13141A;
  padding: 10px;
  border-radius: 6px;
  color: #FFF;
  width: 100%;
}
@media (min-width: 768px) {
  body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper .checkout-type li {
    width: 50%;
  }
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper .checkout-type li:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper .checkout-type li:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper .checkout-type li.active {
  background-color: #2146DF;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper .checkout-type li svg {
  width: 25px;
  height: auto;
  vertical-align: bottom;
  margin-right: 15px;
  fill: #FFF;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 {
  width: 100%;
  float: none;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
  margin-bottom: 15px;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .optional {
  display: none;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 100%;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
  width: 100%;
  padding: 15px;
  color: #1B1D24;
  border-radius: 10px;
  font-size: 18px;
  border: 1px solid #E5E5E5;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-webkit-input-placeholder {
  color: #ACACAC;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-moz-placeholder {
  color: #ACACAC;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:-ms-input-placeholder {
  color: #ACACAC;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-ms-input-placeholder {
  color: #ACACAC;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder {
  color: #ACACAC;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .required {
  color: #000;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields #billing_company_field,
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields #billing_address_1_field,
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields #billing_eu_vat_number_field {
  display: none !important;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .col2-set .col-2 {
  display: none;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .company .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_company_field,
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .company .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper form.woocommerce-checkout .company .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_eu_vat_number_field {
  display: block !important;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment {
  background-color: transparent;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .table-wrapper {
  width: 100%;
  border-radius: 10px;
  margin: 0 0 15px 0;
  background-color: #F9F9F9;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .table-wrapper table {
  padding: 25px 25px 15px 25px;
  width: 320px;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .table-wrapper table tbody tr td {
  padding-bottom: 10px;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .table-wrapper table tbody tr td:first-child {
  font-weight: 500;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .payment_box {
  display: none !important;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .wc_payment_methods {
  padding: 0;
  margin-bottom: 25px;
  border: none;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row {
  padding: 0;
  width: 100%;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  line-height: 1.5;
  font-size: 14px;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
  color: #000;
  text-decoration: underline;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row .checkout_coupon {
  display: block !important;
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row .checkout_coupon p:not(.form-row) {
  display: none;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row .checkout_coupon input {
  width: 100%;
  padding: 15px;
  color: #1B1D24;
  border-radius: 10px;
  font-size: 18px;
  border: 1px solid #E5E5E5;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row .checkout_coupon input::-webkit-input-placeholder {
  color: #ACACAC;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row .checkout_coupon input::-moz-placeholder {
  color: #ACACAC;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row .checkout_coupon input:-ms-input-placeholder {
  color: #ACACAC;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row .checkout_coupon input::-ms-input-placeholder {
  color: #ACACAC;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row .checkout_coupon input::placeholder {
  color: #ACACAC;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row .checkout_coupon .form-row-last {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
body.woocommerce-checkout .page-wrapper .woocommerce .payment-wrapper #payment .form-row button {
  background-color: #2146DF;
  font-size: 18px;
  font-weight: 500;
  padding: 17px 10px;
  border-radius: 10px;
  width: 100%;
}
body.woocommerce-page .woocommerce_page {
  max-width: 1550px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
body.woocommerce-page .woocommerce_page .woocommerce-result-count {
  display: none;
}
body.woocommerce-page .woocommerce_page .woocommerce-ordering {
  display: none;
}
body.woocommerce-page .woocommerce_page .page-title {
  padding: 0 25px;
  margin-bottom: 50px;
}
body.woocommerce-page .woocommerce_page .products {
  clear: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce-page .woocommerce_page .products .product {
  clear: none;
  float: none;
  margin: 0;
  padding: 0 25px;
  margin-bottom: 50px;
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-page .woocommerce_page .products .product {
    width: 50% !important;
  }
}
@media only screen and (min-width: 1200px) {
  body.woocommerce-page .woocommerce_page .products .product {
    width: 25% !important;
  }
}
@media (min-width: 1480px) {
  body.woocommerce-page .woocommerce_page .products .product {
    width: 20% !important;
  }
}
body.woocommerce-page .woocommerce_page .products .product .inner {
  padding: 35px 25px 100px 25px;
  border-radius: 16px;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #F1F1F1;
  position: relative;
  text-align: center;
}
body.woocommerce-page .woocommerce_page .products .product .inner .star-rating {
  display: none;
}
body.woocommerce-page .woocommerce_page .products .product .inner .badge {
  position: absolute;
  left: 0;
  top: 35px;
  background-color: #FF2020;
}
body.woocommerce-page .woocommerce_page .products .product .inner .badge span {
  color: #FFF;
  font-size: 15px;
  display: block;
  padding: 4px 10px;
}
body.woocommerce-page .woocommerce_page .products .product .inner img {
  width: 100px;
  height: auto;
  margin-bottom: 5px;
  margin: 0 auto 5px auto;
  display: block;
}
body.woocommerce-page .woocommerce_page .products .product .inner h2 {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 500;
}
body.woocommerce-page .woocommerce_page .products .product .inner h2,
body.woocommerce-page .woocommerce_page .products .product .inner .price {
  color: #000;
}
body.woocommerce-page .woocommerce_page .products .product .inner .price {
  margin-top: 5px;
}
body.woocommerce-page .woocommerce_page .products .product .inner .onsale {
  display: none;
}
body.woocommerce-page .woocommerce_page .products .product .inner hr {
  border: none;
  margin: 25px 0 15px 0;
  border-top: 1px solid #F1F1F1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 65px;
  width: calc(100% - 50px);
}
body.woocommerce-page .woocommerce_page .products .product .inner .cart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 25px;
}
body.woocommerce-page .woocommerce_page .products .product .inner .cart a {
  color: #FFF;
  background-color: #2146DF;
  font-size: 15px;
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 12px 20px;
  text-align: center;
}
body.woocommerce-page .woocommerce_page .products .product .inner .cart a:focus,
body.woocommerce-page .woocommerce_page .products .product .inner .cart a:hover {
  background-color: #1a38b3;
}
body.search .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1550px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 12.5px 75px 12.5px;
}
body.search .items .item {
  width: 100%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  body.search .items .item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  body.search .items .item {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1200px) {
  body.search .items .item {
    width: 20%;
  }
}
body.search .items .item__inner {
  padding: 35px 25px 100px 25px;
  border-radius: 16px;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #F1F1F1;
  position: relative;
}
body.search .items .item__inner .badge {
  position: absolute;
  left: 0;
  top: 35px;
  background-color: #FF2020;
}
body.search .items .item__inner .badge span {
  color: #FFF;
  font-size: 15px;
  display: block;
  padding: 4px 10px;
}
body.search .items .item__inner .image {
  text-align: center;
  margin-bottom: 25px;
}
body.search .items .item__inner .image img {
  width: 100px;
  height: auto;
}
body.search .items .item__inner .info {
  text-align: center;
}
body.search .items .item__inner .info .cat a {
  color: #000;
}
body.search .items .item__inner .info .name p {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 500;
}
body.search .items .item__inner .info .price {
  margin-top: 15px;
}
body.search .items .item__inner hr {
  border: none;
  margin: 25px 0 15px 0;
  border-top: 1px solid #F1F1F1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 65px;
  width: calc(100% - 50px);
}
body.search .items .item__inner .cart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 25px;
}
body.search .items .item__inner .cart a {
  color: #FFF;
  background-color: #2146DF;
  font-size: 15px;
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 12px 20px;
  text-align: center;
}
body.search .items .item__inner .cart a:focus,
body.search .items .item__inner .cart a:hover {
  background-color: #1a38b3;
}
body.search .no-results {
  padding: 100px 25px;
  text-align: center;
  font-size: 22px;
}
body.page-template-faq .faq {
  position: relative;
}
body.page-template-faq .faq__inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 25px 75px 25px;
}
body.page-template-faq .faq__inner--title {
  padding: 0 25px;
  margin-bottom: 100px;
  text-align: center;
}
body.page-template-faq .faq__inner--title h1 {
  color: #000000;
  font-weight: 100;
  font-size: 30px;
  margin: 0 0 15px 0;
}
body.page-template-faq .faq__inner--title h2 {
  font-size: 30px;
  color: #3C3BDB;
}
body.page-template-faq .faq__inner .item {
  width: 100%;
  margin-bottom: 25px;
  z-index: 10;
}
body.page-template-faq .faq__inner .item.active .top {
  background-color: #3C3BDB;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.page-template-faq .faq__inner .item.active .top h4 {
  color: #FFF;
}
body.page-template-faq .faq__inner .item.active .top__arrow svg {
  color: #FFF;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.page-template-faq .faq__inner .item.active .bottom {
  display: block;
}
body.page-template-faq .faq__inner .item .top {
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  border-radius: 5px;
  position: relative;
  padding: 15px 50px 15px 25px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.page-template-faq .faq__inner .item .top:hover {
  background-color: #3C3BDB;
}
body.page-template-faq .faq__inner .item .top:hover h4 {
  color: #FFF;
}
body.page-template-faq .faq__inner .item .top:hover .top__arrow svg {
  color: #FFF;
}
body.page-template-faq .faq__inner .item .top h4 {
  color: #000;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.page-template-faq .faq__inner .item .top__arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  height: 25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.page-template-faq .faq__inner .item .top__arrow svg {
  width: 25px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
}
body.page-template-faq .faq__inner .item .bottom {
  background-color: #FFF;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.page-template-faq .faq__inner .item .bottom .inner {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-faq .faq__inner .item .bottom .inner ul,
body.page-template-faq .faq__inner .item .bottom .inner ol {
  padding-left: 40px;
}
body.page-template-faq .faq__inner .item .bottom .inner p {
  font-size: 14px;
  line-height: 1.5;
}
body.page-template-faq .faq__inner .item .bottom .inner p:last-child {
  margin-bottom: 0;
}
body.page-template-default .page-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 25px 50px 25px;
}
body.page-template-default .page-wrapper h1,
body.page-template-default .page-wrapper h2,
body.page-template-default .page-wrapper h3,
body.page-template-default .page-wrapper h4 {
  font-weight: 600;
}
body.page-template-default .page-wrapper p {
  line-height: 1.5;
}
body.page-template-default .page-wrapper p strong {
  font-weight: 600;
}
body.page-template-contact .page-wrapper {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 100px 25px;
}
body.page-template-contact .page-wrapper__top {
  margin-bottom: 25px;
}
body.page-template-contact .page-wrapper__top h1,
body.page-template-contact .page-wrapper__top h2 {
  color: #3C3BDB;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
body.page-template-contact .page-wrapper__top p {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
body.page-template-contact .page-wrapper form .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-contact .page-wrapper form .wrapper__left,
body.page-template-contact .page-wrapper form .wrapper__right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.page-template-contact .page-wrapper form .wrapper__left,
  body.page-template-contact .page-wrapper form .wrapper__right {
    width: 50%;
  }
}
body.page-template-contact .page-wrapper form .wrapper__left .item,
body.page-template-contact .page-wrapper form .wrapper__right .item {
  margin-bottom: 15px;
}
body.page-template-contact .page-wrapper form .wrapper__left .item input[type="submit"],
body.page-template-contact .page-wrapper form .wrapper__right .item input[type="submit"] {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 10px;
  background: #c848ff;
  background: linear-gradient(225deg, #2146df 0%, #7a21df 100%);
  color: #FFF;
}
body.page-template-contact .page-wrapper form .wrapper__left .wpcf7-acceptance label,
body.page-template-contact .page-wrapper form .wrapper__right .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-contact .page-wrapper form .wrapper__left .wpcf7-acceptance input,
body.page-template-contact .page-wrapper form .wrapper__right .wpcf7-acceptance input {
  background-color: #FCFCFC;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #CFCFCF;
}
body.page-template-contact .page-wrapper form .wrapper__left .wpcf7-acceptance .wpcf7-list-item-label,
body.page-template-contact .page-wrapper form .wrapper__right .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 10px;
  width: 85%;
}
body.page-template-contact .page-wrapper form .wrapper__left .wpcf7-acceptance span,
body.page-template-contact .page-wrapper form .wrapper__right .wpcf7-acceptance span {
  margin: 0;
  text-align: left;
  font-size: 10px;
  color: #000000;
  display: inline-block;
}
body.page-template-contact .page-wrapper form .wrapper__left .wpcf7-acceptance span a,
body.page-template-contact .page-wrapper form .wrapper__right .wpcf7-acceptance span a {
  color: #3C3BDB;
  display: block;
}
body.page-template-contact .page-wrapper form .wrapper__left span,
body.page-template-contact .page-wrapper form .wrapper__right span {
  width: 100%;
}
body.page-template-contact .page-wrapper form .wrapper__left span input[type="text"],
body.page-template-contact .page-wrapper form .wrapper__right span input[type="text"],
body.page-template-contact .page-wrapper form .wrapper__left span input[type="email"],
body.page-template-contact .page-wrapper form .wrapper__right span input[type="email"],
body.page-template-contact .page-wrapper form .wrapper__left span textarea,
body.page-template-contact .page-wrapper form .wrapper__right span textarea {
  width: 100%;
}
body.page-template-contact .page-wrapper form .wrapper__left span input[type="text"],
body.page-template-contact .page-wrapper form .wrapper__right span input[type="text"],
body.page-template-contact .page-wrapper form .wrapper__left span input[type="email"],
body.page-template-contact .page-wrapper form .wrapper__right span input[type="email"] {
  height: 48px;
  border-radius: 10px;
  padding: 0 25px;
  font-size: 12px;
  color: #9A9A9A;
  border: 1px solid #CFCFCF;
  background-color: #FFF;
}
body.page-template-contact .page-wrapper form .wrapper__left span input[type="text"]::-webkit-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span input[type="text"]::-webkit-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__left span input[type="email"]::-webkit-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span input[type="email"]::-webkit-input-placeholder {
  font-size: 12px;
  color: #9A9A9A;
}
body.page-template-contact .page-wrapper form .wrapper__left span input[type="text"]::-moz-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span input[type="text"]::-moz-placeholder, body.page-template-contact .page-wrapper form .wrapper__left span input[type="email"]::-moz-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span input[type="email"]::-moz-placeholder {
  font-size: 12px;
  color: #9A9A9A;
}
body.page-template-contact .page-wrapper form .wrapper__left span input[type="text"]:-ms-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span input[type="text"]:-ms-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__left span input[type="email"]:-ms-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span input[type="email"]:-ms-input-placeholder {
  font-size: 12px;
  color: #9A9A9A;
}
body.page-template-contact .page-wrapper form .wrapper__left span input[type="text"]::-ms-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span input[type="text"]::-ms-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__left span input[type="email"]::-ms-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span input[type="email"]::-ms-input-placeholder {
  font-size: 12px;
  color: #9A9A9A;
}
body.page-template-contact .page-wrapper form .wrapper__left span input[type="text"]::placeholder,
body.page-template-contact .page-wrapper form .wrapper__right span input[type="text"]::placeholder,
body.page-template-contact .page-wrapper form .wrapper__left span input[type="email"]::placeholder,
body.page-template-contact .page-wrapper form .wrapper__right span input[type="email"]::placeholder {
  font-size: 12px;
  color: #9A9A9A;
}
body.page-template-contact .page-wrapper form .wrapper__left span textarea,
body.page-template-contact .page-wrapper form .wrapper__right span textarea {
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  background-color: #FFF;
  padding: 15px 25px;
  color: #9A9A9A;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  body.page-template-contact .page-wrapper form .wrapper__left span textarea,
  body.page-template-contact .page-wrapper form .wrapper__right span textarea {
    padding: 25px;
    height: 220px;
  }
}
body.page-template-contact .page-wrapper form .wrapper__left span textarea::-webkit-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #9A9A9A;
}
body.page-template-contact .page-wrapper form .wrapper__left span textarea::-moz-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span textarea::-moz-placeholder {
  font-size: 12px;
  color: #9A9A9A;
}
body.page-template-contact .page-wrapper form .wrapper__left span textarea:-ms-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #9A9A9A;
}
body.page-template-contact .page-wrapper form .wrapper__left span textarea::-ms-input-placeholder, body.page-template-contact .page-wrapper form .wrapper__right span textarea::-ms-input-placeholder {
  font-size: 12px;
  color: #9A9A9A;
}
body.page-template-contact .page-wrapper form .wrapper__left span textarea::placeholder,
body.page-template-contact .page-wrapper form .wrapper__right span textarea::placeholder {
  font-size: 12px;
  color: #9A9A9A;
}
body.page-template-contact .page-wrapper form .wrapper__left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) {
  body.page-template-contact .page-wrapper form .wrapper__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 12.5px;
  }
}
body.page-template-contact .page-wrapper form .wrapper__right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  body.page-template-contact .page-wrapper form .wrapper__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 12.5px;
  }
}
body.page-template-contact .page-wrapper form .wrapper__right .item:last-child {
  margin-bottom: 11px;
}
@media only screen and (min-width: 768px) {
  body.page-template-contact .page-wrapper form .wrapper__right .item:last-child {
    margin-bottom: 15px;
  }
}
body.page-template-contact .page-wrapper .kvk {
  text-align: center;
  color: #000000;
}
body.page-template-contact .page-wrapper ul.contact-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 35px 0 0 0;
}
body.page-template-contact .page-wrapper ul.contact-methods li {
  list-style: none;
  margin: 0 25px;
}
body.page-template-contact .page-wrapper ul.contact-methods li a {
  font-size: 26px;
  color: #000;
}
body.page-template-contact .page-wrapper ul.contact-methods li a:hover,
body.page-template-contact .page-wrapper ul.contact-methods li a:focus {
  color: #3C3BDB;
}
@media (max-width: 767px) {
  body.single-product .navbar-wrapper__inner--usps {
    display: none !important;
  }
}
body.single-product .product_page {
  width: 100%;
  padding: 50px 0 0 0;
}
@media only screen and (min-width: 768px) {
  body.single-product .product_page {
    padding: 100px 0 0 0;
  }
}
body.single-product .product_page .inner .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
}
body.single-product .product_page .inner .product .woocommerce-product-gallery {
  width: 200px;
  float: none;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  body.single-product .product_page .inner .product .woocommerce-product-gallery {
    width: 400px;
    padding-right: 50px;
  }
}
body.single-product .product_page .inner .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
  max-width: 200px;
}
@media only screen and (min-width: 1200px) {
  body.single-product .product_page .inner .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
    max-width: 350px;
  }
}
body.single-product .product_page .inner .product .summary {
  width: 100%;
  float: none;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  body.single-product .product_page .inner .product .summary {
    margin-top: 0;
    width: calc(100% - 200px);
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  body.single-product .product_page .inner .product .summary {
    width: calc(100% - 400px);
    padding-left: 75px;
  }
}
body.single-product .product_page .inner .product .summary .badge {
  background-color: #2146DF;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
}
body.single-product .product_page .inner .product .summary .badge span {
  color: #FFF;
  font-size: 18px;
}
body.single-product .product_page .inner .product .summary .product_title {
  font-weight: 300;
  font-size: 35px;
  margin: 25px 0 15px 0;
}
@media only screen and (min-width: 768px) {
  body.single-product .product_page .inner .product .summary .product_title {
    font-size: 55px;
  }
}
body.single-product .product_page .inner .product .summary .woocommerce-product-rating .star-rating {
  font-size: 22px;
  margin: 5px 0 0 0;
}
body.single-product .product_page .inner .product .summary .woocommerce-product-rating .star-rating span::before {
  color: #FF7700;
}
body.single-product .product_page .inner .product .summary .woocommerce-product-rating .woocommerce-review-link {
  margin-left: 10px;
  color: #000000;
  font-size: 18px;
  text-decoration: underline;
}
body.single-product .product_page .inner .product .summary .text {
  margin-top: 30px;
}
body.single-product .product_page .inner .product .summary .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
body.single-product .product_page .inner .product .summary .text ul li {
  width: 100%;
  position: relative;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) {
  body.single-product .product_page .inner .product .summary .text ul li {
    width: 50%;
  }
}
body.single-product .product_page .inner .product .summary .text ul li:last-child {
  margin-bottom: 0;
}
body.single-product .product_page .inner .product .summary .text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%233CAB30' d='M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM371.8 211.8C382.7 200.9 382.7 183.1 371.8 172.2C360.9 161.3 343.1 161.3 332.2 172.2L224 280.4L179.8 236.2C168.9 225.3 151.1 225.3 140.2 236.2C129.3 247.1 129.3 264.9 140.2 275.8L204.2 339.8C215.1 350.7 232.9 350.7 243.8 339.8L371.8 211.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
body.single-product .product_page .inner .product .summary .text p {
  line-height: 1.5;
}
body.single-product .product_page .inner .product .summary .quality {
  margin-top: 30px;
  background-color: #FBFBFB;
  border-radius: 10px;
  padding: 20px;
}
body.single-product .product_page .inner .product .summary .quality p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}
body.single-product .product_page .inner .product .summary .quality p:last-child {
  margin-bottom: 0;
}
body.single-product .product_page .inner .product .summary .cart-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-product .product_page .inner .product .summary .cart-wrapper .price {
  margin-bottom: 15px;
  color: #2146DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  body.single-product .product_page .inner .product .summary .cart-wrapper .price {
    margin-bottom: 0;
  }
}
body.single-product .product_page .inner .product .summary .cart-wrapper .price ins {
  text-decoration: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 30px;
  font-weight: 600;
}
body.single-product .product_page .inner .product .summary .cart-wrapper .price del {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 16px;
  color: #7E7E7E;
}
body.single-product .product_page .inner .product .summary form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-product .product_page .inner .product .summary form button {
  margin-top: 15px;
  background-color: #2146DF;
  padding: 23px 20px;
  border-radius: 10px;
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  width: 100%;
  border: none;
  cursor: pointer;
  height: 64px;
  font-weight: 300;
}
body.single-product .product_page .inner .product .summary form button.green {
  font-weight: 700;
  background-color: #3CAB30;
}
@media only screen and (min-width: 992px) {
  body.single-product .product_page .inner .product .summary form button {
    margin-top: 0;
    margin-left: 25px;
    width: auto;
  }
}
body.single-product .product_page .inner .product .summary .amount-select {
  background-color: #F3F6FF;
  border-radius: 10px;
  padding: 8px;
  width: auto;
  display: inline-block;
}
body.single-product .product_page .inner .product .summary .amount-select__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-product .product_page .inner .product .summary .amount-select__amount input {
  border: none;
  background-color: transparent;
  font-size: 18px;
  margin-top: 0;
}
body.single-product .product_page .inner .product .summary .amount-select .quantity-minus a,
body.single-product .product_page .inner .product .summary .amount-select .quantity-plus a {
  background-color: #FFF;
  border-radius: 5px;
  padding: 15px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  cursor: pointer;
}
body.single-product .product_page .inner .box-wrapper {
  width: 100%;
  background-color: #FBFBFB;
  padding: 100px 0;
  margin-top: 70px;
}
body.single-product .product_page .inner .box-wrapper__inner {
  padding: 0 25px;
  max-width: 1550px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single-product .product_page .inner .box-wrapper__inner--left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.single-product .product_page .inner .box-wrapper__inner--left {
    width: 50%;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  body.single-product .product_page .inner .box-wrapper__inner--left {
    padding-right: 100px;
  }
}
body.single-product .product_page .inner .box-wrapper__inner--left h2 {
  margin: 0 0 35px 0;
  font-size: 35px;
  font-weight: 500;
}
body.single-product .product_page .inner .box-wrapper__inner--left .text-box p {
  font-size: 18px;
  line-height: 1.5;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq {
  margin-top: 100px;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item {
  width: 100%;
  margin-bottom: 25px;
  z-index: 10;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item.active .top {
  background-color: #3C3BDB;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item.active .top h4 {
  color: #FFF;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item.active .top__arrow svg {
  color: #FFF;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item.active .bottom {
  display: block;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .top {
  background-color: #FFF;
  border-radius: 5px;
  position: relative;
  padding: 15px 50px 15px 25px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .top:hover {
  background-color: #3C3BDB;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .top:hover h4 {
  color: #FFF;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .top:hover .top__arrow svg {
  color: #FFF;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .top h4 {
  color: #000;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .top__arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  height: 25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .top__arrow svg {
  width: 25px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .bottom {
  background-color: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .bottom .inner {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .bottom .inner ul,
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .bottom .inner ol {
  padding-left: 40px;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .bottom .inner p {
  font-size: 18px;
  line-height: 1.5;
}
body.single-product .product_page .inner .box-wrapper__inner--left .faq .item .bottom .inner p:last-child {
  margin-bottom: 0;
}
body.single-product .product_page .inner .box-wrapper__inner--right {
  margin-top: 90px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.single-product .product_page .inner .box-wrapper__inner--right {
    margin-top: 0;
    width: 50%;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  body.single-product .product_page .inner .box-wrapper__inner--right {
    padding-left: 100px;
  }
}
body.single-product .product_page .inner .box-wrapper__inner--right h2 {
  margin: 0 0 35px 0;
  font-size: 35px;
  font-weight: 500;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #comments .commentlist li .comment_container {
  border-bottom: 1px solid #E5E5E5;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #comments .commentlist li .comment_container img {
  display: none !important;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #comments .commentlist li .comment_container .comment-text {
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #comments .commentlist li .comment_container .comment-text .meta {
  font-size: 18px;
  color: #000;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #comments .commentlist li .comment_container .comment-text .meta strong {
  font-weight: 600;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #comments .commentlist li .comment_container .comment-text .description p {
  line-height: 1.5;
  font-size: 18px;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #comments .commentlist li .comment_container .comment-text .star-rating::before {
  color: #FF7C17;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #comments .commentlist li .comment_container .comment-text .star-rating span::before {
  color: #FF7C17;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews .woocommerce-verification-required {
  line-height: 1.5;
  font-size: 18px;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #review_form span {
  font-size: 18px;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #review_form form {
  margin-top: 15px;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #review_form form label {
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
  width: 100%;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #review_form form .comment-form-comment {
  margin-top: 20px;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #review_form form .comment-form-comment textarea {
  border: none;
  padding: 10px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 10px;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #review_form form .comment-form-comment textarea:focus {
  outline: 0;
}
body.single-product .product_page .inner .box-wrapper__inner--right #reviews #review_form form .form-submit input {
  margin-top: 5px;
  background-color: #2146DF;
  padding: 15px;
  border-radius: 10px;
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  width: 100%;
  border: none;
}
body.single-product .product_page .inner .related {
  max-width: 1550px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0 0 0;
}
body.single-product .product_page .inner .related h2 {
  padding: 0 25px;
  margin: 0 0 35px 0;
  font-size: 30px;
  font-weight: 500;
}
body.single-product .product_page .inner .related ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  clear: none;
  margin: 0;
}
body.single-product .product_page .inner .related ul .product {
  clear: none;
  float: none;
  margin: 0;
  padding: 0 25px;
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.single-product .product_page .inner .related ul .product {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  body.single-product .product_page .inner .related ul .product {
    width: 25%;
  }
}
@media (min-width: 1480px) {
  body.single-product .product_page .inner .related ul .product {
    width: 20%;
  }
}
body.single-product .product_page .inner .related ul .product .inner {
  padding: 35px 25px 100px 25px;
  border-radius: 16px;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #F1F1F1;
  position: relative;
  text-align: center;
  width: 100%;
}
body.single-product .product_page .inner .related ul .product .inner .star-rating {
  display: none;
}
body.single-product .product_page .inner .related ul .product .inner .badge {
  position: absolute;
  left: 0;
  top: 35px;
  background-color: #FF2020;
}
body.single-product .product_page .inner .related ul .product .inner .badge span {
  color: #FFF;
  font-size: 15px;
  display: block;
  padding: 4px 10px;
}
body.single-product .product_page .inner .related ul .product .inner img {
  width: 100px;
  height: auto;
  margin-bottom: 5px;
  margin: 0 auto 5px auto;
  display: block;
}
body.single-product .product_page .inner .related ul .product .inner h2 {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 500;
}
body.single-product .product_page .inner .related ul .product .inner h2,
body.single-product .product_page .inner .related ul .product .inner .price {
  color: #000;
}
body.single-product .product_page .inner .related ul .product .inner .price {
  margin-top: 5px;
}
body.single-product .product_page .inner .related ul .product .inner .onsale {
  display: none;
}
body.single-product .product_page .inner .related ul .product .inner hr {
  border: none;
  margin: 25px 0 15px 0;
  border-top: 1px solid #F1F1F1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 65px;
  width: calc(100% - 50px);
}
body.single-product .product_page .inner .related ul .product .inner .cart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 25px;
}
body.single-product .product_page .inner .related ul .product .inner .cart a {
  color: #FFF;
  background-color: #2146DF;
  font-size: 15px;
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 12px 20px;
  text-align: center;
}
body.single-product .product_page .inner .related ul .product .inner .cart a:focus,
body.single-product .product_page .inner .related ul .product .inner .cart a:hover {
  background-color: #1a38b3;
}
body.woocommerce-order-received .page-wrapper {
  padding-bottom: 75px !important;
}
body.woocommerce-order-received .page-wrapper .woocommerce-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .left {
  width: 100%;
  margin-top: 25px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-order-received .page-wrapper .woocommerce-order .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    width: 45%;
    padding-right: 25px;
  }
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item {
  background-color: #F9F9F9;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px;
  position: relative;
  margin-top: 25px;
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__image {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__image {
    text-align: left;
    margin-bottom: 0;
    width: 115px;
  }
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__image img {
  max-width: 115px;
  width: 100%;
  height: auto;
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 25px;
    width: calc(100% - 115px);
    padding-right: 75px;
  }
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__info p {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__info p {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__info p {
    font-size: 22px;
  }
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__info .price-total {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__info .price-total {
    text-align: left;
  }
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__info .amount {
  font-weight: 600;
  font-size: 18px;
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__info del .amount {
  font-size: 13px !important;
  font-weight: 300;
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .left .item__info ins {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .right {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  body.woocommerce-order-received .page-wrapper .woocommerce-order .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 50px;
    width: 55%;
    padding-left: 25px;
  }
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .right h3 {
  font-size: 32px;
  margin: 0 0 15px 0;
}
body.woocommerce-order-received .page-wrapper .woocommerce-order .right p {
  line-height: 1.8;
}
body #customer_login {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body #customer_login .u-column1,
body #customer_login .u-column2 {
  width: 100%;
  float: none;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
}
@media only screen and (min-width: 768px) {
  body #customer_login .u-column1,
  body #customer_login .u-column2 {
    width: 50%;
  }
}
body #customer_login .u-column1 h2,
body #customer_login .u-column2 h2 {
  text-align: center;
  margin: 0 0 50px 0;
}
body #customer_login .u-column1 form,
body #customer_login .u-column2 form {
  margin: 0;
  border: 1px solid #000;
  border-radius: 0;
  padding: 15px 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100% - 75px);
}
body #customer_login .u-column1 form p.lost_password,
body #customer_login .u-column2 form p.lost_password,
body #customer_login .u-column1 form p.register-account-wrap,
body #customer_login .u-column2 form p.register-account-wrap {
  width: 100%;
  padding: 0 !important;
}
body #customer_login .u-column1 form p.lost_password a,
body #customer_login .u-column2 form p.lost_password a,
body #customer_login .u-column1 form p.register-account-wrap a,
body #customer_login .u-column2 form p.register-account-wrap a {
  background-color: #2146df;
  color: #FFF;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
body #customer_login .u-column1 form p.lost_password a:hover,
body #customer_login .u-column2 form p.lost_password a:hover,
body #customer_login .u-column1 form p.register-account-wrap a:hover,
body #customer_login .u-column2 form p.register-account-wrap a:hover,
body #customer_login .u-column1 form p.lost_password a:focus,
body #customer_login .u-column2 form p.lost_password a:focus,
body #customer_login .u-column1 form p.register-account-wrap a:focus,
body #customer_login .u-column2 form p.register-account-wrap a:focus {
  background-color: #333;
  text-decoration: none;
}
body #customer_login .u-column1 form p.login-account-wrap a,
body #customer_login .u-column2 form p.login-account-wrap a {
  background-color: #2146df;
  color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
body #customer_login .u-column1 form p.login-account-wrap a:hover,
body #customer_login .u-column2 form p.login-account-wrap a:hover,
body #customer_login .u-column1 form p.login-account-wrap a:focus,
body #customer_login .u-column2 form p.login-account-wrap a:focus {
  background-color: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  body #customer_login .u-column1 form p.lost_password,
  body #customer_login .u-column2 form p.lost_password {
    padding-right: 7.5px;
  }
}
@media (min-width: 768px) {
  body #customer_login .u-column1 form p.register-account-wrap,
  body #customer_login .u-column2 form p.register-account-wrap {
    padding-left: 7.5px;
  }
}
body #customer_login .u-column1 form p,
body #customer_login .u-column2 form p {
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
}
body #customer_login .u-column1 form p button,
body #customer_login .u-column2 form p button {
  width: 100%;
  float: none;
  max-width: 100%;
  margin-right: 0;
  background-color: #333;
  color: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  border-radius: 0;
}
body #customer_login .u-column1 form p button:hover,
body #customer_login .u-column2 form p button:hover,
body #customer_login .u-column1 form p button:focus,
body #customer_login .u-column2 form p button:focus {
  background-color: #2146df;
  text-decoration: none;
}
body #customer_login .u-column1 form p a,
body #customer_login .u-column2 form p a {
  color: #000;
}
body #customer_login .u-column1 form p label,
body #customer_login .u-column2 form p label {
  display: block;
  width: 100%;
}
body #customer_login .u-column1 form p input#username,
body #customer_login .u-column2 form p input#username,
body #customer_login .u-column1 form p input#password,
body #customer_login .u-column2 form p input#password {
  height: 35px;
}
body #customer_login .u-column1 form p span.password-input,
body #customer_login .u-column2 form p span.password-input {
  width: 100%;
}
body #customer_login .u-column1 form p span.password-input .show-password-input,
body #customer_login .u-column2 form p span.password-input .show-password-input {
  top: 0.4em !important;
}
@media only screen and (min-width: 768px) {
  body #customer_login .u-column1 {
    padding-right: 12.5px;
  }
}
@media only screen and (min-width: 768px) {
  body #customer_login .u-column2 {
    padding-left: 12.5px;
  }
}
body #customer_login .u-column2 form {
  padding-bottom: 0;
}
body #customer_login .u-column2 form input,
body #customer_login .u-column2 form select {
  height: 35px;
}
body #customer_login .u-column2 form .vat-field,
body #customer_login .u-column2 form .kvk-field {
  display: none;
}
body #customer_login .u-column2 form span.password-input {
  width: 100%;
}
body #customer_login .u-column2 form span.password-input .show-password-input {
  top: 0.4em !important;
}
body.woocommerce-account .woocommerce {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation {
  background-color: #333;
  padding: 15px;
}
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 20px;
}
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
body.woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  color: #FFF;
  font-size: 18px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  padding: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p::before {
  display: none;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p mark {
  background-color: #2146df;
  color: #FFF;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p input {
  width: 100%;
  height: 35px;
  padding-left: 10px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p label {
  color: #222;
  display: block;
  width: 100%;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p span.password-input {
  display: block;
  width: 100%;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p button {
  background-color: #333;
  color: #FFF;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset legend {
  color: #222;
}
