/*

Theme Name: Fabrique du prof

Description: Theme de la Fabrique du prof

Author: Digital Evolution

Author URI: https://digitalevolution.fr

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/
@import url("fonts/fonts.css");
@import url('https://fonts.googleapis.com/css?family=Homemade+Apple|Open+Sans&display=swap');
html{
    scroll-behavior: smooth;
}
body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    word-wrap: break-word;
    font-family: 'GlacialIndifference-regular' !important;
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
    transition: all 0.6s;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none; 
    box-shadow: none !important;
    color: inherit;
}
.text-secondary {
    color: #313c3a!important;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    margin: 0 0 18px;
    line-height: 1 !important;
    font-family: 'GlacialIndifference-bold' !important;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
/***** Header *****/
body.home header.fusion-header-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.fusion-secondary-header {
    display: none;
}
body.home .fusion-header-wrapper .fusion-header {
    background-image: url(/wp-content/uploads/2019/07/page-bg.png);
    padding: 10px 0 0 !important;
    background-color: transparent;
    border: 0 !important;
    background: none;
}
body:not(.home) .fusion-header-wrapper .fusion-header {
    padding: 10px 0 0 !important;
    background-color: #3e8ecb;
    border: 0 !important;
}
.fusion-header-wrapper .fusion-logo {
    margin: 0 !important;
}
.fusion-header-wrapper .fusion-header {
    font-size: 16px;
}
.fusion-header-banner ul.toplist, .fusion-header-banner ul.bottomlist  {
    display: flex;
    list-style-type: none;
    padding: 0;
    line-height: 1;
    margin: 0;
    float: right;
    clear: both;
} 
.fusion-header-banner ul.toplist li, .fusion-header-banner ul.bottomlist li {
    align-self: center;
}
.fusion-header-banner ul.bottomlist {
    margin: 10px 0;
}
.fusion-header-banner ul.toplist li:not(:last-child) {
    margin-right: 15px;
    border-right: solid 1px #fff;
    padding-right: 15px;
}
.fusion-header-banner ul.toplist li img {
    margin-right: 7px;
}
.fusion-header-banner ul.toplist li a {
    color: #fff;
}
.fusion-header-banner ul.toplist li {
    position: relative;
}
.fusion-header-banner .user-signout {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #3b94bf;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    right: 9px;
    top: 10px;
}
.fusion-header-banner .user-signout:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #3b94bf;
    transform: translate(-7px, 5px);
}
.fusion-header-banner ul.toplist li .userlink {
    font-family: 'GlacialIndifference-bold';
    background-color: #4fa3cc;
    border-radius: 50px;
    padding: 6px 10px 6px 10px;
    display: flex;
    text-transform: uppercase;
}
.fusion-logo img.fusion-standard-logo {
    width:400px;
    /*margin-top: 50px;*/
}

.fusion-logo img.fusion-mobile-logo {
    padding-top: 8px;
}

body.logged-in .fusion-header-banner ul.toplist li .userlink {
    padding: 6px 55px 6px 10px !important;
}
.fusion-header-banner ul.toplist li .userlink span {
    align-self: center;
    padding-left: 3px;
}
.fusion-header-banner .btn-link,
.product .btn-link,
.free-sequence a  {
    line-height: 1;
    padding: 10px 20px;
    border-radius: 20px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 19px;
    color: #000;
    display: flex;
}
.free-sequence  {
    display: none;
    padding: 0 40px;
}
.free-sequence li{
    list-style: none;
}
.free-sequence a  {
    font-size: 12px;
    background-color: #f5f5f5;
    display: none;
}
.free-sequence a h2{
    font-size: 12px;
    margin: 0;
}
.free-sequence a i{
    margin-right: 10px;
    border-right: solid 1px rgba(0, 0, 0, 0.5);
    padding-right: 10px;
    height: 20px;
    width: auto;
    font-size: 20px;
}
.product .btn-link  {
    margin-top: 10px;
}
.fusion-header-banner .btn-link img,
.product .btn-link img {
    margin-right: 10px;
    border-right: solid 1px rgba(0, 0, 0, 0.5);
    padding-right: 10px;
}
.fusion-header-banner .btn-link span,
.product .btn-link span {
    align-self: center;
}
.fusion-header-banner .btn-link b,
.product .btn-link b {
    font-family: 'GlacialIndifference-bold';
}
.btn-yellow {
    background-color: #f1bf13;
}
.btn-white {
    background-color: #f5f5f5;
}
.fusion-header-banner ul.bottomlist li:not(:last-child) {
    margin-right: 15px;
}
body.home .fusion-secondary-main-menu {
    background-color: rgba(82, 171, 207, 0.8) !important;
    border: 0;
}
body:not(.home) .fusion-secondary-main-menu {
    background-color: rgba(82, 171, 207, 1) !important;
	border: 0;
}
.fusion-secondary-main-menu nav.fusion-main-menu ul {
    display: flex;
    flex-wrap: wrap;
    left: -8px;
}
.fusion-secondary-main-menu nav.fusion-main-menu li {
    padding-right: 18px !important;
    flex: auto;
}
.fusion-secondary-main-menu nav.fusion-main-menu li:not(.fusion-main-menu-search) a{
    color: #fff;
    font-size: 15px;
    font-family: 'GlacialIndifference-bold';
    text-transform: uppercase;
    height: auto;
    transition: all 0.4s ease;
    border: 0;
    padding: 21px 0;
    position: relative;
}
.fusion-secondary-main-menu nav.fusion-main-menu li:not(.fusion-main-menu-search) a:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: translate(10px, 0px);
}
.fusion-secondary-main-menu nav.fusion-main-menu li.menu-item:nth-child(7) a:before {
    height: 35px;
}
.fusion-secondary-main-menu nav.fusion-main-menu li.fusion-main-menu-search a {
    height: auto;
    border: 0;
    padding: 13px 5px;
    font-size: 28px;
}
.fusion-secondary-main-menu nav.fusion-main-menu li.fusion-main-menu-search a:after {
    color: #fff;
}
.fusion-secondary-main-menu nav.fusion-main-menu li:not(.fusion-main-menu-search) a:hover {
    color: #fff !important;
}
body.home .page_banner {
    min-height: 600px;
    background-image: url("images/banner-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
body:not(.home) .page_banner {
    background-color: #dff2f6;
}
body:not(.home) .fusion-page-title-bar {
    background-color: #dff2f6;
	background-image: none;
	border: none;
}
body.home #main {
    padding-top: 0;
    padding-bottom: 0px;
}
.first-section .slide-icon {
    width: 23% !important;
    margin-right: 20px !important;
}
.first-section .fusion-text h2 {
    margin-bottom: 7px;
    font-size: 23px !important;
}
.first-section .fusion-text p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    line-height: 1;
}
.first-section .fusion-builder-row .fusion-builder-row {
    background-color: #fff;
    padding: 15px 15px !important;
    position: relative;
    margin: 0 0 15px !important;
}
.first-section .fusion-one-third .fusion-builder-row:before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 80px;
    background-color: #fbfbfb;
    border-radius: 50px 0 0px 50px;
    transform: translate(0px, -45px);
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    border-left: solid 1px #e3e3e3;
}
.first-section .fusion-one-third .fusion-builder-row:first-child::before{
	color: #9318d7;
}
.first-section .fusion-one-third .fusion-builder-row:nth-child(2)::before{
	color: #9aa038;
}
.first-section .fusion-one-third .fusion-builder-row:nth-child(3)::before{
	color: #edab43;
}
.first-section .fusion-one-third .fusion-builder-row:nth-child(4)::before{
	color: #e343ed;
}
.first-section .fusion-builder-row {
    margin-top: -380px;
}
.fusion-gmf-content,
.offre-gmf-mobile {
    display: none;
}
.coupon-gmf_nu87hyx5 {
    background: #ff7f33;
    color: #fff;
}
.shop_table .coupon-gmf_nu87hyx5 th, .shop_table .coupon-gmf_nu87hyx5 td {
    padding: 5px;
    font-weight: bold;
}
.shop_table .coupon-gmf_nu87hyx5 a {
    display: none;
}
.first-section .fusion-builder-row .fusion-layout-column {
    margin-bottom: 0 !important;
}
.first-section .tfs-slider .background-image {
    box-shadow: -34px -1px 0px -20px rgba(34,34,34,1);
}
.first-section .i2 h2 {
    margin: 0;
}
.first-section .i2 span {
    font-size: 23px;
    color: #e80f0f;
    font-weight: bold;
}
.first-section .rightdiv .tfs-slider .background-image {
    height: 355px !important;
}
.first-section .rightdiv .slide-content{
	padding: 22px 25px;
    background-color: #fff;
    width: 93.5%;
    margin-right: initial !important;
    margin-left: initial !important;
    margin-top: -66px !important;
    z-index: 999 !important;
	height: 151px;
}
.bottomdiv {
	display:none;
    padding: 30px 25px;
    background-color: #fff;
    margin-top: -60px;
    position: relative;
    width: 90%;
}
.fusion-text.bottomdiv h2 {
    color: #000;
    font-size: 18px !important; 
}
.bottomdiv p {
    font-size: 15px !important;
    padding-top: 10px;
}
.second-section .fusion-builder-row {
    padding: 100px 50px !important;
    font-size: 16px;
    color: #000;
    margin-top: 30px;
}
.second-section {
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 50%, #dff2f6 50%);
    margin-top:-100px;
}
.second-section .fusion-builder-row.fusion-row {
	background-image:url("images/sec2-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.second-section .fusion-text h2 {
    font-size: 28px !important;
    color: #000;
    margin-bottom: 10px;
}
.second-section .fusion-layout-column {
    margin-bottom: 0 !important;
}
.third-section h2{
	font-size: 30px !important;
    margin: 0;
}
.third-section h2 span{
	color: #7a7a7a !important;
}
.fusion-footer-widget-area {
    background-color: #222;
    padding-bottom: 0;
    margin-top: -50px;
    font-size: 15px;
    padding-top: 100px !important;
}
.fusion-footer-widget-area .fusion-row {
    border-bottom: solid 7px #3e8ecb;
    padding-bottom: 40px;
}
.fusion-footer-widget-area .menu li {
    padding-bottom: 0;
    border: 0;
}
.fusion-footer-widget-area .menu li a {
    color: #fff;
    font-size: 15px;
}
.fusion-footer-widget-area .menu li a:before {
    content: "\f0da";
    color: #3e8ecb;
}
.fusion-footer-widget-area .social_links, .fusion-footer-widget-area .widget_media_image {
    margin-bottom: 15px;
}
.fusion-footer-widget-area .social_links a {
    color: #3e8ecb !important;
    font-size: 18px !important;
}
.fusion-footer-widget-area .widget_custom_html {
    color: #fff;
    padding-top: 10px !important;
}
.fusion-footer-widget-area .widget_custom_html span {
    display: block;
    font-size: 18px;
    padding-top: 12px;
    font-family: 'GlacialIndifference-bold';
}
.fusion-footer-widget-area section#custom_html-5 a {
    color: #5dbcd2;
}
.fusion-footer-widget-area section#nav_menu-4 ul li a:before {
    color: rgb(154, 181, 252, 0.3);
}
.fusion-footer-widget-area section#nav_menu-4 ul li a {
    color: #9ab5fc;
}
.fusion-footer-widget-area .footcurve img {
    position: absolute;
    right: 0;
    top: 30px;
}
.fusion-footer-widget-area .footcurve {
    position: relative;
}
.latest_news-inner .details p {
    float: left;
    margin-right: 10px;
    color: #3e8ecb;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 0;
}
.latest_news-inner .details .details-inner {
    overflow: hidden;
}
.latest_news-inner .details .details-inner h1 {
    margin: 0 0 7px;
    font-size: 15px;
    color: #222;
}
.latest_news-inner .details .details-inner p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}
.latest_news {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -15px;
}
.latest_news-inner {
    max-width: 25%;
    flex: 25%;
    padding: 0 15px;
}
.latest_news-inner .news-icon {
    height: 165px;
    overflow: hidden;
}
.latest_news-inner  .news-icon img {
    width: 100%;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.news_sr span{
	color: #000;
}
.fourth-section h2{
	font-size: 30px !important;
}
.fourth-section .reviews{
	width: 80%;
	margin:auto;
}
.fourth-section .reviews .review p{
    font-size: 16px;
    font-weight: 500;
	font-family: 'Homemade Apple', cursive;
    color: #000;
    line-height: 34px;
    margin: 0;
}
.fourth-section .reviews .author .company-name{
	display: block;
	text-align:center;
	color: #fff;
}
span.company-name::selection{
    color: #fff;
}
.fourth-section .reviews .author .company-name strong{
	display: block;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color: #000;
}
.fourth-section .reviews .author .company-name span{
	font-size:18px;
	color: #000;
}
.fourth-section .reviews::before {
    content: "";
    position: absolute;
    background-image: url("images/quote.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    left: 25%;
    height: 50px;
    top: 0px;
    z-index: 99;
}
.fourth-section #fusion-testimonials-1 a:hover, #fusion-testimonials-1 .activeSlide {
    background-color: #5dbcd2 !important;
}

.fourth-section #fusion-testimonials-1 a {
    border-color: #e5e5e5 !important;
}
.fourth-section .fusion-testimonials .testimonial-pagination a{
	width:18px;
	height:18px;
}
.fourth-section .fusion-testimonials.classic blockquote q {
    padding: 45px 0 0;
}
.fourth-section img{
	width: 100%;
}
.fusion-footer-widget-area {
    border-top-width: 0 !important;
	padding-bottom: 0 !important;
}
.footer-top {
    width: 1070px;
    margin: auto;
    background: #eef5f6;
    padding: 20px;
        position: relative;
    z-index: 99;
}
.footer-top ul{
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	list-style: none;
    justify-content: center;
    padding: 0;
}
.footer-top ul li ul{
	margin: 0 -15px;
	padding: 0;
}
.footer-top ul li ul li{
    padding: 0 15px;
    max-width: 33.33%;
    flex: 33.33%;
}
.footer-top ul li ul li img{
	height: 38px;
    float: left;
    margin-right: 10px;
}
.footer-top ul li ul li>div {
    overflow: hidden;
}
.footer-top ul li ul li h2{
	margin:0;
}
.first-section .flexslider .slides li {
    display: none;
    -webkit-backface-visibility: hidden;
    margin: 0;
    display: flex !important;
    flex-direction: column;
        padding: 0 0px 0 15px;
}
.first-section  .flexslider .slides li .slide-content-container.slide-content-left {
    order: 1;
    padding: 0;
    margin: 0;
    position: relative !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
}
.third-section h3.text-right {
    margin: 0 !important;
}
.thirdsectionrow > .fusion-column-wrapper {
    padding: 86px 50px 0px !important;
    background-size: contain !important;
}
.fourth-section .fusion-layout-column {
    margin-bottom: 0 !important;
}
.footer-top:before, .footer-top:after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 51%;
    background: #eef5f6;
    height: 20px;
    z-index: -1;
}
.footer-top:before {
    content: "";
    left: 0;
    transform: rotate(2deg);
}
.footer-top:after {
    content: "";
    right: 0;
    transform: rotate(-2deg);
}
/********* WOO *********/
ul.products .featured-image, ul.products .crossfade-images {
    /* height: 170px !important; */
    overflow: hidden;
}

.term-goodies ul.products .featured-image, .term-goodies ul.products .crossfade-images {
    height: 310px !important;
    overflow: hidden;
}

ul.products .featured-image img {
    height: 100%;
}
.product-details-container .fusion-price-rating .star-rating {
    -ms-flex-order: 1 !important;
    order: 1 !important;
}
.product-details-container .fusion-price-rating .price {
    -ms-flex-order: 2 !important;
    order: 2 !important;
}
.pro_head{
	/*display: flex;*/
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #eef5f6;
    margin: 25px 0 40px 0;
}
.pro_head .catalog-ordering .sort-count.order-dropdown,
.pro_head .catalog-ordering .fusion-grid-list-view,
.pro_head .catalog-ordering .orderby-order-container ul.order{
	display:none;
}
.pro_head .catalog-ordering,
.pro_head .woocommerce-pagination{
    max-width: 40%;
    flex: 40%;
    width: 100%;
    margin:0;
    padding: 15px;
}
.pro_head .woocommerce-pagination{
    /*max-width: 60%;*/
    flex: 60%;
}
.pro_head .catalog-ordering .orderby-order-container,
.pro_head .catalog-ordering ul.orderby.order-dropdown,
.pro_head .catalog-ordering ul.orderby.order-dropdown span.current-li-content,
.pro_head .catalog-ordering ul.orderby.order-dropdown li ul,
.pro_head .catalog-ordering ul.orderby.order-dropdown li ul li a{
	width: 100%;
}
.pro_head .catalog-ordering ul.orderby.order-dropdown li::after{
	border: none;
}
.pro_head .catalog-ordering ul.orderby.order-dropdown{
	margin: 0;
}
.woocommerce-pagination .page-numbers.current{
	background-color:#5dbcd2;
	border-color: #5dbcd2 !important;
	color: #fff;
}
.woocommerce-pagination .page-numbers{
	background-color:#fff;
	border-color: #fff;
	color: #9ba7b1;
	border: none;
}
.woocommerce-pagination .page-numbers:hover{
	background-color:#5dbcd2;
	border-color: #5dbcd2 !important;
	color: #fff;
}
.woocommerce-pagination .prev.page-numbers .page-text,
.woocommerce-pagination .next.page-numbers .page-text{
	display: none;
}
.woocommerce-pagination .prev.page-numbers::after,
.woocommerce-pagination .next.page-numbers::before{
    content: "";
    width: 30px;
    height: 30px;
    position: relative;
    padding: 10px 15px;
    line-height: 30px;
}
.woocommerce-pagination .next.page-numbers::after{
    right: 1em;
    color: #67c0d5;
}
.woocommerce-pagination .prev.page-numbers::before{
	left: 1em;
    color: #67c0d5;
}
.woocommerce-pagination .prev.page-numbers:hover::before,
.woocommerce-pagination .next.page-numbers:hover::after{
	color: #fff;
}
.woocommerce aside#sidebar{
	background-color: #eef5f6 !important;
    padding: 50px 15px 0;
    border-top-right-radius: 50px;
    box-shadow: 1px 0px 2px 0px rgba(31,110,129,0.14);
}
.woocommerce .heading h4 {
    margin: 0;
    padding: 15px 20px 0;
    background-color: #fff !important;
    font-size: 16px !important;
}
.woocommerce .woof_text_search_container.woof_container {
    background-color: #fff;
    padding: 0 10px 10px;
}
.woocommerce .woof_text_search_container.woof_container input{
	background-color: #eef5f6;
	border: none;
}
.woocommerce .woof_text_search_container.woof_container input::placeholder{
	color: #eef5f6;
}
.woocommerce .woof_container_inner,
.widget-meta-data-filter .mdf_filter_section .mdf_input_container{
	padding: 15px 10px;
    background-color: #fff !important;
}
.widget-meta-data-filter .mdf_filter_section .mdf_input_container{
    margin-bottom: 9px;
}
.woocommerce .woof_container_inner h4,
.widget-meta-data-filter .mdf_filter_section .mdf_input_container h4{
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    margin: 0;
    color: #333333;
}
.woocommerce .woof_container_inner h4:before,
.widget-meta-data-filter .mdf_filter_section .mdf_input_container h4:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #3e8ecb;
}
.woof_list_checkbox li {
    margin: 0 !important;
}
.woocommerce .woof_container_inner h4{
	margin: 0;
}
.woocommerce .woof_container_inner .woof_block_html_items,
.widget-meta-data-filter .mdf_filter_section .mdf_input_container .mdf_tax_filter_section {
	margin: 10px 0 0 0;
}
body:not(.home) #main{
	margin-top: -125px;
	background-color: transparent;
	padding-top: 0;
}
body:not(.home) .fusion-page-title-bar {
    height: 200px; 
}
.fusion-page-title-wrapper{
    height: auto !important;
    padding-top: 40px;
    padding-left: 70px;
}
.woocommerce #content{
	background-color: #fff;
    padding: 0 15px;
}
.fusion-page-title-bar .fusion-page-title-row h1::before {
    content: "";
    background-image: url("images/bredcrumb-icon.png");
    width: 52px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
.single-product #content {
    background-color: #fff;
    padding: 25px 20px;
}
.single-product .product .images {
    width: 300px;
}
.product .summary.entry-summary {
    margin-left: calc( 300px + 30px) !important;
}
.woocommerce .product-buttons a:first-child {
    float: right;
    font-size: 0;
    padding: 15px 0;
}
.product-buttons a:last-child {
    float: left;
}
.product-buttons .product-buttons-container .add_to_cart_disabled{
    display: block;
    position: relative;
    flex: 30% !important;
    float: right;
    font-size: 0;
    padding: 15px 0;
    border: 0;
    margin: 0;
    order: 1;
}
.product-buttons .product-buttons-container .add_to_cart_button::before,
.product-buttons .product-buttons-container .add_to_cart_disabled::before{
    display: block;
    top: 0 ;
    right: 0;
	content: "" !important;
    background-image: url("images/cart.png");
    width: 24px;
    height: 25px;
    background-repeat: no-repeat;
}
.product-buttons .product-buttons-container .add_to_cart_disabled::before{
    position: absolute;
    top: 9px;
    background-image: url("images/cart-disabled.png");
}
.woocommerce .product-buttons-container a::after,
.woocommerce .product-buttons-container a::before{
	font-size: 18px;
}
.product-buttons .product-buttons-container a.show_details_button{
	flex: 70%;
    max-width: 70%;
    padding-left: 0;
}
.product-buttons .product-buttons-container .add_to_cart_button {
    flex: 30% !important;
}
.product-buttons .product-buttons-container a.show_details_button::before{
	/*top: 0 ;
    left: 15px;
	content: "" !important;
    background-image: url("images/show_details.png");
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;*/
    display: none;
}

/******* Floating Bar *******/
.floating-bar-top-right {
    position: absolute;
    top: 250px;
    right: 0;
    z-index: 999;
    width: 140px;
}
.floating-bar-top-right ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 0 0 0 20px;
    font-size: 13px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
    color: #000;
}
.floating-bar-top-right ul li i {
    float: left;
    margin-right: 5px;
    color: #4fa3cc;
    margin-top: 3px;
}
.floating-bar-top-right ul li a > div, 
.floating-bar-top-right ul li a > span {
    overflow: hidden;
    line-height: 1.3;
    display: block;
}
.floating-bar-top-right ul li h2 {
    font-size: 12px;
    margin-bottom: 2px;
}
.floating-bar-top-right ul li:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 8px;
}
.floating-bar-top-right ul li .fa-facebook {
    color: #3b5999;
}
.floating-bar-top-right ul li .fa-youtube {
    color: #f00;
}
.floating-bar-top-right .fa-comments-o{
    font-family: 'fontAwesome';
}
/****** Council Templates ****/
body.page-template-council_template aside#sidebar {
    background: #eef5f6 !important;
    padding: 7px !important;
    border-top-right-radius: 30px;
}
body.page-template-council_template .product .product-buttons {
    padding-top: 0;
}
body.page-template-council_template .product .product-buttons .fusion-content-sep {
    margin-bottom: 3px;
    border-bottom-style: none;
}
body.page-template-council_template a.show_details_button {
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 0;
    color: #7e9497;
}
body.page-template-council_template .product-buttons .product-buttons-container .show_details_button:before {
    display: none;
}
i.copyicon {
    border-right: 2px solid #ccc;
    padding-right: 5px;
}

.unfold-contentMobile{
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 1;
    background-color: #f5f5f5;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: max-content;
    padding-bottom: 0;
    height: 40px;
    padding-top: 4px;
}
/****** End Council Templates ****/

/***** Media Query *****/
@media (min-width: 1101px) {
    .fusion-newsletter-content{
        display: none;
    }
}
@media(max-width: 1100px){
    .latest_news .latest_news-inner {
        width: 50%;
        max-width: 50%;
        flex: 50%;
    }
    .latest_news .latest_news-inner .details {
        margin-top: 20px;
    }
    .fusion-secondary-main-menu nav.fusion-main-menu li:not(.fusion-main-menu-search) a {
        font-size: 13px;
    }
    .fusion-secondary-main-menu nav.fusion-main-menu li.fusion-main-menu-search a {
        font-size: 20px;
        padding: 17px 5px;
    }
    .fusion-header > .fusion-row {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
    .floating-bar-top-right{
        display: none;
    }
}
@media(max-width: 991px){
    body.logged-in .fusion-header-banner ul.toplist li .userlink {
        padding: 4px 10px !important;
    }
    header .fusion-logo img {
        width: 200px;
    }
    .footer-top ul li ul li {
        max-width: 100%;
        flex: 100%;
    }
    .footer-top ul li ul li:not(:last-child) {
        padding-bottom: 30px !important;
    }
    .footer-top {
        width: 100%;
    }
    .fusion-footer-widget-area {
        margin-top: 0px;
    }
    .footer-top:before, .footer-top:after {
        height: 0;
    }
    .first-section .fusion-layout-column {
        width: 100% !important;
    }
    .fusion-header-banner ul.toplist li:first-child,
    .fusion-header-banner ul.toplist li .userlink span,
    .fusion-mobile-menu-icons .fusion-icon-search {
        display: none;
    }
    .fusion-header-banner ul.toplist li .userlink img {
        margin-right: 0;
    }
    .fusion-header-banner ul.toplist li .userlink,
    .fusion-header-banner ul.toplist li .user-signout {
        position: absolute;
        right: 0;
        top: 3px;
        right: 53px;
        border-radius: 0;
        padding: 4px 10px;
    }
    .fusion-header-banner .btn-link img{
        height:20px;
        width:auto;
    }
    .fusion-header-banner .btn-link span{
        font-size: 12px;
    }
    .fusion-header-banner ul.toplist li a.cartlink {
	    display: none;
	}
	.fusion-header-banner ul.toplist li .user-signout {
	    height: 38px;
	    width: 45px;
	    right: 103px;
	    background-color: #4fa3cc;
		border-right: solid 1px rgba(255, 255, 255, 0.2);
	}
	.fusion-header-banner ul.toplist li .user-signout:before {
	    height: 0;
	}
    .fusion-header-banner ul.toplist li {
	    position: initial;
	}
    .fusion-header-banner ul.toplist li .userlink img {
        width: 30px;
        height:30px;
    }
    .fusion-mobile-menu-icons .fusion-icon-bars {
        margin-left: 0 !important;
        margin-right: 15px !important;
    }
    .fusion-mobile-menu-icons .fusion-icon-bars {
        margin-left: 0px !important;
        margin-right: 15px !important;
        width: 38px;
        height: 38px;
        background-color: #4fa3cc;
        line-height: 40px;
        margin-top: 3px;
        text-align: center;
        border-left: solid 1px rgba(255, 255, 255, 0.2);
    }
    .fusion-mobile-menu-icons .fusion-icon-bars:before {
        left: 2px;
        position: relative;
    }
    .first-section .fusion-builder-row {
        margin: 0;
    }
    .gmf-partner .first-section .fusion-builder-row {
        margin-top: 86px;
    }
    .fusion-gmf-content {
        display: block;
    }
    .offre-gmf-mobile {
        display: block;
    }
    .offre-gmf-desktop {
        display: none;
    }
    body.home .page_banner {
        min-height: 180px;
    }
    .fusion-mobile-nav-holder ul li a {
        color: #fff;
        font-size: 15px !important;
        padding: 6px 10px;
        height: auto !important;
        background-color: #4fa3cc;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    .first-section .fusion-builder-row .fusion-builder-row {
        border: solid 1px #ebebeb;
    }
    .first-section .fusion-builder-row .fusion-builder-row .fusion-column-last {
        width: 70% !important;
        align-self: center;
    }
    .first-section .fusion-builder-row .fusion-builder-row .fusion-column-first {
        width: 30% !important;
    }
    .first-section .fusion-builder-row .fusion-builder-row {
        display: flex;
    }
    .second-section .fusion-builder-row {
        display: flex;
        flex-wrap: wrap;
    }
    .second-section .fusion-builder-row .fusion-column-first {
        order: 1;
        margin-top: 30px !important;
    }
    .second-section span {
        float: none !important;
        margin: 0 !important;
    }
    .thirdsectionrow h2 {
        text-align: center;
    }
    .first-section .rightdiv .slide-content {
        width: 100%;
    }
    .fusion-footer-widget-area {
        padding-top: 50px !important;
    }
    .catalog-ordering .orderby-order-container {
        display: none !important;
    }
    #wrapper .catalog-ordering {
        margin-bottom: 0 !important;
    }
    #wrapper .catalog-ordering .order-dropdown.sort-count {
        width: 100%;
        margin-bottom: 0;
    }
    .products li {
        width: 32.6% !important;
    }
    body.has-sidebar #main .fusion-row .sidebar{
        display: block;
        order: 0;
        margin-top: 0;
        width: 100% !important;
    }
    .fusion-page-title-row {
        align-items: flex-start;
    }
    .fusion-page-title-bar {
        padding-top: 0 !important;
    }
    body.single-product .summary.entry-summary {
	    margin-left: calc( 0px + 0px) !important;
		margin-bottom: 50px;
	}
	#reviews li .comment-text {
	    padding: 0 !important;
	}
	.cus-bread-user .breadcrumbs-inner {
	    max-width: 94% !important;
	}
    .free-sequence{
        display: block;
    }

    .home.page-template-100-width #main .fusion-row{
        top: 3em;
    }
    body.home .fusion-header-wrapper .fusion-header {
        background-image: url(/wp-content/uploads/2019/07/page-bg.png);
        padding: 10px 0 0 !important;
        background-color: transparent;
        border: 0 !important;
    }

    .unfold-contentMobile {
        display: block;
        font-size: 12px;
        font-weight: bold;
        color: black;
    }
}
@media(max-width: 767px){
    .latest_news .latest_news-inner {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin-bottom: 30px;
    }
    .fusion-woocommerce-equal-heights ul.products li{
        max-width: 100% !important;
        flex: 100% !important;
        margin-right: 0px !important;
    }
    header .fusion-logo img {
        width: 180px;
    }
    .second-section {
        margin-top: 10px;
    }
    .second-section .fusion-builder-row {
        padding: 0 15px !important;
        margin: 0;
    }
    .latest_news-inner .details p {
        float: none;
        margin: 0 0 10px;
    }
    .thirdsectionrow > .fusion-column-wrapper {
        padding: 66px 15px 0px !important;
    }
    .latest_news .latest_news-inner .details {
        margin-top: 10px;
    }
    .second-section .fusion-text h2 {
        font-size: 18px !important;
    }
    body.home .fusion-fullwidth {
        padding: 0 15px !important;
    }
    .fourth-section .reviews .review p {
        font-size: 14px;
    }
    .fusion-footer-widget-area .fusion-row {
        padding-bottom: 0;
    }
    .products li {
        width: 100% !important;
    }
    ul.products .featured-image, ul.products .crossfade-images {
        text-align: left;
        height: auto !important;
    }
    ul.products .featured-image img {
        object-fit: cover;
        width: 100%;
    }
    .pro_head .catalog-ordering, .pro_head .woocommerce-pagination {
        max-width: 100%;
        flex: 100%;
    }
    .pro_head .catalog-ordering {
        order: 1;
    }
    .pro_head .woocommerce-pagination {
        padding-bottom: 0;
        max-width: 100% !important;
    }
    .custom-product-button, .product-inner-info {
	    display: block;
	}
	.custom-product-button div, 
	.product-inner-info div {
	    flex: 100% !important;
	    max-width: 100% !important;
	    border-right: 0;
	}
	#respond .comment-form-rating p.stars a {
	    width: 100%;
	    margin-bottom: 5px;
	}
	body.single-product #content {
	    padding: 15px !important;
	}
	.cus-bread-user .breadcrumbs-inner {
	    display: block !important;
	    text-align: center;
	}
	.cus-bread-user .loggeduser-info, .cus-bread-user .breadcrumbs {
		flex: 100% !important;
    	/* max-width: 100% !important; */
	}
	.cus-bread-user .loggeduser-info h2 {
		text-align: center !important;
	    margin-top: 0px !important;
	    padding-bottom: 25px;
	}
	.cus-bread-user .breadcrumbs {
	    padding: 10px 0 10px 0px !important;
	}
	.cus-bread-user .breadcrumbs:before {
	    height: 0 !important;
	}

    .fusion-header-banner ul.bottomlist .btn-yellow img{
        display: none;
    }
    
    .fusion-header-banner ul.bottomlist .btn-white img{
        display: none;
    }
    
    .fusion-header-banner ul.bottomlist .fas{
        display: none;
    }

    .fusion-header-banner .btn-link{
        padding: 5px 10px;
    }

    .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header-banner{
        margin-left: auto;
        margin-right: auto;
    }

    .unfold-contentMobile .infos{
        font-size: 12px;
        font-weight: bold;
        color: black;
    }

    .single_variation_wrap .variations_button .button{
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media(max-width: 570px){
    .unfold-contentMobile{
        margin-top: 10px;
    }

    .fusion-fullwidth{
        top: 50px;
    }

    .fusion-column-wrapper {
        padding: 0px 0px 40px 0px !important;
    }
}

.product-buttons .product-buttons-container span {
    border-left: solid 1px #deebee;
    padding-left: 5px;
    margin-left: 5px;
    font-size: 14px;
}
.product-details .product-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.product-details .product-title a:hover, 
.floating-bar-top-right ul li a:hover {
    color: #5dbcd2 !important;
}
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #575757;
    font-size: 15px;
    line-height: 1.1;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #edf4f5;
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

/* On mouse-over, add a grey background color */
/* .custom-checkbox:hover input~.checkmark {
    background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked~.checkmark {
    background-color: #52abcf;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tips-sibebar {
    padding: 25px 10px 0px;
}
.tips-sibebar .sidebar_box {
    background: #fff;
    margin: 15px auto;
    padding: 15px 15px;
}
.tips-sibebar .sidebar_box h2 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
.tips-sibebar .sidebar_box input[type="text"] {
    background: #eef5f6;
    border: none;
    height: 34px;
}
.tips-sibebar .sidebar_box ul {
    list-style-type: none;
    padding-left: 0;
}
.tips-sibebar .sidebar_box ul li {
    border-bottom: 1px solid #eef5f6;
    padding: 10px 0px 10px;
    display: block;
    font-size: 14px;
    color: #515151;  
}
.tips-sibebar .sidebar_box ul li label.custom-checkbox {
    margin-bottom: 0;
}
.tips-sibebar #sidebar-2 ul li {
    text-transform: uppercase;
    font-weight: 600;
}
.tips-sibebar .sidebar_box ul li:last-child {
    border: none;
}
.fusion-tipssidebar > li {
    list-style-type: none;
}
.tips-sibebar .sidebar-button {
    text-align: center;
    margin-top: 25px;
}
.tips-sibebar .sidebar-button button {
    background: #000;
    color: #fff;
    max-width: 180px;
    width: 100%;
    padding: 10px;
    border: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    font-family: 'GlacialIndifference-regular' !important;
    letter-spacing: 1px;
    border-radius: 20px 0px 20px 0px;
}
.tips-sibebar .sidebar_box .title i {
    float: right;
    margin-top: 2px;
    color: #000;
    cursor: pointer;
}
.tips-sibebar .sidebar_box .title h2 {
    display: inline-block;
    width: 72%;
}
body.has-sidebar #main .sidebar {
    width: 25% !important;
    background-color: #eef5f6 !important;
    padding: 10px 15px 0;
    border-top-right-radius: 50px;
    box-shadow: 1px 0px 2px 0px rgba(31,110,129,0.14);
}
.fusion-page-title-bar h1 {
    text-transform: uppercase;
}
.fusion-page-title-wrapper {
    justify-content: flex-start !important;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start !important;
    padding-top: 16px;
}
.fusion-page-title-wrapper .fusion-page-title-captions {
    order: 1;
}
.fusion-page-title-bar .fusion-breadcrumbs span {
    font-size: 14px;
}
.fusion-page-title-bar-left .fusion-page-title-secondary {
    margin-left: 0 !important;
    margin-bottom: 6px;
}
body.has-sidebar #content {
    width: 75%;
    background-color: #fff;
    padding: 0 15px;
}
.sidebar_box .title h2 {
    font-size: 16px;
    position: relative;
    padding-bottom: 8px;
}
.sidebar_box .title h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #3e8ecb;
}
.council_post li {
    font-size: 14px;
}
.product-details {
    color: #575757;
    font-size: 14px;
}
.product-details .loop-taxonomies {
    font-style: italic;
    font-size: 16px;
}
.border-0{
    border: 0px !important;
}
.product-details-container .fusion-price-rating p.short-description {
    width: 100%;
}
.product .fusion-content-sep {
    border-bottom: 0 !important;
}
.product-buttons .fusion-content-sep {
    margin-bottom: 0 !important;
}
.product-buttons .product-buttons-container .add_to_cart_button::before {
    top: 9px;
}
ul.products .crossfade-images img.hover-image {
    opacity: 1 !important;
    position: relative;
}
.WOOF_Widget .widget-woof {
    margin-top: 30px;
}
.products>li {
    border-width: 1px !important;
}
.woof_list_checkbox .icheckbox_square-blue,
.mdf_taxonomy_check_list .icheckbox_square-blue {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #edf4f5;
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.woof_list_checkbox .woof_checkbox_label,
.mdf_taxonomy_check_list label{
    overflow: hidden;
    display: block !important;
    padding: 3px 0 0 10px;
}
.product-info {
    display: block;
    width: 100%;
    overflow: hidden;
}
.product-info.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.product-buttons .product-buttons-container {
    display: flex;
    flex-wrap: wrap;
}
.product-buttons .product-buttons-container .add_to_cart_button {
    order: 1;
    flex: 50%;
}
.product-buttons .product-buttons-container .show_details_button {
    order: 0;
    flex: 50%;
}
.product-buttons .product-buttons-container .add_to_cart_button::before {
    color: #c91111;
}
.price span.woocommerce-Price-amount.amount {
    color: #c91111;
}
.product-buttons .product-buttons-container .show_details_button::before{
    color: #788f92;
}
.star-rating span:before, .star-rating:before {
    color: #ffba0f;
}
.loop-taxonomies a {
    color: #206987;
}
a.show_details_button {
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0;
}
.product-inner-info, .product-inner-info li{
    display: flex;
    flex-direction: row;
}
.product-inner-info .product-tax, .product-inner-info .product-other-info,.product-inner-info .product-tax ul li div, .product-inner-info .product-other-info ul li div{
    flex: 50%;
    width: 50%;
    padding: 0 15px 0 0;
}
.custom-product-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #dff2f6;
        margin: 15px 0;
}
.custom-add-to-cart, .add-to-favourites, .add-sequence-to-cart{
    flex: 60%;
    max-width: 60%;
    padding: 15px 0;
    border-bottom: 1px solid #dff2f6;
    border-right: 1px solid #dff2f6;
}
.custom-subscribe, .custom-extrait{
    flex: 40%;
    max-width: 40%;
    padding: 15px 0;
    border-bottom: 1px solid #dff2f6;
}
.variations_form .custom-add-to-cart-variable,
.product-type-variable .add-to-favourites,
.variations_form .variations{
    flex: 50%;
    max-width: 50%;
    padding: 15px 0;
    border-right: 0;
}
.custom-product-button div a{
    padding-left: 50px;
}
.custom-product-button div::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
        border-right: 1px solid #bbb;
    padding-right: 15px;
}
.variations_form .custom-add-to-cart-variable .woocommerce-variation-add-to-cart{
    padding-left: 50px;
}
.variations_form .custom-add-to-cart-variable .woocommerce-variation-add-to-cart:before{
    display: none;
}
.custom-product-button .variations_form .variations::before{
    display: none;
}
.custom-product-button .variations_form .variations select{
    height: 46px;
    background: #dff2f6;
    color: #000000;
    font-family: GlacialIndifference-regular;
    font-size: 18px;
    padding-left: 22px;
    padding-right: 22px;
}
.custom-product-button .custom-add-to-cart-variable .single_add_to_cart_button,
.custom-product-button .custom-add-to-cart-variable .single_add_to_cart_button:hover{
    padding: 0;
    background: transparent;

    font-size: 18px;
    font-weight: bold;
    color: #000;
    font-family: "GlacialIndifference-regular";
}
.custom-product-button .custom-add-to-cart-variable .single_add_to_cart_button:focus{
    border:0;
    outline:0;
}
.summary .custom-product-button .variations_form.cart{
    display: inherit;
    margin: 0;
    width: 100%;
}
.custom-product-button .stock {
    display: none;
}
.custom-product-button .woocommerce-Price-amount {
    display: none;
}
.custom-add-to-cart::before {
    background-image: url("images/cart.png");
}
.add-sequence-to-cart::before {
    font-family: fontawesome;
    content: "\f093" !important;
    font-size: 20px;
    text-align: right;
    vertical-align: middle;
    color: #c91111;
    width: 30px;
    padding-right: 10px;
}
.custom-add-to-cart-variable::before {
    background-image: url("images/cart.png");
}
.custom-subscribe::before {
    background-image: url("images/subs.png");
}
.add-to-favourites::before {
    background-image: url("images/wishlist.png");
}
.custom-extrait::before {
    background-image: url("images/jpg-exp.png");
}
h1.product_title.entry-title {
    font-size: 24px !important;
}
.product-desc-content p {
    font-size: 16px;
}
.product-desc-content ul {
    padding: 0;
    margin-top: 0;
    list-style: none;
    font-size: 16px;
}
.product-desc-content ul li::before {
    content: "\f178";
    font-family: fontawesome;
    color: #52abcf;
    margin-right: 10px;
    float: left;
}
.product-desc-content ul li span {
    display: block;
    overflow: hidden;
}
.custom-add-to-cart a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.add-sequence-to-cart a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.custom-subscribe a {
    color: #000;
    font-size: 16px;
}
.product-inner-info ul {
    padding: 0;
}
.product-inner-info ul li {
    padding: 15px 0;
    min-height:50px;
}
.product-inner-info li:not(.cus-product-title)::before {
    content: "\f178";
    font-family: fontAwesome;
    color: #52abcf;
    margin: auto 0;
    margin-right: 5px;
    float: left;
}
.product-inner-info li> div {
    align-self: center;
}
.product-inner-info h3 {
    margin: 0;
}
li.cus-product-title .title h3 {
    padding-left: 15px;
}
.product-inner-info .info h3::before {
    content: ":";
    color: #52abcf;
    padding-right: 5px;
	float: left;
}
.product-inner-info .info h3, .product-inner-info .info a{
    color: #52abcf;
}
.product-inner-info .info h3 span{
	display: block;
	
	overflow: hidden;
}
li.cus-product-title .info h3::before {
    padding-left: 10px;
}   
.product-inner-info li/*:not(:last-child)*/ {
    border-bottom: #ebebeb 1px solid;
}
.product-inner-info{
    border-bottom: #52abcf 1px solid;
    display: block;
}
.product-inner-info .product-tax,
.product-inner-info .product-other-info{
    width: 100%;
}
.product-inner-info .product-tax ul .title,
.product-inner-info .product-other-info ul .title{
    margin-bottom: 0 !important;
}
.product-inner-info ul{
    margin: 0;
}
.product-info:not(.col-md-12) .product-inner-info::after {
    content: "";
    border-right: 1px solid #ebebeb;
    position: relative;
    top: 40px;
    right: 51%;
    height: 150px;
}
div#reviews, div.media-files {
    padding: 30px 0;
}
div#comments h2 {
    font-size: 18px !important;
    color: #000 !important;
}
ol.commentlist .comment-text {
    border: none !important;
}
ol.commentlist li {
    border-bottom: 1px solid #dff2f6;
}
.woof_list_checkbox li,
.mdf_taxonomy_check_list li{
    position: relative;
    clear: both;
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
}
.woof_list_checkbox .woof_childs_list_opener {
    position: absolute;
    right: 0;
    top: 0;
    color: #000 !important;
}
.woof_list_checkbox .icheckbox_square-blue.disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
.woof_list_checkbox li a>span {
    background: transparent !important;
}
.woof_list_checkbox li a>.woof_is_closed:after, 
.woof_list_checkbox li a>.woof_is_opened:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: "FontAwesome";
}
.woof_list_checkbox li a>.woof_is_opened:after {
    content: "\f068";
}
.woof_list_checkbox li a>.woof_is_closed:after {
    content: "\f067";
}
.woof_products_top_panel {
    padding: 5px 5px 0 5px;
}
.woof_products_top_panel button {
    border-radius: 0.25rem;
    height: 30px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #5dbcd2;
    border: 1px solid #5dbcd2 !important;
    color: #fff;
    cursor: pointer;
}
.woof_products_top_panel .woof_products_top_panel_ul > li {
    margin-bottom: 5px !important;
}
.woof_products_top_panel .woof_products_top_panel_ul > li > ul > li {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
    vertical-align: center;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #6c757d;
}

.woof_products_top_panel .woof_products_top_panel_ul > li > ul > li span {
    padding-right: 25px;
}
.woof_products_top_panel .woof_products_top_panel_ul > li > ul > li a {
    color: #fff;
}
.woocommerce .woof_container_inner .woof_front_toggle {
    float: right;
    font-size: 30px !important;
    position: relative;
    top: -11px;
}
.star-rating span:before, .star-rating:before {
    color: #f1bf13 !important;
}
.product-buttons a:hover {
    color: #5dbcd2 !important;
}
/***** Single Product *****/
body.single-product #content {
    padding: 30px;
}
.avada-product-gallery-thumbs-wrapper li img {
    border: solid 5px #52abcf;
    width: 60px;
    height: 60px;
}
.single-pro-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100px;
    height: 3px;
    background-color: #52abcf;
}
.single-pro-title {
    border-bottom: solid 1px #52abcf;
    position: relative;
    padding: 0px 0 15px 0px;
    display: flex;
}
.single-pro-title img {
    margin-right: 10px;
}
.single-pro-title span {
    align-self: center;
}
a.cartlink::before {
    content: attr(data-count);
    position: absolute;
    background-color: #c71012;
    border-radius: 50px;
    padding: 2px 6px;
    color: #fff;
    font-weight: bold;
    top: -5px;
    left: 5px;
}
.commentlist .comment-text {
    padding: 0 !important;
}
.commentlist .woocommerce-review__author {
    font-size: 16px;
    color: #000;
}
.commentlist .description p {
    margin: 0;
    color: #000;
    font-size: 14px;
}
.commentlist .meta {
    margin-bottom: 2px !important;
}
.commentlist .woocommerce-review__published-date {
    font-size: 13px;
}
.commentlist li {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#reviews li:last-child {
    border: 0;
}
#respond .title-sep-container, .related.products .title-sep-container {
    display: none;
}
#respond h3#reply-title {
    font-weight: 400 !important;
    font-size: 16px !important;
}
#respond .fusion-title {
    margin-bottom: 0px !important;
}
#respond .comment-form-rating p.stars a {
    background-color: #eef5f6;
    color: #000;
    border-radius: 0 !important;
}
#respond .comment-form-rating p.stars a:after {
    color: #c1dee2;
    font-size: 10px;
    top: 7px;
}
#respond .comment-form-comment label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
#reviews .comment-form-comment textarea {
    background-color: #eef5f6;
    border: 0;
    height: 80px;
    resize: none;
}
#commentform .submit {
    background: #52abcf !important;
    border-radius: 0px !important;
    padding: 13px 15px !important;
    font-size: 17px !important;
}
.media-files-inner > div {
    position: relative;
    border-bottom: solid 1px #ebebeb;
    padding: 15px 0;
}
.media-files-inner .file-img {
    float: left;
    margin-right: 10px;
    width: 30px;
}
.media-files-inner .file-name {
    overflow: hidden;
    border-left: solid 1px #52abcf;
	font-size: 15px;
    color: #000;
    padding-left: 10px;
}
.media-files-inner .file-downloads img {
    width: 20px;
}
.media-files-inner .file-downloads {
    position: absolute;
    right: 0;
    border-left: solid 1px #52abcf;
    top: 15px;
    padding-left: 10px;
}
section.related.products {
    margin-top: 20px;
}
section.related.products .fusion-title {
    margin-bottom: 0px;
}
.cus-bread-user {
    background-color: #dff2f6;
    padding: 0px 0px 125px;
}
.cus-bread-user .loggeduser-info {
    flex: 50%;
    max-width: 50%;
}
.cus-bread-user .breadcrumbs-inner {
    max-width: 1070px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.cus-bread-user .loggeduser-info h2 {
    margin-bottom: 0;
    padding-top: 15px;
    text-align: right;
    font-family: 'GlacialIndifference-regular' !important;
    text-transform: uppercase;
    color: #303030;
}
.cus-bread-user .loggeduser-info, .cus-bread-user .breadcrumbs {
    flex: 50%;
    max-width: 100%;
}
#respond .comment-form-rating p.stars a.active:after {
    color: #f19b0a;
}
.woocommerce #review_form input[type=text], .woocommerce #review_form input[type=email] {
    width: 100%;
    background: #eef5f6;
    border: none;
    height: 35px;
}
#respond .comment-form-comment label, 
#reviews .comment-form-author label, 
#reviews .comment-form-email label {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.cus-bread-user .breadcrumbs {
    font-size: 16px;
    position: relative;
    padding: 10px 0 15px 80px;
	z-index: 99;
}
.cus-bread-user .loggeduser-info {
    align-self: center;
}
.cus-bread-user .breadcrumbs img {
    margin-right: 5px;
    padding-top: 4px;
}
.cus-bread-user .breadcrumbs:before {
    content: "";
    background-image: url("images/bredcrumb-icon.png");
    position: absolute;
    width: 59px;
    height: 94px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
	left: 0;
}
.blog-title-info {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    font-size: 1.5em;
    text-transform: uppercase;
    /*white-space: nowrap;*/
     overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'GlacialIndifference-bold';
}
.post-content.white-box {
    background-color: #fff;
    padding: 50px;
}
.post-content.white-box h1 {
    margin-top: 0;
}
.coaching-title h1 {
    text-transform: uppercase;
    font-size: 26px !important;
}
.post-content.white-box p{
	color: #303030;
	font-size: 16px;
}

/**** Coaching Templete ****/
.liste-selecter select{
    width: 70%;
    border: 1px solid #b1dfe8;
    height: 50px;
    padding: 10px;
    color: #000;
    background-color: #dff2f6;
}
.woo-section, .woo-section .price-cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	padding: 15px 0;
}
.woo-section .liste-selecter, .woo-section .price-rating{
	flex: 50%;
	max-width: 50%;
}
.woo-section .price-cart img{
    width: 25px;
    height: 25px;
    object-fit: contain;
	flex: 20%;
	max-width:20%;
    align-self: center;
}
.woo-section .price-cart h2{
	flex: 40%;
	max-width: 40%;	
	margin: auto;
    align-self: center;
	position:relative;
	padding: 0 15px;
}
.woo-section .price-cart h2::before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 1px;
    height: 20px;
    left: 0;
}
.woo-section .price-cart span{
	flex: 40%;
	max-width: 40%;	
    align-self: center;
	font-size: 20px;
	color: #cb1b1b;
	padding: 0 15px;
	position: relative;
    font-weight: bold;
}
.woo-section .price-cart span::before{
	content: ":";
	color: #000;
	font-size: 18px;
	font-weight: bold;
	left: 0;
	position: absolute;
}
.woo-section .star-wishlist{
    padding: 15px 20px;
}
.woo-section .star-wishlist span {
    position: relative;
    padding: 0 15px;
    font-size: 16px;
}
.woo-section .star-wishlist i{
    width: 40px;
    font-size: 20px;
    color: #cb1b1b;
}
.woo-section .star-wishlist span::before{
 	content: "";
    background-color: #eee;
    position: absolute;
    width: 1px;
    height: 20px;
    left: 0;
}
.woo-section .price-rating {
    border-top: 1px solid #dff2f6;
    border-bottom: 1px solid #dff2f6;
}
.woo-section .price-rating .price-cart{
	border-bottom: 1px solid #dff2f6;
}

/**** Coaching Templete ****/

/**** Image Gallery Slider ****/
.image-gallery ul.lSPager.lSGallery img {
	width: 100%;
}
.image-gallery ul.lSPager.lSGallery li {
	border-radius: 0 !important;
}
.image-gallery .lSPager.lSGallery {
	margin-top: 20px !important;
}
.image-gallery .lSPager.lSGallery li.active img {
	border: 4px solid #52abcf;
}
.fusion-woocommerce-equal-heights ul.products li {
    float: none !important;
    width: 100%;
    max-width: 30%;
    flex: 30%;
    margin-right: 30px !important;
}
.fusion-woocommerce-equal-heights ul.products li:nth-child(3n) {
    margin-right: 0px !important;
}
.pro_head ul.orderby li span {
    border: 0;
}
.media-files-inner > div:last-child {
    border-color: #52abcf;
}
form#commentform {
    border-bottom: #52abcf 1px solid;
    padding-bottom: 15px;
}
.related.products .product-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#program-list ul.p-list h2 {
    text-transform: uppercase;
    font-weight: 600;
}
.detail span {
    font-size: 15px;
}
.bookly-btn {
    border-radius: 0 !important;
    font-family: 'GlacialIndifference-bold';
    padding: 0px 20px !important;
    height: 42px !important;
}
.home-cus-slider-inner .slider-text {
    background-color: #fff;
    max-width: 95%;
    padding: 18px 22px 20px;
    color: #000;
    font-size: 14px;
    margin-top: -100px;
    position: relative;
}
.home-cus-slider .owl-dots {
    margin: 0 !important;
    position: absolute;
    bottom: 0;
    left: 15px;
}
.home-cus-slider .owl-dots .owl-dot span {
    background: #e8e8e8 !important;
    margin: 5px !important;
}
.home-cus-slider .owl-dots .owl-dot.active span {
    background: #52abcf !important;
}
.home-cus-slider-inner .slider-img {
    height: 380px;
    overflow: hidden;
}
.home-cus-slider-inner .slider-text p {
    height: 42px;
    overflow: hidden;
}
.owl-theme .owl-dots .owl-dot {
    outline: 0;
}

.product .already_bought {
    display: block;
    width: 80px;
    height: 75px;
    position: absolute;
    z-index: 99;
    top: 0;
    left:0;
    padding-top: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5);

    font-family: 'GlacialIndifference-regular';
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
}

.product .already_bought:before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #c91111;
    border-radius: 0 0 46px 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1.5);
}

.bookly-progress-tracker > div > .step {
    display: none;
}
.bookly-progress-tracker > div {
    background: #dff2f6;
    color: #000;
    position: relative;
    padding: 12px 15px 12px 23px !important;
    overflow: hidden;
    border-bottom: 2px solid #95d1f6;
    z-index: 11;
    text-transform: uppercase;
}
.bookly-progress-tracker > div:not(:last-child):after {
    content: "";
    background-image: url(http://www.lafabriqueduprof.fr/wp-content/uploads/2019/07/arrowright-png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 24px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.bookly-progress-tracker > div.active:after {
    content: "";
    width: 100%;
    background-image: url(http://www.lafabriqueduprof.fr/wp-content/uploads/2019/07/bg-png-1);
}
.bookly-progress-tracker > div.active:before {
    content: "";
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 14px solid #dff2f6;
    position: absolute;
    left: -4px;
    top: -9px;
    z-index: 1;
}
.bookly-service-step .bookly-week-days label {
    border-radius: 0;
}
.bookly-time-screen .bookly-column button {
    border: none !important;
}
.bookly-progress-tracker > div.active:first-child:before {
    border: 0;
}
.bookly-progress-tracker > div.active {
    color: #fff !important;
}
button.bookly-back-step:before,
button.bookly-next-step:after {
    font-family: 'fontawesome';
    font-size: 15px;
    font-weight: 100;
}
button.bookly-back-step:before {
    content: '\f053';
    padding-right: 5px;
}
button.bookly-next-step:after {
    content: '\f054';
    padding-left: 5px;
}
#dep-program .panel-heading{
    background: #d3edf3;
    border-top:1px solid #52abcf;
}
#dep-program .panel-title.toggle .fusion-toggle-heading{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
#dep-program .panel-title.toggle > a {
    display: block;
}
#dep-program .panel-title.toggle .fusion-toggle-icon-wrapper {
    float: right;
    margin-right:17px;
}
#dep-program .panel-title.toggle .fusion-toggle-icon-wrapper .fa-fusion-box,
#dep-program .panel-title.toggle > a:hover .fusion-toggle-icon-wrapper .fa-fusion-box,
#dep-program .panel-title.toggle > a.active .fusion-toggle-icon-wrapper .fa-fusion-box{
    background-color: transparent !important;
    border:none !important;;
}
#dep-program .panel-title.toggle .fusion-toggle-icon-wrapper .fa-fusion-box::before{
    color:#000000;
    font-size: 20px;
    font-weight: bold;
}

#dep-program .panel-body table{
    width:100%;
}

#dep-program .panel-body tr{
    border-bottom: 1px dashed #e5f5f8;
}

#dep-program .panel-body td{
    padding: 18px 0;
    font-size: 16px;
}

#dep-program .panel-body td.horaires{
    width:15%;
    vertical-align: top;
    color:#000000;
}

#dep-program .panel-body td.description{
    color:#2c6692;
}

#yith-wcwl-form .shop_table .product-thumbnail{
    width:auto;
    float: none;
}

.woocommerce #content table.wishlist_table.cart a.remove{
    width: 100%;
}

#yith-wcwl-form.woocommerce table.wishlist_table{
    font-size: 15px;
}

.woof_checkbox_label .woof_checkbox_count{
    display: none;
}

.flexslider {
    margin-bottom: 10px !important;
}

#post-5463 .post-content .fusion-builder-row .fusion-text-columns-2 {
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #2c6692;
    border-radius: 12px;
    margin-top: 20px;
    font-size: 1.1em;
    margin-bottom: 20px;
}

#post-5463 .post-content .fusion-builder-row .fusion-text-columns-2 a {
    color: #2c6692;
    font-weight: bold;
}

.bbpress-wrapper {
    background-color: #fff;
}

#bbpress-forums .bbp-body {
    background: #fff;
}

#bbpress-forums fieldset.bbp-form legend,
#bbpress-forums li.bbp-body .bbp-forum-reply-count,
#bbpress-forums li.bbp-body .bbp-forum-title,
#bbpress-forums li.bbp-body .bbp-forum-topic-count,
#bbpress-forums li.bbp-body .bbp-topic-permalink,
#bbpress-forums li.bbp-body .bbp-topic-reply-count,
#bbpress-forums li.bbp-body .bbp-topic-voice-count,
#bbpress-forums li.bbp-header ul {
    font-size: 18px !important;
}

#bbpress-forums ul.bbp-forums {
    border-color: #dff2f6 !important;
    border-radius: 12px 12px 0 0;
    margin-top: 20px;
}

#bbpress-forums li.bbp-header,
#bbpress-forums div.bbp-reply-header {
    background: rgba(82, 171, 207, 1) !important;
    padding: 15px 20px !important;
    border-radius: 12px 12px 0 0;
}

#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-reply-header a {
    color: #fff;
    font-size: 1.1em !important;
}

#bbpress-forums div.bbp-reply-author,
#bbpress-forums div.bbp-reply-content {
    margin-top: 10px;
}

#bbpress-forums div.bbp-reply-content {
    padding: 20px !important;
    font-size: 1.3em;
}

#bbpress-forums li.bbp-body > ul.forum {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 20px;
}

#bbpress-forums li.bbp-body > ul.forum > li {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

#bbpress-forums .forum-titles li {
    color: #fff !important;
}

#bbpress-forums .bbp-forums-list .bbp-forum a {
    background-color: rgba(82, 171, 207, 1) !important;
    color: #fff;
    padding: 2px 10px;
}

#bbpress-forums .bbp-body .bbp-forum-description {
    padding: 0 20px 20px;
    font-size: 1.1em;
}

#bbpress-forums .bbp-body .bbp-forum-description .alert {
    background-color: #dff2f6;
    border-color: rgba(82, 171, 207, 1);
    font-size: 1.2em;
}


#bbpress-forums #subscription-toggle a.subscription-toggle {
    display: inline-block;
    padding: 3px 12px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#bbpress-forums #subscription-toggle a.subscription-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

body.no-sidebar-product #content {
    width: 100% !important;
    float: none !important;
}

.author{
    background-color: #fff;
}

.unfold-content {
    display: none;
    position: absolute;
    top: 52px;
    left: 34%;
    transform: translate(-50%, 0);
    padding: 10px;
    z-index: 1;
    background-color: rgb(79, 163, 204);
    border-radius: .7rem;
    width: 300px;
    height: fit-content;
    font-size: smaller;
    text-align: end;
    box-shadow: -10px 14px 8px 4px rgba(0,0,0,0.61);
    -webkit-box-shadow: -10px 14px 8px 4px rgba(0,0,0,0.61);
    -moz-box-shadow: -10px 14px 8px 4px rgba(0,0,0,0.61);
}

.unfold-content2 {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    /* transform: translate(-50%, 0); */
    translate: 0% -100%;
    padding: 5px 10px 5px 10px;
    z-index: 1;
    background-color: rgb(79, 163, 204);
    width: 227px;
    height: 50px;
    z-index: -1;
}

.info .infoSequences{
    display: inline-block;
}

.flex {
    padding: 0;
    margin: 0;
    list-style: none;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
  }

.shop_attributes {
    margin-top: 20px;
}

.custom-product-button div::before{
    display: none;
}

.product-attributes{
    background-color: #eef5f6;
    padding: 5px;
    font-family: 'GlacialIndifference-bold';
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.product-attribute-date {
    margin-right: 30px;
}

.product-attribute-places {
    margin-right: 40px;
}

.video-shortcode{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.hide-spec {
    display: none;
}

.fusion-main-menu .sub-menu {
    background-color: rgba(82, 171, 207, 0.8) !important;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center !important;
    border-top: 3px solid #52abcf !important;
}

.newsletter-container {
    width: 100%;
    text-align: right;
    font-size: 13px;
    padding: 5px;
    background-color: #f3024f;
    border-radius: 0px 0px 0px 20px;
    font-family: 'GlacialIndifference-bold';
    margin-bottom: 15px;
    padding-right: 15px;
}

/*.newsletter-container a {
    color: black;
}*/

@media (min-width: 1100px) {
.sub-menu li{
    margin-top: 5px !important;
}

.sub-menu li:last-child {
    margin-bottom: 5px !important;
}
}

.fusion-dropdown-submenu .fusion-bar-highlight:hover{
    background-color: rgb(82, 171, 207) !important;
    border-radius: 10px;
}

.sub-menu .current-menu-item > a{
    background-color: rgb(82, 171, 207) !important;
    border-radius: 10px;
}

.newsletter-button {
    color: #ffffff;
}

.newsletter-button:hover {
    color: #ffffff;
}

.newsletter-container {
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
}

.woocommerce-pagination {
    display: inherit;
}

.custom-product-button .variations_form .variations select {
    font-size: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.avada-select-parent {
    top: 2px;
}

.reset_variations {
    display: flex;
    position: absolute;
}

.shop_table .product-remove a {
    float: left !important;
}

.menu-item-19118 .fusion-bar-highlight {
    background-color: #f5f5f5;
    border-radius: 7px;
}
.menu-item-19118 .fusion-bar-highlight:hover {
    background-color: #f2f2f2 !important;
    border-radius: 7px;
}

.menu-item-19118 .fusion-bar-highlight span {
    color: black;
}

.fusion-secondary-main-menu nav.fusion-main-menu .fusion-dropdown-submenu a {
    padding: 15px !important;
    font-size: 13px !important;
}

.fusion-secondary-main-menu nav.fusion-main-menu li:not(.fusion-main-menu-search) ul li a:before { display: none}

.fusion-secondary-main-menu nav.fusion-main-menu li {
    padding-right: 18px !important;
    flex: auto;
}

.fusion-secondary-main-menu nav.fusion-main-menu li ul li {
    padding-right: 0 !important;
}

.wp-image-19889 {
    width: 60%
}

.custom-product-button .price-suffix {
    display: none;
}

.woocommerce-thankyou-order-failed {
    /*background-color: red;*/
    margin-top: 25px !important;
    display: inline-block;
    border-radius: 0.5rem;
    padding: 0.75rem 1.25rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #d63638;
    border: 3px solid #d63638;
}

.woocommerce-thankyou-order-failed-actions {
    display: none;
}

.order_details .method{
    display: none;
}

.woocommerce .cart-empty {
    border-left: 1px solid;
    line-height: 15px !important;
    padding-left: 40px;
    width: 40% !important;
    margin-left: 10%;
    margin-top: 10px;
}

.woocommerce .return-to-shop {
    border-right: 1px solid;
    background-color: white;
    padding-right: 40px;
    width: 40% !important;
    margin-right: 10%;
    margin-top: 10px;
}

#customer_login {
    background-color: white;
}

.quantity {
    border-color: white !important;
}

.woocommerce-message {
    padding-left: 40px !important;
}

.woocommerce-message a {
    padding-left: 10px !important;
}

.product-attribute-places{
    display: none;
}