/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.woocommerce-privacy-policy-link, .woocommerce-terms-and-conditions-link, .woocommerce-MyAccount-content p:last-of-type a {
	text-decoration: underline;
}

.woocommerce #review_form #respond textarea {
    font-size: 27px;
}

.comment-reply-title, .up-sells h2 {
	padding-bottom: 20px;
}

.amw-taille .label {
	padding-left: 0;
}

.woocommerce-MyAccount-content .waitlist-user-waitlist-wrapper p:last-of-type a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 0.3em 2em 0.3em 1.5em;
	background-color: #ccd9c5;
	border-radius: 5px;
	text-transform: uppercase;
}
/*Removing some default CSS from our language switcher*/
.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0;
}
  
.wpml-floating-language-switcher  .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important;
}
  
.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 5px;
}
  
.wpml-floating-language-switcher {
  position: fixed;
  bottom: 20%;
  right: 0;
  color:#ccd9c5;
  text-transform:uppercase;
  font-family: acumin-pro-extra-condensed,sans-serif!important;
  border-radius:3px 0px 0px 3px;
  background: #7b9576; 
  padding: 0px; 
  z-index: 1;
}
.wpml-ls-legacy-list-vertical a{
    line-height: 16px;
	padding:15px;
    display: grid;
}
.wpml-floating-language-switcher span{
  color:#ccd9c5;
  text-transform:uppercase;
  font-family: acumin-pro-extra-condensed,sans-serif!important;
	font-size:20px;
    margin-top: -2px;
	font-weight:600;
}

@media (max-width: 800px) {
	footer .et_pb_image .et_pb_image_wrap .wp-image-1847 {
		max-width: none !important;
	}
	.et_pb_row_6_tb_footer.et_pb_row {
		display: none;
	}
}

@media (min-width: 981px) and (max-width: 1364px) {
	.et_pb_section_1.et_pb_section {
		padding-right: 0 !important;
	}
}