/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1746176017
Updated: 2025-05-02 08:53:37

*/

.elementor-editor-active .elementor-element-2df9f77 {
	display: none;
}

@font-face {
  font-family: 'Wittgenstein';
  src: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/Wittgenstein-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Philing';
  src: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/Philing.woff2') format('woff2'),
	  url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/	Philing.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.w-font,
.w-font .elementor-heading-title,
.w-font .pp-info-box-title,
.post-template .elementor-element h2,
.post-template .elementor-element h3,
.accordion-item__link-title {
	 font-family: "Wittgenstein", sans-serif !important;
	 font-weight: 500;
}

.w-font .pp-info-box-title {
	font-style: italic !important;
	font-weight: 700 !important;
}

.p-font {
	 font-family: "Philing", sans-serif !important;
}

.p-font .elementor-icon-list-item .elementor-icon-list-text,
.p-font .elementor-heading-title {
	font-family: "Philing", sans-serif !important;
}

/* HEADER STYLES */

body.home .header-inner-menu {
	background-color: transparent !important;
}

.header-inner-menu .mega-menu>.mega-menu-item {
	border-bottom: 3px solid transparent !important;
}

.header-inner-menu .mega-menu>.mega-menu-item:hover {
	border-bottom-color: #122B3F !important;
}

.header-inner-menu .mega-menu-item>.mega-sub-menu {
	width: 100vw !important;
/*     height: 100vh !important; */
    top: 100px !important;
    left: 0 !important;
    position: fixed !important;
	padding-bottom: 25px !important;
}

.header-inner-menu .image-section {
	display: flex;
  	gap: 20px;
}

.header-inner-menu .card {
	position: relative;
	width: 50%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.header-inner-menu .card img {
	  width: 100%;
	  height: 75vh;
	  object-fit: cover;
	  display: block;
	transition: transform 0.5s ease;
} 

.header-inner-menu .wrapper .card img {
	 height: 260px;
}

.header-inner-menu .card .content {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
  	top: 50%;
  	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.4);
	color: white;
	padding: 20px;
	text-align: center;
}

.header-inner-menu .card .content.no-overlay {
	background: unset !important 
}

.header-inner-menu .card h2 {
  	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
  	margin-bottom: 20px;
}

.header-inner-menu .btn {
	position: absolute;
	bottom: 40px;
	font-weight: 500;
	display: inline-block;
	margin-top: 15px;
	padding: 10px 24px;
	border: 2px solid white;
	border-radius: 30px;
	color: white;
	text-decoration: none;
	transition: all 0.3s ease;
}

.header-inner-menu .card:hover .btn {
	background: white;
	color: black;
}

.header-inner-menu .mega-menu .mega-menu-item>ul.mega-sub-menu {
	padding-top: 24px !important;
}


.sub-menu-links .textwidget p {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	color: #bbb7b7;
}

.sub-menu-links .mega-menu-item {
	padding-bottom: 0 !important;
}

.sub-menu-links .mega-menu-link {
	color: #122B3F !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 36px !important;
	line-height: 43px !important;
    text-transform: inherit !important;
}

.sub-menu-links .sub-menu-all-link {
	color: #122B3F;
	font-size: 16px;
	text-decoration: underline;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-top: 40px;
	display: inline-block;
}

.sub-menu-links .mega-menu-link:hover,
.sub-menu-links .sub-menu-all-link:hover {
	color: #1c6aa0 !important;
}



#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: background-color 0.3s, top 0.3s;
  z-index: 9999;
}

#main-header.scrolled {
  background-color: #fff !important; /* Change to desired background color */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#main-header.nav-up {
  top: -100px; /* Adjust based on header height */
}

#main-header.nav-down {
  top: 0;
}

body.home #main-header {
	background-color: transparent;
}

body.home #main-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
}

body.home #main-header.scrolled #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	color: #122B3F;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500 !important;
	font-family: 'Poppins', sans-serif !important;
}


/* .header-inner-menu .card:hover {
 transform: scale(1.1);

} */

.mobile-menu .premium-mobile-menu-icon svg path {
	fill: #062a4f;
  	stroke: #062a4f;
} 

.mobile-menu #menu-header-mobile-menu-1>.menu-item .premium-menu-link {
	font-size: 20px !important;
	font-weight: 500 !important;
	color: #062A4E;
}

.mobile-menu #menu-header-mobile-menu-1 .premium-sub-menu .menu-item .premium-menu-link {
	font-weight: 400 !important;
	padding-left: 26px;
}

.mobile-menu #menu-header-mobile-menu-1 .menu-item-with-bg {
	background-color: #E5E7EB;
	padding: 16px;
}

.mobile-menu #menu-header-mobile-menu-1 .menu-item-with-bg.margin-top-20 {
	margin-top: 20px;
}

.mobile-menu #menu-header-mobile-menu-1 .menu-item-with-bg.menu-item .premium-menu-link {
		font-weight: 300 !important;
}

.mobile-menu .your-project-menu {
	margin: 33px 0  25px 0;
	font-size; 18px !important;
	font-weight: 500!important;
}

.mobile-menu .configure-project,
.mobile-menu .request-quote {
	position: relative;
	padding-left: 40px;
}


.mobile-menu .configure-project:before,
.mobile-menu .request-quote:before {
	content : url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/configure-dark-icon.svg');
	display: inline-block;
	position: absolute;
	top: 12px;
    left: 20px;
}

.mobile-menu .request-quote:before {
	content : url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/request-quote-dark-icon.svg');
}

#mobile-menu-container .premium-mobile-menu-container{
	position: fixed;
    z-index: 9;
    background-color: #fff;
    left: 0;
   
}
#mobile-menu-container .premium-mobile-menu-container .premium-active-menu {
	border-top: 1px solid #ccc;
    padding: 10px 10px 30px 5px;
    margin-top: 10px;

}

.mobile-menu .hfe-site-logo-img {
	width: 95px;
	height: auto
}

#hero-video .elementor-video{
	height: 60vh;
}

/* HEADER STYLES END */








/*  */

.yesss {
  background: #red;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.box {
  cursor: pointer;
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #ff6666; /* approx tint(red, 30%) */
}

.one {
  background: #ff6666; /* approx tint(red, 30%) */
}

.one h1 {
  color: white;
  text-align: center;
  font: bold 2em/2em sans-serif;
  position: absolute;
  width: 200px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -50px;
}

.two {
  background: #6699ff; /* approx tint(blue, 40%) */
}

.three {
  background: #66cc66; /* approx tint(green, 20%) */
}

.four {
  background: #80ffff; /* approx tint(aqua, 50%) */
}

.five {
  background: #ffcc80; /* approx tint(orange, 50%) */
}

/*  */








/* FOOTER STYLES */

/* Whatsapp icon styles  */
.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	background-color: #25D366;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.footer-logo {
	width: 160px;
	height: auto
}

.footer .social-links p{
	margin-bottom: 0;
}

.footer .footer-socials {
	display: flex;
	justify-content: center;
	align-items: center !important;
}

.footer .footer-top-menu .menu-item {
	margin-left: 0 !important;
	display: block;
}
/********* FOOTER STYLES END **********/


.imovations .swiper-pagination {
	margin-top: 20px !important;
}

.why-choose .pp-info-box.swiper-slide:not(.wiper-slide-active) {
	opacity: .2;
}

.why-choose.imovations .pp-info-box.swiper-slide:not(.wiper-slide-active) {
	opacity: 1;
}

.why-choose .pp-info-box.swiper-slide-next {
	opacity: 1 !important;
}

.why-choose .pp-info-box-title {
	margin-bottom: 0 !important;
}

.pp-slider-arrow {
	border: 2px solid #122B3F;
    color: #122B3F;
    width: 76px;
    height: 46px;
    border-radius: 30px;
	
}

.category-page-items-wrapper .slick-arrow {
	position: absolute !important;
	top: -8% !important;
	border: 2px solid #122B3F !important;
	width: 76px !important;
    height: 46px !important;
    border-radius: 30px !important;		
}

.category-page-items-wrapper .slick-arrow svg {
	 width: 14px !important;
}

.category-page-items-wrapper .htmega-carosul-prev.slick-arrow {
	left: 87% !important;
}

.why-choose .pp-slider-arrow {
	 top: 130%;
}

.why-choose .pp-slider-arrow.elementor-swiper-button-prev {
	left: 44%
}

.why-choose .pp-slider-arrow.elementor-swiper-button-next {
	right: 44%
}

.why-choose.imovations .pp-slider-arrow {
	 top: 108%;
}

.why-choose>.elementor-widget-container {
	position: relative;
}

.imovations .swiper-wrapper .pp-info-box-icon img {
	width: 100% !important;
	height: 390px;
	object-fit: cover;
}

.imovations .swiper-wrapper .pp-info-box-title {
	text-align: left;
    line-height: 1em !important;
    font-size: 3em !important;
    color: #062a4e;
}

.imovations .swiper-wrapper .pp-info-box-description {
	text-align: left;
	margin-top:25px;
}

.category-page-items-wrapper {
	position: relative;
}

.category-page-items-wrapper .pp-slider-arrow.elementor-swiper-button-prev,
.our-achivment .pp-slider-arrow.elementor-swiper-button-prev {
	left: 87%;
	top: -13%
}


.category-page-items-wrapper .pp-slider-arrow.elementor-swiper-button-next,
.our-achivment .pp-slider-arrow.elementor-swiper-button-next {
	right: 0%;
	top: -13%
} 

.our-achivment .pp-info-box-content {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.our-achivment .pp-info-box-content .pp-info-box-title-wrap {
	position: absolute;
	z-index:2;
}

.our-achivment .pp-info-box-content .pp-info-box-description img {
	height: 570px;
    width: 100%;
	transition: transform 0.5s ease;
}

.our-achivment .pp-info-box-content .pp-info-box-description p,
.home-page-posts-list .pp-post-thumbnail {
	  overflow: hidden;
} 

.header-inner-menu .card:hover img,
.our-achivment .pp-info-box-content:hover .pp-info-box-description img,
.home-page-posts-list .pp-post.pp-grid-item:hover .pp-post-thumbnail-wrap img{
  transform: scale(1.1);
}

.our-achivment .pp-info-box-content:hover .pp-info-box-button {
	background-color: #ffffff;
	color: #062a4e;
}

.our-achivment .pp-info-box-content .pp-info-box-description {
	width: 100%;
}

.our-achivment .pp-info-box-content .pp-info-box-footer {
    position: absolute;
    bottom: 10%;
}

.home-custom-accordeon .accordion-content img {
	width: 50%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.5s ease;
}

.home-custom-accordeon .htmega-accourdion-title {
	font-family: "Wittgenstein", serif !important;
	width: 49%;
}

.home-custom-accordeon .accordion-content{
	width: 49%;
} 

.home-custom-accordeon .single_accourdion {
	position: unset !important
}

.category-posts-list .pp-posts {
	display: flex;
	grid-template-columns: none;
	flex-direction: column;
}

.category-posts-list .pp-posts .pp-post-thumbnail img {
	height: 450px;
	object-fit: cover;
}

.category-posts-list .pp-post-wrap .pp-grid-item {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.category-posts-list .pp-post-thumbnail,
.category-posts-list .pp-post-content-wrap{
	flex:2;
}

.category-posts-list .pp-post-title a {
	font-family: "Wittgenstein", serif  !important;
}

.category-posts-list .htbuilder-post-title,
.category-posts-list .htbuilder-post-content{
	margin-bottom: 24px;
}

.faq-section .htmega-accourdion-title .htmega-items-hedding {
	border-bottom: 1px solid #e6e6e6;
    padding: 25px 30px 25px 0;
}

.faq-section .htmega-accourdion-title .accourdion-icon svg path {
	fill: #122b3f;
}

.faq-section  .single_accourdion {
	margin-bottom: 0 !important;
}

.faq-section .accordion-content a,
.faq-section .accordion-content a:focus,
.faq-section .accordion-content a:hover,
.elementor-widget-container a,
.elementor-widget-container a:focus,
.elementor-widget-container a: hover{
	color: #1c6aa0 !important;
}

.livraison-offerte p>a,
.post-template .elementor-element a { 
	color: #1c6aa0;
}

.hfe-breadcrumbs {
	display: flex;
	align-items: center;
}

.post-template .elementor-element h2 {
	font-size: 3em;
	font-weight: 800;
}

.post-template .elementor-widget-bl-post-featured-image .wp-post-image {
	width: 100%;
}

.home-page-posts-list .pp-post-thumbnail-wrap img {
	height: 500px;
    width: 100%;
    object-fit: cover;
	transition: transform 0.5s ease;
}

.home-page-posts-list .pp-post.pp-grid-item:hover .pp-post-thumbnail-wrap img {
  transform: scale(1.1);
}

.home-page-posts-list .pp-post-content-wrap .pp-posts-button {
	padding: 0;
}

.request-quote-steps .premium-bullet-list-box {
	justify-content: space-around !important;
}

.request-quote-steps .premium-bullet-list-box .premium-bullet-list-content  {
	width: 120px;
	height: 90px;
	text-align: center;
}

.request-quote-steps .premium-bullet-list-box .premium-bullet-list-text p {
	background-color: unset !important;
	position: relative;
	margin-bottom: 10px;
}

.request-quote-steps .premium-bullet-list-box .premium-bullet-list-text p:after {
	content: '';
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.request-quote-steps .premium-bullet-list-box .premium-bullet-list-text span {
	font-size: 16px !important;
	line-height: 20px;
}

.request-quote-steps .premium-bullet-list-box>:not(:first-child) {
	opacity: 0.4;
}


.request-quote-steps .premium-bullet-list-box>:not(:first-child) .premium-bullet-list-text span {
	font-weight: 400 !important;
}

.request-quote-steps.step-2 .premium-bullet-list-content:nth-child(2) {
	opacity: 1;
}

.request-quote-steps.step-2 .premium-bullet-list-content:first-child,
.request-quote-steps.step-2 .premium-bullet-list-content:last-child {
	opacity: 0.4;
}



.wpcf7 select, 
.wpcf7 input {
	padding: 12px 21px;
	border-radius: 50px !important;
	border-color: #9CA3AF !important;
	font-size: 14px !important;
	font-family: 'Poppins', sans-serif !important;
	margin-top: 10px;
}

.wpcf7 select {
	appearance: none;
  background-image: url("https://desjoyaux-sud.ma/wp-content/uploads/2025/05/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 1.5rem auto;
}

.wpcf7 label {
	color: #374151;
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 500;
}

.wpcf7 label span {
	color: #EF4444;
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size: 12px;
    margin-left: 10px;
    margin-top: 5px;
}


.contact-form-wrapper .fields-wrapper,
#wpcf7-f1877-p1913-o1 .fields-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;	
}

.contact-form-wrapper span.wpcf7-list-item-label,
#wpcf7-f1877-p1913-o1 span.wpcf7-list-item-label {
    color: #374151;
    font-weight: 400;
    font-size: 16px;
}


#wpcf7-f1877-p1913-o1 .wpcf7-list-item.first {
	margin-left: 0;
}

#wpcf7-f1877-p1913-o1  .wpcf7-form-control-wrap {
	margin-top: 10px;
    display: block;
}

#wpcf7-f1877-p1913-o1 textarea {
	width: 100%;
	height: 100px;
}


.contact-form-wrapper label ,
#wpcf7-f1877-p1913-o1 label {
	margin-bottom: 30px;
	font-weight: 400;
}

#wpcf7-f1877-p1913-o1 h2 {
	text-align: center;
	font-family:  'Poppins', sans-serif ;
}

.contact-form-wrapper .fields-wrapper p,
#wpcf7-f1877-p1913-o1 .fields-wrapper p {
	width: 49%;
} 

.contact-form-wrapper .checkbox-wrapper label,
#wpcf7-f1877-p1913-o1 .checkbox-wrapper label {
	margin-bottom: 0;
}

#wpcf7-f1877-p1913-o1 .buttons-wrapper {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

#wpcf7-f1877-p1913-o1 .wpcf7-submit {
	margin-top: 0;
	margin-left: 30px;
}

.contact-form-wrapper .image-wrapper,
.contact-form-wrapper .image-wrapper img {
	height: 100%;
}

.contact-form-wrapper .image-wrapper img {
	object-fit: cover;
}

.elementor-element-693c59b .elementor-heading-title a {
	color: #ffffff;
    font-weight: 500;
}

/* Scrolling accordeon Styles */
.section-sticky-scroll {
	flex-direction: column;
	justify-content: flex-start;
	display: flex;
	position: relative;
}

.scroll-trigger__wrapper {
	z-index: 1;
	position: relative;
}

.scroll-trigger__list {
	padding-top: 75vh;
}

.scroll-trigger__list-item {
	height: 50vh;
	border: 1px #ff6230;
}

.scroll-container {
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.scroll-container__inner {
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
}

.scroll-list {
	width: 100%;
	height: 100%;
	position: relative;
}

.scroll-list__item {
	z-index: 1;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.padding-global {
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

.left-animation {
	grid-column-gap: 2vw;
	grid-template-rows: auto;
	grid-template-columns: 1fr .75fr;
	align-items: center;
}

.grid-layout {
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.flex-image {
	min-height: 45vw;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
}

.left_image {
	width: 35rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100vh !important;
    object-fit: cover;
	vertical-align: middle;
	display: inline-block;
	opacity: 0;
}

.accordion-container {
	grid-template-rows: auto auto;
	grid-template-columns: 1fr;
	margin-top: -1rem;
	padding-right: 100px;
}

.accordion-item {
	width: 100%;
	padding-top: 0.25em;
	padding-bottom: 1em;
	overflow: hidden;
}

.accordion-item__link {
	color: #000;
	padding-bottom: 0.25rem;
	text-decoration: none;
	transition: color .2s;
	max-width: 100%;
	display: inline-block;
}
.accordion-item__link:hover {
	color: #b0aaa5;
}


.accordion-item__link-title {
	width: 85%;
	text-align: left;
	letter-spacing: -.04rem;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.25rem;
    line-height: 2.5rem;
	font-weight: 400;
	transition: font-size .2s;
	
}

.accordion-item__content {
	height: 0;
	background-color: rgba(0, 0, 0, 0);
	overflow: hidden;
}

.accordion-item__content-text {
	justify-content: flex-start;
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	color: #000;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.4;
}


/* Products Styles  */

.product.type-product {
	margin-top: 100px;
}

.onsale {
	background-image: url("https://desjoyaux-sud.ma/wp-content/uploads/2025/05/ruban-promo-big.png");
    width: 90px;
    background-color: transparent !important;
    border-radius: 0 !important;
    background-position: right;
    background-repeat: no-repeat;
	top: 0.6em !important;
	font-size: 11px !important;
	padding-left: 5px !important;
	text-align: left !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 98;
}

.woocommerce .woocommerce-product-rating .star-rating {
	color: #ffd230;
}

.woocommerce-review-link {
	color: #919191;
}

.price> .woocommerce-Price-amount {
	color: #4d4d4d;
    font-size: 30px;
    font-weight: 600;
}

.price>del .woocommerce-Price-amount:first-child {
    color: #989898;
    font-weight: 600;
}

.price>ins{
	text-decoration: none;
}

.price>ins .woocommerce-Price-amount:last-child {
	color:  #ee3d33;
	font-size: 30px;
	font-weight: 600;
}

.product .woocommerce-product-details__short-description {
	margin: 40px 0 70px;
	color: #949494;
}

.product .single_add_to_cart_button {
	background-color: #015a9c;
    height: 42px;
}

.product .whatsapp-order-button {
	background-color: #2fb943;
    padding: 10px 15px;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
}

.product .product_meta {
	margin-top: 90px;
}
.woocommerce-product-gallery  ul.flex-direction-nav {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: transparent;
	border-radius: 0;
    margin: 0 -3px;
    padding: 0px 2em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs a {
	font-size: 20px;
    text-transform: uppercase;
	color: #919191 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #4d4d4d !important;
}

.shop-banner .swiper-slide-image{
	width: 100%;
}

.shop-banner .elementor-swiper-button {
	background-color: #005b9c;
    border-radius: 50px;
    padding: 10px;
}


.shop-banner .elementor-widget-image-carousel .swiper-slide {
	margin-bottom: 15px;
}


.categories-list  #menu-5e95c1e>li {
	position: unset;
}

.categories-list  #menu-5e95c1e>.menu-item>a {
	color: #8f8f8f !important;
    white-space: normal;
    text-decoration: none;
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: 'Lato', Arial;
	padding: 0 !important;
    margin-right: 20px;
}

.categories-list #menu-5e95c1e>.menu-item.green>a {
	border-bottom: 4px solid #99D214;
}

.categories-list  #menu-5e95c1e>.menu-item.yellow>a {
	border-bottom: 4px solid #FEDC01;
}

.categories-list  #menu-5e95c1e>.menu-item.pink>a {
	border-bottom: 4px solid #D70461;
}

.categories-list  #menu-5e95c1e>.menu-item.orange>a {
	border-bottom: 4px solid #F28E00;
}

.categories-list  #menu-5e95c1e>.menu-item.light-pink>a {
	border-bottom: 4px solid  #f4b4c2;
}

.categories-list  #menu-5e95c1e>.menu-item.blue>a {
	border-bottom: 4px solid  #0095E2;
}

.categories-list  #menu-5e95c1e>.menu-item.grey>a {
	border-bottom: 4px solid  #c6c6c6;
}

.categories-list #menu-5e95c1e ul.sub-menu {
	width: 80vw;
    left: -8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
	padding: 20px 170px 60px 80px;
}

.categories-list #menu-5e95c1e ul.sub-menu>li {
	flex: 0 0 25%;
}

.categories-list #menu-5e95c1e ul.sub-menu>li>a {
	border-bottom: 0;
}

.categories-list #menu-5e95c1e li.green>ul:before,
.categories-list #menu-5e95c1e li.yellow>ul:before,
.categories-list #menu-5e95c1e li.pink>ul:before,
.categories-list #menu-5e95c1e li.orange>ul:before,
.categories-list #menu-5e95c1e li.light-pink>ul:before,
.categories-list #menu-5e95c1e li.blue>ul:before,
.categories-list #menu-5e95c1e li.grey>ul:before {
	width: 56px;
    height: 56px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 20px;
}
.categories-list #menu-5e95c1e >li>ul.sub-menu>li:before {
	content: "";
  	position: absolute;
	left: 7px;
	top: 17px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #a2cd3a; /* green triangle */
}

.categories-list #menu-5e95c1e li.green>ul {
	border-top: 5px solid #99D214;
}
.categories-list #menu-5e95c1e >li.green>ul.sub-menu>li:before  {
	border-left: 8px solid #a2cd3a;
}
.categories-list #menu-5e95c1e li.green>ul:before {
	content: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/6-1.png');
}

.categories-list #menu-5e95c1e li.yellow>ul {
	border-top: 5px solid #FEDC01;
}
.categories-list #menu-5e95c1e >li.yellow>ul.sub-menu>li:before  {
	border-left: 8px solid #FEDC01;
}
.categories-list #menu-5e95c1e li.yellow>ul:before{
	content: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/5-1.png');
}

.categories-list #menu-5e95c1e li.pink>ul {
	border-top: 5px solid #D70461;
}
.categories-list #menu-5e95c1e >li.pink>ul.sub-menu>li:before  {
	border-left: 8px solid #D70461;
}
.categories-list #menu-5e95c1e li.pink>ul:before {
	content: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/7-1.png');
}

.categories-list #menu-5e95c1e li.orange>ul {
	border-top: 5px solid #F28E00;
}
.categories-list #menu-5e95c1e >li.orange>ul.sub-menu>li:before  {
	border-left: 8px solid #F28E00;
}
.categories-list #menu-5e95c1e li.orange>ul:before{
	content: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/8-1.png');
}

.categories-list #menu-5e95c1e li.light-pink>ul {
	border-top: 5px solid #f4b4c2;
}
.categories-list #menu-5e95c1e >li.light-pink>ul.sub-menu>li:before  {
	border-left: 8px solid #f4b4c2;
}
.categories-list #menu-5e95c1e li.light-pink>ul:before {
	content: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/9-1.png');
}

.categories-list #menu-5e95c1e li.blue>ul {
	border-top: 5px solid #0095E2;
}
.categories-list #menu-5e95c1e >li.blue>ul.sub-menu>li:before  {
	border-left: 8px solid #0095E2;
}
.categories-list #menu-5e95c1e li.blue>ul:before {
	content: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/10-1.png');
}

.categories-list #menu-5e95c1e li.grey>ul {
	border-top: 5px solid #c6c6c6;
}
.categories-list #menu-5e95c1e >li.grey>ul.sub-menu>li:before  {
	border-left: 8px solid #c6c6c6;
}
.categories-list #menu-5e95c1e li.grey>ul:before {
	content: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/145-1.png');
}



.woocommerce-breadcrumb {
	margin-top: 30px !important;
	font-size: 12px !important;
  	color: #afafaf !important;
}

.sale-products-list .products,
.related .products {
	display: flex;
	flex-wrap: wrap;
}


.related .products li.product,
.sale-products-list .products li.product {
	padding: 0;
/*     height: 400px; */
    border: #e3e3e3 solid 1px;
    background: #fff;
    overflow: visible;
	-moz-box-shadow: 0 0 3px -1px #c0c0c0;
    -webkit-box-shadow: 0 0 3px -1px #c0c0c0;
    -o-box-shadow: 0 0 3px -1px #c0c0c0;
    box-shadow: 0 0 3px -1px #c0c0c0;
}

.related .products li.product .img-wrapper,
.sale-products-list .products li.product .img-wrapper {
	height: 252px;
	overflow: hidden;
	display: block;
	position: relative;
}

.products li.product .img-wrapper .onsale {
	left: 0 !important;
	font-size: 10px;
}

.related .products li.product img,
.sale-products-list .products li.product img {
	transition: transform 0.5s ease;
}

.related .products li.product .whatsapp-button,
.sale-products-list .products li.product .whatsapp-button {
    padding: 0;
    background-color: #99D214;
    width: 100%;
   	height: 50px;
	color: #fff;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
	text-transform: uppercase;
    justify-content: center;
	transition: height 0.4s ease;
}


.related .products li.product:hover img,
.sale-products-list .products li.product:hover img {
	transform: scale(1.1);
}

.related .products li.product:hover .whatsapp-button,
.sale-products-list .products li.product:hover .whatsapp-button {
	
}

.related .products li.product .content,
.sale-products-list .products li.product .content {
	padding: 10px;
	position: relative;
}


.related .products li.product .product-categories,
.related .products li.product .product-categories a,
.sale-products-list .products li.product .product-categories,
.sale-products-list .products li.product .product-categories a {
	color: #99D214;
	text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}


.related .products li.product .woocommerce-loop-product__title,
.sale-products-list .products li.product .woocommerce-loop-product__title {
	color: #4b4b4b;
    font-size: 18px !important;
	font-weight: 700;
	margin-bottom: 0px !important;
    line-height: 1;
	min-height: 70px;
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.related .products li.product .price>del .amount,
.sale-products-list .products li.product .price>del .amount,
.best-selling-products .products li.product .price>del .amount{
	color: #929292;
    font-size: 17px;
    font-weight: bold;
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.related .products li.product .price>ins .amount,
.sale-products-list .products li.product .price>ins .amount,
.best-selling-products .products li.product .price>ins .amount {
    font-size: 20px;
    font-weight: bold;
	color: #e74030;
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.best-selling-products .products {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.best-selling-products .products li.product {
	margin: 0 !important;
}

.best-selling-products .products li.product .onsale,
.best-selling-products .products li.product .product-categories {
	display: none;
}

.best-selling-products .products li.product {
	background-color: #fff;
	height: 100%;
}

.best-selling-products .products li.product .img-wrapper img {
	margin-bottom: 0 !important
}

.best-selling-products .products li.product .woocommerce-loop-product__title {
	font-size: 12px !important;
    text-align: center;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
	color: #4b4b4b;
}

.best-selling-products .products li.product .content {
	position: relative;
}

.best-selling-products .products li.product .price-btn-wrapper {
	position: absolute;
	bottom: -5px;
	background-color: #e6e6e6c9;
	padding: 10px;
	width: 100%;
	visibility: hidden;
/* 	transition: all 0.1s ease; */
	text-align: center;
	text-transform: uppercase;

}

.best-selling-products .products li.product .price  {
	text-align: center;
}

.best-selling-products .products li.product .price .amount {
	font-size: 14px !important;
}

.best-selling-products .products li.product .whatsapp-button {
	color: #fff;
	background-color: #99D214;
	text-transform: uppercase;
	font-size: 11px;
	font-size: 10px;
    padding: 5px;
    border-radius: 3px;
    min-width: 100%;
}

.best-selling-products .products li.product:hover .price-btn-wrapper {
	visibility: visible;
}

.reassurance .pp-list-items .pp-icon-list-item {
	padding: 30px 50px 30px 0;
}

.reassurance .pp-list-items .pp-icon-list-item:hover .pp-icon-list-text {
	color: #025798;
}

.reassurance .pp-list-items {
	display: flex;
	padding-left: 0 !important;
	list-style: none;
	justify-content: center !important;
}

.reassurance .pp-list-items .pp-icon-list-item {
	display: flex;
}

.bottom-shop-menu-wrapper .elementor-image-box-wrapper {
	position: relative;
}

.bottom-shop-menu-wrapper .elementor-image-box-img {
	position: absolute;
    right: -42px;
    top: -8px;
	width: 56px !important;
	height: auto;
}

.bottom-shop-menu-wrapper .elementor-image-box-content .elementor-image-box-title {
	border-bottom: 2px solid #959595;
    padding-bottom: 5px;
}

.bottom-shop-menu-wrapper .elementor-image-box-content .elementor-image-box-description a {
	color: #959595;
}

.bottom-shop-menu-wrapper .green-box .elementor-image-box-title {
	border-bottom-color: #a7cf39;
}


.bottom-shop-menu-wrapper .yellow-box .elementor-image-box-title {
	border-bottom-color: #fedc01;
}

.bottom-shop-menu-wrapper .pink-box .elementor-image-box-title {
	border-bottom-color: #d70461;
}

.bottom-shop-menu-wrapper .orange-box .elementor-image-box-title {
	border-bottom-color: #f28e00;
}

.bottom-shop-menu-wrapper .light-pink-box .elementor-image-box-title {
	border-bottom-color: #f4b4c2;
}

.bottom-shop-menu-wrapper .blue-box .elementor-image-box-title {
	border-bottom-color: #0095e2;
}

.bottom-shop-menu-wrapper .grey-box .elementor-image-box-title {
	border-bottom-color: #c6c6c6;
}

.bottom-shop-menu-wrapper .elementor-widget-image-box {
	width: 19%
}

.text-with-star .elementor-widget-container p {
	position: relative;
}

.text-with-star .elementor-widget-container p:after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background-size: 100%;
    background-repeat: no-repeat;
	background-image: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/asterix.png');
	display: inline-block;
}

.woocommerce-category-products-header {
	margin-top: 40px;
}

.woocommerce-category-products-header  .page-title {
	color: #99D214;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 32px;
	font-family: "Lato";
	margin-bottom: 0;
}

.custom-category-header .dj_title_block {
	font-size: 26px;
    line-height: 1.5;
	color: #8e8e8e;
    font-size: 28px;
    padding-left: 52px;
    position: relative;
    margin: 22px 0;
}

.text-with-star .p-font .elementor-heading-title {
	position: relative;
}

.custom-category-header .dj_title_block:before,
.text-with-star .p-font .elementor-heading-title:after {
	position: absolute;
    content: '';
    left: 0;
    width: 47px;
    height: 38px;
	background-size: 100%;
    background-repeat: no-repeat;
	background-image: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/05/asterix.png');
	display: inline-block;
}

.text-with-star .p-font .elementor-heading-title:after {
	right: -30px;
	left: unset;
    top: -15px;
    width: 25px;
	height: 25px;
}

.custom-category-header .term-description {
	color: #8f8f8f;
	font-size: 14px;
	font-family: "Lato";
	margin-bottom: 35px;
}


.woocommerce-Tabs-panel .wb_cptb_content a {
	color: #005c9e !important;
}

.new-products .products .product {
	position: relative;
}

.new-products .products li.product:after {
	content: "NEW";
	display: inline-block;
    width: 50px;
    height: 20px;
    background-color: transparent !important;
    background-position: right;
	background-image: url("https://desjoyaux-sud.ma/wp-content/uploads/2025/06/ruban-new.png");
    background-repeat: no-repeat;
	top: 0.6em !important;
	left: 0;
	position: absolute;
	font-size: 0.8em;
	color: #fff;
	padding-left: 5px;
}

.sticky-contact {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: sans-serif;
  z-index: 97;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}

.sticky-contact .contact-phone {
  background-color: #122b40;
  color: #fff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sticky-contact .contact-cta {
  background-color: #68a4ce;
  color: #fff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.sticky-contact .phone-icon,
.sticky-contact .cta-icon,
.sticky-contact .address-icon {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.sticky-contact .phone-icon {
	background-image: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/06/phone-solid-1.svg');
}

.sticky-contact .cta-icon {
	background-image: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/06/envelope-solid-1.svg');
}

.sticky-contact .address-icon {
	background-image: url('https://desjoyaux-sud.ma/wp-content/uploads/2025/06/map-location-dot-solid-1.svg');
}

.sticky-contact .phone-number a {
	color: #fff;
}

.type-product .onsale {
	display: none;
}


.tnp.tnp-subscription form {
	display: flex;
	gap: 10px;
}

.elementor-element-add7fa7 .product .woocommerce-Price-amount {
	font-size: 23px !important;
}

/*  MEDIAS  */
@media screen and (min-width: 1280px) {
	.accordion-item__link-title {
		width: auto;
	}
}

@media screen and  (max-width: 1024px) {
	/* Styles for screens 1024px wide and smaller */
	.why-choose .pp-slider-arrow.elementor-swiper-button-prev {
		left: 38%;
	}

	.why-choose .pp-slider-arrow.elementor-swiper-button-next {
		right: 38%;
	}
	.category-posts-list .pp-post-thumbnail {
		width: 100%;
    	margin-bottom: 0 !important;
	}
	
	.category-posts-list .pp-post-wrap .pp-grid-item {
		flex-direction: column;
		gap: 10px;
	}
	.confort-posts-list .pp-post.pp-grid-item {
		flex-direction: column !important;
	}
	.confort-posts-list .pp-post-content-wrap {
		width: 100%
	}
	
	.our-achivment .pp-slider-arrow.elementor-swiper-button-prev {
		top: -11%;
		left: 77%;
	}
	.our-achivment .pp-slider-arrow.elementor-swiper-button-next {
		top: -11%;
	}
	
	.grid-layout {
		display: flex;
    	flex-direction: column;
	}
	
	.accordion-item__link-title {
		width: 100%;
	}
	
	.flex-image {
		height: 50vh;
		width: 100%;
	}
	
	.flex-image img {
		width: 100%;
		height: 100% !important;
		object-fit: cover
	}
	
	.why-choose .pp-slider-arrow {
    	top: 160%;
	}
	
	.mobile-menu #menu-header-mobile-menu-1 .premium-sub-menu .menu-item .premium-menu-link:active,
	.mobile-menu #menu-header-mobile-menu-1 .premium-sub-menu .menu-item .premium-menu-link:hover,
	.mobile-menu #menu-header-mobile-menu-1 .premium-sub-menu .menu-item .premium-menu-link:focus{
		background-color: transparent !important;
	}
	
	.reassurance .pp-list-items {
		justify-content: space-between !important;
	}
	
	.reassurance .pp-list-items .pp-icon-list-item {
		margin-right: 0!important;
		flex :0 0 20%;
	}
	
	.htbuilder-overlay-active .htbuilder-overlay {
		z-index: 98;
	}
	.htbuilder-mobile-menu-area {
		left: 0;
	}
	.htbuilder-mobile-close {
		right: -40px;
		left: unset;
	}
	.categories-list #menu-5e95c1e>li {
		position: relative;
	}
	
	.categories-list #menu-5e95c1e ul.sub-menu {
		border-top: unset;
		width: unset;
		display: inherit;
		padding: 10px;
	}
	.categories-list #menu-5e95c1e li>ul.sub-menu:before {
		content: '';
	}
	.htbuilder-mobile-menu ul li a {
		padding: 3px 10px;
	}
	.categories-list #menu-5e95c1e >li>ul.sub-menu>li:before {
		left: -10px;
    	top: 10px;
	}
	
	.woocommerce ul.products {
		gap: 1%;
	}
	
	.related .products li.product .img-wrapper, .sale-products-list .products li.product .img-wrapper {
		height: auto;
	}
	.shop-banner .elementor-swiper-button {
		padding:5px;
	}
}



@media screen and  (max-width: 767px) {
  /* Styles for screens 767px wide and smaller */
	.footer .hfe-nav-menu {
		flex-direction: column;
	}
	.why-choose .pp-slider-arrow.elementor-swiper-button-prev {
		left: 28%
	}

	.why-choose .pp-slider-arrow.elementor-swiper-button-next {
		right: 28%
	}
	.header-inner-menu .mega-menu-item>.mega-sub-menu {
		width: unset !important; 
		height: unset !important;
		top: unset !important;
		left: unset !important;
		position: unset !important;
		padding-bottom: unset !important;
	}
	
	.our-achivment .pp-slider-arrow.elementor-swiper-button-prev {
		left: 27%;
    	top: -10%;
	}
	.our-achivment .pp-slider-arrow.elementor-swiper-button-next {
		right: 27%;
		top: -10%;
	}
	
	#hero-video .elementor-video{
		height: 600px;
	}
	
	#main-header.scrolled {
		background-color: transparent !important;
	}
	
	#mobile-menu-container {
		position: fixed;
		background-color: #fff;
	}
	
	#main-header>.e-con-inner {
		display: none;
	}
	
	#mobile-menu-container .premium-mobile-menu-container .premium-active-menu .premium-active-menu {
		border-top: none;
		padding: 0;
    	margin-top: 0;
	}
	
	.grid-layout {
		padding-right: 0;
	}
	
	.why-choose .pp-slider-arrow {
		top: 160%;
	}
	.reassurance .pp-list-items .pp-icon-list-item,
	.elementor-element-c2996a9 {
		border: none !important;
	}
	.sticky-contact {
		width: 260px;
	}
	
	.sticky-contact .phone-number,
	.sticky-contact .phone-number a,
	.woocommerce .woocommerce-ordering select,
	.woocommerce-result-count {
		font-size: 12px;
	}
	
	.best-selling-products .products {
		flex-wrap: wrap;
		gap: 0 !important;
	}
	
	.best-selling-products .products li.product .price-btn-wrapper {
		position: inherit;
		visibility: visible
	}
	
	.best-selling-products .products li.product {
		margin-bottom: 15px !important;
	}
	
	.custom-category-header .dj_title_block {
		font-size: 20px;
	}
	.woocommerce-category-products-header .page-title {
		font-size: 26px;
	}
	
	.woocommerce div.product.type-product .product_title {
		font-size: 26px;
	}
}