/* ------- Colours & General ------- */
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
.hide {
  opacity: 0;
}
.hidden {
  display: none;
}
/* ------- Font Sizes ------- */
*:focus {
  outline: 0;
}
.mobile {
  display: none;
}
.mobile.whats-condition {
  display: none;
}
@media only screen and (max-width: 1223px) {
  .mobile.whats-condition {
    display: block;
  }
}
::-webkit-input-placeholder {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #636f89;
}
:-ms-input-placeholder {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #636f89;
}
::placeholder {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #636f89;
}
header {
  float: left;
  width: 100%;
  position: relative;
  background-color: #00eb88;
  padding: 21px 0 19px;
  z-index: 999;
}
header .logo {
  margin-right: 53px;
  margin-top: 8px;
}
header nav.navbar {
  padding: 0 0 0 0;
}
header nav.navbar ul {
  list-style: none;
  display: flex;
  padding: 0 0 0 0;
  margin: 11px 0 0 0;
}
header nav.navbar ul li {
  margin-right: 32px;
  line-height: 100%;
}
header nav.navbar ul li.current-menu-item a {
  text-decoration: underline;
}
header nav.navbar ul li a {
  color: #001a4d;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.3px;
}
header .side.right-btns .item {
  position: relative;
  float: left;
  width: 40px;
  margin-left: 24px;
  text-align: center;
  cursor: pointer;
}
header .side.right-btns .item.search-btn {
  position: relative;
}
header .side.right-btns .item.search-btn span {
  background-color: #001a4d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../../img/search-btn.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  transition: ease 0.3s all;
}
header .side.right-btns .item.search-btn.search-function-enabled span {
  background-color: #001a4d;
}
header .side.right-btns .item.cart-btn::before {
  content: "";
  background-image: url(../../img/cart-btn.svg);
  width: 18px;
  height: 17px;
  float: left;
  position: absolute;
  top: 8px;
  left: 11px;
  margin: auto;
}
header .side.right-btns .item.language-btn .language_switcher {
  position: absolute;
  left: 0;
  width: 100%;
}
header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sidebars-language_switcher_widget > ul > li > a {
  background: transparent;
  border: none;
  padding: 20px;
}
header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sidebars-language_switcher_widget > ul > li > a > span {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #001a4d;
  position: absolute;
  left: 6px;
  top: 7px;
}
header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sidebars-language_switcher_widget > ul > li > a > span:after {
  content: "";
  background-image: url(../../img/bottom-arrow-btn.svg);
  position: absolute;
  width: 6px;
  height: 3px;
  top: 6px;
  right: -10px;
}
header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sidebars-language_switcher_widget > ul > li > a:after {
  display: none;
}
header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sub-menu {
  top: 25px;
  background: #00eb88;
  border-top: 0px;
  text-align: left;
}
header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sub-menu > li > a {
  background-color: transparent;
  border: none;
  padding: 1px 10px;
  opacity: 0.5;
  transition: ease 0.3s all;
}
header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sub-menu > li > a:hover {
  opacity: 1;
}
header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sub-menu > li > a:hover span {
  color: #001a4d;
}
header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sub-menu > li > a span {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #001a4d;
  font-weight: bold;
}
header .side.right-btns .item > span {
  font-size: 8px;
  line-height: 8px;
  float: left;
  width: 100%;
  padding-top: 31px;
}
h1 {
  margin: 64px 0 0;
}
input, textarea {
  border: 2px solid #001a4d;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 0 12px 14px;
  max-width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: rgba(99, 111, 137, 0.7);
  mix-blend-mode: normal;
  letter-spacing: 0.003em;
  font-family: Circular Std;
  margin-bottom: 16px;
}
textarea {
  float: left;
  width: 100%;
}
input[type="submit"] {
  background: #001a4d;
  border: 2px solid #001a4d;
  box-sizing: border-box;
  border-radius: 40px;
  min-width: 151px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1px;
  padding: 14px 0;
  font-family: Circular Std;
  margin: 13px 0 0;
}
.page-content a {
  color: #001a4d;
  border-bottom: 1px solid #001a4d;
}
.page-content a:hover {
  text-decoration: none;
  color: #001a4d;
}
.page-content {
  float: left;
  width: 100%;
}
.no-border {
  border: none !important;
}
button {
  font-family: Circular Std;
}
.page-template {
  position: relative;
  float: left;
  width: 100%;
}
.page-template[data-page="contact"] {
  text-align: center;
  margin-bottom: 100px;
}
.page-template[data-page="contact"] .container {
  max-width: 838px;
}
.page-template[data-page="contact"]:before {
  content: "";
  position: absolute;
  background-color: #00eb88;
  height: 327px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-template[data-page="contact"] h1 {
  margin-bottom: 28px;
}
.page-template[data-page="contact"] p {
  margin-bottom: 30px;
}
.page-template[data-page="contact"] .wpcf7 {
  max-width: 808px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 26, 77, 0.1), 0px 1px 4px rgba(0, 26, 77, 0.1);
  border-radius: 8px;
  padding: 56px 48px 36px;
  display: flex;
}
.page-template[data-page="contact"] .wpcf7 .form-element span.form-element-label {
  z-index: 2;
  background: #fff;
  top: -3px;
  left: 10px;
  font-size: 10px;
  line-height: 10px;
  padding: 0 7px;
}
.page-template[data-page="contact"] .wpcf7 .form-element.f-input {
  max-width: 337px;
}
.page-template[data-page="contact"] .wpcf7 .wpcf7-response-output {
  border: none;
  margin: 25px 0 0 0;
  padding: 0 0 0 0;
}
.page-template[data-page="contact"] .wpcf7 p {
  margin: 0 0 0 0;
}
.page-template[data-page="contact"] .text-block {
  float: left;
  width: 100%;
  position: relative;
  margin: 54px 0 0;
}
.green-bg {
  background-color: #00eb88;
}
.blue-bg {
  background-color: #001a4d;
}
.category-section, .products-section {
  float: left;
  width: 100%;
  margin: 56px 0 0;
}
.category-section h2, .products-section h2 {
  margin-bottom: 60px;
  font-family: Rebond Grotesque;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.003em;
  color: #001a4d;
}
.category-section[data-section="two"], .products-section[data-section="two"], .category-section[data-section="three"], .products-section[data-section="three"], .category-section[data-section="1"], .products-section[data-section="1"] {
  margin: 60px 0 73px;
}
.category-section[data-section="two"] h2, .products-section[data-section="two"] h2, .category-section[data-section="three"] h2, .products-section[data-section="three"] h2, .category-section[data-section="1"] h2, .products-section[data-section="1"] h2 {
  margin-bottom: 46px;
  float: left;
}
.category-section[data-section="two"] .extra-btn, .products-section[data-section="two"] .extra-btn, .category-section[data-section="three"] .extra-btn, .products-section[data-section="three"] .extra-btn, .category-section[data-section="1"] .extra-btn, .products-section[data-section="1"] .extra-btn {
  margin: 8px 0 0 40px;
  float: left;
}
.category-section[data-section="two"] .extra-btn button, .products-section[data-section="two"] .extra-btn button, .category-section[data-section="three"] .extra-btn button, .products-section[data-section="three"] .extra-btn button, .category-section[data-section="1"] .extra-btn button, .products-section[data-section="1"] .extra-btn button {
  border: 2px solid #001a4d;
  border-radius: 40px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1px;
  color: #001a4d;
  background-color: transparent;
  float: left;
  cursor: pointer;
  padding: 7px 16px;
  transition: ease 0.3s all;
}
.category-section[data-section="two"] .extra-btn button:hover, .products-section[data-section="two"] .extra-btn button:hover, .category-section[data-section="three"] .extra-btn button:hover, .products-section[data-section="three"] .extra-btn button:hover, .category-section[data-section="1"] .extra-btn button:hover, .products-section[data-section="1"] .extra-btn button:hover {
  background-color: #001a4d;
  color: #fff;
}
.category-section[data-section="three"], .products-section[data-section="three"] {
  margin: 0 0 56px;
}
.category-section .category-items, .products-section .category-items {
  margin-bottom: -24px;
}
.category-section .category-items .category-block, .products-section .category-items .category-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.category-section .category-items .category-block:nth-child(1), .products-section .category-items .category-block:nth-child(1) {
  max-width: 392px;
}
.category-section .category-items .category-block:nth-child(1) a, .products-section .category-items .category-block:nth-child(1) a {
  max-width: 392px;
  max-height: 576px;
  min-width: 392px;
  min-height: 576px;
}
.category-section .category-items .category-block:nth-child(1) a img, .products-section .category-items .category-block:nth-child(1) a img {
  max-width: 100%;
}
.category-section .category-items .category-block:nth-child(2), .products-section .category-items .category-block:nth-child(2) {
  max-width: 808px;
  justify-content: space-between;
}
.category-section .category-items .category-block:nth-child(2) a, .products-section .category-items .category-block:nth-child(2) a {
  margin-bottom: 24px;
}
.category-section .category-items .category-block:nth-child(2) a[data-background="green"], .products-section .category-items .category-block:nth-child(2) a[data-background="green"] {
  width: 496px;
}
.category-section .category-items .category-block:nth-child(2) a[data-background="green"] img, .products-section .category-items .category-block:nth-child(2) a[data-background="green"] img {
  max-width: 501px;
  right: 0px;
}
.category-section .category-items .category-block:nth-child(2) a[data-background="blue"], .products-section .category-items .category-block:nth-child(2) a[data-background="blue"] {
  width: 288px;
}
.category-section .category-items .category-block:nth-child(2) a[data-background="blue"] img, .products-section .category-items .category-block:nth-child(2) a[data-background="blue"] img {
  max-width: 290px;
}
.category-section .category-items a, .products-section .category-items a {
  position: relative;
  border-radius: 15px;
  transition: ease 0.3s all;
  overflow: hidden;
}
.category-section .category-items a:hover, .products-section .category-items a:hover {
  opacity: 1;
  box-shadow: 0px 0px 10px rgba(0, 26, 77, 0.2), 0px 1px 4px rgba(0, 26, 77, 0.1);
}
.category-section .category-items a[data-background="green"], .products-section .category-items a[data-background="green"] {
  width: 599px;
  background-color: #00eb88;
}
.category-section .category-items a[data-background="green"] span, .products-section .category-items a[data-background="green"] span {
  color: #001a4d;
}
.category-section .category-items a[data-background="green"] img, .products-section .category-items a[data-background="green"] img {
  position: absolute;
  max-width: 231px;
  bottom: 0;
  right: 102px;
}
.category-section .category-items a[data-background="blue"], .products-section .category-items a[data-background="blue"] {
  width: 288px;
  background-color: #001a4d;
}
.category-section .category-items a[data-background="blue"] span, .products-section .category-items a[data-background="blue"] span {
  color: #fff;
}
.category-section .category-items a[data-background="blue"] img, .products-section .category-items a[data-background="blue"] img {
  position: absolute;
  max-width: 231px;
  bottom: 0;
  right: 0;
}
.category-section .category-items a span, .products-section .category-items a span {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.005em;
  position: absolute;
  top: 25px;
  left: 27px;
}
.category-section[data-section="brands"], .products-section[data-section="brands"] {
  margin: 0 0 96px;
  float: left;
  width: 100%;
}
.category-section[data-section="brands"] h2, .products-section[data-section="brands"] h2 {
  margin-bottom: 40px;
}
.category-section[data-section="brands"] .brands-list, .products-section[data-section="brands"] .brands-list {
  float: left;
  width: 100%;
}
.category-section[data-section="brands"] .brands-list .item, .products-section[data-section="brands"] .brands-list .item {
  width: 183px;
  margin-right: 25px;
  float: left;
  margin-bottom: 20px;
}
.category-section[data-section="brands"] .brands-list .item a, .products-section[data-section="brands"] .brands-list .item a {
  max-width: 90%;
}
.category-section[data-section="brands"] .brands-list .item:nth-child(6n+6), .products-section[data-section="brands"] .brands-list .item:nth-child(6n+6) {
  margin-right: 0;
}
.side-content {
  display: flex;
  width: 100%;
  margin: 0 0 80px;
  position: relative;
}
.side-content.green-two p a {
  margin: 36px 0 60px;
}
.side-content.green-two img {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.side-content .content {
  width: 100%;
  justify-content: space-between;
}
.side-content .content .text {
  margin: 60px 0 0 60px;
  max-width: 538px;
}
.side-content .content .text h3 {
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  font-family: Rebond Grotesque;
  letter-spacing: 0.005em;
  color: #001a4d;
  margin-bottom: 16px;
}
.side-content .content .text p {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.003em;
  color: #001a4d;
  margin-bottom: 0px;
}
.side-content .content .text p a {
  margin-top: 70px;
  border: 2px solid #001a4d;
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #001a4d;
  display: inline-flex;
  padding: 14px 24px;
  transition: ease 0.3s all;
}
.side-content .content .text p a:hover {
  background-color: #001a4d;
  color: #fff;
}
body.categories header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sidebars-language_switcher_widget > ul > li > a > span, body.woocommerce header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sidebars-language_switcher_widget > ul > li > a > span {
  color: #fff;
}
body.categories header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sidebars-language_switcher_widget > ul > li > a > span:after, body.woocommerce header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sidebars-language_switcher_widget > ul > li > a > span:after {
  background-image: url(../../img/bottom-arrow-btn-white.svg);
}
body.categories #main-search-bar, body.woocommerce #main-search-bar {
  border: 2px solid #fff;
}
body.categories header .mobile-nav-helper .mobile-menu-btn span, body.woocommerce header .mobile-nav-helper .mobile-menu-btn span {
  background: #fff;
}
body.categories header, body.woocommerce header {
  background-color: #001a4d;
}
body.categories header nav.navbar ul li a, body.woocommerce header nav.navbar ul li a {
  color: #fff;
}
body.categories header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sidebars-sidebar-1 > ul > li > a > span, body.woocommerce header .side.right-btns .item.language-btn .language_switcher .wpml-ls-sidebars-sidebar-1 > ul > li > a > span {
  color: #fff;
}
body.categories header .side.right-btns .item > span, body.woocommerce header .side.right-btns .item > span {
  color: #fff;
}
body.categories header .side.right-btns .item.cart-btn::before, body.woocommerce header .side.right-btns .item.cart-btn::before {
  background-image: url('../../img/cart-btn-white.svg');
}
body.categories header .side.right-btns .item.search-btn span, body.woocommerce header .side.right-btns .item.search-btn span {
  background-image: url('../../img/search-icon-blue.svg');
  background-color: #00eb88;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
body.categories header .search-field .search-helper:after, body.woocommerce header .search-field .search-helper:after {
  background-color: #00eb88;
}
.search-field {
  position: relative;
}
.search-field .search-helper {
  position: absolute;
  right: 56px;
  top: -8px;
  height: 56px;
  max-width: 378px;
  width: 100%;
  transition: ease 0.3s all;
}
.search-field .search-helper:after {
  content: "";
  background-color: #001a4d;
  width: 56px;
  height: 56px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  float: left;
  position: absolute;
  border-radius: 4px;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-field .search-helper #main-search-bar {
  height: 56px;
  width: 100%;
}
.search-field .search-helper.expanded {
  max-width: 910px;
}
footer {
  background-color: #001a4d;
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0 44px;
}
footer .top {
  margin: 0 0 48px;
}
footer .top h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.22px;
  color: #00eb88;
  margin: 0 0 24px;
}
footer .top .side .footer_left {
  min-width: 184px;
  margin-right: 24px;
}
footer .top .side .footer_right .textwidget p {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.216667px;
  color: #fff;
}
footer .top .side .footer_right .textwidget ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
footer .top .side .footer_right .textwidget ul li {
  float: left;
  margin: 0 8px 0 0;
}
footer .top .side ul.menu {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
footer .top .side ul.menu#menu-support li {
  float: left;
  min-width: 184px;
}
footer .top .side ul.menu#menu-support li:nth-child(2n+3) {
  clear: left;
}
footer .top .side ul.menu#menu-legal {
  margin-bottom: 40px;
}
footer .top .side ul.menu li {
  margin-bottom: 16px;
}
footer .top .side ul.menu li:last-child {
  margin-bottom: 0px;
}
footer .top .side ul.menu li a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.1px;
}
footer .bottom {
  text-align: center;
}
footer .bottom p {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.216667px;
  color: #d6d6d6;
  margin-bottom: 16px;
}
footer .bottom .social-media {
  display: flex;
  width: 97px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 24px;
}
footer .bottom .social-media a {
  line-height: 100%;
}
.main-slider {
  background-color: #00eb88;
  margin: 0 0 86px;
}
.bafobu-title {
  font-family: 'Rebond Grotesque' !important;
  font-style: normal !important;
  font-weight: bold !important;
  text-align: center !important;
  letter-spacing: 0.005em !important;
  color: #001a4d !important;
}
.bafobu-text {
  font-size: 24px !important;
  line-height: 26px !important;
  letter-spacing: 0.003em !important;
  color: #001a4d !important;
  font-family: 'Circular Std', Arial, Helvetica, sans-serif !important;
}
.bafobu-button {
  font-family: 'Circular Std', Arial, Helvetica, sans-serif !important;
}
.owl-carousel {
  height: 440px;
  position: relative;
}
.owl-carousel .owl-stage-outer {
  height: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  position: relative;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-inner {
  float: left;
  width: 100%;
  height: 100%;
  background-position: 50%;
  text-align: center;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-inner h1 {
  font-family: Rebond Grotesque;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #001a4d;
  margin: 87px 0 16px;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-inner p {
  margin: 0 0 0 0;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.003em;
  color: #001a4d;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-inner p a {
  display: inline-block;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #001a4d;
  padding: 16px 24px;
  border: 2px solid #001a4d;
  box-sizing: border-box;
  border-radius: 40px;
  transition: ease 0.3s all;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-inner p a:hover {
  background-color: #001a4d;
  color: #fff;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  display: none;
}
.page-content .main-slider .owl-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  margin-top: 0px;
}
.page-content .main-slider .owl-nav button.owl-prev {
  left: 0px;
}
.page-content .main-slider .owl-nav button.owl-prev, .page-content .main-slider .owl-nav button.owl-next {
  width: 32px;
  height: 32px;
  background-color: #001a4d;
  border-radius: 50%;
  position: absolute;
  top: 190px;
}
.page-content .main-slider .owl-nav button.owl-prev span, .page-content .main-slider .owl-nav button.owl-next span {
  background-image: url('../../img/slider-arrow.svg');
  color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.page-content .main-slider .owl-nav button.owl-next {
  right: 0px;
}
.page-content .main-slider .owl-nav button.owl-next span {
  transform: rotate(-180deg);
}
.page-content .main-slider .owl-dots {
  position: absolute;
  bottom: 14px;
  right: 0;
  left: 0;
}
.page-content .main-slider .owl-dots .owl-dot span {
  background-color: #001a4d;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  transition: ease 0.3s all;
  border: 2px solid #001a4d;
}
.page-content .main-slider .owl-dots .owl-dot.active span {
  border: 2px solid #001a4d;
  background-color: transparent;
}
.page-content .main-slider .owl-dots .owl-dot:hover span {
  border: 2px solid #001a4d;
  background-color: transparent;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
section.product-categories-homepage .category-items a {
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 26, 77, 0.1), 0px 1px 4px rgba(0, 26, 77, 0.1);
  border-radius: 8px;
  min-height: 323px;
  max-height: 323px;
  float: left;
  width: 288px;
  text-align: center;
}
section.product-categories-homepage .category-items a span {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #001a4d;
  width: 100%;
  text-align: center;
  left: 0;
  top: 32px;
  position: relative;
}
section.product-categories-homepage .category-items a img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.home .side-content .text {
  max-width: 560px;
}
body.home .side-content .text h3 {
  font-size: 58px;
}
body.home .side-content .text p a {
  margin-top: 56px;
}
.best-deals-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.best-deals-items a {
  box-shadow: 0px 0px 2px rgba(0, 26, 77, 0.1), 0px 1px 4px rgba(0, 26, 77, 0.1);
  border-radius: 8px;
  margin: 0px 0px 0px 0px;
  max-width: 288px;
  width: 100%;
  padding: 16px;
  clear: none;
  width: 288px;
  text-align: center;
}
.best-deals-items a h4 {
  font-family: Circular Std;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
  text-align: left;
}
.best-deals-items a .price-helper {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  margin: 0 0 0 0;
  text-align: left;
  float: left;
  width: 100%;
}
body.home .products-section[data-section="1"] {
  margin-top: 0px;
}
body.home section .bottom-block {
  margin: 0 0 120px;
}
body.home section .bottom-block .content .text h3 {
  color: #fff;
}
body.home section .bottom-block .content .text p {
  color: #fff;
}
body.home section .bottom-block .content .text a {
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #fff;
  float: left;
  margin: 104px 0 0;
  padding: 16px 24px;
  transition: ease 0.3s all;
}
body.home section .bottom-block .content .text a:hover {
  background-color: #fff;
  color: #001a4d;
}
aside {
  float: left;
  width: 100%;
  background-color: #001a4d;
  min-height: calc(100vh - 80px);
}
aside * {
  color: #fff;
}
aside .top {
  margin: 24px 0 0 0;
}
aside .top .close-btn {
  float: right;
  position: relative;
  cursor: pointer;
}
aside .top .close-btn:before {
  content: "";
  background-image: url(../../img/close-btn.svg);
  width: 40px;
  height: 50px;
  float: left;
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 0;
  left: -48px;
  bottom: 0;
  margin: auto;
}
aside .top .close-btn span {
  font-family: Circular Std;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #00eb88;
}
aside .elements {
  margin: 33px 0;
}
aside .elements h3 {
  font-family: Rebond Grotesque;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 33px;
}
aside .elements span {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
}
aside .elements .aside-items {
  max-width: 256px;
}
aside .elements .aside-items .all-helper {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  transition: ease 0.3s all;
}
aside .elements .aside-items .all-helper a {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #fff;
  padding: 8px 0 9px 0;
  text-decoration: none;
  border: none;
  transition: ease 0.3s all;
}
aside .elements .aside-items .all-helper a:hover {
  padding-left: 10px;
}
aside .elements .aside-items .aside_categories {
  float: left;
  clear: left;
  width: 100%;
}
aside .elements .aside-items .aside_categories ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  width: 100%;
}
aside .elements .aside-items .aside_categories ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  transition: ease 0.3s all;
  padding-left: 0px;
}
aside .elements .aside-items .aside_categories ul li:hover a {
  padding-left: 10px;
}
aside .elements .aside-items .aside_categories ul li.active_category {
  border-bottom: 1px solid #00eb88;
}
aside .elements .aside-items .aside_categories ul li.active_category a {
  color: #00eb88;
}
aside .elements .aside-items .aside_categories ul li a {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #fff;
  padding: 8px 0 9px;
  text-decoration: none;
  border: none;
  transition: ease 0.3s all;
  position: relative;
}
aside .elements .aside-items .aside_categories ul li a:after {
  content: "";
  background-image: url(../../img/arrow-right-white.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 15px;
  height: 15px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: ease 0.3s all;
}
.shop_helper_class {
  max-width: 256px;
}
@media screen and (max-width: 1224px) {
  .shop_helper_class {
    max-width: 100%;
  }
}
.shop_helper_class ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.shop_helper_class ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  transition: ease 0.3s all;
}
.shop_helper_class ul li:hover a {
  padding-left: 10px;
}
.shop_helper_class ul li.active_category {
  border-bottom: 1px solid #00eb88;
}
.shop_helper_class ul li.active_category a {
  color: #00eb88;
}
.shop_helper_class ul li a {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #fff;
  padding: 8px 0 9px 0px;
  text-decoration: none;
  border: none;
  transition: ease 0.3s all;
  position: relative;
}
.shop_helper_class ul li a:after {
  content: "";
  background-image: url(../../img/arrow-right-white.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 15px;
  height: 15px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: ease 0.3s all;
}
aside .selected-products-wrap .products-helper .products-group {
  float: left;
  width: 100%;
  margin: 0 0 39px 0;
}
aside .selected-products-wrap .products-helper .products-group h3 {
  margin-bottom: 24px;
}
aside .selected-products-wrap .products-helper .products-group .product-items {
  float: left;
  width: 100%;
  position: relative;
}
aside .selected-products-wrap .products-helper .products-group .product-items a {
  width: 179px;
  margin-right: 29px;
  margin-bottom: 17px;
  float: left;
  transition: ease 0.3s all;
  position: relative;
}
aside .selected-products-wrap .products-helper .products-group .product-items a:nth-child(3n+3) {
  margin-right: 0px;
}
aside .selected-products-wrap .products-helper .products-group .product-items a.view-all-helper {
  text-decoration: none;
  width: auto;
  border-bottom: 1px solid #fff;
}
aside .selected-products-wrap .products-helper .products-group .product-items a.view-all-helper:after {
  content: "";
  background-image: url(../../img/arrow-right-white.svg);
  width: 15px;
  height: 14px;
  display: inline-flex;
  margin-left: 8px;
  transition: ease 0.3s all;
}
aside .selected-products-wrap .products-helper .products-group .product-items a.view-all-helper:hover {
  border-bottom: 1px solid #00eb88;
}
aside .selected-products-wrap .products-helper .products-group .product-items a.view-all-helper:hover:after {
  background-image: url(../../img/arrow-right-green.svg);
}
aside .selected-products-wrap .products-helper .products-group .product-items a:hover {
  color: #00eb88;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 10px !important;
}
body.woocommerce .woocommerce-breadcrumb {
  margin: 24px 0 24px 0;
}
body.woocommerce h1.page-title {
  margin: 0 0 39px 0;
}
body.woocommerce .woocommerce-result-count {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 124%;
  margin: 0 0 0 0;
}
body.woocommerce .price_slider_wrapper {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}
body.woocommerce .price_slider_wrapper .price_slider_amount button[type="submit"] {
  display: none;
}
body.woocommerce .price_slider_wrapper .price_slider_amount .price_label {
  font-family: Circular Std;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 4px;
  color: #001a4d;
  position: relative;
}
body.woocommerce .price_slider_wrapper .price_slider_amount .price_label .min-current-price {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  color: #001a4d;
  position: absolute;
  left: 0;
  bottom: -26px;
}
body.woocommerce .price_slider_wrapper .price_slider_amount .price_label .max-current-price {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  color: #001a4d;
  position: absolute;
  right: 0px;
  bottom: -26px;
}
h2.widgettitle {
  pointer-events: none;
}
.shop-category-helper .category_sidebar {
  margin: 0 0 40px 0;
  max-width: 264px;
  float: left;
  width: 100%;
}
.shop-category-helper .category_sidebar h2.widgettitle {
  font-family: Circular Std;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #001a4d;
  margin: 0 0 16px;
  pointer-events: none;
}
.shop-category-helper .category_sidebar ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
body.woocommerce nav.woocommerce-breadcrumb {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 124%;
  color: #001a4d;
}
body.woocommerce nav.woocommerce-breadcrumb a {
  font-family: Circular Std;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 124%;
  color: #001a4d;
}
body.woocommerce nav.woocommerce-breadcrumb .delimiter_helper {
  background-image: url(../../img/breadcrumbs-left.svg);
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin: 0px 7px 0;
  position: relative;
  top: 2px;
}
.woocommerce .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item {
  position: relative;
  margin: 0 0 16px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a {
  margin: 2px 0 0 0;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #001a4d;
  text-decoration: none;
  border: none;
  min-width: 150px;
  float: left;
  padding-left: 35px;
  z-index: 2;
  position: relative;
}
.woocommerce .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a:before {
  display: none;
}
.woocommerce .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item span {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #001a4d;
  opacity: 0.4;
  margin-left: 6px;
}
.woocommerce .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #001a4d;
  border-radius: 8px;
}
.woocommerce .woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item.chosen:before {
  background-image: url(../../img/tic-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}
.hidden-button, .hidden-elements {
  display: none;
}
.filter-acordion-btn {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  text-decoration-line: underline;
  color: #001a4d;
  cursor: pointer;
}
.woocommerce nav.woocommerce-pagination {
  float: left;
  width: 100%;
  position: relative;
  margin: 100px 0 120px;
}
.order-by-helper {
  float: right;
  display: flex;
}
.order-by-helper p {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #001a4d;
  margin-right: auto;
}
@media only screen and (min-width: 740px) {
  .order-by-helper p {
    margin-right: 24px;
  }
}
.order-by-helper span {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #001a4d;
  opacity: 0.4;
}
.order-by-helper .filter-group {
  margin-right: 24px;
  cursor: pointer;
}
.order-by-helper .filter-group:last-child {
  margin-right: 0px;
}
.order-by-helper .filter-group a {
  border: none;
  text-decoration: none;
  position: relative;
}
.order-by-helper .filter-group a.selected span {
  opacity: 1;
}
.order-by-helper .filter-group a.selected:after {
  content: "";
  background-image: url('../../img/arrow-bottom-blue.svg');
  float: right;
  width: 10px;
  height: 10px;
  margin: 7px 0 0 3px;
}
body.woocommerce .woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 0 auto;
}
body.woocommerce .woocommerce-pagination ul.page-numbers li {
  margin: 0 15px;
  border: none;
  overflow: visible;
}
body.woocommerce .woocommerce-pagination ul.page-numbers li a, body.woocommerce .woocommerce-pagination ul.page-numbers li span.current {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-decoration-line: underline;
  color: #001a4d;
  background: transparent;
  padding: 0 0 0 0;
  border: none;
  position: relative;
}
body.woocommerce .woocommerce-pagination ul.page-numbers li a:hover, body.woocommerce .woocommerce-pagination ul.page-numbers li span.current:hover {
  background: transparent;
  color: #001a4d;
}
body.woocommerce .woocommerce-pagination ul.page-numbers li span.current {
  color: #001a4d;
  border: none;
  text-decoration: none;
}
body.woocommerce .woocommerce-pagination ul.page-numbers li span.current:before {
  background-color: #00eb88;
  position: absolute;
  top: 0;
  bottom: -2px;
  left: -10px;
  right: 0;
  border-radius: 50%;
  content: "";
  z-index: -1;
  width: 38px;
  height: 38px;
  margin: auto;
}
.search-field .search-helper #main-search-bar {
  margin-bottom: 0;
}
.search-dropdown-results {
  background: #fafafa;
  z-index: 10;
  position: relative;
  display: none;
}
.search-field .search-dropdown-results {
  margin-top: 12px;
}
.search-field .search-helper.expanded .search-dropdown-results {
  display: block;
}
.search-field .search-helper.expanded .search-dropdown-results .searched-products-list {
  padding: 33px 36px 25px 44px;
}
.search-field .search-helper.expanded .search-dropdown-results .searched-products-list .search-item {
  margin: 0 0 13px 0;
}
.search-field .search-helper.expanded .search-dropdown-results .searched-products-list .search-item:last-child {
  margin: 0 0 0 0;
}
.search-field .search-helper.expanded .search-dropdown-results .searched-products-list .search-item a {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.003em;
  color: #001a4d;
  width: 100%;
}
.search-field .search-helper.expanded .search-dropdown-results .searched-products-list .search-item a span {
  float: right;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.003em;
  color: #636f89;
  display: flex;
}
.search-field .search-helper.expanded .search-dropdown-results .searched-products-list .search-item a span div.label {
  padding-left: 4px;
}
.search-field .search-helper.expanded .search-dropdown-results .searched-site-for {
  border-top: 1px solid #001a4d;
  padding: 24px 0 26px 44px;
}
.search-field .search-helper.expanded .search-dropdown-results .searched-site-for p {
  margin: 0 0 0 0;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.003em;
  color: #001a4d;
}
#search-header {
  width: 100%;
  position: relative;
  background-color: #00eb88;
  padding: 25px 0;
  margin: 0 0 25px;
}
#search-header h2 {
  float: left;
  font-family: Rebond Grotesque;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.003em;
  color: #001a4d;
  position: relative;
}
#search-header h2:after {
  content: "";
  background-image: url(../../img/search-bar.svg);
  width: 70px;
  height: 82px;
  position: absolute;
  top: -5px;
  right: -92px;
  bottom: 0;
  margin: auto;
}
.legal-page .container {
  max-width: 977px;
}
.legal-page .container .content {
  margin: 40px 0 0;
  float: left;
  width: 100%;
}
.legal-page .container .content #menu-legal {
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.legal-page .container .content #menu-legal li {
  margin-bottom: 32px;
}
.legal-page .container .content #menu-legal li.current-menu-item a {
  border-bottom: 1px solid #001a4d;
}
.legal-page .container .content #menu-legal li a {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #001a4d;
  border: none;
  text-decoration: none;
}
.legal-page .container .content .texts {
  float: left;
  width: 100%;
  margin: 43px 0 0;
}
.legal-page .container .content .texts .legal-items {
  margin: 0 0 120px 0;
}
.legal-page .container .content .texts .legal-items .legal-item {
  border-bottom: 1px solid rgba(0, 26, 77, 0.2);
}
.legal-page .container .content .texts .legal-items .legal-item:nth-child(1) h4 {
  margin-top: 0px;
}
.legal-page .container .content .texts .legal-items .legal-item h4 {
  margin: 24px 0 15px;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 37px;
}
.legal-page .container .content .texts .legal-items .legal-item h4:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-color: #001a4d;
  border-radius: 50%;
  background-image: url('../../img/plus-icon.svg');
  background-repeat: no-repeat;
  background-position: 50% 55%;
}
.legal-page .container .content .texts .legal-items .legal-item.opened h4:before {
  background-image: url('../../img/minus-icon.svg');
  background-color: #636f89;
}
.legal-page .container .content .texts .legal-items .legal-item:hover h4:before {
  background-color: #636f89;
}
.legal-page .container .content .texts .legal-items .legal-item .text {
  margin: 0 0 25px 37px;
  max-width: 560px;
}
.footer_right {
  margin: 0 0 40px 0;
}
.footer_right:last-child {
  margin: 0 0 0 0;
}
.footer_right:last-child img {
  max-width: 36px;
}
ol li {
  margin: 0 0 18px;
}
.woocommerce div.product div.images img {
  display: block;
  width: auto;
  height: auto;
  box-shadow: none;
  max-width: 580px;
  margin: 50px auto;
  max-height: 480px;
}
body.woocommerce-page .page-content section.related.products {
  background-color: #001a4d;
  padding: 80px 0;
}
body.woocommerce-page .page-content section.related.products h2.related-title {
  font-family: Rebond Grotesque;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.003em;
  color: #fff;
  max-width: 420px;
  margin-bottom: 32px;
}
body.woocommerce-page .page-content section.related.products .products {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.conditions-explained-btn {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 0 0;
}
.conditions-explained-btn a {
  position: relative;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1px;
  text-decoration-line: underline;
  color: #001a4d;
  border: none;
}
.conditions-explained-btn a:before {
  background-image: url(../../img/info-icon.svg);
  float: left;
  width: 14px;
  height: 14px;
  content: "";
  margin: 6.3px 8px 0 0;
}
body.woocommerce .shop-category-helper .price_slider_wrapper button.button {
  margin: 24px 148px 0 0;
  background: #001a4d;
  color: #fff;
  font-weight: 500;
}
.min_and_max_price {
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 27px;
}
.min_and_max_price .min-price {
  float: left;
  position: relative;
  left: 4px;
}
.min_and_max_price .max-price {
  float: right;
  position: relative;
  right: -15px;
}
.woocommerce-variation-availability {
  display: none;
}
.add_to_cart_popup {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 26, 77, 0.2), 0px 1px 4px rgba(0, 26, 77, 0.1);
  z-index: 999999;
  padding: 15px 0 16px;
  display: none;
  max-height: 79px;
}
.add_to_cart_popup.out-of-stock {
  display: none;
}
.add_to_cart_popup .target {
  display: flex;
}
.add_to_cart_popup .target table.variations tbody {
  display: flex;
}
.add_to_cart_popup .target table.variations tbody tr {
  display: flex;
}
.add_to_cart_popup .target table.variations tbody tr td {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.add_to_cart_popup .target table.variations tbody tr td.value {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.add_to_cart_popup .target table.variations tbody tr td.value select, .add_to_cart_popup .target table.variations tbody tr td.value .custom-dropdown {
  width: 240px;
  margin: 0 16px 0 0;
}
.add_to_cart_popup .target .single_variation_wrap {
  flex-direction: row;
}
.add_to_cart_popup .target .single_variation_wrap .woocommerce-variation-add-to-cart {
  position: relative;
  float: left;
  order: 1;
}
.add_to_cart_popup .target .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input[type="number"] {
  padding: 12px 0 11px 0;
  margin: 0 0 0 0;
  height: 44px;
  max-height: 44px;
}
.add_to_cart_popup .target .single_variation_wrap .woocommerce-variation-add-to-cart .add-to-cart-amount-helper .change-amount-arrows {
  top: 18px;
}
.add_to_cart_popup .target .single_variation_wrap .woocommerce-variation.single_variation {
  order: 2;
  margin-left: auto;
}
.add_to_cart_popup .target .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price {
  margin: 8px 10px 0 0;
  text-align: right;
  width: auto;
}
.add_to_cart_popup .target .single_variation_wrap .single_add_to_cart_button.button.alt {
  order: 3;
  margin: 0 0 0 16px;
  padding: 0 0 0 0;
  min-height: auto;
  line-height: 100%;
  float: right;
  height: 48px;
  width: 240px !important;
}
.add_to_cart_popup .target .single_variation_wrap button[type="submit"].single_add_to_cart_button.button.alt {
  width: auto;
}
.cart_title_total {
  font-weight: 400;
}
.woocommerce-cart-form {
  max-width: 600px;
  margin: 40px 0 0;
}
.woocommerce-cart .woocommerce-cart-form {
  float: left;
}
.woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-checkout .woocommerce-notices-wrapper {
  display: none !important;
}
.woocommerce-cart .shop_table .product-name, .woocommerce-checkout .shop_table .product-name {
  padding-right: 16px;
}
.woocommerce-cart .shop_table .product-name a, .woocommerce-checkout .shop_table .product-name a {
  font-family: Circular Std;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.003em;
  color: #001a4d;
}
.woocommerce-cart .shop_table {
  width: 600px;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item {
  display: flex;
  background: #fff;
  margin: 0 0 8px 0;
  padding: 24px 14px;
  align-items: center;
  box-shadow: 0px 0px 2px rgba(0, 26, 77, 0.1), 0px 1px 4px rgba(0, 26, 77, 0.1);
  border-radius: 8px;
  justify-content: space-between;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .cart-form__col {
  display: flex;
  align-items: center;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .cart-form__col:nth-child(2) {
  justify-content: space-between;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item a {
  border: none;
  text-decoration: none;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-remove {
  flex: 0 0 20px;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-remove a {
  background-image: url(../../img/close-btn-cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent !important;
  width: 20px;
  height: 20px;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-remove a:hover {
  color: transparent !important;
  background-color: transparent !important;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-thumbnail {
  flex: 0 0 35px;
  margin: 0 12px;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-thumbnail img {
  max-height: 64px;
  width: auto;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-name {
  padding-left: 16px;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-quantity {
  margin: 0 26px 0 0;
  position: relative;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity-amount {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  color: #001a4d;
  background: #fff;
  top: -4px;
  left: 7px;
  padding: 0 6px 0 7px;
  position: absolute;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-quantity .change-amount-arrows-cart {
  top: 18px;
}
.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-quantity input.qty {
  margin: 0 0 0 0;
  width: 106px;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.003em;
  color: #001a4d;
  border: 2px solid #001a4d;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 0px;
}
.woocommerce-checkout .shop_table .woocommerce-cart-form__cart-item {
  display: flex;
  background: #fff;
  margin: 0 0 8px 0;
  padding: 24px 24px 24px 8px;
  align-items: center;
  box-shadow: 0px 0px 2px rgba(0, 26, 77, 0.1), 0px 1px 4px rgba(0, 26, 77, 0.1);
  border-radius: 8px;
  justify-content: space-between;
}
.woocommerce-checkout .shop_table .woocommerce-cart-form__cart-item .side {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .shop_table .woocommerce-cart-form__cart-item .side:nth-child(2) {
  justify-content: space-between;
}
.woocommerce-checkout .shop_table .woocommerce-cart-form__cart-item a {
  border: none;
  text-decoration: none;
}
.woocommerce-checkout .shop_table .woocommerce-cart-form__cart-item .product-remove {
  margin-left: 8px;
}
.woocommerce-checkout .shop_table .woocommerce-cart-form__cart-item .product-remove a {
  background-image: url(../../img/close-btn-cart.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent !important;
  width: 20px;
  height: 20px;
}
.woocommerce-checkout .shop_table .woocommerce-cart-form__cart-item .product-remove a:hover {
  color: transparent !important;
  background-color: transparent !important;
}
.woocommerce-checkout .shop_table .woocommerce-cart-form__cart-item .product-thumbnail {
  max-height: 64px;
  margin-right: 24px;
}
.woocommerce-checkout .shop_table .woocommerce-cart-form__cart-item .product-thumbnail img {
  max-height: 64px;
  width: auto;
}
.woocommerce-checkout .shop_table .woocommerce-cart-form__cart-item .product-name {
  float: none;
}
.woocommerce-checkout .shop_table .woocommerce-cart-form__cart-item .product-name > a {
  display: block;
}
.woocommerce button[name="update_cart"], .woocommerce input[name="update_cart"] {
  display: none;
}
footer.shop_footer span.payments_intro {
  font-family: Circular Std;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.216667px;
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
}
footer.checkout_footer {
  background-color: #fafafa;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 229px 0 24px;
}
footer.checkout_footer span {
  font-family: Circular Std;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.216667px;
  color: #001a4d;
  margin: 0 0 7px;
  width: 100%;
  float: left;
}
footer.checkout_footer p {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.216667px;
  color: #001a4d;
  opacity: 0.6;
  margin: 0 0 0 0;
  width: 100%;
  float: left;
}
footer.checkout_footer .icons {
  margin: 0 0 23px;
  width: 100%;
  float: left;
}
footer.checkout_footer .icons img {
  margin: 0 4px;
  padding: 0 0 0 0;
}
.woocommerce-cart .page-content > section, .woocommerce-checkout .page-content > section {
  position: relative;
  z-index: 2;
}
.woocommerce-cart .page-content > section > .container > .row > .col-12 > .woocommerce, .woocommerce-checkout .page-content > section > .container > .row > .col-12 > .woocommerce {
  position: relative;
}
.woocommerce-cart section h1, .woocommerce-checkout section h1 {
  margin-left: 104px;
}
.woocommerce-cart .woocommerce-cart-form, .woocommerce-checkout .woocommerce-cart-form {
  margin-left: 104px;
}
.woocommerce-cart ul.order_details, .woocommerce-checkout ul.order_details {
  padding-left: 0;
  margin-top: 40px;
  margin-left: 104px;
}
.woocommerce-cart .side-left, .woocommerce-checkout .side-left {
  margin-left: 104px;
  float: left;
  width: 600px;
  margin-top: 40px;
}
.woocommerce-cart .side-left:after, .woocommerce-checkout .side-left:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals, .woocommerce-checkout .page-content .cart-collaterals .cart_totals {
  width: 388px;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 26, 77, 0.1), 0px 1px 4px rgba(0, 26, 77, 0.1);
  padding: 30px 24px 0px 24px;
  position: relative;
  bottom: 60px;
  border-radius: 7px;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .order-total, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .order-total {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-top: 1px solid rgba(0, 26, 77, 0.2);
  border-bottom: 1px solid rgba(0, 26, 77, 0.2);
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .order-total > div, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .order-total > div {
  font-family: Circular Std;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 124%;
  letter-spacing: 0.1px;
  color: #001a4d;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .order-total > div:nth-child(1), .woocommerce-checkout .page-content .cart-collaterals .cart_totals .order-total > div:nth-child(1) {
  text-transform: uppercase;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals:after, .woocommerce-checkout .page-content .cart-collaterals .cart_totals:after {
  content: "";
  background-image: url(../../img/cart_bottom.png);
  left: 0;
  right: 0;
  height: 29px;
  position: absolute;
  bottom: -29px;
  background-position: -4px 100%;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .coupon-trigger, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .coupon-trigger {
  float: left;
  width: 100%;
  padding: 16px;
  cursor: pointer;
  position: relative;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .coupon-trigger.a:after, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .coupon-trigger.a:after {
  transform: rotate(180deg);
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .coupon-trigger:after, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .coupon-trigger:after {
  content: "";
  background-image: url(../../img/blue-arrow-down-2.svg);
  position: absolute;
  top: 12px;
  right: 19px;
  bottom: 0;
  margin: auto;
  float: left;
  width: 10px;
  height: 7px;
  transform: rotate(0deg);
  transition: ease 0.3s all;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .coupon-trigger p, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .coupon-trigger p {
  margin: 0 0 0 0;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.003em;
  text-decoration-line: underline;
  color: #001a4d;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .coupon-wrapper, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .coupon-wrapper {
  float: left;
  width: 100%;
  display: none;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .coupon-wrapper form.checkout_coupon, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .coupon-wrapper form.checkout_coupon {
  border-radius: 0;
  margin: 0;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .coupon-wrapper .coupon, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .coupon-wrapper .coupon {
  border: none;
  border-top: 1px solid rgba(0, 26, 77, 0.2);
  float: left;
  width: 100%;
  position: relative;
  padding: 15px 0 0;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .coupon-wrapper .coupon button.button, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .coupon-wrapper .coupon button.button {
  background: #00eb88;
  border: 2px solid #00eb88;
  box-sizing: border-box;
  border-radius: 40px;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #001a4d;
  transition: ease 0.3s all;
  margin: 0 0 0 9px;
  padding: 0;
  width: 131px;
  height: 40px;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .coupon-wrapper .coupon input.input-text, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .coupon-wrapper .coupon input.input-text {
  padding: 9px 0 9px 14px;
}
@media only screen and (max-width: 700px) {
  .woocommerce-cart .page-content .cart-collaterals .cart_totals .coupon-wrapper .coupon, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .coupon-wrapper .coupon {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table {
  width: 100%;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table h4, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table h4 {
  font-family: Circular Std;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #001a4d;
  margin: 0 0 24px;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .cart-subtotal, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .cart-subtotal, .woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .shipping-information, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .shipping-information, .woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .view-shipping-rates, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .view-shipping-rates, .woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .cart-vat, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .cart-vat, .woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .cart-discount, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .cart-discount {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 16px;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 124%;
  letter-spacing: 0.1px;
  color: #001a4d;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .cart-summary-rows, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .cart-summary-rows {
  padding-bottom: 8px;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .cart-summary-rows > *, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .cart-summary-rows > * {
  margin-top: 16px;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .view-shipping-rates, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .view-shipping-rates {
  cursor: pointer;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .view-shipping-rates p, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .view-shipping-rates p {
  margin: 0 0 0 0;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #001a4d;
  position: relative;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .view-shipping-rates p:before, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .view-shipping-rates p:before {
  content: "";
  background-image: url(../../img/condition-file.svg);
  width: 14px;
  height: 14px;
  float: left;
  margin: 0 9px 0 0;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .shipping-information div:nth-child(1), .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .shipping-information div:nth-child(1) {
  width: 147px;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .cart-vat, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .shop_table .cart-vat {
  margin-bottom: 0px;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .wc-proceed-to-checkout, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  float: left;
  width: 100%;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background: #00eb88;
  border: 2px solid #00eb88;
  box-sizing: border-box;
  border-radius: 40px;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #001a4d;
  transition: ease 0.3s all;
  margin: 0 0 0 0;
  padding: 14px 0;
}
.woocommerce-cart .page-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover, .woocommerce-checkout .page-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background: #001a4d;
  border: 2px solid #001a4d;
  color: #fff;
}
.woocommerce-checkout {
  float: left;
  width: 100%;
  position: relative;
}
.woocommerce-checkout .woocommerce-shipping-fields > h3, .woocommerce-checkout .woocommerce-billing-fields > h3 {
  font-family: Rebond Grotesque;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.003em;
  color: #001a4d;
  margin: 0 0 24px 0;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  float: left;
  width: 100%;
  border-top: 1px solid #001a4d;
  border-left: 1px solid #001a4d;
  border-right: 1px solid #001a4d;
  border-bottom: 1px solid #001a4d;
  border-radius: 8px;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row:last-child .woocommerce-input-wrapper input, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:last-child .woocommerce-input-wrapper input {
  border-bottom: none;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label {
  position: absolute;
  top: 20px;
  left: 24px;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.003em;
  color: #001a4d;
  transition: top 0.3s, font-size 0.3s;
  z-index: 1;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label abbr, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label abbr {
  display: none !important;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label.is-focused, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label.is-focused, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label.is-dirty, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label.is-dirty {
  top: 10px;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label[for="billing_country"], .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label[for="billing_country"], .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label[for="shipping_country"], .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label[for="shipping_country"] {
  display: none;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row#billing_first_name_field, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field {
  width: 50%;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row#billing_first_name_field input, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field input {
  border-right: 1px solid #001a4d;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row#billing_last_name_field, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field {
  width: 50%;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
  width: 100%;
  float: left;
  position: relative;
  border: none;
  border-bottom: 1px solid #001a4d;
  border-radius: 0px;
  background-color: transparent;
  height: 65px;
  transition: ease 0.3s all;
  padding-left: 25px;
  padding-top: 28px;
  line-height: 41px;
  color: #001a4d;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-webkit-input-placeholder, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-webkit-input-placeholder, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder {
  line-height: revert;
}
.woocommerce-checkout .fields-helper + .fields-helper {
  margin-top: 40px;
}
.woocommerce-additional-fields {
  display: none;
}
.form-row#billing_country_field, .form-row#billing_address_2_field {
  width: 50%;
  float: left;
  clear: none;
}
.form-row#billing_country_field {
  height: 65px;
}
html body.woocommerce-page section .woocommerce .side-left form.checkout .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0px;
  height: 65px;
  margin: 0 0 0 0;
}
html body.woocommerce-page section .woocommerce .side-left form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #fafafa;
  border: none;
  height: 65px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  padding: 20px 0 0 24px;
}
html body.woocommerce-page section .woocommerce .side-left form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}
html body.woocommerce-page section .woocommerce .side-left form.checkout .custom_shipping_method_addon {
  position: relative;
}
html body.woocommerce-page section .woocommerce .side-left form.checkout .custom_shipping_method_addon label {
  display: none;
}
html body.woocommerce-page section .woocommerce .side-left form.checkout .custom_shipping_method_addon .select2-container--default {
  max-width: 100%;
}
html body.woocommerce-page section .woocommerce .side-left form.checkout .custom_shipping_method_addon .select2-container--default.select2-container--open {
  border-bottom: 1px solid #aaa;
}
html body.woocommerce-page section .woocommerce .side-left form.checkout .custom_shipping_method_addon .select2-container--default .select2-selection--single {
  background: none;
  height: auto;
}
html body.woocommerce-page section .woocommerce .side-left form.checkout .custom_shipping_method_addon .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: none;
  height: auto;
}
.cart_totals .shipping {
  display: none;
}
#customer_details {
  float: left;
  width: 100%;
  margin: 0 0 40px;
  position: relative;
}
.product-data-help .text-left {
  font-size: 14px;
  line-height: 14px;
}
@media screen and (max-width: 1270px) {
  body.search-results .filter_btn {
    top: -53px;
    right: 24px;
  }
  body.search-results .woocommerce-result-count {
    display: none !important;
  }
  .filter_btn {
    right: 8px !important;
  }
}
@media screen and (max-width: 1224px) {
  body.search-results .mobile-product-heading {
    display: none !important;
  }
  body.archive.woocommerce .mobile-product-heading.mobile {
    display: none !important;
  }
  body .mini-cart {
    right: 52px;
  }
}
@media screen and (max-width: 820px) {
  html body.page-template-legal section.legal-page .content .col-4 #menu-legal {
    margin: 0 auto;
    max-width: 460px;
    display: block;
  }
  html body.page-template-legal section.legal-page .content .col-4 #menu-legal li {
    width: 33.3%;
    text-align: center;
    float: left;
    position: relative;
  }
  html body.page-template-legal section.legal-page .content .col-4 #menu-legal li:after {
    content: "";
    background-color: rgba(0, 26, 77, 0.4);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  html body.page-template-legal section.legal-page .content .col-4 #menu-legal li a {
    float: left;
    width: 100%;
    text-align: center;
  }
  html body.page-template-legal section.legal-page .content .col-4 #menu-legal li.current_page_item:after {
    height: 4px;
    background-color: rgba(0, 26, 77, 1);
  }
  html body.page-template-legal .content h2 {
    margin: 24px 0 40px;
    font-family: Rebond Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.003em;
    color: #001a4d;
  }
  .legal-page .container .content .texts {
    margin: 0 0 0 0;
  }
  .legal-page .container .content .texts .legal-items .legal-item h4 {
    font-family: Rebond Grotesque;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #001a4d;
  }
  .legal-page .container .content .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .legal-page .container .content .texts .legal-items .legal-item .text {
    max-width: 100%;
  }
  .legal-page .container .content .texts .legal-items {
    margin: 0 0 64px 0;
  }
}
@media screen and (max-width: 770px) {
  html body.woocommerce.search-results ul.products[class*=columns-] li.product, html body.woocommerce-page.search-results ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
  html body.woocommerce.search-results .shop-category-helper .col-9 {
    max-width: 100% !important;
  }
  html body.woocommerce ul.products[class*=columns-] li.product, html body.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
  .shop-category-helper .col-9 {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 475px) {
  html body.page-template-legal section.legal-page .content .col-4 #menu-legal li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 375px) {
  html body.page-template-legal section.legal-page .content .col-4 #menu-legal li a {
    font-size: 9px;
  }
}
.mobile-search-box {
  background: rgba(0, 26, 77, 0.05);
  height: 100vh;
}
.mobile-search-box .top {
  padding: 0px 6px 0px 16px;
  height: 60px;
  background: #fff;
}
.mobile-search-box .top form#main-search-form-helper {
  width: calc(100% - 82px);
  height: 100%;
  float: left;
}
.mobile-search-box .top form#main-search-form-helper input {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
  height: 100%;
  float: left;
}
.mobile-search-box .top .close-btn {
  float: right;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 10px 0 0 0;
}
.mobile-search-box .top .close-btn:before {
  content: "";
  background-image: url(../../img/close-btn-svg.svg);
  width: 15px;
  height: 15px;
  float: left;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 9px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
}
.mobile-search-box .top .close-btn span {
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 8px;
  text-align: center;
  color: #001a4d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mobile-search-box .search-dropdown-results {
  float: left;
  width: 100%;
  display: block;
  padding: 32px 24px 0 24px;
  background: transparent;
}
.mobile-search-box .search-dropdown-results .search-item {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 16px 0;
}
.mobile-search-box .search-dropdown-results .search-item:last-child {
  margin-bottom: 0px;
}
.mobile-search-box .search-dropdown-results .search-item a {
  float: left;
  width: 100%;
  position: relative;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.003em;
  color: #001a4d;
}
.mobile-search-box .search-dropdown-results .search-item a span {
  float: right;
  font-family: Circular Std;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.003em;
  color: #636f89;
  display: flex;
}
.mobile-search-box .search-dropdown-results .search-item a span div.label {
  display: none !important;
}
.mobile-search-box .search-dropdown-results .searched-products-list {
  float: left;
  width: 100%;
  border-bottom: 1px solid #001a4d;
  padding-bottom: 24px;
}
.mobile-search-box .search-btn-helper {
  float: left;
  width: 40px;
  height: 40px;
  background-image: url(../../img/search-btn-mobile.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 10px 0 0 0;
}
.mobile-search-box .searched-site-for {
  float: left;
  border-top: rgba(0, 26, 77, 0.2);
  width: 100%;
  padding: 24px 0 0 0;
}
@media screen and (max-width: 550px) {
  #search-header {
    padding: 9px 0;
  }
  #search-header h2 {
    font-family: Rebond Grotesque;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0.003em;
    color: #001a4d;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  #search-header h2:after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  body .mini-cart {
    width: 95%;
    max-width: 95%;
    right: 0;
    left: 0;
    margin: auto;
  }
  body .mini-cart:before {
    right: 61px;
  }
}
@media screen and (max-width: 1440px) {
  .woocommerce-cart .page-content > section > .container > .row > .col-12 > .woocommerce:after, .woocommerce-checkout .page-content > section > .container > .row > .col-12 > .woocommerce:after {
    right: 390px;
  }
}
@media screen and (max-width: 700px) {
  .woocommerce-cart section h1 {
    margin-left: 0;
    font-family: Rebond Grotesque;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.003em;
    color: #001a4d;
  }
  .woocommerce-cart section h1 .cart_title_total {
    float: right;
    font-weight: 400;
  }
  .woocommerce-cart .woocommerce-cart-form {
    margin-left: 0;
    margin: 24px 0 0 0;
    max-width: 100%;
    width: 100%;
  }
  body.woocommerce-cart .woocommerce_heading_items .w_heading_item p {
    font-family: Circular Std;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 7px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #001a4d;
  }
  .woocommerce_heading_items {
    position: relative;
    bottom: 8px;
  }
  html body.woocommerce-cart .shop_table {
    max-width: 100%;
    width: 100%;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item {
    position: relative;
    padding: 24px;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .cart-form__col {
    display: block;
    flex: 1 1 100%;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .cart-form__col--image {
    flex: 1 0 auto;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .cart-form__col + .cart-form__col {
    margin-left: 26px;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-remove {
    position: absolute;
    top: 13px;
    left: 13px;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-thumbnail {
    margin: 0;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-thumbnail img {
    max-height: 70px;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-name {
    padding: 0;
    margin-bottom: 16px;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-quantity {
    max-width: 106px;
    margin-bottom: 8px;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-quantity .qty {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-quantity .change-amount-arrows {
    top: 16px;
  }
  html body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item .product-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
  }
  html body.woocommerce-cart .page-content .cart-collaterals .cart_totals {
    margin: 0 0 0 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0px 0 0px 0;
  }
  html body.woocommerce-cart .page-content .cart-collaterals .cart_totals:after {
    display: none;
    background: transparent;
  }
  html body.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table {
    display: flex;
    flex-flow: column;
  }
  html body.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .cart-summary-rows {
    padding-bottom: 16px;
  }
  html body.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .coupon-trigger {
    order: -2;
  }
  html body.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .coupon-wrapper {
    order: -1;
  }
  html body.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table .coupon-wrapper .coupon {
    border-bottom: 1px solid rgba(0, 26, 77, 0.2);
  }
  html body.woocommerce-cart .page-content .cart-collaterals .cart_totals .shop_table h4 {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  html .woocommerce-cart .page-content .cart-collaterals .cart_totals:after {
    display: none;
  }
  footer.checkout_footer {
    padding: 59px 0 24px;
  }
  html body.woocommerce-cart .shop_table {
    margin-bottom: 40px;
  }
}
body.single .single_add_to_cart_button span {
  display: none;
}
@media screen and (max-width: 650px) {
  .add_to_cart_popup .target .single_variation_wrap button[type="submit"].single_add_to_cart_button.button.alt {
    margin: 0 0 0 0 !important;
  }
  .add_to_cart_popup {
    background: transparent;
    box-shadow: none;
    padding: 12px 0 !important;
  }
  .add_to_cart_popup .single_add_to_cart_button span {
    display: inline !important;
  }
  .shop-category-helper .col-9 {
    max-width: 100% !important;
  }
}
body #kco-iframe {
  width: 100%;
  float: left;
  padding-left: 0;
}
#launcher {
  transition: ease 0.3s all;
}
.no-elements-helper {
  float: left;
  width: 100%;
  clear: left;
  position: relative;
}
.order-by-helper .filter-group a.selected.rotate:after {
  margin: 8px 0 0 3px;
  transform: rotate(180deg);
}
