/*
Theme Name: Yoli Nae
Theme URI: https://yolinae.com/
Description: Yolinae's theme.
Author: Yoliteam
Author URI: https://yolinae.com/
Template: oceanwp
Version: 1.0
*/

/* Modif Perrine */

a.wcmenucart {
	color:#fff;
}
.trp-ls-language-name {
	color:#fff;
}

.cormorant-typo {
	font-family: "Cormorant Garamond";
	font-weight:bold;
	font-size:80px;
}

body #site-header {
	position:absolute;
}

body.tax-pwb-brand #main, 
body.single-product #main,
body.woocommerce-cart #main,
body.woocommerce-checkout #main,
body.page-id-1766 #main,
body.archive #main,
body.page-template-account #main, 
body.page-template-login #main .login-wrap,
body.page-id-44 #main {
	padding-top:150px;
}

body.page-template-login:not(.woocommerce-account) {
	background:#Eb5d40;
}

body:not(.woocommerce-account) .woocommerce-MyAccount-navigation ul li a {
	color:#ffffff !important;
}

.white-menu #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link, 
.white-menu .trp-ls-language-name,
.white-menu .oceanwp-custom-menu > ul > li > a, 
.white-menu a.wcmenucart {
	color:#000000 !important;
}

body:not(.page-template-account) .woocommerce .woocommerce-checkout #customer_details h3, 
body:not(.page-template-account)  .woocommerce .woocommerce-checkout h3#order_review_heading {
	color:#000000 !important;
}

#ocean_social-3.widget-oceanwp-social ul li a {
	color:#000000 !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	right:0 !important;
	left:auto;
}

#user-registration {
	background:transparent;
}

#user-registration input[type="submit"] {
	border:none;
	float:none;
	align-self:center;
}

body:not(.woocommerce-account) #user-registration label[for="username"], 
body:not(.woocommerce-account) #user-registration label[for="password"],
body:not(.woocommerce-account) #user-registration p, 
body:not(.woocommerce-account) .woocommerce-MyAccount-content, 
body:not(.woocommerce-account) .woocommerce-MyAccount-navigation{
	color:#fff !important;
}

.menu-text-align-right img {
	float: right;
}

.menu-column-top-padding {
	padding-top:70px !important;
}

.widget_shopping_cart_content .owp-grid.thumbnail {
	position:unset;	
}

.widget_shopping_cart_content .owp-grid.content h3 {
	font-size:20px;
	line-height:25px;
}

.woocommerce-mini-cart {
	list-style:none;
}

.woocommerce-mini-cart .owp-grid-wrap {
	display:flex;
}

.woocommerce-mini-cart .owp-grid-wrap .variation {
	font-family:"poppins";
	margin:0;
}

.white-header a.wishlist_products_counter.top_wishlist-custom:before {
	content:url(https://dev.yolinae.com/wp-content/uploads/2019/09/YN_PICTO_MINI_BLANC_COEUR.svg);
	width:16px;
	height:16px;
}

.white-header a.wishlist_products_counter.top_wishlist-custom img {
	display:none !important;
}

.widget_shopping_cart_content .buttons .button:first-child {
	color:black !important;
}

/* Parent stylesheet should be loaded from functions.php not using @import */

/*Fonts*/
/* cormorant-garamond-regular - latin */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  src: local("Cormorant Garamond Regular"), local("CormorantGaramond-Regular"),
    url("fonts/cormorant-garamond-v7-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("fonts/cormorant-garamond-v7-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* cormorant-garamond-600 - latin */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  src: local("Cormorant Garamond SemiBold"), local("CormorantGaramond-SemiBold"),
    url("fonts/cormorant-garamond-v7-latin-600.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("fonts/cormorant-garamond-v7-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url("fonts/poppins-v9-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("fonts/poppins-v9-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url("fonts/poppins-v9-latin-500.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("fonts/poppins-v9-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url("fonts/poppins-v9-latin-600.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("fonts/poppins-v9-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Ignore background shapes overflow*/
body {
  overflow-x: hidden;
}

/* Header spacing adjustment */
#main #content-wrap.container {
  padding-top: 0px;
}

/* Fonts*/

h2 {
  font-family: Cormorant Garamond, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: 0.03em;
}

h3 {
  font-family: Cormorant Garamond, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.03em;
  color: #000000;
}

h4 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.11em;
}

h5 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 0px;
  letter-spacing: 0.11em;
  color:#000000;
}

/*White topbar*/
@media only screen and (max-width: 767px) {
  #top-bar {
    padding: 10px 0;
  }
}

/* Menu*/

#menu-1 ul li a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* #mega-menu-wrap-main_menu
  #mega-menu-main_menu
  > li.mega-menu-item
  > a.mega-menu-link:last-child {
  padding-right: 0px;
}*/ 

#mega-menu-wrap-main_menu
  #mega-menu-main_menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  .mega-description-group
  .mega-menu-description {
  display: none;
}

/* Header user login*/

#user-login {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
}

/* Footer corrections*/
.site-footer {
  z-index: 1;
}

.widget-title {
  border: none;
  padding-left: 0px;
}

#footer-widgets {
  padding: 60px 0px;
}

.footer-widget .menu li {
  border: 0;
  padding: 4px 0px;
}

.footer-widget .menu li:first-child {
  border-top: 0;
}

.footer-widget .fab {
  font-size: 20px;
  text-align: center;
  padding: 0px 5px;
}

.footer-box.col-4 {
  text-align: center;
}

#socialmedia-footer {
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .menu-menu-footer-en-container,
  .textwidget,
  .menu-service-clients-en-container,
  .menu-menu-footer-fr-container,
  .menu-service-clients-fr-container {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #socialmedia-footer {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #right-sidebar {
    display: none;
  }
}

/* Sidebar with vertical social icons*/

.oceanwp-custom-menu > ul > li > a {
  color: #fff !important;
}

.oceanwp-social-icons {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.oceanwp-instagram-pics li img {
  padding: 0 20px;
}

.content-area.clr {
  border-left-width: 0px !important;
  padding-left: 0px;
}

#right-sidebar {
  position: fixed;
  margin-left: -36px;
  width: 30px;
}

/*Archive page : content display option*/

.oceanwp-toolbar {
  border: none !important;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
}

/*Access denied*/
.members-access-error {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

/*sign-up and sign-in buttons */
.oceanwp-custom-menu > ul > li > a:hover {
  color: white !important;
}

body:not(.logged-in) .oceanwp-custom-menu > ul > li > a {
  padding: 0px 0px 0px 0px !important;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.01em;
}

body:not(.logged-in) .oceanwp-custom-menu.right {
  padding-right: 15px;
}

/*---- ELEMENTOR ----*/

/* Borderless accordions */
.elementor-accordion-item {
  border-left: none !important;
  border-right: none !important;
}

/*Accordion titles*/
.elementor-accordion-item.a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.18em;
  color: #000000;
  margin-left: 27px;
}

#elementor-tab-title-4161,
#elementor-tab-title-4162 {
  text-align: center;
}

/*Archive page and search results page*/

#woocommerce-product-search-field-0 {
  max-width: 250px;
  padding: 0px;
  color: red;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #000000;
}

#woocommerce-product-search-field-0 {
  min-height: 22px;
}

.woocommerce-product-search > button {
  display: none;
}

.aws-container {
  display: none;
}

body:not(.logged-in) .aws-container {
  display: none !important;
}

.aws-wrapper,
.aws-search-result .aws_result_title,
.aws_result_excerpt,
.aws-search-result .aws_search_more a,
.aws-search-result .aws_no_result {
  font-family: Poppins, sans-serif;
  color: #000000;
}

.aws-search-result .aws_result_title,
.aws-search-result .aws_search_more a,
.aws-search-result .aws_no_result {
  font-weight: 600;
}

.aws-container .aws-search-field {
  border: none;
  padding: 0px;
  background: white;
  padding-left: 0.4em;
  min-height: 26px;
  max-height: 28px;
}

.aws-container .aws-search-form .aws-wrapper {
  display: flex;
  align-items: center;
}

.aws-container .aws-search-form .aws-form-btn {
  background: none;
  border: none;
}

.aws-container .aws-search-form .aws-search-btn svg {
  color: #000000;
}

.aws-container .aws-search-form .aws-form-btn:hover {
  background: none;
}

.aws-container .aws-search-form .aws-form-btn:hover .aws-search-btn_icon svg {
  color: white;
}

.elementor-widget-sidebar .widget_product_categories li a,
.widget_layered_nav li a {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #000000;
}

.elementor-widget-sidebar .widget_product_categories li a,
.widget_layered_nav li span {
  color: #000000;
}

.products .product .tinv-wraper.tinv-wishlist {
  opacity: 1 !important;
}

.products .woocommerce.tinv-wishlist a.tinvwl_add_to_wishlist_button {
	float:right;
	margin-right:25px;
}

.tinvwl-loop-button-wrapper {
  display: inline !important;
}

/*Instagram header*/
.instagram-feed .elementor-widget-heading {
  margin: 0;
}

.instagram-feed .elementor-widget-text-editor {
  margin: 0;
}

/*  ---- WOOCOMMERCE ---- */

/*Hide cart from logged out users*/

body:not(.logged-in) li.woo-menu-icon {
  display: none !important;
}

body:not(.logged-in) a.wishlist_products_counter.top_wishlist- {
  display: none !important;
}

.woocommerce ul.products li.product li.category {
  display: none !important;
}

.woocommerce ul.products li.product .price {
  display: none !important;
}

.woocommerce ul.products li.product .btn-wrap.clr {
  display: none;
}

/* Thumbnails Width */
.woocommerce div.product .product-thumbnails {
  width: 280px !important;
}

/* Hide prices */
.woocommerce-mini-cart__total {
  display: none;
}

.product-price,
.product-subtotal {
  display: none !important;
}

.product-price *,
th.product-price {
  display: none;
}

.booking_price {
  display: none;
}

/* Cart */

.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  color: #fff;
  background: #000000;
  border-radius: 50%;
  padding: 0.5px 3px;
  line-height: 1.5;
  font-family: Poppins, sans-serif;
  vertical-align: top;
  height: 10px;
  width: 10px;
  transform: translateY(-105%) translateX(25%);
  font-size: 8px;
}

/*Mini cart*/
li.woo-menu-icon {
  display: flex;
  align-items: center;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
  flex-direction: column;
}

/*Product archives size*/
.woocommerce
  ul.products
  li.product
  .woo-entry-image-main {
  width: 280px !important;
  height: auto;
}

.woocommerce
  ul.products
  li.product
  .woo-entry-image-secondary {
  width: 280px !important;
  height: auto;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/*Archive and search column formatting */

.woocommerce-widget-layered-nav h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.11em;
  color: #000000;
}

/*Product titles*/
.woocommerce ul.products li.product li.title a {
  font-family: "Cormorant Garamond", serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000 !important;
}

.product_list_widget .product-title {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
}

/*Tags above product titles*/

.tag {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.11em;
	color: #000000;
	text-transform: uppercase;
}

.brand {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.11em;
  color: #000000;
  text-transform: uppercase;
}

/*Hide out of stock icon*/
.woocommerce ul.products li.product.outofstock .outofstock-badge {
  display: none;
}

.woocommerce .term-description p {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #000000;
}

/*Archive page : content display options*/

.woocommerce .result-count li.view-title {
  color: #000000;
  text-transform: none;
}

.woocommerce .result-count li a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.woocommerce .result-count li a.view-first.active {
  color: #000000;
}

.woocommerce div.product form.cart {
  border: none;
}

.woocommerce div.product p.stock {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

/*Display current category*/
.current-cat {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
}

/*Archive page - brand name */

.brand-page-header .product_meta {
  display: flex;
  justify-content: center;
  border: none;
  margin: 0;
}

.brand-page-header .product_meta .sku_wrapper {
  display: none;
}

.brand-page-header .product_meta .posted_in {
  display: none;
}

.brand-page-header .product_meta .tagged_as .detail-label {
  display: none;
}

.pwb-brand-banner,
.pwb-brand-description {
  width: 50%;
}

@media (max-width: 768px) {
  .pwb-brand-banner-cont {
    display: flex;
  }

  .pwb-brand-banner,
  .pwb-brand-description {
    width: 50%;
  }
}

.pwb-brand-banner-cont {
  display: flex;
}

.pwb-brand-description {
  font-size: 15px;
  font-family: Cormorant Garamond, serif;
  font-style: normal;
  color: #000000;
}

/*User dashboard*/
#user-registration.horizontal {
  box-shadow: none;
}

.login-wrap {
  background: transparent;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
}

.user-registration-form.user-registration-form-login {
	background-color:transparent;
}
.wc-username {
  font-size: 1.2em;
}

.wrong-user {
  font-size: 0.8em;
}

.account-container {
  margin: auto;
}

.login-container .ur-form-row {
  max-width: 500px;
  margin:auto;
}

.account-container {
  max-width: 1120px;
}

.user-registration-form.user-registration-form-login {
  background: transparent;
}

#user-registration label[for="username"],
#user-registration label[for="password"] {
  text-transform: uppercase;
  color: #000000;
}

#user-registration.vertical {
	justify-content:center;
}

#ur-frontend-form {
  padding: 0px;
}

.user-registration-Button .button {
  background: #000000;
}

#user-registration .user-registration-MyAccount-content h2 {
  display: none;
}

#user-registration .user-registration-nick-name {
  display: none;
}

#user-registration p,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #000000;
}

.user-info .logout {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.woocommerce-MyAccount-navigation,
.user-info .name {
  font-weight: 600;
}

.woocommerce-Addresses {
  color: #000000;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"] {
  background-color: white;
}

.ur-frontend-form .ur-form-row .ur-form-grid select {
  background-color: white;
}

.ur-frontend-form {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #000000;
}

.ur-frontend-form .ur-form-row .ur-form-grid label .required {
  color: #d3dfe9;
}

.ur-frontend-form {
  border: none;
  padding: 80px;
}

.woocommerce-MyAccount-content
/*p:last-child*/
a

/*:last-child*/ {
  /*  color: white!important; */
  /*background-color: #000000;*/
  /*  padding: 10px 20px;
  margin: 3px;
  text-transform: uppercase;*/
  /*  font-size: 0.8em;
  letter-spacing: 0.05em;*/
  cursor: pointer;
  font-weight: 600;
}

.user-registration-MyAccount-content p a:hover {
  background-color: #000000 !important;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address .title a {
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 2px 10px;
  background-color: #d3dfe9;
  border-radius: 15px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address address {
  color: #000000;
}

#user-registration.horizontal
  .user-registration-MyAccount-navigation
  ul
  .user-registration-MyAccount-navigation-link
  a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

#user-registration .user-registration-MyAccount-content .edit-password legend {
  display: none;
}

.user-registration-message {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.ur-frontend-form .ur-button-container {
  padding: 0px;
}

.ur-frontend-form #ur-submit-message-node {
  display: flex;
  align-items: center;
}

ul.user-registration-error {
  display: flex;
  align-items: center;
  background: rgba(255, 65, 73, 0.1);
  margin-bottom: 0px;
}

/*User registration form responsive*/
@media (max-width: 767px) {
  .ur-frontend-form {
    padding: 0px;
    margin-top: 20px;
  }

  .ur-button-container {
    padding-left: 10px !important;
  }

  .ur-submit-button {
    width: 100%;
  }
}

/*Brands in archive page*/
.custom-description-container {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.brand-left {
  order: 1;
  flex-basis: 100%;
}

.brand-right {
  order: 2;
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .custom-description-container {
    flex-wrap: nowrap;
  }

  .brand-left {
    flex-basis: 50%;
    order: 1;
  }

  .brand-right {
    flex-basis: 50%;
    order: 2;
  }
}

img.archive-logo {
  max-width: 150px;
}

.brand-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand-description {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.03em;
  padding: 30px 30px 0px 0px;
}

@media screen and (max-width: 768px) {
  .brand-description {
    padding: 30px 0px 0px 0px;
  }
}

/* Brand page and brands in mega menu */

.az-letters {
  font-family: "Poppins", sans-serif;
  padding-top: 10px;
}

.back-to-top {
  display: none;
}

.az-letters > ul.az-links > li,
.a-z-listing-widget .az-letters > ul.az-links > li,
.a-z-listing-widget.widget .az-letters > ul.az-links > li {
  border: 2px solid white !important;
  background: #000000 !important;
}

li.has-posts a {
  color: #000000 !important;
}

li.no-posts span {
  color: white !important;
}

.letter-section ul.columns > li a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

.letter-section h2.letter-title {
  color: #000000;
  font-size: 36px;
  padding-bottom: 0px !important;
  border-bottom: none !important;
  margin-bottom: 0em !important;
}

.letter-section > ul {
  text-align: left;
}

.letter-section {
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (min-width: 768px) {
  #az-slider #inner-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .letter-section {
    flex: 1 0 21%;
    text-align: center;
  }

  #az-slider {
    margin: 0 auto;
    max-width: 50vw;
  }

  .letter-section ul.columns.max-1-columns {
    max-width: 10em;
  }
}

/* Icons above navbar */
span.wishlist_products_counter_text img {
  max-width: 15px;
}

.tinvwl_remove_from_wishlist-text {
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 300;
  font-size: 12px;
}

i.far.fa-user {
  margin-top: 8px;
  font-size: 14px;
}

/*Show icons only when page ready */
#site-header {
  display: none;
}

/*Woocommerce minicart moved above navbar*/
.mask-header
  #mega-menu-wrap-main_menu
  #mega-menu-main_menu
  > li.mega-menu-item {
  display:none;
}

.wcmenucart-count {
  display: flex;
}

li.woo-menu-icon {
  list-style-type: none;
}

.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 1.4em;
  font-weight: 300;
}

.widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid a {
  font-size: 12px;
}

.widget_shopping_cart_content .buttons .button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 10px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  /* min-height: 54px; */
}

.current-shop-items-dropdown p.woocommerce-mini-cart__empty-message {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 0.9em;
}

.widget_shopping_cart_content .buttons .button:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Single product page*/

.woocommerce div.product form.cart .variations {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.woocommerce div.product form.cart .variations tr {
	display:block;
}

.woocommerce div.product form.cart .variations tr:first-child td.value {
	padding-top:15px;
}

.woocommerce div.product.elementor form.cart table.variations td.label {
  display: none;
}

.variations_form.cart {
  margin-top: 0;
}

.single_variation_wrap {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .woocommerce
    div.product.elementor
    form.cart.variations_form
    .woocommerce-variation-add-to-cart {
    margin-top: 50px !important;
  }
}

/*Single proudct page : custom dropdown select and arrow*/
.woocommerce div.product.elementor form.cart table.variations td.value select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-position: right 17px center !important;
  /* Add custom arrow */
  background-repeat: no-repeat !important;
}

.woocommerce div.product.elementor form.cart table.variations td.value {
  border: none;
}

.woocommerce div.product.elementor form.cart table.variations td.value select {
  padding: 0 17px !important;
  border: solid 1px #000000 !important;
  border-radius: 0px;
  color: #000000;
  text-transform: uppercase !important;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 2.5em;
}

.woocommerce-variation-availability {
  margin-top: -1em;
}

.woocommerce div.product p.stock {
  color: #ab2b2a;
  font-size: 12px;
  font-weight: 400px !important;
}

/*Single proudct page : add to cart button*/
.woocommerce div.product.elementor .quantity + .button {
  background: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-left: 0px !important;
  margin-right: 10px !important;
}

/*Single proudct page : hide 'see cart after added' button*/
.added_to_cart.wc-forward {
  display: none;
}

/*Single proudct page : add to wishlist button*/
.wceb_picker_wrap,
.booking_details {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.picker--focused .picker__day--highlighted {
  background: #c1d5e0 !important;
}

.picker__day--highlighted {
  border-color: #142f4d !important;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: #c1d5e0 !important;
}

.picker__nav--prev:before,
.picker__nav--next:before {
  border-right-color: #142f4d !important;
  border-left-color: #142f4d !important;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  border: 1px solid #000000;
  padding: 10px 17px;
  margin-top: 0 !important;
  text-align: center;
  line-height: 1em;
}

.tinvwl_add_to_wishlist_button.no-txt {
  border: none !important;
}

.tinvwl_add_to_wishlist-text,
.tinvwl_already_on_wishlist-text {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 12px;
}

a.wishlist_products_counter {
  display: flex;
  align-items: center;
}

.wishlist_products_counter_number {
  background: #fff;
  color: #000;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1em;
  font-weight: 600;
}

.wishlist_products_counter_number:empty {
  display: none;
}

.wishlist_products_counter_number:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 19px;
  width: 0;
  height: 0;
  margin-top: 4px;
  border-style: solid solid solid none;
  border-width: 5px 5px 5px medium;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-color: #fff;
  line-height: 1;
}

.quantity.hidden {
  display: none;
}

/* Single proudct page : date picker input*/
input#start_date.datepicker.datepicker_start::-webkit-input-placeholder,
input#end_date.datepicker.datepicker_end::-webkit-input-placeholder {
  color: #000000;
}

input#start_date.datepicker.datepicker_start,
input#end_date.datepicker.datepicker_end {
  color: #000000;
  border-color: #000000;
  border-radius: 0px;
  /*width: 50%;*/
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 0px 17px;
}

.woocommerce form .form-row label {
  display: block;
  font-size: 12px;
  color: #000000;
}

.reset_dates {
  display: none !important;
}

.booking_details {
  font-size: 12px;
  color: #000000;
}

/*Single proudct page : date picker modal*/
.picker__title {
  font-size: 15px;
  font-family: Cormorant Garamond, serif;
  font-style: normal;
  font-weight: bold !important;
}

.picker__month,
.picker__year {
  text-transform: uppercase;
  font-size: 14px !important;
  font-style: normal !important;
  color: #000000 !important;
}

.picker__day {
  font-size: 13px;
  font-weight: 300 !important;
  padding: 1em 0 !important;
}

.picker__day:hover {
  background-color: #000000 !important;
}

.picker__day--today {
  color: #000000 !important;
}

.picker__day.picker__day--infocus .picker__day--highlighted,
.picker--focused .picker__day--highlighted {
  color: #000000 !important;
  font-weight: bold !important;
}

.picker__footer {
  padding-bottom: 0.5em;
}

.picker__footer button {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
}

.page-numbers a {
  font-family: "Poppins", sans-serif;
  color: #000000;
}

.picker__box {
  border: 1px transparent;
  padding: 1em 1em;
}

/*Single product page*/
.plus,
.minus {
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.product_meta .posted_in, .product_meta .tagged_as {
    color: #000000 !important;
}

/*No variations product cart*/
form.cart {
  flex-direction: column;
}

.tinvwl-loop-button-wrapper {
  display: none;
}

.wrap-elements {
  display: flex;
}

.input-text.qty.text {
  height: 100%;
}

/*Full cart page*/
.woocommerce-page .cart-collaterals .cart_totals {
  padding: 0 0;
  border: none;
}

.woocommerce-cart-form__contents,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-family: "Poppins", sans-serif;
}

.woocommerce-cart table.cart td.actions {
  display: none;
}

/*Checkout page*/
.woocommerce-checkout form.checkout {
  font-family: "Poppins", sans-serif;
}

.woocommerce #order_review table.shop_table thead th {
  display: none;
}

.checkout-thumbnail img {
  max-width: 125px;
}

.woocommerce #order_review table.shop_table tbody td.product-name {
  max-width: 100%;
  display: flex;
}

.checkout-details {
  padding-left: 1.5em;
}

.checkout-product-title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce-checkout form.checkout input {
  border-radius: 0px;
}

.woocommerce
  .woocommerce-checkout
  .select2-container--default
  .select2-selection--single {
  border-radius: 0px !important;
}

.woocommerce-terms-and-conditions-link {
  font-weight: bold;
}

/*Search results mobile responsive*/
@media (max-width: 767px) {
  ul.products {
    display: block !important;
  }

  ul.page-numbers {
    text-align: center !important;
  }
}

/*Wishlist page*/
.tinv-wishlist form {
  font-family: "Poppins", sans-serif;
}

.tinv-wishlist .tinv-header h2 {
  color: #000000;
  margin-bottom: 0px;
}

.tinv-wishlist .variation-end_date_submit,
.tinv-wishlist .variation-start_date_submit {
  display: none;
}

.tinv-wishlist .product-name .tinvwl-full,
.tinv-wishlist .variation{
	color:#000000;
}

/*Hide payment method*/
/*.woocommerce-checkout #payment ul.payment_methods {
  display: none;
}*/

.woocommerce-billing-fields h3 {
  font-style: bold;
  text-align: center;
}

.woocommerce-order {
  font-size: 14px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-order h2 {
  font-size: 16px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.woocommerce-notice {
  text-align: center;
  margin: 1em 0em;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  flex: 0 1 100%;
}

.woocommerce-order-details,
.woocommerce-customer-details {
  padding: 20px;
}

.woocommerce ul.order_details {
  border: none;
}

.woocommerce-order-overview,
.woocommerce-order-details,
.woocommerce-customer-details {
  flex: 1 0 30%;
}

.woocommerce-customer-details address {
  padding: 1em;
}

div#node_recaptcha_login.g-recaptcha {
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: 0px !important;
}

.order_details th {
  display: none;
}

.woocommerce ul.order_details {
  margin: 0px;
}

.product-name > a {
  font-weight: 600;
}

.wc-item-meta-label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
}

.woocommerce-order-details table {
  border: none;
}

.shop_table_border {
  border: 1px solid #eaeaeb;
}

/*Retombées*/

h2.retombeestitre,
h2.moodstitre {
  font-family: Cormorant Garamond;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000000;
}

.retombeesheader > h2.retombeestitre {
  margin-bottom: 0px;
}

h3.retombeestitre {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #000000;
  margin-top: 1em;
}

.retombees-wrap {
  width: 600px;
  margin: auto;
  padding-bottom: 60px;
}

.retombeesheader {
  display: flex;
  justify-content: center;
}

.retombeesothers {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.retombees-container {
  width: calc(100% * (1 / 4) - 10px - 1px);
  margin: 10px 0 0 10px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .retombees-wrap {
    width: 90vw;
    padding-bottom: 30px;
  }

  .retombeesothers {
    max-width: 90vw;
  }

  .retombees-container {
    width: 100%;
    padding-bottom: 20px;
  }

  .retombeesheader {
    margin-bottom: -16px;
  }
}

/*Moods*/

.mood-page {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(1280px + 2 * 10px);
  margin: auto;
  padding: 0px 10px;
}

.mood-color {
  color: #000000;
}

.mood-wrapper {
  width: calc(100% * 1 / 3 - 2 * 10px);
  margin: 10px;
}

.mood-image {
  width: calc((1280px + 2 * 10px) / 3);
  height: 160px;
  object-fit: cover;
}

.mood-header {
  padding: 10px 0px 30px 0px;
}

.mood-title {
  font-family: "Cormorant Garamond", Sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 5px;
  line-height: 35px;
}

.mood-desc {
  font-family: Poppins;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.mood-tendance {
  font-size: 16px;
}

.mood-subtitle {
  font-size: 14px;
}

@media (max-width: 768px) {
  .mood-page {
    max-width: 90vw;
  }

  .mood-wrapper {
    width: 90vw;
    padding-bottom: 10px;
  }

  .mood-image {
    width: 90vw;
    height: 160px;
    object-fit: cover;
  }

  .mood-header {
    padding: 10px 0px 10px 0px;
  }
}

/*Back arrow*/

.go-back {
  text-align: center;
  font-size: 1.2em;
  border-radius: 1em;
  width: 30px;
  background-color: white;
}

.go-back-container {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}

/* Language switcher */
#menu-language-switcher {
  display: flex;
  list-style-type: none;
  font-family: Cormorant Garamond;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  margin: 0px;
}

.trp-ls-language-name > p {
  margin: 0px;
}

.langswitch-en {
  padding-left: 3px;
}

/* Searchbar */

header .elementor-858 .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  border-radius:0;
}

header .elementor-858 .dgwt-wcas-sf-wrapp input[type=search]::placeholder {
	color:#fff;
}

header .elementor-35324 .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  color: #000;
  font-family: 'Poppins', sans-serif;
  border-radius:0;
}

header .elementor-35324 .dgwt-wcas-sf-wrapp input[type=search]::placeholder {
	color:#000;
}


.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 10px 15px 2px 40px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  background-color: transparent!important;
  box-shadow: none;
}

header .elementor-858 .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  fill: #ffffff;
  opacity: 1;
  max-width: 16px;
  max-height: 16px;
}

header .elementor-35324 .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  fill: #000;
  opacity: 1;
  max-width: 16px;
  max-height: 16px;
}

.dgwt-wcas-ico-magnifier {
  bottom: -8px!important;
}

/* Woocommerce order recap */
.woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email {
  display: none;
}

.woocommerce-order .woocommerce-customer-details address {
  text-align: center;
}

/* Hide price in Woocommerce Order recap */
.woocommerce-table--order-details tfoot {
  display: none!important;
}

/* Hide Searchbar if not logged-in */
body:not(.logged-in) .dgwt-wcas-search-form {
    display: none !important;
}

/* Woocommerce Quick view */

.elementor-element.elementor-products-grid ul.products li.product {
	text-align:center;
}
.yith-quick-view-content .woocommerce-Price-amount.amount {
	display:none;
}

.yith-quick-view-content .label {
	display:none;
}

.yith-quick-view-content td.value {
	position: relative;
    padding: 15px 0 15px;
    border: none;
    width: 100%;
}

.yith-quick-view-content .woocommerce-product-details__short-description, #yith-quick-view-content .product_meta {
	display:none;
}

.yith-quick-view-content.woocommerce div.entry-summary a.tinvwl_add_to_wishlist_button {
	border-bottom:1px solid !important;
}

.yith-quick-view-content.woocommerce div.entry-summary a.minus, .yith-quick-view-content.woocommerce div.entry-summary a.plus {
	border-bottom:1px solid #e4e4e4;
}

.yith-quick-view-content .single_variation_wrap {
	margin-top:15px;
}

.yith-quick-view-content select {
	padding: 0 17px !important;
    border: solid 1px #000000 !important;
    border-radius: 0px;
    color: #000000;
    text-transform: uppercase !important;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.yith-wcqv-button.inside-thumb:before {
	content: "\e035";
}

.yith-wcqv-button.inside-thumb {
	font-size: 16px;
	font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	color:#000000;
	position: absolute;
    text-transform: uppercase;
    opacity: 1 !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    text-align: center;
    display: none;
    z-index: 10;
	top:50px;
	right:35px;
}

.yith-quick-view-content .sku_wrapper, .yith-quick-view-content .posted_in {
	display:none !important;
}

.yith-quick-view-content div.images .yith-quick-view-thumbs {
	position:relative !important;
}

.yith-wcqv-main {
	box-shadow:none !important;
	border:1px solid #000000 !important;
}

.yith-wcqv-main .single_add_to_cart_button {
	padding:10px 5px !important;
}

.yith-wcqv-main .tinvwl_add_to_wishlist_button {
	padding:8px 5px !important;
}

#user-registration, #user-registration.horizontal {
	box-shadow: none !important;
}

.variations_form.cart {
	border:none !important;
	margin-top:0 !important;
}

td.label {
	border:none !important;
}

.woocommerce div.product form.cart .variations label {
	color:#000000 !important;
}

.value .theme-select {
	visibility: hidden;
}

.value .theme-select:after {
	visibility:hidden;
}

.woocommerce div.product.elementor form.cart table.variations td.value select {
	opacity:1 !important;
}

.yith-wcqv-wrapper .single_add_to_cart_button, .yith-wcqv-wrapper .tinvwl_add_to_wishlist_button {
	font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin-left: 0px !important;
    margin-right: 10px !important;
}

@media (min-width:900px) {
	.yith-wcqv-main .woocommerce-variation-add-to-cart {
		display:flex;
		align-items:center;
	}
	.yith-wcqv-main .minus, .yith-wcqv-main .plus, .yith-wcqv-main .woocommerce form input[type="number"] {
		max-height:30px;
	}
}
@media (max-width:899px) {
	.yith-quick-view-content button.single_add_to_cart_button {
		margin-bottom:5px !important;
	}
}

a:focus {
    outline: solid 0px !important;
}

li.product.product_tag-neo-family .image-wrap .woo-entry-image:before {
	content: url(https://yolinae.com/wp-content/uploads/2022/12/Neo-pastille.svg);
	position:absolute;
	height:auto;
	width:80px;
	bottom: 0;
    right: 0;
    z-index: 3;
}

.product_tag-neo-family .elementor-widget-woocommerce-product-images:before {
	content: url(https://yolinae.com/wp-content/uploads/2022/12/Neo-pastille.svg);
	position:absolute;
	height:auto;
	width:80px;
	top: 60px;
    right: 0;
    z-index: 3;
}