@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.woff2?43233410') format('woff2'), url('../fonts/fontello.woff?43233410') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?43233410#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: 1.2rem !important;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-pinterest:before {
  content: '\e800';
}
/* '' */
.icon-instagram:before {
  content: '\e801';
}
/* '' */
.icon-facebook:before {
  content: '\e802';
}
/* '' */
.icon-player:before {
  content: '\e803';
}
/* '' */
.icon-search:before {
  content: '\e804';
}
/* '' */
.icon-player2:before {
  content: '\e805';
}
/* '' */
.icon-bag:before {
  content: '\e807';
}
/* '' */
.icon-arrow-right:before {
  content: '\e808';
}
/* '' */
.icon-arrow-up-down:before {
  content: '\e809';
}
/* '' */
.icon-login:before {
  content: '\e80a';
}
/* '' */
.icon-heart:before {
  content: '\e80b';
}
/* '' */
.icon-player3:before {
  content: '\e80c';
}
/* '' */
.icon-metro:before {
  content: '\e815';
}
/* '' */
@font-face {
  font-family: 'Kaleko 105 Bold';
  src: url('../fonts/Kaleko105Round-Bold.woff2') format('woff2'), url('../fonts/Kaleko105Round-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Kaleko 105 Book';
  src: url('../fonts/Kaleko105Round-Book.woff2') format('woff2'), url('../fonts/Kaleko105Round-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.custom-padding-x {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1400px) {
  .custom-padding-x {
    padding-left: 150px;
    padding-right: 150px;
  }
}
h1.post-title-box {
  font-family: 'Kaleko 105 Book' !important;
}
h3.post-title {
  font-family: 'Kaleko 105 Book' !important;
}
.home-paragraph {
  font-family: 'Kaleko 105 Bold';
}
ul.main-menu li a {
  font-family: 'Kaleko 105 Bold' !important;
}
/*Mixins*/
/*End Mixins*/
body {
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  body {
    margin-top: 73px !important;
  }
}
body {
  font-family: 'Kaleko 105 Book' !important;
  /* Request Form */
  /* End Request Form */
  /*WooComerce Checkout*/
  /*End WooComerce Checkout*/
  /*WooCommerce*/
  /*    @media (min-width: 992px){
            .woo-background-color-container {
    
                padding: 0 50px;
            }
        }
    
        &.single{
            .woo-background-color-container {
                margin-top: 100px;
    
            }  
        }*/
  /*End WooCommerce*/
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6,
body .elementor-slide-heading,
body .elementor-tab-title {
  font-family: 'Kaleko 105 Bold' !important;
}
body h1 a:hover,
body .h1 a:hover,
body h2 a:hover,
body .h2 a:hover,
body h3 a:hover,
body .h3 a:hover,
body h4 a:hover,
body .h4 a:hover,
body h5 a:hover,
body .h5 a:hover,
body h6 a:hover,
body .h6 a:hover,
body .elementor-slide-heading a:hover,
body .elementor-tab-title a:hover {
  color: #fe4485 !important;
}
body ::-webkit-input-placeholder {
  /* Edge */
  font-size: 0.8rem !important;
  color: #002A5B;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.8rem !important;
  color: #002A5B;
}
body ::placeholder {
  font-size: 0.8rem !important;
  color: #002A5B;
}
body ::-moz-placeholder {
  font-size: 0.8rem !important;
  color: #002A5B;
}
body .home-page-category-box img {
  margin-bottom: 0;
}
body .home-page-category-box .home-page-category-title {
  font-family: 'Kaleko 105 Book';
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #383838;
}
body .home-page-category-box .home-page-category-title:after {
  display: block;
  content: '';
  height: 1px;
  width: 6em;
  background-color: #dedede;
  margin: 0.65em auto 0;
}
body .home-page-category-box .home-page-link-category {
  font-family: 'Kaleko 105 Book';
  font-size: 0.688em;
  font-weight: 600;
  letter-spacing: 6px;
  color: #828282;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
body .home-page-category-box .home-page-link-category:hover {
  color: #383838;
  text-decoration: none;
}
body .home-page-text .home-page-h1,
body .home-page-text .home-page-h2,
body .home-page-text .home-page-h3 {
  font-family: 'Kaleko 105 Book';
  color: #383838;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: 100%;
}
body .home-page-text .home-page-h1 {
  font-size: 4em;
  margin-top: 0;
}
body .home-page-text .home-page-h2 {
  font-size: 3em;
}
body .home-page-text .home-page-h3 {
  font-size: 2em;
}
body .home-page-section-title {
  font-family: 'Kaleko 105 Book';
  font-size: 4em;
  text-align: center;
}
body .home-page-post-box img {
  margin-bottom: 0;
}
body .home-page-post-box .home-page-post-title {
  font-family: 'Kaleko 105 Book';
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #383838;
}
body .home-page-post-box .home-page-post-title:after {
  display: block;
  content: '';
  height: 1px;
  width: 6em;
  background-color: #dedede;
  margin: 0.65em auto 0;
}
body .home-page-post-box .home-page-link-post {
  font-family: 'Kaleko 105 Book';
  font-size: 0.688em;
  font-weight: 600;
  letter-spacing: 6px;
  color: #828282;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
body .home-page-post-box .home-page-link-post:hover {
  color: #383838;
  text-decoration: none;
}
body .woo-category-product-grid-container .woo-product-price {
  height: auto;
}
body .home-page-image-with-shadow img {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}
body .woo-category-loop-products .woo-product-price {
  display: inline-flex;
  align-items: baseline;
}
body .woo-category-loop-products .woo-product-price .product-volume {
  font-weight: 400;
  padding-left: 30px;
}
body .request-form-button {
  cursor: pointer;
  position: fixed;
  top: 40%;
  right: 40px;
  transform: rotate(-90deg);
  transform-origin: right top 0;
  float: left;
  background-color: #000000;
  z-index: 11;
  padding: 10px 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
body .request-form-button:hover {
  opacity: 0.8;
}
body .request-custom-form-close-button {
  cursor: pointer;
}
body .request-custom-form-close-button .button-close {
  position: relative;
  width: 16px;
  height: 16px;
}
body .request-custom-form-close-button .button-close:before,
body .request-custom-form-close-button .button-close:after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 5px;
  right: 0;
  transition: all 0.3s ease;
}
body .request-custom-form-close-button .button-close:before {
  transform: rotate(45deg);
}
body .request-custom-form-close-button .button-close:after {
  transform: rotate(-45deg);
}
body .request-custom-form-close-button:hover .button-close:before,
body .request-custom-form-close-button:hover .button-close:after {
  background-color: #1f8fc1;
}
body .offcanvas-request-form-container {
  position: fixed;
  top: 0;
  background-color: #eeeceb;
  right: -320px;
  width: 320px;
  z-index: 10001;
  transition: all 0.3s ease;
  height: 100vh;
  overflow-y: auto;
  padding: 0 20px;
  text-align: left;
  /*box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.1);*/
}
body .offcanvas-request-form-container .request-form-container {
  padding-bottom: 20px;
}
body .offcanvas-request-form-container .request-form-container .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
body .offcanvas-request-form-container .request-submit-container {
  width: 100%;
}
body .offcanvas-request-form-container .request-submit-container .form-terms {
  font-size: 12px;
  margin-bottom: 10px;
}
body .offcanvas-request-form-container .request-submit-container .form-terms a {
  color: #1f8fc1;
}
body .offcanvas-request-form-container .request-custom-form-title-container {
  padding: 20px 0;
  font-weight: 600;
  color: #333333;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
}
body .offcanvas-request-form-container .request-custom-form-title-container .request-custom-form-close-container {
  float: right;
  cursor: pointer;
  color: #999999;
}
body .offcanvas-request-form-container input[type="submit"] {
  color: #ffffff !important;
  background-color: #7f7972 !important;
  border-radius: 3px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 15px;
}
body .offcanvas-request-form-container.open {
  right: 0;
}
@media (max-width: 768px) {
  body .request-form-button {
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 228px;
    transform: rotate(0deg);
    transform-origin: bottom left 0;
  }
}
body .woocommerce-info,
body .woocommerce-error {
  background-color: #f1e3dd !important;
  color: #002675 !important;
  border-left: 10px solid #002675;
  padding: 1em 1.618em;
  margin-bottom: 2.617924em;
}
body .woocommerce-info a,
body .woocommerce-error a {
  color: #002675 !important;
}
body .woocommerce-error {
  list-style: none;
  margin: 0;
  margin-bottom: 2.617924em;
}
body .woocommerce-error li:before {
  display: none;
}
body .woocommerce-checkout .col2-set,
body .woocommerce-checkout #order_review,
body .woocommerce-checkout #order_review_heading {
  width: 100%;
  margin-right: 0;
}
body .woocommerce-checkout .col2-set .form-row-first {
  width: 45.45454545%;
  float: left;
  margin-right: 9.09090909%;
}
body .woocommerce-checkout .col2-set .form-row-last {
  width: 45.45454545%;
  float: right;
  margin-right: 0;
}
body .woocommerce-checkout .payment-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  top: 73px;
}
body .woocommerce-checkout table th,
body .woocommerce-checkout table td {
  background-color: #f8f8f8;
  padding: 1.41575em !important;
  vertical-align: middle;
  border: none !important;
}
body .woocommerce-checkout table td {
  background-color: #fdfdfd;
}
body .woocommerce-checkout #payment .payment_methods {
  margin: 0!important;
  padding: 0!important;
}
body .woocommerce-checkout #payment .payment_methods li {
  list-style: none!important;
  margin-left: 0;
  position: relative;
  padding: 5px 1.41575em !important;
}
body .woocommerce-checkout #payment .payment_methods li:before,
body .woocommerce-checkout #payment .payment_methods li:after {
  content: " ";
  display: table;
}
body .woocommerce-checkout #payment .payment_methods li:after {
  clear: both;
}
body .woocommerce-checkout #payment .payment_methods li > label {
  /*                    display: block;
                                            padding: 1.41575em;
                                            cursor: pointer;*/
}
body .woocommerce-checkout #payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
body .woocommerce-checkout #payment .payment_methods li:before {
  display: none;
}
body .woocommerce-checkout #payment #place_order {
  padding: 1.41575em;
  margin-bottom: 0;
  float: none;
  width: 100%;
}
body .woocommerce-checkout #payment .place-order {
  margin: 20px 0;
}
body .woocommerce-checkout input[type="text"],
body .woocommerce-checkout input[type="tel"],
body .woocommerce-checkout input[type="email"],
body .woocommerce-checkout select,
body .woocommerce-checkout textarea {
  border: none;
  border-top: 2px solid #e9e9e9;
  box-shadow: none;
  background-color: #f2f2f2;
}
body .woocommerce-checkout .required {
  border-bottom: 0!important;
  color: red;
}
body .woocommerce-checkout .woocommerce-billing-fields__field-wrapper:before,
body .woocommerce-checkout .woocommerce-billing-fields__field-wrapper:after {
  content: " ";
  display: table;
}
body .woocommerce-checkout .woocommerce-billing-fields__field-wrapper:after {
  clear: both;
}
body .woocommerce-checkout .checkbox input[type=checkbox] {
  position: relative;
  margin-left: 0;
}
@media (min-width: 768px) {
  body .woocommerce-checkout .col2-set {
    width: 47.82608696%;
    float: left;
    margin-right: 4.34782609%;
  }
  body .woocommerce-checkout #order_review,
  body .woocommerce-checkout #order_review_heading {
    width: 47.82608696%;
    float: right;
    margin-right: 0;
  }
}
body span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
body .wpcf7-list-item-label {
  font-weight: 400 !important;
}
body .vtprd_shop_table {
  /*display: none;*/
}
body .woocommerce .primary.not-visible {
  /*margin-bottom: 10px;*/
  font-weight: 600;
  background-color: #EF3299;
  border: 1px solid #EF3299;
}
body #customer_login.col2-set {
  display: block;
}
body #customer_login.col2-set .u-column1.col-1 {
  width: 100%;
  padding-right: 0;
}
body #customer_login.col2-set .u-column2.col-2 {
  width: 100%;
}
@media (min-width: 768px) {
  body #customer_login.col2-set {
    display: flex;
  }
  body #customer_login.col2-set .u-column1.col-1 {
    width: 50%;
    padding-right: 50px;
  }
  body #customer_login.col2-set .u-column2.col-2 {
    width: 50%;
  }
}
body .woo-background-color-container {
  background-color: #ffffff;
  padding: 0 ;
}
body .home-page-banner {
  text-align: center;
}
body .home-page-banner .banner-title {
  font-size: 27px;
  margin: 0;
  color: white;
  line-height: 1;
  text-shadow: 1px 2px 5px #000;
  font-weight: 600;
  margin-bottom: 15px;
}
body .home-page-banner .banner-description {
  display: block;
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-shadow: 1px 2px 5px #000;
  margin: 0rem 0rem 1.25rem 0rem;
  margin-bottom: 15px;
}
body .home-page-banner .banner-button {
  background: rgba(0, 0, 0, 0.3);
  text-shadow: 1px 2px 5px #000;
  border: 1px solid #ffffff;
  display: inline-block;
  color: white;
  padding: 0.125rem 1.625rem;
  border-radius: 2px;
  font-weight: 400;
}
body .home-page-banner:hover {
  text-decoration: none !important;
}
body .social-profiles-container {
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 768px) {
  body .social-profiles-container {
    margin-bottom: 0 !important;
  }
}
body .social-profiles-container li {
  margin-left: 10px !important;
  margin-bottom: 0 !important;
}
body .social-profiles-container li a {
  display: inline-block;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin-right: 10px;
  color: #ffffff !important;
  line-height: 1px;
  text-align: center;
}
body .social-profiles-container li a:hover {
  opacity: 0.9;
  /*color: #fff !important;*/
}
body .social-profiles-container li a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
body .seojam {
  font-size: 14px;
  color: #8c8c8c;
}
body footer .footer-main-container .footer-main-box {
  border: none !important;
}
body .header-icons {
  margin-right: 30px;
}
body .header-icons .top-icon:before {
  display: none !important;
}
body .header-icon-buttons {
  font-size: 22px !important;
  white-space: nowrap;
  color: #7F7972 !important;
}
body .header-icon-buttons.mailto {
  margin-right: 30px;
}
body .header-icon-buttons span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #808080 !important;
}
body .header-icon-buttons:hover {
  color: #000000 !important;
}
body .woo-header-account-link-container {
  margin: 0 20px;
}
body .woo-header-cart-container .woo-minicart-content .woo-header-cart-count {
  right: -21px !important;
  color: #002675 !important;
  background-color: #E8F3F6 !important;
  top: 50% !important;
  transform: translateY(-50%);
}
body .woo-header-cart-container .woo-minicart-content .woo-header-cart-count strong {
  position: relative;
  top: -1px;
}
body .woo-mobile-minicart-content .woo-header-cart-count {
  color: #E8F3F6 !important;
  background-color: #002675 !important;
}
body .header-top-area {
  border-bottom: 1px solid;
  margin-bottom: 2px;
  padding: 0 !important;
}
body .header-top-textbox a {
  font-size: 12px;
  font-weight: 400;
  color: #898989;
  display: inline-block;
}
body .header-top-textbox a.phone {
  margin-right: 30px;
}
body .header-top-area aside {
  padding: 0 !important;
}
body footer .footer-main-container {
  padding-top: 0 !important;
  padding-bottom: 25px !important;
}
body .af-element {
  margin-bottom: 10px;
  color: #464646;
}
body .af-element label {
  line-height: 1.1;
  color: #464646;
}
body .af-element label > [type=checkbox] {
  margin-bottom: 0;
  margin-right: 0;
}
body footer .footer-copyright-text-container {
  font-size: 0.6rem;
  font-family: 'Kaleko 105 Bold';
}
body footer .widget_text img {
  margin-top: 20px;
  width: 115px;
}
body #cookie-law-info-again {
  font-size: 9pt;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  box-shadow: none;
  font-style: uppercase;
  text-transform: uppercase;
  font-weight: 400;
}
body #cookie-law-info-bar {
  box-shadow: none;
}
body .cli-plugin-button {
  border-radius: 3px;
  text-transform: uppercase;
}
body .cli-plugin-main-link {
  color: #eeeceb !important;
}
body input[type="search"].search-field {
  box-shadow: none !important;
  border: 1px solid #d4d4d4 !important;
  background-color: #f1f1f1 !important;
  font-size: 20px !important;
  color: #000000 !important;
  padding: 20px 15px !important;
}
body .search-name {
  color: #002675 !important;
  font-size: 17px !important;
  padding-top: 5px !important;
}
body .woo-category-html-description {
  margin-top: 0;
  margin-bottom: 20px;
}
body .woo-category-image-text-box {
  margin-bottom: 20px;
}
body .woo-category-bottom-description {
  margin-bottom: 150px;
}
body .ui-slider.ui-widget-content .ui-slider-handle {
  background: #eeeceb;
  border: 2px solid #002675 !important;
  border-radius: 11px;
}
body .ui-slider.ui-widget-content:not(.iris-slider-offset) {
  background: #002675;
  border-radius: 0;
  border: none;
}
body .ui-slider.ui-widget-content:not(.iris-slider-offset) {
  background: #002675;
  border-radius: 0;
  border: none;
}
body .ui-slider.ui-widget-content .ui-slider-handle:hover,
body .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover,
body .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
  border-color: #e84569 !important;
}
body .ui-widget-header {
  padding: 0 !important;
}
body .widget-area .h2.widget-title,
body .widget-area h3.wcva_filter-widget-title {
  font-family: 'Kaleko 105 Book' !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
}
body footer .h2.widget-title {
  font-family: 'Kaleko 105 Bold' !important;
  text-transform: capitalize;
  font-size: 1.45rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.033em !important;
  margin-bottom: 30px !important;
}
.wpfFilterWrapper .wpfPriceInputs {
  margin-top: 10px;
  text-align: left;
}
#wpfMinPrice {
  margin-left: 5px;
}
.wpfPriceRangeField#wpfMinPrice,
.wpfPriceRangeField#wpfMaxPrice {
  border: 1px solid #cecac7;
  border-radius: 3px;
}
.wpfPriceRangeField#wpfMinPrice:focus,
.wpfPriceRangeField#wpfMaxPrice:focus {
  border: 1px solid #000000;
}
.wpfPriceRangeField#wpfMaxPrice {
  width: 57px !important;
}
.wpfFilterVerScroll label {
  color: #464646;
}
.wpfFilterButton.wpfButton,
.wpfClearButton.wpfButton {
  width: 47%;
  padding: 5px;
  align-items: center;
  min-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  white-space: normal;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background-color: #eeeceb;
}
.wpfFilterButton.wpfButton:hover,
.wpfClearButton.wpfButton:hover {
  color: #ffffff;
  background-color: #000000;
}
.wcva_filter_widget div.wcvashopswatchlabel {
  position: relative;
}
.wcva_filter_widget div.wcvashopswatchlabel:hover:before,
.wcva_filter_widget div.wcvashopswatchlabel.wcva-selected-filter:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  top: 7px;
  left: 7px;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
}
/*    div.wcvashopswatchlabel,
    .wcvaswatchinput div.wcva-selected-filter.wcvasquare{
        border-radius: 50%;
        outline: none;
        border: none;
        &.wcva-selected-filter{
            border: none;
        }
        &:hover{
            outline: none;
            border: none;
        }
    }*/
div.wcvaround:hover,
.wcvaswatchinput div.wcva-selected-filter.wcvaround {
  box-shadow: none !important;
  border: none !important;
}
.color-btn {
  color: #ffffff !important;
  background-color: #7f7972 !important;
  border-radius: 3px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #cookie-law-info-again {
    right: 0 !important;
  }
  #cookie-law-info-again:after {
    content: "\f502" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
  }
  #cookie-law-info-again #cookie_hdr_showagain {
    display: none;
  }
}
.ccw_plugin.chatbot {
  bottom: 4px !important;
  left: 3px !important;
}
.mobile-sidebar-navigation #mobile-sidebar-main-menu li {
  margin: 0;
  padding: 5px 0;
}
.mobile-sidebar-navigation #mobile-sidebar-main-menu li a {
  font-family: 'Kaleko 105 Bold';
  font-size: 1rem;
  line-height: 38px;
}
.mobile-sidebar-navigation #mobile-sidebar-main-menu li .sub-menu li {
  padding-left: 15px;
}
.woo-media {
  position: relative;
}
table.variations td.label {
  background: transparent;
}
@media (max-width: 992px) {
  .add_to_cart_button {
    padding: 10px !important;
    /*        &:after{
                    content: "\e910" !important;
                    font-family: 'xschema-icons' !important;
                    padding: 5px;
                    font-size: 22px;
                }
                span{
                    display: none;
                }*/
  }
}
@media (max-width: 992px) {
  .need-account-button {
    padding: 8px 0 !important;
  }
  .need-account-button:after {
    content: "\f406" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
  }
  .need-account-button span {
    display: none;
  }
}
@media (max-width: 768px) {
  .display-block-mobile {
    display: block !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .mobile-text-center {
    text-align: center !important;
  }
  .social-profiles-container {
    padding-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .u-column2 {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  header {
    margin-bottom: 60px !important;
  }
}
input[type=radio] {
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
  appearance: radio !important;
}
table.variations tbody,
table.variations tfoot,
table.variations thead {
  border: none;
  background-color: transparent;
}
table.variations tbody tr:nth-child(even),
table.variations tfoot tr:nth-child(even),
table.variations thead tr:nth-child(even) {
  border-bottom: 0;
  background-color: transparent;
}
table.variations td,
table.variations th {
  padding: 0 !important;
}
table.variations td.label {
  padding-bottom: 10px !important;
}
.wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
  padding-right: 10px;
}
.wpml-ls-legacy-list-horizontal ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.wpml-ls-legacy-list-horizontal ul li {
  line-height: 100%;
}
.wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language {
  /*font-weight: 600;*/
  text-decoration: underline;
}
.wpml-ls-legacy-list-horizontal ul li a {
  font-size: 1rem !important;
  text-transform: lowercase;
  display: block;
  margin-right: 15px;
}
.full-width-logo-container a {
  color: #002675;
}
.before-header-box {
  background-color: #002675;
  font-family: 'Kaleko 105 Bold';
  font-size: 0.55rem;
  color: #ffffff;
  padding: 10px 0;
  letter-spacing: 2px;
  text-align: center;
}
.header-pro-link {
  display: block;
  font-size: 0.7rem;
  text-align: center;
  color: #6BBAE9;
  line-height: 12px;
  padding-left: 20px;
}
.header-pro-link span {
  font-size: 0.7rem;
}
.sidebar-toggle-container {
  display: block;
  cursor: pointer;
  padding-right: 20px;
  padding-left: 30px;
  padding-right: 0;
}
.sidebar-toggle-container .sidebar-toggle {
  width: 32px;
  height: 2px;
  border-radius: 0;
  top: -8px;
  background-color: #002675;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}
.sidebar-toggle-container .sidebar-toggle:before,
.sidebar-toggle-container .sidebar-toggle:after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 0;
  background-color: #002675;
  position: absolute;
  z-index: 2;
  transition: all 0.3s;
  transform: translate3d(0px, 0px, 0px);
}
.sidebar-toggle-container .sidebar-toggle:before {
  top: -6px;
}
.sidebar-toggle-container .sidebar-toggle:after {
  top: 6px;
}
.sidebar-toggle-container .sidebar-toggle.open {
  background-color: transparent !important;
}
.sidebar-toggle-container .sidebar-toggle.open:before,
.sidebar-toggle-container .sidebar-toggle.open:after {
  top: 0;
  background-color: #ffffff;
}
.sidebar-toggle-container .sidebar-toggle.open:before {
  transform: rotate(-45deg);
  transform: matrix3d(0.707107, 0.707107, 0, 0, -0.70711, 0.70711, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.sidebar-toggle-container .sidebar-toggle.open:after {
  transform: rotate(45deg);
  transform: matrix3d(0.707107, -0.707107, 0, 0, 0.70711, 0.70711, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.sidebar-toggle-container .sidebar-toggle.open.invert {
  background-color: #002675;
}
.sidebar-toggle-container .sidebar-toggle.open.invert:before,
.sidebar-toggle-container .sidebar-toggle.open.invert:after {
  background-color: #002675;
}
.sidebar-toggle-container:hover .sidebar-toggle {
  background-color: #002675;
}
.sidebar-toggle-container:hover .sidebar-toggle:before,
.sidebar-toggle-container:hover .sidebar-toggle:after {
  background-color: #002675;
}
.sidebar-toggle-container {
  /*width: 72px;*/
  position: relative;
}
.sidebar-toggle-container .click-area {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 42px;
  height: 21px;
  z-index: 1002;
}
.sidebar-toggle-container .sidebar-toggle {
  position: absolute;
  top: 0;
}
.sidebar-toggle-container .sidebar-toggle.open {
  z-index: 1001;
}
.sidebar-toggle-container .sidebar-toggle.open:before,
.sidebar-toggle-container .sidebar-toggle.open:after {
  top: 0;
  background-color: #ffffff;
}
#mobile-header .sidebar-toggle-container {
  padding-left: 0;
}
#mobile-header .sidebar-toggle-container .click-area {
  left: 0;
}
.shop_table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #ffffff;
}
.shop_table [type="number"] {
  border: none;
  background-color: #f1f1f1;
}
.help-button-container {
  display: none;
}
@media only screen and (min-width: 768px) {
  .help-button-container {
    display: block;
  }
}
.help-button-container .help-button {
  display: inline-flex;
  align-items: center;
  background-color: #002675;
  color: #ffffff;
  text-align: center;
  font-family: 'Kaleko 105 Bold';
  font-size: 0.65rem;
  cursor: pointer;
  transition: all 0.5s;
  padding: 2px 25px;
  font-weight: normal;
  letter-spacing: 1px;
  border: 2px solid #002675;
  border-radius: 50px;
}
.help-button-container .help-button:hover {
  color: #002675;
  background-color: #ffffff;
}
.help-box {
  position: fixed;
  right: -360px;
  bottom: 0;
  z-index: 1001;
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 360px;
  transition: all 0.3s;
}
.help-box.open {
  right: 0;
}
.help-box .help-header {
  justify-content: space-between;
  display: flex;
  align-items: center;
  background-color: #002675;
  color: #ffffff;
  padding: 10px 20px;
  position: relative;
}
.help-box .help-header .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  text-align: left;
  font-size: 1rem;
}
.help-box .help-header .close {
  cursor: pointer;
}
.help-box .help-header .close .down-arrow {
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 15px;
}
.help-box .help-form-box {
  padding: 20px;
  font-family: 'Kaleko 105 Bold';
}
.help-box .help-form-box .help-form-row {
  margin-bottom: 10px;
}
.help-box .help-form-box .help-submit {
  text-align: right;
  position: relative;
}
.help-box .help-form-box .help-submit [type="submit"] {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  font-family: 'Kaleko 105 Bold';
  font-size: 0.65rem !important;
  cursor: pointer;
  transition: all 0.5s;
  padding: 15px 35px;
  font-weight: normal;
  letter-spacing: 1px;
  border: 2px solid #002675;
  border-radius: 50px;
  text-transform: none;
}
.help-box .help-form-box .help-submit [type="submit"]:hover {
  background-color: #ffffff;
}
.help-box .help-form-box .help-submit .ajax-loader {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
footer {
  margin-top: 30px;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  footer {
    padding: 0 160px;
    margin-top: 60px;
  }
}
ul.footer-social-container {
  display: flex;
}
ul.footer-social-container li {
  margin-right: 15px;
}
ul.footer-social-container li:last-child {
  margin-right: 0;
}
ul.footer-social-container li a span {
  font-weight: 600;
}
.hidden-title-form {
  display: none;
}
.wishlist_table td {
  padding: 0.5rem 0.625rem 0.625rem !important;
}
.wishlist_table td.product-remove {
  width: 30px;
}
.wishlist_table td.product-thumbnail {
  width: 150px;
}
.wishlist_table td.product-thumbnail img {
  width: 150px;
  height: auto;
}
.woocommerce-checkout-review-order.payment-fixed .place-order {
  padding: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #f1e3dd;
  color: #002675;
}
.open-size-chart {
  display: inline-block;
  cursor: pointer;
  padding: 0 10px;
}
.size-chart-container {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background-color: #ffffff;
  z-index: 999;
  overflow: auto;
  height: 500px;
  width: 90vw;
}
.size-chart-container.open {
  display: block;
}
@media only screen and (min-width: 992px) {
  .size-chart-container {
    width: 70vw;
  }
}
body.single-product .woocommerce-product-gallery__image {
  width: 100%;
}
body.single-product .woocommerce-product-gallery figure {
  margin-bottom: 10px;
}
body.single-product .sticky-sidebar {
  padding-left: 0.625rem;
}
body.single-product .sticky-sidebar .breadcrumbs-container {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  body.single-product .sticky-sidebar {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  body.single-product .sticky-sidebar {
    padding-left: 120px;
  }
}
body.single-product .price,
body.single-product .woocommerce-Price-amount {
  font-family: 'Kaleko 105 Book' !important;
  font-size: 1.25rem !important;
  letter-spacing: -2px;
  margin-bottom: 30px;
  color: #002675 !important;
}
body.single-product h1.product_title {
  padding-bottom: 35px;
  font-family: 'Kaleko 105 Book' !important;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
}
body.single-product .quantity input {
  border: none !important;
  background-color: #E8F3F6;
  color: #002675 !important;
  border-radius: 50px;
  width: 56px;
  height: 56px;
}
body.single-product .single_add_to_cart_button {
  padding: 21px 25px !important;
  border: none !important;
  border-radius: 50px !important;
  letter-spacing: 2px;
  background-color: #002675 !important;
}
@media only screen and (min-width: 768px) {
  body.single-product .single_add_to_cart_button {
    padding: 21px 55px !important;
  }
}
body.single-product .product-description-container {
  margin-top: 25px;
}
body.single-product .product-description-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.single-product .product-description-container li {
  padding-left: 30px;
  text-indent: -15px;
}
body.single-product .product-description-container li::before {
  content: "■ ";
  color: #002675;
  font-size: 0.6rem;
  position: relative;
  top: -3px;
  margin-right: 15px;
  display: inline-block;
}
body.single-product .stock.in-stock {
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.7px !important;
}
.woo-elements-container a.primary,
.product-quick-view-container a.primary,
.woocommerce a.primary {
  padding: 21px 25px !important;
  border: none !important;
  border-radius: 50px !important;
  letter-spacing: 2px;
  background-color: #002675 !important;
}
@media only screen and (min-width: 768px) {
  .woo-elements-container a.primary,
  .product-quick-view-container a.primary,
  .woocommerce a.primary {
    padding: 21px 55px !important;
  }
}
div.wcvashopswatchlabel,
label.wcvaswatchlabel {
  outline: none !important;
  border: 1px solid  white !important;
  line-height: 40px !important;
}
div.wcvashopswatchlabel.wcvasquare:hover,
div.selectedswatch.wcvasquare,
label.selectedswatch.wcvasquare {
  border: 1px solid white !important;
  outline: 1px solid black !important;
}
.wcva_filter_textbloc,
div.wcva_single_textblock,
label.wcva_single_textblock {
  border-radius: 0 !important;
  background: #F1F1F1 !important;
  line-height: 40px !important;
}
.wcva_filter_textbloc,
div.selectedswatch.wcva_single_textblock,
label.selectedswatch.wcva_single_textblock {
  padding: 0 !important;
  color: black !important;
}
.woo-product-data-container .wcvashopswatchlabel {
  width: 30px !important;
  height: 30px !important;
}
body ul.main-menu > li {
  margin: 0 30px;
}
body ul.main-menu > li > a {
  font-weight: 600;
}
footer ul li,
footer ul li a,
footer .wpml-ls-legacy-list-horizontal ul li a,
footer #custom_html-6 p {
  font-size: 0.7rem !important;
  line-height: 1.8 !important;
  color: #002A5B !important;
}
footer .mc4wp-form p {
  color: #000000;
  font-size: 14px;
}
.footer-copyright-container {
  border-top: 1px solid #E0E0E0;
  padding-top: 50px;
}
#header-megamenu {
  position: fixed;
  top: -100vw;
  left: 0;
  z-index: 1000;
  transition: all 0.5s;
}
#header-megamenu.show {
  top: 0;
}
#header-megamenu .full-screen {
  width: 100vw;
  height: 100vh;
  padding: 3vw 9vw;
}
#header-megamenu .megamenu-logo {
  margin-bottom: 90px;
}
#header-megamenu ul.header-megamenu-head-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-megamenu ul.header-megamenu-head-links li a {
  font-family: 'Kaleko 105 Bold';
  color: #ffffff;
  font-size: 4rem;
  line-height: 5rem;
}
#header-megamenu ul.header-megamenu-head-links li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#header-megamenu ul.header-megamenu-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-megamenu ul.header-megamenu-links li {
  margin-bottom: 10px;
}
#header-megamenu ul.header-megamenu-links li a {
  color: #ffffff;
  font-size: 1.3rem;
}
#header-megamenu ul.header-megamenu-links li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
body.woocommerce.archive h1.post-title-box {
  text-align: center;
}
.woo-product-labels {
  display: none;
}
body.single-product .woocommerce-notices-wrapper,
body.woocommerce.archive .woocommerce-notices-wrapper {
  display: none;
}
.breadcrumbs-container {
  display: none;
}
.wishlist-items-wrapper td.product-name {
  width: 90%;
}
.price_slider_amount .price_label {
  white-space: nowrap;
  float: right;
}
.price_slider_amount [type="submit"] {
  padding: 15px 20px !important;
}
.woo-product-title,
.woo-product-price {
  font-family: 'Kaleko 105 Bold';
}
.woo-shortcode-category-products-list-js .owl-stage-outer,
.woo-up-sells .owl-stage-outer,
.woo-related-products .owl-stage-outer {
  padding-bottom: 30px;
}
.woo-shortcode-category-products-list-js .owl-item .woo-product-title,
.woo-up-sells .owl-item .woo-product-title,
.woo-related-products .owl-item .woo-product-title {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  font-family: 'Kaleko 105 Bold';
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woo-up-sells .owl-item img,
.woo-related-products .owl-item img {
  height: 280px !important;
  width: auto !important;
  margin: 0 auto;
}
.woocommerce-variation-add-to-cart {
  display: flex;
}
.close-btn-x {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.close-btn-x:before,
.close-btn-x:after {
  position: absolute;
  top: 15px;
  left: 5px;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.close-btn-x:before {
  transform: rotate(-45deg);
}
.close-btn-x:after {
  transform: rotate(45deg);
}
.close-btn-x:hover:before,
.close-btn-x:hover:after {
  background-color: #FE4485;
}
#help-close-form.close-btn-x {
  top: 10px;
  right: 20px;
}
.offcanvas-sidebar-header a.logo-link-to-home img.header-logo {
  height: 50px !important;
}
.mobile-sidebar-navigation.widget_nav_menu .widget-title,
.mobile-sidebar-navigation.widget_nav_menu .wcva_filter-widget-title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
}
.footer-main-container .widget_icl_lang_sel_widget .h2.widget-title {
  display: block;
}
@media only screen and (min-width: 480px) {
  .footer-main-container .widget_icl_lang_sel_widget .h2.widget-title {
    display: none;
  }
}
html {
  font-size: 14px !important;
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 20px !important;
  }
}
/*Disable Zoom*/
.woocommerce-product-gallery__image {
  pointer-events: none;
}
#slider-with-progress {
  overflow: hidden;
  position: relative;
  width: auto;
}
#slider-with-progress .wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#slider-with-progress .wrap .item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
#slider-with-progress .wrap .item .data-product {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  text-align: center;
  z-index: 2;
}
@media only screen and (min-width: 480px) {
  #slider-with-progress .wrap .item .data-product {
    left: 98px;
  }
}
#slider-with-progress .wrap .item .data-product .image img {
  /*                        height: 540px;
                                                width: auto;*/
}
#slider-with-progress .wrap .item .data-product .title,
#slider-with-progress .wrap .item .data-product .sub-title {
  font-family: 'Kaleko 105 Bold';
  text-transform: uppercase;
  color: #002675;
}
#slider-with-progress .wrap .item .data-product .title {
  font-size: 1.1rem;
  line-height: 37px;
  letter-spacing: 2px;
  margin-top: 15px;
}
#slider-with-progress .wrap .item .data-product .sub-title {
  font-size: 0.8rem;
  line-height: 24px;
  margin-bottom: 35px;
  letter-spacing: 1px;
}
#slider-with-progress .navbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 0 10%;
  position: absolute;
  bottom: 40px;
  z-index: 2;
}
#slider-with-progress .navbar .control-item {
  border-radius: 0;
  flex: 1;
  margin: 0 10px;
  min-width: 0;
  max-height: 2px;
  position: relative;
}
#slider-with-progress .navbar .control-item .bg {
  background: rgba(255, 255, 255, 0.5) !important;
  position: absolute;
  left: 0px;
  top: 0;
  height: 2px;
  width: 100%;
  z-index: 2;
}
#slider-with-progress .navbar .control-item .process {
  position: absolute;
  left: 0px;
  top: 0;
  width: 0px;
  height: 2px;
  z-index: 2;
  background-color: #ffffff;
}
/*.slider-with-progress{
    .swiper-pagination{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        .swiper-pagination-bullet{
            border-radius: 0;
            flex: 1;
            margin-left: 2%;
            min-width: 0;
            max-height: 2px;
            background-color: rgba(255,255,255,0.5) !important;
            opacity: 1;
            &.swiper-pagination-bullet-active{
                background-color: rgba(255,255,255,0.5) !important;
            }
        }
    }
}*/
.under-slider-heading,
.under-slider-text {
  text-align: center;
  color: #ffffff;
  line-height: 100%;
  font-family: 'Kaleko 105 Bold';
}
.under-slider-heading {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.under-slider-text {
  font-size: 0.75rem;
  letter-spacing: 0.157em;
}
.xschema-search-open i {
  font-size: 18px;
}
header {
  border-bottom: 1px solid #E5E5E5;
}
header #desktop-header .fixed-header ul.main-menu > li > a,
header #desktop-header .fixed-header .desktop-search-open,
header #desktop-header .fixed-header .xschema-search-open,
header #desktop-header .fixed-header .icon-whois,
header #desktop-header .fixed-header .icon-cart,
header #desktop-header .fixed-header .woo-header-wishlist-link-container > a {
  /*color: #ffffff !important;*/
}
header #desktop-header .fixed-header .sidebar-toggle-container .sidebar-toggle:before,
header #desktop-header .fixed-header .sidebar-toggle-container .sidebar-toggle:after,
header #desktop-header .fixed-header .sidebar-toggle-container .sidebar-toggle {
  /*background-color: #ffffff !important;*/
}
ul.main-menu.menu-list li,
ul.second-menu.menu-list li {
  position: static;
}
ul.main-menu.menu-list li .megamenu-list-container,
ul.second-menu.menu-list li .megamenu-list-container {
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 30px 0;
}
ul.main-menu.menu-list li:before,
ul.second-menu.menu-list li:before,
ul.main-menu.menu-list li:after,
ul.second-menu.menu-list li:after {
  display: none;
}
ul.main-menu.menu-list li > a,
ul.second-menu.menu-list li > a {
  line-height: 30px;
}
ul.main-menu li,
ul.second-menu li {
  position: relative;
}
ul.main-menu li .megamenu-product-container,
ul.second-menu li .megamenu-product-container,
ul.main-menu li .megamenu-list-container,
ul.second-menu li .megamenu-list-container {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  transition: all 0.3s;
  text-align: left;
  width: 100%;
  box-shadow: 0 10px 12px 0 rgba(44, 44, 44, 0.03);
}
ul.main-menu li .megamenu-product-container .megamenu-product-grid,
ul.second-menu li .megamenu-product-container .megamenu-product-grid,
ul.main-menu li .megamenu-list-container .megamenu-product-grid,
ul.second-menu li .megamenu-list-container .megamenu-product-grid {
  display: flex;
  width: 50%;
  margin: 0 auto;
}
ul.main-menu li .megamenu-product-container .megamenu-product-grid a,
ul.second-menu li .megamenu-product-container .megamenu-product-grid a,
ul.main-menu li .megamenu-list-container .megamenu-product-grid a,
ul.second-menu li .megamenu-list-container .megamenu-product-grid a {
  color: #002675;
  font-family: 'Kaleko 105 Bold' !important;
  font-size: 0.65rem;
  display: block;
  text-align: center;
  width: 200px;
  margin: 20px 20px;
}
ul.main-menu li .megamenu-product-container .megamenu-product-grid a img,
ul.second-menu li .megamenu-product-container .megamenu-product-grid a img,
ul.main-menu li .megamenu-list-container .megamenu-product-grid a img,
ul.second-menu li .megamenu-list-container .megamenu-product-grid a img {
  display: block;
  margin: 0 auto;
}
ul.main-menu li .megamenu-product-container .megamenu-product-grid a:hover,
ul.second-menu li .megamenu-product-container .megamenu-product-grid a:hover,
ul.main-menu li .megamenu-list-container .megamenu-product-grid a:hover,
ul.second-menu li .megamenu-list-container .megamenu-product-grid a:hover {
  color: #6bbae9;
}
ul.main-menu li .megamenu-product-container .megamenu-category-link,
ul.second-menu li .megamenu-product-container .megamenu-category-link,
ul.main-menu li .megamenu-list-container .megamenu-category-link,
ul.second-menu li .megamenu-list-container .megamenu-category-link {
  margin: 0px 0px 20px 40px;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}
ul.main-menu li .megamenu-product-container .megamenu-category-link a,
ul.second-menu li .megamenu-product-container .megamenu-category-link a,
ul.main-menu li .megamenu-list-container .megamenu-category-link a,
ul.second-menu li .megamenu-list-container .megamenu-category-link a {
  font-family: 'Kaleko 105 Bold' !important;
  font-size: 0.8rem;
}
ul.main-menu li:hover:before,
ul.second-menu li:hover:before {
  opacity: 1;
  visibility: visible;
}
ul.main-menu li:hover .megamenu-product-container,
ul.second-menu li:hover .megamenu-product-container,
ul.main-menu li:hover .megamenu-list-container,
ul.second-menu li:hover .megamenu-list-container {
  opacity: 1;
  visibility: visible;
}
ul.main-menu li:before,
ul.second-menu li:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  height: 35px;
  width: 100%;
  background-color: transparent;
  /*border-top: 3px solid #ffffff;*/
  transition: all 0.3s;
}
ul.main-menu li:after,
ul.second-menu li:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  height: 35px;
  width: 100%;
}
ul.main-menu.second-menu li:before {
  display: none;
}
.header-logo-container a img {
  max-width: 180px;
}
.main-menu-container .elementor-widget,
.main-menu-container .elementor-widget-wrap,
.main-menu-container .elementor-section .elementor-container,
.main-menu-container .elementor-column,
.main-menu-container .elementor-column-wrap,
.main-menu-container .elementor-section,
.main-menu-container ul.main-menu li,
.main-menu-container ul.second-menu li {
  position: static;
}
.woo-category-header {
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 480px) {
  .woo-category-header {
    height: 670px;
  }
}
.woo-category-header .woo-category-description-container {
  padding: 30px 10px 10px 10px;
  text-align: center;
  font-size: 2rem;
  color: #002675;
}
@media only screen and (min-width: 1200px) {
  .woo-category-header .woo-category-description-container {
    padding: 0 25% 20px 25%;
  }
}
.woo-category-header .woo-category-description-container span {
  display: block;
  font-family: 'Kaleko 105 Book';
  font-size: 1rem;
}
.woo-category-header .newsletter-header-container {
  padding: 0 10px;
}
.woo-category-header .newsletter-header-container .newsletter-form-container {
  position: relative;
}
.woo-category-header .newsletter-header-container .newsletter-form-container [type="email"] {
  border-radius: 50px;
  border: 16px solid #ffffff;
}
.woo-category-header .newsletter-header-container .newsletter-form-container input[type="submit"] {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50px;
  background-color: #002675;
  color: #ffffff;
  font-family: 'Kaleko 105 Bold';
  font-size: 0,85rem;
}
.woo-category-header .newsletter-header-container .newsletter-form-container button[type="submit"] {
  display: none;
}
@media only screen and (min-width: 480px) {
  .woo-category-header .newsletter-header-container {
    padding: 0 35%;
  }
}
footer {
  /*MailChimp*/
  /*End MailChimp*/
}
footer .footer-copyright-container {
  border-top: none;
  padding-top: 0;
}
footer .footer-copyright-container .footer-copyright-box .widget {
  margin: 0;
}
footer .mc4wp-form {
  font-weight: 300;
  font-size: 13px;
  /*        button[type="submit"]{
                    width: 100%;
                    background-color: #002675 !important;
                    padding: 0;
                    width: 40px;
                    cursor: pointer;
                    height: auto;
                    border-bottom: 2px solid #002675;
                    color:#002675 !important;
                    &:before{
                        font-size: 2.2rem;
                    }
                }*/
}
footer .mc4wp-form .newsletter-form-container {
  display: flex;
}
footer .mc4wp-form label {
  width: 100%;
  font-weight: 300;
}
footer .mc4wp-form .term-container {
  font-family: 'Kaleko 105 Book' !important;
  display: flex;
  margin-top: 10px;
}
footer .mc4wp-form .term-container input[type="checkbox"] {
  margin-bottom: 0;
  position: relative;
  top: 5px;
}
footer .mc4wp-form .term-container span {
  font-size: 0.55rem;
  color: #002675;
}
footer .mc4wp-form input[type="email"] {
  font-family: 'Kaleko 105 Book' !important;
  font-size: 0.75rem !important;
  height: 46px !important;
  color: #002A5B !important;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #002675;
  background-color: transparent;
  padding: 5px 0;
}
footer .mc4wp-form input[type="email"]:active,
footer .mc4wp-form input[type="email"]:focus {
  border: none;
  border-bottom: 1px solid #002675;
}
footer .mc4wp-form button {
  border-bottom: 2px solid #002A5B !important;
  position: relative;
  width: 16px;
}
footer .mc4wp-form button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../images/arrow-news.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 46px;
}
footer .mc4wp-form input[type="submit"] {
  display: none;
}
footer .mc4wp-form .mc4wp-response .mc4wp-alert {
  background-color: #fafafa;
  border: 1px solid #ededed;
  padding: 10px;
}
footer .mc4wp-form .mc4wp-response .mc4wp-alert p {
  margin: 0;
}
.newsletter-form-container {
  display: flex;
}
.newsletter-form-container .mc4wp-form input[type="submit"] {
  padding: 5px;
  background-color: #002675;
}
/*MailChimp*/
.mc4wp-form {
  font-weight: 300;
  font-size: 13px;
}
.mc4wp-form .newsletter-form-container {
  display: flex;
}
.mc4wp-form label {
  width: 100%;
  font-weight: 300;
}
.mc4wp-form .term-container {
  font-family: 'Kaleko 105 Book' !important;
  display: flex;
  margin-top: 10px;
}
.mc4wp-form .term-container input[type="checkbox"] {
  margin-bottom: 0;
  position: relative;
  top: 5px;
}
.mc4wp-form .term-container span {
  font-size: 0.55rem;
}
.mc4wp-form input[type="email"] {
  font-family: 'Kaleko 105 Book' !important;
  font-size: 0.75rem !important;
  height: 46px !important;
  color: #7F7F7F !important;
  border: none !important;
  background-color: #ffffff !important;
  border-bottom: 2px solid #464646 !important;
  padding: 5px 0;
}
.mc4wp-form input[type="email"]:active,
.mc4wp-form input[type="email"]:focus {
  border: none;
  border-bottom: 1px solid #464646 !important;
  box-shadow: none  !important;
}
.mc4wp-form input[type="image"] {
  width: 100%;
  background-color: #494d4a !important;
  padding: 5px 0;
  width: 14px;
  height: auto;
  border-bottom: 1px solid #464646;
}
.mc4wp-form .mc4wp-response .mc4wp-alert {
  background-color: #fafafa;
  border: 1px solid #ededed;
  padding: 10px;
}
.mc4wp-form .mc4wp-response .mc4wp-alert p {
  margin: 0;
}
/*End MailChimp*/
footer .footer-copyright-box .mobile-text-center {
  font-size: 0.8rem;
  color: #002A5B;
}
ul.main-menu.second-menu {
  /*margin-left: 120px;*/
}
ul.main-menu.second-menu li {
  margin: 0 12.5px;
}
ul.main-menu.second-menu li:first-of-type {
  padding-right: 25px;
  border-right: 1px solid #002675;
}
ul.main-menu.second-menu .wpml-ls-item-en-gb {
  display: none;
}
header #desktop-header .fixed-header ul.main-menu.second-menu li:first-of-type {
  border-right: 1px solid #ffffff;
}
.common-padding-box {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .common-padding-box {
    padding: 0 10vw;
  }
}
/*Grid Layout*/
.grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  grid-auto-rows: minmax(285px, auto);
  grid-auto-flow: dense;
  padding: 10px;
  margin: 0 -10px;
}
@media (min-width: 992px) {
  .grid-layout {
    grid-template-columns: 1fr 1fr;
  }
}
.grid-item {
  padding: 1rem;
  position: relative;
}
.grid-item.background-color {
  background-color: #15539F;
}
.grid-item.background-color.bkg-1 {
  background-color: #15539F;
}
.grid-item.background-color.bkg-2 {
  background-color: #C74073;
}
.grid-item.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-item a,
.grid-item span {
  color: #ffffff;
  display: block;
}
.grid-item a {
  height: 100%;
}
.bottom-text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
.bottom-text-container.bkg-1 {
  background-color: #15539F;
}
.bottom-text-container.bkg-2 {
  background-color: #C74073;
}
.bottom-text-container .title {
  font-family: 'ChairdrobeRounded-Bold';
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.bottom-text-container .title img {
  position: absolute;
  z-index: 2;
}
.bottom-text-container .title img.position-scholl {
  bottom: 15px;
  left: 0;
}
.bottom-text-container .title img.position-4-you {
  bottom: 10px;
  left: 115px;
}
.bottom-text-container .title img.position-f-talk {
  bottom: 10px;
  left: 90px;
}
.bottom-text-container .title img.position-special-quest {
  bottom: 50px;
  left: 0;
}
.bottom-text-container .sub-title {
  font-size: 0.9rem;
  display: flex;
  align-content: center;
  align-items: center;
}
.bottom-text-container .sub-title i {
  padding-right: 10px;
}
.span-1-1 {
  grid-column-end: span 1;
  grid-row-end: span 1;
}
.span-2-2 {
  grid-column-end: span 1;
  grid-row-end: span 1;
}
.span-1-2 {
  grid-column-end: span 1;
  grid-row-end: span 1;
}
.span-2-1 {
  grid-column-end: span 1;
  grid-row-end: span 1;
}
@media (min-width: 992px) {
  .span-1-1 {
    grid-column-end: span 1;
    grid-row-end: span 1;
  }
  .span-2-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
  .span-1-2 {
    grid-column-end: span 1;
    grid-row-end: span 2;
  }
  .span-2-1 {
    grid-column-end: span 2;
    grid-row-end: span 1;
  }
}
/*End Grid Layout*/
.home-link {
  border: 3px solid #002675;
  padding: 10px 20px 10px 20px;
  line-height: 1;
  font-family: 'Kaleko 105 Bold';
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  border-radius: 50px;
  background-color: rgba(246, 250, 252, 0.74);
}
.home-link.dark {
  color: #002675;
}
.home-link.dark:hover {
  color: #6BBAE9;
  border-color: #6BBAE9;
  text-decoration: none !important;
}
.home-link.white {
  color: #ffffff;
  border-color: #ffffff;
}
.home-link.white:hover {
  color: #f0f0f0;
  border-color: #f0f0f0;
  text-decoration: none !important;
}
body.single-product header {
  margin-bottom: 100px;
}
body.single-product .data-part-box {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  body.single-product .data-part-box {
    padding-left: 25px;
  }
}
body.single-product .megamenu-product-container,
body.page-id-272 .megamenu-product-container,
body.woocommerce-checkout .megamenu-product-container,
body.woocommerce-wishlist .megamenu-product-container,
body.woocommerce-account .megamenu-product-container,
body.woocommerce-cart .megamenu-product-container,
body.single-product .megamenu-list-container,
body.page-id-272 .megamenu-list-container,
body.woocommerce-checkout .megamenu-list-container,
body.woocommerce-wishlist .megamenu-list-container,
body.woocommerce-account .megamenu-list-container,
body.woocommerce-cart .megamenu-list-container {
  background-color: #ffffff !important;
  box-shadow: 0 10px 12px 0 rgba(44, 44, 44, 0.03);
}
.box-1 {
  position: absolute;
  bottom: 57px;
  left: 48px;
  text-align: center;
  z-index: 2;
}
.box-1 .title,
.box-1 .sub-title {
  font-family: 'Kaleko 105 Bold';
  text-transform: uppercase;
  color: #002675;
}
.box-1 .title {
  font-size: 1.1rem;
  line-height: 37px;
}
.box-1 .sub-title {
  font-size: 0.8rem;
  line-height: 24px;
  margin-bottom: 35px;
}
.box-2 {
  position: absolute;
  bottom: 57px;
  right: 71px;
  text-align: center;
  z-index: 2;
}
.box-2 .title,
.box-2 .sub-title {
  font-family: 'Kaleko 105 Bold';
  text-transform: uppercase;
  color: #002675;
}
.box-2 .title {
  font-size: 1.1rem;
  line-height: 37px;
}
.box-2 .sub-title {
  font-size: 0.8rem;
  line-height: 24px;
  margin-bottom: 20px;
}
.box-3 {
  position: absolute;
  bottom: 68px;
  left: 48px;
  text-align: center;
  z-index: 2;
}
.box-3 .title,
.box-3 .sub-title {
  font-family: 'Kaleko 105 Bold';
  text-transform: uppercase;
  color: #002675;
}
.box-3 .title {
  font-size: 1.1rem;
  line-height: 37px;
}
.box-3 .sub-title {
  font-size: 0.8rem;
  line-height: 24px;
  margin-bottom: 35px;
}
.product-grid-box {
  background-color: #ffffff;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  margin-bottom: 200px;
  position: relative;
}
.product-grid-box .image {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 2;
}
.product-grid-box .data {
  position: absolute;
  top: 100px;
  right: 50px;
  z-index: 2;
  width: 200px;
}
.product-grid-box .data .grid-title a {
  font-family: 'Kaleko 105 Bold';
  font-size: 1.25rem;
  line-height: 35px;
  color: #000000;
}
.product-grid-box .data .grid-title a:hover {
  text-decoration: none;
}
.product-grid-box .data .grid-title:after {
  content: "";
  display: block;
  margin: 50px 0 15px 0;
  width: 60px;
  height: 2px;
  background-color: #006E6A;
}
.product-grid-box .data .grid-excerpt {
  height: 120px;
  overflow: hidden;
}
.product-grid-box .data .grid-price {
  font-family: 'Kaleko 105 Bold';
  font-size: 1.25rem;
  line-height: 35px;
  margin: 10px 0 25px 0;
}
.product-grid-box .data .grid-link a {
  font-family: 'Kaleko 105 Bold';
  font-size: 0.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: underline;
}
.product-grid-box .data .grid-link a:hover {
  text-decoration: none;
}
.product-brand {
  font-size: 1.35rem;
  display: block;
  padding-bottom: 5px;
}
.product-volume {
  font-size: 0.9rem;
  display: block;
  padding-top: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.yith-wcwl-wishlistexistsbrowse {
  font-size: 0.75rem;
}
.yith-wcwl-wishlistexistsbrowse i,
.yith-wcwl-wishlistexistsbrowse a {
  color: #002675;
}
.wishlist_table tr {
  position: relative;
}
.wishlist_table th {
  display: none;
}
.wishlist_table tbody,
.wishlist_table tfoot,
.wishlist_table thead {
  border: none;
  background-color: #ffffff;
}
.wishlist_table .product-remove {
  padding: 0 !important;
  margin: 5px 0 0px 0;
  position: absolute;
  border: none;
  top: auto;
  left: -8px;
}
.wishlist_table .product-remove a.remove {
  font-size: 16px;
  line-height: 14px;
  height: 17px;
  width: 17px;
  text-align: center;
  display: block;
  background-color: #EFEFEF;
  border-radius: 50%;
  color: red;
}
.wishlist_table .product-thumbnail {
  padding: 0.5rem 0 !important;
}
.wishlist_table .product-thumbnail a {
  padding: 0 !important;
}
.wishlist_table .product-thumbnail a img {
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 5px;
  margin: 0;
}
.yith_wcwl_wishlist_footer {
  display: none;
}
ul.wishlist_table.mobile {
  list-style: none;
}
ul.wishlist_table.mobile li {
  position: relative;
  border-bottom: 1px solid #EFEFEF;
}
ul.wishlist_table.mobile li .product-remove {
  top: 0 !important;
}
ul.wishlist_table.mobile li .item-wrapper {
  display: flex;
  align-items: center;
}
ul.wishlist_table.mobile li .item-wrapper .item-details {
  padding-left: 20px;
}
.add_to_wishlist {
  font-size: 0.8rem;
}
body #offcanvas-sidebar {
  background-color: #ffffff;
}
body #offcanvas-sidebar * {
  color: #002675;
}
body #offcanvas-sidebar a:hover {
  color: #FE4485 !important;
}
body #offcanvas-sidebar .widget-title {
  margin: 0;
  text-transform: uppercase;
}
.woo-category-loop-products {
  /*    margin-top: -80px;    */
  margin-bottom: 100px;
}
.woo-category-loop-products .category-product-container {
  margin-bottom: 40px !important;
}
@media only screen and (min-width: 480px) {
  .woo-category-loop-products .category-product-container {
    margin-bottom: 170px !important;
  }
}
.woo-category-loop-products .product-image-container img {
  width: 66%;
}
.woo-category-loop-products .woo-product-title {
  margin-top: 25px !important;
}
.woo-category-loop-products .woo-excerpt-container {
  margin-bottom: 35px;
  width: 100%;
  margin-top: 15px;
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  .woo-category-loop-products .woo-excerpt-container {
    width: 80%;
  }
}
.woo-category-loop-products .add_to_cart_button {
  padding: 21px 55px !important;
  border: none !important;
  border-radius: 0 !important;
  letter-spacing: 2px;
}
.tabs.wc-tabs {
  display: none;
}
.woo-mobile-myaccount-content {
  margin: 0 5px;
}
.woocommerce-account .woocommerce {
  margin-top: 15px;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce:before,
.woocommerce-account .woocommerce:after {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .woocommerce-account .woocommerce {
    margin-top: 80px;
    margin-bottom: 250px;
  }
}
.mobile-full-width {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .mobile-full-width {
    width: auto;
  }
}
.update_cart {
  margin-top: 20px !important;
}
@media only screen and (min-width: 768px) {
  .update_cart {
    margin-top: 0 !important;
  }
}
#xschema-search-open-container {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100vh;
  overflow: auto;
  z-index: 10002;
  transition: all 0.3s ease;
  text-align: center;
  background-color: #ffffff;
}
#xschema-search-open-container.open {
  right: 0;
}
#xschema-search-open-container .desktop-search-form-close-button-container {
  margin-top: 20px;
  text-align: right;
}
#xschema-search-open-container .desktop-search-form-close-button-container .desktop-search-form-close-button {
  margin-right: 20px;
  width: 30px;
  height: 30px;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#xschema-search-open-container .desktop-search-form-close-button-container .desktop-search-form-close-button:before,
#xschema-search-open-container .desktop-search-form-close-button-container .desktop-search-form-close-button:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  z-index: 2;
  top: 8px;
  transition: all 0.3s ease;
}
#xschema-search-open-container .desktop-search-form-close-button-container .desktop-search-form-close-button:before {
  transform: rotate(-45deg);
}
#xschema-search-open-container .desktop-search-form-close-button-container .desktop-search-form-close-button:after {
  transform: rotate(45deg);
}
#xschema-search-open-container .desktop-search-form-close-button-container .desktop-search-form-close-button:hover:before,
#xschema-search-open-container .desktop-search-form-close-button-container .desktop-search-form-close-button:hover:after {
  background: #FE4485;
}
#xschema-search-open-container .woocommerce-product-search {
  padding: 0 20px 20px 20px;
}
#xschema-search-open-container .woocommerce-product-search .woo-searchform-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#xschema-search-open-container .woocommerce-product-search .woo-custom-search-result .widget {
  margin-top: 15px;
}
.header-logo-center-with-top-links .full-width-logo-container.megamenu-list {
  box-shadow: 0px 1px 6px 0px #000000;
  padding: 18px 0 !important;
}
.desktop-header-2 {
  margin-bottom: -30px;
  z-index: 2;
  position: relative;
}
.desktop-header-2 .menu-primary-menu-container {
  height: 30px;
  text-align: center;
}
.desktop-header-2 .header-icons {
  margin-right: 70px;
}
.desktop-header-2 .logo-link-to-home {
  /*padding-left: 80px;*/
}
.desktop-header-2 .third-menu {
  padding-left: 50px;
}
.desktop-header-2 .menu-list {
  /*margin-left: 50px;*/
}
.desktop-header-2 li.wpml-ls-item {
  padding-right: 25px;
  margin-right: 25px !important;
  border-right: 1px solid #002675;
}
.desktop-header-2 .header-logo-container a img {
  top: 2px;
  margin-right: 20px;
}
.megamenu-container {
  /*background-color: rgba(0,164,153,0.85);*/
  background-color: rgba(73, 77, 73, 0.85);
  /*background-color: #002675;*/
}
.megamenu-container ul.main-menu > li {
  padding: 0 30px;
  margin: 0;
}
.megamenu-container ul.main-menu > li:hover {
  background-color: #ffffff;
}
.megamenu-container ul.main-menu > li:hover > a {
  color: #002675 !important;
}
.megamenu-container ul.main-menu > li > a {
  color: #ffffff !important;
}
.megamenu-container .megamenu-list-container {
  font-family: 'Kaleko 105 Bold';
}
.megamenu-container .megamenu-list-container .title {
  font-size: 0.65rem;
  margin-bottom: 10px;
}
.megamenu-container .megamenu-list-container .subtitle-strong {
  font-size: 0.65rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.megamenu-container .megamenu-list-container .subtitle-2 {
  font-size: 0.6rem;
  margin-bottom: 10px;
}
.megamenu-container .megamenu-list-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.megamenu-container .megamenu-list-container ul li {
  float: none;
  margin: 0;
}
.megamenu-container .megamenu-list-container ul li a {
  font-size: 0.6rem;
  font-family: 'Kaleko 105 Bold' !important;
  display: block;
  transition: all 0.3s;
}
.megamenu-container .megamenu-list-container ul li a:before {
  content: "▪";
  color: #002675;
  display: inline-block;
  margin-right: 5px;
}
.megamenu-container .megamenu-list-container ul li a:hover {
  color: #002675;
}
.megamenu-container .megamenu-list-container .link-grid .product-image {
  display: block;
  background-color: #F9F9F9;
  padding: 20px;
  margin-bottom: 10px;
  margin-right: 40px;
}
.megamenu-container .megamenu-list-container .link-grid .product-title {
  display: block;
}
.search-sidebar-link {
  font-size: 0.8rem !important;
  display: block;
}
/*.megamenu-container .grid-container{

    padding-left: .9375rem !important;
    max-width: 75rem !important;
    @media only screen and (min-width : 1200px) {
        padding-left: 80px !important;
        max-width: 100rem !important;
    }
    @media only screen and (min-width : 1624px) {
        padding-left: .9375rem !important;
        max-width: 75rem !important;
    }
}*/
body .woocommerce form table thead {
  color: #002675;
  background: #EAF1F5;
}
body .price,
body .woocommerce-Price-amount {
  font-family: 'Kaleko 105 Book';
}
body .cart-totals-inner {
  padding: 0;
}
body .cart-totals-inner h2 {
  background-color: #EAF1F5;
  font-size: 1rem;
  margin: 0;
  padding: 20px 10px;
}
body .cart-totals-inner .shop_table,
body .cart-totals-inner .wc-proceed-to-checkout {
  padding: 0 20px;
}
body .woocommerce form table th {
  font-family: 'Kaleko 105 Bold';
  font-size: 1rem;
  padding: 16px 0;
}
body .woo-checkout-steps ul li.progress-step span {
  font-family: 'Kaleko 105 Bold';
  font-size: 1rem;
}
body .woo-checkout-steps {
  padding-top: 65px;
}
body .button[name="apply_coupon"] {
  margin-left: 5px;
}
body .woocommerce form .amount {
  font-weight: 400;
}
body .cart-totals-inner {
  border-color: #EAF1F5;
}
body tbody,
body tfoot,
body thead {
  border-color: #EAF1F5;
}
body .cart-totals-inner table tbody th,
body .cart-totals-inner table tfoot th {
  border-color: #EAF1F5;
}
body .cart-subtotal th {
  font-weight: 400 !important;
  font-size: 1rem !important;
  color: #000000 !important;
}
body .order-total th {
  color: #000000 !important;
}
body .woo-checkout-steps ul li.progress-step span {
  color: #002675;
}
body footer .h2.widget-title {
  font-size: 0.75rem !important;
  letter-spacing: 0.5px !important;
}
.woo-product-image-container.carousel {
  padding-top: 140%;
}
.woo-product-image-container.carousel > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.woo-product-image-container.carousel > a img {
  display: block !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100% !important;
  height: 100% !important;
}
.footer-first-div {
  background-image: url(https://babylins.xschema.com/wp-content/uploads/2021/07/footer-clouds.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: cover;
  height: 200px;
  margin: 0 -160px;
  margin-bottom: 55px;
}
.mobile-header-container .header-left-side-container {
  width: 32px;
}
.mobile-header-container .woo-mobile-myaccount-content {
  margin: 0;
}
.mobile-header-container .woo-mobile-myaccount-content .woo-mobile-myaccount-icon {
  padding: 0;
}
.woo-mobile-minicart-content {
  margin-left: 10px;
}
.woo-mobile-minicart-content .woo-header-cart-count {
  top: -3px !important;
}
footer .footer-copyright-container .header-logo {
  margin: 10px 0;
}
footer.accordion-widget .widget .widget-title:after {
  top: -4px !important;
}
.in-content-mailchimp .mc4wp-form * {
  color: #ffffff !important;
}
.in-content-mailchimp .mc4wp-form input[type="email"] {
  font-family: 'Kaleko 105 Book' !important;
  font-size: 0.75rem !important;
  height: 46px !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #ffffff !important;
  background-color: transparent !important;
  padding: 5px 0;
}
.in-content-mailchimp .mc4wp-form input[type="image"] {
  border-bottom: 2px solid #ffffff !important;
}
.in-content-mailchimp .mc4wp-form button {
  border-bottom: 2px solid #ffffff !important;
  position: relative;
  cursor: pointer;
  width: 16px;
}
.in-content-mailchimp .mc4wp-form button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../images/arrow-news-w.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 46px;
}
.in-content-mailchimp .mc4wp-form ::-webkit-input-placeholder {
  text-transform: none;
  opacity: 1 !important;
  color: #ffffff !important;
}
.in-content-mailchimp .mc4wp-form :-moz-placeholder {
  text-transform: none;
  color: #ffffff !important;
}
.in-content-mailchimp .mc4wp-form ::-moz-placeholder {
  text-transform: none;
  color: #ffffff !important;
}
.in-content-mailchimp .mc4wp-form :-ms-input-placeholder {
  text-transform: none;
  color: #ffffff !important;
}
.in-content-mailchimp.dark * {
  color: #002A5B !important;
}
.in-content-mailchimp.dark input[type="email"] {
  border-bottom: 2px solid #002A5B !important;
}
.in-content-mailchimp.dark input[type="image"] {
  border-bottom: 2px solid #002A5B !important;
}
.in-content-mailchimp.dark button {
  border-bottom: 2px solid #002A5B !important;
  position: relative;
}
.in-content-mailchimp.dark button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../images/arrow-news.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 46px;
}
.in-content-mailchimp.dark ::-webkit-input-placeholder {
  text-transform: none;
  opacity: 1 !important;
  color: #002A5B !important;
}
.in-content-mailchimp.dark :-moz-placeholder {
  text-transform: none;
  color: #002A5B !important;
}
.in-content-mailchimp.dark ::-moz-placeholder {
  text-transform: none;
  color: #002A5B !important;
}
.in-content-mailchimp.dark :-ms-input-placeholder {
  text-transform: none;
  color: #002A5B !important;
}
.collection-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0;
}
.collection-header * {
  color: #ffffff !important;
}
.header-social-container {
  position: fixed;
  top: 45px;
  right: 5px;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .header-social-container {
    top: 170px;
    right: 35px;
  }
}
.header-social-container ul.social-profiles-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-social-container ul.social-profiles-container li {
  margin-bottom: 15px !important;
}
.header-social-container ul.social-profiles-container li a {
  color: #ffffff !important;
  font-size: 1rem;
}
.header-social-container ul.social-profiles-container li a i {
  font-size: 1.1rem !important;
}
.header-social-container ul.social-profiles-container li a.scroll-down {
  color: #002A5B !important;
}
.chat-with-us-button {
  position: fixed;
  top: 360px;
  left: -53px;
  z-index: 100;
  text-transform: uppercase;
  font-family: 'Kaleko 105 Bold';
  font-size: 0.8rem;
  transform: rotate(90deg);
  color: #ffffff;
  background-color: #FE4485;
  padding: 10px 15px;
  cursor: pointer;
  letter-spacing: 2px;
  transition: all 0.3s;
}
@media only screen and (min-width: 1200px) {
  .chat-with-us-button {
    left: -65px;
  }
}
.chat-with-us-button:hover {
  background-color: #002A5B;
}
@media only screen and (min-width: 1200px) {
  html[lang="fr-FR"] .chat-with-us-button {
    left: -93px;
  }
}
/*Offcanvas Sidebar*/
#offcanvas-chat {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 320px;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  transition: all 0.3s ease;
}
#offcanvas-chat.left {
  left: -320px;
}
#offcanvas-chat.left.open {
  left: 0;
}
#offcanvas-chat.right {
  right: -320px;
}
#offcanvas-chat.right.open {
  right: 0;
}
#offcanvas-chat .offcanvas-mobile-menu-container {
  padding: 20px;
}
#offcanvas-chat .offcanvas-chat-close {
  text-align: right;
}
#offcanvas-chat .offcanvas-sidebar-header {
  background-color: #ffffff;
  padding: 18px 15px;
}
#offcanvas-chat .offcanvas-sidebar-header .header-logo {
  /*max-height: 24px;*/
}
#offcanvas-chat .sidebar {
  padding: 0 15px;
}
#offcanvas-chat #nicescrollDiv.run {
  height: calc(100vh - 60px);
}
#offcanvas-chat .chat-with-us-form-container {
  padding: 20px;
  padding-top: 0;
}
#offcanvas-chat .chat-with-us-form-container .chat-form-row {
  margin-bottom: 20px;
}
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="color"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="date"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="datetime-local"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="datetime"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="email"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="month"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="number"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="password"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="search"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="tel"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="text"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="time"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="url"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row input[type="week"],
#offcanvas-chat .chat-with-us-form-container .chat-form-row select,
#offcanvas-chat .chat-with-us-form-container .chat-form-row textarea,
#offcanvas-chat .chat-with-us-form-container .chat-form-row textarea.form-control {
  border: none;
  background-color: #E4E4E4;
}
/*End Offcanvas Sidebar*/
/*Offcanvas ChatClose Button*/
.offcanvas-chat-close .close-offcanvas-btn {
  width: 20px;
  height: 20px;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.offcanvas-chat-close .close-offcanvas-btn:before,
.offcanvas-chat-close .close-offcanvas-btn:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  z-index: 2;
  top: 8px;
  transition: all 0.3s ease;
}
.offcanvas-chat-close .close-offcanvas-btn:before {
  transform: rotate(-45deg);
}
.offcanvas-chat-close .close-offcanvas-btn:after {
  transform: rotate(45deg);
}
.offcanvas-chat-close .close-offcanvas-btn:hover:before,
.offcanvas-chat-close .close-offcanvas-btn:hover:after {
  background: #FE4485 !important;
}
/*End Offcanvas Chat Close Button*/
.collections-tax-header {
  height: 225px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  .collections-tax-header {
    height: 400px;
    padding-left: 100px;
  }
}
.collections-tax-header .name {
  color: #ffffff !important;
}
.contact-us-form-container input,
.contact-us-form-container textarea {
  border: 2px solid #002A5B !important;
}
.bkg-form-grey {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 15px 0 30px 0;
  margin: 5px;
}
.accept-text span {
  font-size: 0.7rem !important;
}
.accept-text a {
  color: #002A5B !important;
  font-weight: 900 !important;
}
.wpcf7 .ajax-loader {
  position: absolute;
}
.woo-category-page-product-box .image-container {
  position: relative;
}
.woo-category-page-product-box .image-container .product-second-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
.woo-category-page-product-box button.customize-now {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.woo-category-page-product-box:hover .image-container .product-second-image {
  opacity: 1;
  visibility: visible;
}
.woo-category-page-product-box:hover button.customize-now {
  opacity: 1;
  visibility: visible;
}
.customize-now a,
.read-more.customize-now,
button.customize-now {
  background-color: #162E51;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-family: 'Kaleko 105 Bold';
  font-size: 0.7rem;
  text-transform: uppercase;
  position: relative;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px;
  padding-right: 50px;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: center;
}
@media only screen and (max-width: 768px) {
  .customize-now a,
  .read-more.customize-now,
  button.customize-now {
    padding: 10px 1px 10px 20px;
    padding-right: 35px;
  }
}
.customize-now a span,
.read-more.customize-now span,
button.customize-now span {
  color: #ffffff;
}
.customize-now a:hover,
.read-more.customize-now:hover,
button.customize-now:hover {
  text-decoration: none !important;
  background-color: #FE4485;
}
.customize-now a:after,
.read-more.customize-now:after,
button.customize-now:after {
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 0.8rem;
}
a.elementor-slide-button {
  position: relative;
  padding-right: 60px !important;
}
a.elementor-slide-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.premium-blog-inner-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .premium-blog-inner-container {
    -webkit-box-pack: left !important;
    -webkit-justify-content: left !important;
    -moz-box-pack: left  !important;
    -ms-flex-pack: left  !important;
    justify-content: left  !important;
  }
}
.premium-blog-content-wrapper {
  bottom: auto !important;
  top: 40% !important;
  left: auto !important;
}
@media only screen and (min-width: 768px) {
  .premium-blog-content-wrapper {
    left: 130px !important;
  }
}
.premium-blog-wrap ul.slick-dots,
.premium-carousel-dots-below ul.slick-dots,
.premium-fb-rev-reviews ul.slick-dots {
  margin-top: -40px !important;
}
ul.slick-dots li {
  font-size: 12px !important;
}
ul.slick-dots li.slick-active i {
  color: #ffffff !important;
}
.woo-category-page-product-box .image-container,
.woo-category-page-product-box .product-second-image {
  padding: 0 45px;
}
.woo-category-page-product-box a.title {
  margin-bottom: 20px;
}
body.single-collection .layout-part {
  margin-top: 3rem;
}
body.single-collection .article-category {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-family: 'Kaleko 105 Bold';
  color: #FE4485;
  letter-spacing: 1px;
}
body.single-collection h1 {
  padding-top: 5px;
  padding-bottom: 15px;
}
body.single-collection .slider-item {
  padding: 0 45px;
}
.post-media-container {
  margin-bottom: 20px;
}
.post-excerpt-container {
  font-size: 0.8rem;
  line-height: 1.9;
}
.pagination .load-more-btn {
  background-color: #162E51;
  border: none;
  border-radius: 50px;
  color: #ffffff !important;
  font-family: 'Kaleko 105 Bold';
  font-size: 0.7rem;
  text-transform: uppercase;
  position: relative;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
}
body.single-post h1.post-title-box {
  width: 100%;
  padding: 50px 0 35px 0;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) {
  body.single-post h1.post-title-box {
    width: 50%;
  }
}
body.single-post .post-content-container,
body.single-post .static-page-container {
  padding-top: 60px;
}
body.single-post p {
  line-height: 1.9 !important;
}
body.single-post .sidebar {
  margin-top: 65px;
}
body.single-post .sidebar .post-title-sidebar.h4 {
  text-align: left;
}
body.single-post .sidebar .category-link {
  display: none;
}
body.single-post .sidebar .post-title-sidebar.h4 {
  font-family: 'Kaleko 105 Book' !important;
  margin-top: 0 !important;
  color: #002A5B !important;
  padding-top: 0 !important;
}
body.single-post .post-share-links {
  text-align: left;
  margin: 2.5rem 0 3rem 0;
}
body.single-post .post-share-links .post-share-icons-container li a.post-page.background.custom {
  color: #002A5B;
  border: 3px solid #002A5B;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 35px;
  height: 35px;
}
body.single-post .post-share-links .post-share-icons-container li a.post-page.background.custom i:before {
  font-size: 0.9rem;
}
body.single-post .post-tags-container {
  text-align: left;
  margin-bottom: 5rem;
}
body.single-post .post-tags-container a {
  display: inline-block;
  background-color: #E2E8F0;
  color: #7087A5;
  margin-right: 10px;
  border-radius: 30px;
  padding: 8px 27px;
  letter-spacing: 1.5px;
}
body.single-post .post-tags-container a:hover {
  color: #E2E8F0;
  background-color: #7087A5;
}
.chat-header h4 {
  font-size: 0.9rem !important;
  text-align: left !important;
}
.chat-header p {
  font-size: 0.8rem !important;
}
input[type="submit"] {
  color: #ffffff;
  background-color: #002A5B !important;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #FE4485 !important;
  border-color: #FE4485 !important;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 0.8rem !important;
  border-color: red !important;
}
.help-form-row label {
  color: #002675;
}
span.wpcf7-form-control-wrap {
  margin: 5px;
  display: block;
}
body.single-collection .customize-now.white {
  margin: 20px 0 30px 0;
  width: 100%;
  padding: 20px 0;
  font-size: 1.1rem;
  letter-spacing: 3px;
  background-color: #162E51;
  color: #ffffff;
  border: 3px solid transparent;
}
body.single-collection .customize-now.white:hover {
  background-color: #ffffff;
  color: #162E51;
  border: 3px solid #162E51;
}
@media only screen and (min-width: 768px) {
  body.single-collection .customize-now.white {
    width: 60%;
  }
}
.single-excerpt {
  font-size: 0.9rem !important;
  letter-spacing: 0.5px;
}
.single-excerpt strong {
  font-family: 'Kaleko 105 Bold';
  color: #002A5B;
}
.single-excerpt ul,
.single-excerpt ol {
  list-style-type: square;
}
.search-collection-title {
  font-family: 'Kaleko 105 Bold';
  font-size: 0.8rem;
  line-height: 1rem !important;
  display: inline-block;
}
.search-collection-box {
  margin: 8px 0;
}
#help-container .close {
  background-color: transparent !important;
}
/*# sourceMappingURL=custom-style.css.map */