/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.b2bking_has_color, table.b2bking_tiered_price_table tbody td.b2bking_has_color {
	color: #242424 !important;
}
.woocommerce-variation-add-to-cart {
	align-items: center;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
	border: 1px solid transparent;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
	border-color: var(--wd-primary-color);
}
/* Promo popup: Start */
.wd-popup.wd-promo-popup {
	background-image: unset;
	position: relative;
	z-index: 2;
}
.wd-popup.wd-promo-popup::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(https://medquick.com.tn/wp-content/uploads/2017/06/banner-img.png);
	background-repeat: no-repeat;
	width: 60%;
	height: 100%;
	background-size: cover;
	z-index: -1;
	opacity: 0.2;
}
.wd-popup.wd-promo-popup::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/medquick-banner-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.5;
    border-radius: 50px;
}

.wd-popup.wd-promo-popup  .wd-button-wrapper {
    text-align: left !important;
    margin-left: 0;
    --text-align: left !important;
}
.wd-popup.wd-promo-popup  .wd-button-wrapper .btn {
	border: 1px solid transparent;
}
.wd-popup.wd-promo-popup  .wd-button-wrapper .btn:hover {
	border-color: var(--wd-primary-color);
}
.wd-popup.wd-promo-popup .wd-image {
	position: absolute;
	top: -60px;
	left: 15px;
}
.wd-popup.wd-promo-popup .title-wrapper {
	margin-top: 60px;
}
.wd-popup.wd-promo-popup .wd-list {
    position: absolute;
    bottom: -60px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 30px);
    left: 15px;
	right: 15px;
}
.wd-popup.wd-promo-popup .wd-list li .wd-icon img {
filter: brightness(0) saturate(100%) invert(13%) sepia(1%) saturate(0%) hue-rotate(294deg) brightness(98%) contrast(97%); 
}
/* .wd-popup.wd-promo-popup .wd-list li .wd-list-content {
	color: #fff;
} */
.wd-popup.wd-promo-popup .wd-list li:hover .wd-list-content {
	color: var(--wd-primary-color);
}
/* Promo popup: End */

/* Pro popup: Start */
.pro-modal-overlay{
	position: fixed;
	top: 0;
	left: 0;
    z-index: 1103;
	width:100%;
	height: 100%;
    overflow:hidden;
    background:linear-gradient(180deg, rgba(0,0,0,0.92), rgba(0,0,0,0.92));
}
.pro-modal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 450px;
	background-color: #74c6f8;
}
.pro-modal::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/medquick-banner-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.5;
    border-radius: 50px;
}
.pro-modal .pro-modal__close {
    position: absolute;
    top: -50px;
    inset-inline-end: -15px;
    gap: 0;
    z-index: 1104;
    padding: 0;
    width: 50px;
    height: 50px;
    min-height: unset;
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 22;
    opacity: 1;
}
.pro-modal .pro-modal__content {
	height: 100%;
	padding: 60px;
	position: relative;
}
.pro-modal .pro-modal__content::before {
	content: "";
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	border: 3px solid #fff;
	z-index: -1;
	opacity: 0.3;
}
.pro-modal__logo {
	margin-bottom: 60px;
}
.pro-modal .pro-modal__content .pro-cta {
	border-radius: 35px;
	line-height: 1.2;
    cursor: pointer;
    transition: all .25s ease;
    color: #fff;
    border: 1px solid transparent;
    background-color: var(--wd-primary-color);
	padding: 5px 20px;
	min-height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all .25s ease;
	font-weight: 600;
}
.pro-modal .pro-modal__content .pro-cta:hover {
	border-color: var(--wd-primary-color);
	background-color: #fff;
	transform: translateY(-5px);
	color: #242424;
}
/* Pro Popup: End */


/* Assets: Start */
.scrollToTop.button-show {
	background-color: var(--wd-alternative-color);
	color: #fff;
	mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
	transition: all 0.5s ease-in-out;
}
.scrollToTop.button-show:hover {
	transform: translatey(-10px);
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}
.no-padding-top .wd-content-layout{
	padding-top: 0;
	padding-bottom: 0;
}
.wd-wpb {
	margin-bottom: 20px;
}
.btn-color-primary,  input[type="submit"] {
	background-color: var(--wd-primary-color);
	color: #fff;
	border: 1px solid transparent;
	border-radius: 35px;
	transition: all 0.3s;
}
.btn-shape-round, .btn-style-round {
	transition: all 0.3s;
}
.btn-shape-round:hover, .btn-style-round:hover {
		transform: translateY(-5px);	
}
.btn-color-primary:hover,  input[type="submit"]:hover {
	background-color: #fff;
	color: #242424;
	border-color: var(--wd-primary-color);
	transform: translateY(-5px);	
	box-shadow: unset;
}
.custom-title-section .title-subtitle {
	color: var(--wd-alternative-color) !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	padding: 10px 20px;
	background-color: rgba(224, 122, 95, 0.1);
	border-radius: 30px;
}
.custom-center-title-section {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.title-wrapper .title-after_title {
	font-size: 16px !important;
	line-height: 1.5 !important;
}
.wd-page-title  .wd-nav-product-cat {
	max-width: 1000px;
}
.wd-page-title  .wd-nav-product-cat .category-nav-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	padding-block: 20px;
	z-index: 1;
}
.wd-page-title  .wd-nav-product-cat .category-nav-link img {
	margin-right: 0;
	margin-bottom: 15px;
	filter: brightness(0) saturate(100%) invert(18%) sepia(10%) saturate(5196%) hue-rotate(188deg) brightness(106%) contrast(96%);
}
.wd-page-title  .wd-nav-product-cat .category-nav-link::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px; 
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
}
.wd-page-title  .wd-nav-product-cat .nav-link-summary  .nav-link-text {
	max-width: 195px;
}
.wd-page-title  .wd-nav-product-cat .nav-link-summary .nav-link-count {
	color: var(--wd-primary-color);
}
.product-label.onsale {
	background-color: #98cfe3 !important;
}
/* Style général de la scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f7f7f7;
}
::-webkit-scrollbar-thumb {
  background: #1a2f58;    
}
::-webkit-scrollbar-thumb:hover {
  background: #15294d;    
}

textarea {
	resize: none !important;
}

.custom-last-section {
	padding-bottom: 136px;
}
/* Assets: End */

/* Typography: Start */
h1 {
	font-size: 38px !important;
	line-height: 1 !important;
}
h2 {
	font-size: 30px !important;
	line-height: 1.1 !important;
}
h3 {
	font-size: 24px !important;
	line-height: 1.2 !important;
}
h4 {
	font-size: 22px !important;
	line-height: 1.3 !important;
}
h5 {
	font-size: 20px !important;
	line-height: 1.3 !important;
}
h6 {
	font-size: 18px !important;
	line-height: 1.3 !important;
}
p {
	line-height: 1.5;
}
/* Typography: End */

/* Header: Start */
.header-banner {
	position: relative;
	z-index: 2;
}
.header-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://imgur.com/y8hBlPF.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
	opacity: 0.1;
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(34%) hue-rotate(250deg) brightness(107%) contrast(108%);

}
.whb-top-bar a, .whb-top-bar p {
	color: #242424;
	font-size: 14px;
}
.whb-top-bar a:hover {
	color: var(--wd-primary-color);
}
.whb-top-bar .wd-nav-secondary>li>a {
		text-transform: none !important;
}
.wd-header-nav, .wd-header-nav  .wd-nav-secondary {
	height: 100%;
}
.wd-header-nav .wd-nav-main {
	height: 100%;
	align-items: center;
}
.wd-header-nav .wd-nav-main, .wd-header-nav  .wd-nav-secondary {
	gap: 15px !important;
}
.wd-header-nav  .wd-nav-secondary li:last-child {
	position: relative; 
	z-index: 1;
}

.wd-header-nav .wd-nav-secondary li:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 120%;
    height: 100%;
    background: #DAE8E3;
    z-index: -1;
    clip-path: polygon(10% 0%, 90% 0%, 80% 100%, 0% 100%);
}

.wd-header-nav .wd-nav-secondary li:last-child a {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    color: #242424 ;
}

.wd-header-nav .wd-nav-main > li > a:hover, .wd-header-secondary-nav .wd-nav-secondary > li > a:hover {
	color: var(--wd-primary-color);
}
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
	color: var(--wd-primary-color);
}
.whb-header-bottom .wd-header-cats {
	height: 100% !important;
}
.wd-dropdown-cats .wd-nav-vertical, .wd-dropdown-cats .wd-nav-vertical li .wd-dropdown-menu {
	background-color: #f7f7f7;
}
.wd-dropdown-cats .wd-nav-vertical li.custom-pro-category, body.b2bking_b2b_user .wd-dropdown-cats .wd-nav-vertical li.custom-client-category {
	display: none;
}
body.b2bking_b2b_user .wd-dropdown-cats .wd-nav-vertical li.custom-pro-category {
	display: block;
}
.wd-dropdown-cats .wd-nav-vertical li a {
/* 	line-height: 1; */
	padding: 16px 10px;

}
.wd-dropdown-cats .wd-nav-vertical li a img {
	width: 25px !important;
	max-height: unset !important;
	object-fit: cover;
}
.wd-dropdown-cats .wd-nav-vertical li a .nav-link-text {
	transition: all 0.5s ease;
}
.wd-dropdown-cats .wd-nav-vertical li a:hover .nav-link-text, .wd-dropdown-cats .wd-nav-vertical li .wd-dropdown-menu .wd-sub-menu li>a:hover {
	color: var(--wd-primary-color);
	margin-left: 5px;
}

.wd-dropdown-cats .wd-nav-vertical li .wd-dropdown-menu  {
	padding: 0;
}
.wd-dropdown-cats .wd-nav-vertical li .wd-dropdown-menu .wd-sub-menu li {
	border-bottom: 1px solid var(--brdcolor-gray-200);
}
.wd-header-cats.wd-style-1 .menu-opener:after {
	content: unset !important;
}
.wd-header-search-form  .searchform input[type="text"] {
	background-color: #f7f7f7;
	border: 1px solid var(--wd-alternative-color);
	border-radius: 30px;
	padding-inline-end: 65px !important;
}
.wd-header-search-form .searchform .wd-clear-search {
	inset-inline-end: 65px !important;
}
.wd-search-cat>a {
	display: none !important;
}
.wd-header-search-form  .searchform .searchsubmit {
	background-color: var(--wd-alternative-color);
	color: #fff;
	right: 10px;
	top: 5px;
	bottom: 5px; 
	width: calc(var(--wd-search-btn-w) - 10px);
	border-radius: 50%;
}
.whb-top-bar .wd-nav-secondary>li>a {
	color: #242424;
}
.wd-header-secondary-nav .wd-nav-secondary > li:not(:last-child):after {
	border-color: var(--wd-alternative-color) !important;
}
.wd-tools-element .wd-tools-text {
	text-transform: none !important;
	font-weight: 500 !important;
}
/* Header: End */

/* Header Dropdown: Start */
.wd-dropdown-menu {
/* 	background-color: #f7f7f7; */
}
.wd-dropdown-menu .vc_row-fluid.custom-blog-mega-menu > .wpb_column > .vc_column-inner > .wpb_wrapper {
	display: flex;
	align-items: flex-start;
}
.wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu {
	background-color: var(--wd-alternative-color) !important;
}
.wd-dropdown-menu .mega-menu-blog-categories.wd-sub-menu  {
	width: 30%;
	margin-bottom: 0;
}
.wd-dropdown-menu .vc_row-fluid.custom-blog-mega-menu .wpb_wrapper .wd-wpb:last-child {
	padding-left: 20px;
	width: 70%;
/* 	margin-bottom: 0; */
}
.wd-dropdown-menu .mega-menu-blog-categories.wd-sub-menu  > li:first-child > a {
	display: none;
}
.wd-dropdown-menu .mega-menu-blog-categories.wd-sub-menu .sub-sub-menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	gap: unset;
}
.wd-dropdown-menu .mega-menu-blog-categories.wd-sub-menu .sub-sub-menu li {
	width: calc(100% - 10px);
	margin-bottom: 25px;
}
.wd-dropdown-menu .mega-menu-blog-categories.wd-sub-menu .sub-sub-menu li:last-child {
	margin-bottom: 0;
}
.wd-dropdown-menu .mega-menu-blog-categories.wd-sub-menu .sub-sub-menu li a {
	padding: 0;
	color: #242424;
}

.wd-dropdown-menu .mega-menu-blog-categories.wd-sub-menu .sub-sub-menu li a:hover {
	color: var(--wd-primary-color);
}
.wd-dropdown-menu .mega-menu-blog-categories.wd-sub-menu .sub-sub-menu li a img {
	max-height: 30px !important;
	margin-right: 0;
/* 	margin-bottom: 10px; */
/* 	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(112deg) brightness(108%) contrast(106%); */
	display: none;
}
.wd-dropdown-menu .wd-carousel-wrap .wd-carousel-item .wd-post .wd-post-content {
	padding: 10px;
	border: 1px solid #f7f7f7;
}
.wd-dropdown-menu .wd-carousel-wrap .wd-carousel-item .wd-post .wd-post-content  h3 {
	font-size: 20px !important;
	font-weight: 700;
}
/* .wd-dropdown-menu .woodmart-recent-posts li {
	align-items: center;
}
.wd-dropdown-menu .woodmart-recent-posts .recent-posts-thumbnail {
	border: 2px solid var(--wd-alternative-color);
}
.wd-dropdown-menu .woodmart-recent-posts .recent-posts-info a:hover {
	color: var(--wd-primary-color);
}
.wd-dropdown-menu .woodmart-recent-posts .widget-title {
	color: var(--wd-alternative-color);
} */
/* Header Dropdown: End */

/* Custom Subheader: Start */
.custom-subheader, .wd-page-title.page-title {
	background-image: linear-gradient(45deg, rgba(90, 161, 227, 0.22), rgb(255, 255, 255) 60%);
	background-image: linear-gradient(45deg, rgba(255, 255, 255), rgb(90, 161, 227, 0.22) 60%);
	position: relative;
	z-index: 1;
}
.custom-subheader::before, .wd-page-title.page-title::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	height: 100%;
	background-image: url(https://imgur.com/p8wF6fG.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.2;
	z-index: -1;
}
.custom-subheader::after, .wd-page-title.page-title::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 100%;
	background-image: url(https://imgur.com/Wuucpuq.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.2;
	z-index: -1;
}
.wd-breadcrumbs a {
	color: var(--wd-primary-color);
/* 		overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: color .4s; */
	transition: all .4s;
	display: inline-block;
	font-weight: 400 !important;
}
/* @keyframes eff24-move {
	30% {
		-webkit-transform: translate3d(0, -5px, 0) rotate(5deg);
		transform: translate3d(0, -5px, 0) rotate(5deg)
	}
	50% {
		-webkit-transform: translate3d(0, -3px, 0) rotate(-4deg);
		transform: translate3d(0, -3px, 0) rotate(-4deg)
	}
	80% {
		-webkit-transform: translate3d(0, 0, 0) rotate(-3deg);
		transform: translate3d(0, 0, 0) rotate(-3deg)
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
} */

.wd-breadcrumbs a:hover {
/* 	-webkit-animation-name: eff24-move;
	animation-name: eff24-move;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1 */
	transform: translatey(-5px);
}
.wd-breadcrumbs a:hover:before, .wd-breadcrumbs a:focus:before {
	max-width: 100%;
}
.wd-breadcrumbs .wd-last {
	color: #242424 !important;
	font-weight: 400 !important;
}
.custom-subheader .wd-text-block, .custom-subheader .title-wrapper {
	max-width: 800px !important;
	margin-left: auto;
	margin-right: auto;
}
/* Custom Subheader: End */

.health-tip-widget {
  display: flex;
  align-items: stretch;
  background: linear-gradient(135deg, #f5f9fc 0%, #e8f0fa 100%);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
	flex-wrap: wrap;
}

.health-tip-widget:hover {
  transform: translateY(-4px);
}

.htw-image {
  width: 100%;
  overflow: hidden;
	height: 250px;
}

.htw-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.htw-content {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.htw-content h3 {
  color: #1e386b;
  font-size: 1.3rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.htw-content p {
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.htw-link {
  color: #1e386b;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.htw-link:hover {
  color: var(--wd-primary-color);
}



/* Footer Copyright: Start */
.cmplz-cookiebanner.cmplz-show {
	padding-top: 40px !important;
	border-radius: unset !important;
}
.cmplz-cookiebanner.cmplz-show::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: var(--wd-alternative-color);
    -webkit-mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/curved-border.png);
    mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/curved-border.png);
    -webkit-mask-size: contain;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transform: rotate(180deg);
    z-index: -1;
}
.cmplz-cookiebanner.cmplz-show::after {
	content: url(https://imgur.com/I28dNns.png);
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	filter: brightness(0) saturate(100%) invert(17%) sepia(27%) saturate(2525%) hue-rotate(193deg) brightness(100%) contrast(94%);
}
.cmplz-cookiebanner .cmplz-header {
	display: none !important;
}
.cmplz-cookiebanner .cmplz-body {
	margin-top: 20px;
}
.copyright-bloc{
	  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
	color: #fff;
    transition: color 0.3s ease 0s;
}
.copyright-bloc .copyright-nav{
    margin: 0;
    padding: 0;
    text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.copyright-bloc .copyright-nav .list-item{
    display: inline-block;
    margin: 0 5px 0 0;
}
.copyright-bloc .copyright-nav .list-item:last-child{
  margin-right: 0;
}
.copyright-bloc .copyright-nav .list-item::after{
    content: "|";
    margin: 0 0 0 5px;
}
.copyright-bloc .copyright-nav .list-item.company-item .company-name{
	text-transform: uppercase;
    font-weight: 900 !important;
}
.copyright-bloc .copyright-nav .list-item .item-link{
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s;
	color: #fff;
}
.copyright-bloc .copyright-nav .list-item .item-link:hover {
	color: var(--wd-primary-color);
}
.copyright-bloc .agency-logo{
	  display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.copyright-bloc .agency-logo::before{
    content: 'Développé par';
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
.copyright-bloc .agency-logo .logo-link{
    display: inline-block;
    width: 135px;
    margin: 0;
    text-decoration: none;
}
.copyright-bloc .agency-logo .logo-img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.copyright-bloc .agency-logo.inverted .logo-img{
	  filter: invert(1);
}

.wd-copyrights {
	position: relative;
	overflow: visible;
	border-top: none !important;
	padding-block: 0 !important;
	background-color: rgb(26 47 88);
}

.wd-copyrights .wd-col-start {
	padding-top: 10px;
	padding-bottom: 10px;
/* 	border-top: 1px dashed #fff; */
	position: relative;
}
.wd-copyrights .wd-col-start::before {
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
	width: 100%;
	height: 15px;
	background-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/shape-footer-3.png);
	background-repeat: repeat;
	background-size: contain;
	display: none;
}
/* Footer Copyright: End */

/* Footer: Start */
.wd-footer, .main-footer {
	position: relative;
	z-index: 2;
}
.wd-footer {
	oveflow-y: visible;
}
.wd-footer::before {
	content: "";
	position: absolute;
	top: -136px;
	left: 0;
	width: 100%;
	height: 136px;
	background-color: var(--wd-alternative-color);
	    -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/curved-border.png');
    mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/curved-border.png');
    -webkit-mask-size: contain;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
	
}
.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc((1220px - 100vw) / 2);
    width: 40%;
    height: 100%;
    background-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/shape-footer-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
	z-index: -1;
}

.main-footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc((1220px - 100vw) / 2);
    width: 20%;
    height: 100%;
    background-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/shape-footer-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
	z-index: -1;

} 
 .footer-column a {
	color: #fff;
} 
.footer-column a:hover {
	color: var(--wd-primary-color);
}
.footer-column .widget-title {
	color: #fff;
	position: relative;
}
.footer-column .widget-title::before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 3px;
	width: 50%;
	background-color: var(--wd-primary-color);
}
#menu-informations-de-contact > li {
	position: relative;
	padding-left: 34px;
}
#menu-informations-de-contact > li:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/marque-demplacement.png);
	background-position: center;
	background-size: cover;
	filter: brightness(0) saturate(100%) invert(57%) sepia(43%) saturate(600%) hue-rotate(325deg) brightness(91%) contrast(93%);
}
#menu-informations-de-contact > li:nth-child(2)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	width: 20px;
	height: 20px;
	background-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/email.png);
	background-position: center;
	background-size: cover;
	filter: brightness(0) saturate(100%) invert(57%) sepia(43%) saturate(600%) hue-rotate(325deg) brightness(91%) contrast(93%);
}
#menu-informations-de-contact > li:nth-child(3)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	width: 20px;
	height: 20px;
	background-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/telephone.png);
	background-position: center;
	background-size: cover;
	filter: brightness(0) saturate(100%) invert(57%) sepia(43%) saturate(600%) hue-rotate(325deg) brightness(91%) contrast(93%);
}

#menu-informations-de-contact > li:last-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	width: 20px;
	height: 20px;
	background-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/facebook-1.png);
	background-position: center;
	background-size: cover;
	filter: brightness(0) saturate(100%) invert(57%) sepia(43%) saturate(600%) hue-rotate(325deg) brightness(91%) contrast(93%);
}

.footer-column:first-child .wd-text-block {
	margin-bottom: 0 !important;
} 
.footer-column:nth-child(2) .wd-widget  {
	padding-left: 35px;
}
.footer-column:nth-child(2) .wd-widget ul li, .footer-column:nth-child(3) .wd-widget ul li {
	position: relative;
	padding-left: 15px;
}
.footer-column:nth-child(2) .wd-widget ul li::before, .footer-column:nth-child(3) .wd-widget ul li::before {
	content: "\00bb	";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: var(--wd-primary-color);
}
.footer-column:nth-child(3) .wd-widget  {
	padding-left: 20px;
}
.footer-column:nth-child(3) .wd-widget ul.menu  li:nth-child(n+7) {
  display: none;
}
.footer-column:nth-child(3) .wd-widget ul.menu li:nth-child(6) {
  margin-bottom: 0;
}

.footer-column .wd-widget ul li a {
	transition: all 0.5s ease ;
}
.footer-column .wd-widget ul li:hover a {
	margin-left: 5px;
}
#menu-footer-menu-useful-links .menu-item.current_page_item > a {
	color: var(--wd-primary-color);
}
/* Footer: End */

/* Slider Styles: Start */
/* .main-slider {
	display: block;
}
.b2b-slider {
	display: none;
}
body.b2bking_b2b_user .main-slider {
	display: none;
}
body.b2bking_b2b_user .b2b-slider {
	display: block;
} */
.pharmacie-slider {
	position: relative;
}
/* .container, .container-fluid {
	max-width: 1360px !important;
} */
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
    pointer-events: none; 
	opacity: 0.2;
}

#slider-376 .wd-slide.wd-carousel-item{
	padding-left: 260px;
}
.pharmacie-slider .right-col .promo-banner-wrapper:first-child .wrapper-content-banner .banner-btn-wrapper a {
	color: #242424;
	border-color: #242424;
}
.pharmacie-slider .right-col .promo-banner-wrapper .wrapper-content-banner h3 {
	font-size: 18px !important;
}
.b2b-slider .wd-slide-bg {
  background-image: linear-gradient(to right top, #f1f1f1 0%, #d9eef9 10%, #ffffff 90%, #c2d8f7 100% )
}
.b2b-slider .wd-carousel-item {
	position: relative;
}
.b2b-slider .wd-carousel-item::before  {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://imgur.com/woO7mE2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    opacity: 0.5;
}
.b2b-slider .wd-carousel-item > .wd-slide-container {
	justify-content: center !important;
}
.custom-slide-row .left-col {
	width: 60%;
}
.custom-slide-row .right-col {
	width: 40%;
}
.custom-slide-row .left-col h2 {
	font-size: 38px !important;
	line-height: 1 !important;
}
.custom-slide-row .left-col .custom-title-section .title-subtitle {
	background-color: rgba(255,255,255,0.5);
}
.custom-slide-row .left-col .buttons-container .wpb_column  > .vc_column-inner {
	padding-left: 10px;
	padding-right: 10px;
}
.custom-slide-row .right-col .wd-image {
	margin-bottom: 0;
	width: 400px;
	height: 400px;
	position: relative;
}
.custom-slide-row .right-col .wd-image::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -2px;
    right: -2px;
    bottom: 0px;
    background-color: var(--wd-alternative-color);
    -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
}
.custom-slide-row .right-col > .vc_column-inner {
	justify-content: center !important;
}
.custom-slide-row .right-col .wd-image img {
	    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    -webkit-mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png);
    mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
/* Slider Styles: End */


/* Pag Accueil: Start */
body.home .wd-content-layout {
	padding-bottom: 0;
}
.section-02-home .wd-cats-element .products {
	display: flex;
	align-items: stretch;
	gap: 20px;
}
.section-02-home .wd-cats-element .products .wd-col  {
	width: calc((100% / 4) - 20px);
}
.section-02-home .wd-cats-element .category-grid-item .wd-cat-inner {
	height: unset;
	padding: 10px;
	box-shadow: none;
}
.section-02-home .wd-cats-element .category-grid-item .wd-cat-thumb {
	border-radius: 50%;
    background: #f9f9f9;
/*     padding: 20px; */
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
	margin-bottom: 20px;
}
.section-02-home .wd-cats-element .category-grid-item .wd-cat-thumb img {
	width: 50%;
	filter: brightness(0) saturate(100%) invert(6%) sepia(99%) saturate(7410%) hue-rotate(228deg) brightness(86%) contrast(107%);
}
.section-02-home .wd-cats-element .wd-cat .wd-cat-content {
	position: relative;
	bottom: unset;
	transform: unset;
	inset-inline: unset;
}
.section-02-home .wd-cats-element .wd-cat .wd-cat-content .wd-entities-title {
	position: relative;
}
.section-02-home .wd-cats-element .wd-cat .wd-cat-content .category-link{
	display: none !important;
}
.section-02-home .wd-cats-element .wd-cat .wd-entities-title, .section-02-home .wd-cats-element .wd-cat .wd-cat-count {
	text-align: center;
	width: 100%;
}
.section-02-home .custom-categories-row .custom-category-col .info-box-wrapper .wd-info-box {
	margin-bottom: 0;
}
.section-02-home .custom-categories-row .custom-category-col .info-box-wrapper .wd-info-box .info-box-title {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s;
}
.section-02-home .custom-categories-row .custom-category-col .box-icon-wrapper .info-box-icon {
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
position: relative;
	z-index: 2;
	overflow: visible;
}
.section-02-home .custom-categories-row .custom-category-col .box-icon-wrapper .info-box-icon img {
	  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
  mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: block;
	transition: 0.5s;
}
.section-02-home .custom-categories-row .custom-category-col .box-icon-wrapper .info-box-icon::before {
 content: "";
        position: absolute;
        top: -8px; 
        left: -2px; 
        right: -2px;
        bottom: 0px; 
        background-color: var(--wd-alternative-color); 
  -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
  mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
        z-index: -1; 
	transition: 0.5s;
}

.section-02-home .custom-categories-row .custom-category-col .box-icon-wrapper .info-box-icon::after{
 content: "";
        position: absolute;
        top: 0px; 
        left: 2px; 
        right: 2px;
        bottom: -10px; 
        background-color: var(--wd-alternative-color); 
  -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
  mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
        z-index: -1; 
	opacity:0.5;
}
.section-02-home .custom-categories-row .custom-category-col .info-box-wrapper:hover .info-box-icon::before {
	transform: translatey(-10px);
}
.section-02-home .custom-categories-row .custom-category-col .info-box-wrapper:hover .info-box-title  {
	color: var(--wd-alternative-color);	
}

.section-03-home .wd-tabs-header .wd-nav-tabs  .tab-label::after {
	background-color: var(--wd-alternative-color) !important;
}

/* .section-04-home .wd-slide-inner .wpb_column img {
	max-width: 250px;
}
 */
.custom-section-home {
	border-radius: 50px;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.custom-section-home::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://imgur.com/548wX43.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
	opacity: 0.3;
	border-radius: 50px;
}
.custom-section-home .right-col .product-wrapper .price {
	min-height: 66px;
}
.custom-section-home .right-col .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
	border-color: #fff;
	background-color: #fff;
}
.custom-section-home .right-col .wd-arrow-inner {
	color: #fff;
}

.section-05-home .left-col, .section-05-home .right-col {
	padding: 0;
}
.section-05-home .right-col .vc_column-inner {
	padding-top: 0;
	padding-bottom: 0;
}
.section-05-home .right-col .vc_column-inner > .wpb_wrapper {
	display: flex; 
	justify-content: center;
}
.section-05-home .right-col .wd-image {
	margin-bottom: 0;
	height: 450px;
	width: 450px;
	position: relative;
	z-index: 1;
}
.section-05-home .right-col .wd-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    -webkit-mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape-big-img.png);
    mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape-big-img.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.section-05-home .right-col .wd-image::before {
 content: "";
        position: absolute;
        top: -8px; 
        left: -2px; 
        right: -2px;
        bottom: 0px; 
        background-color: var(--wd-alternative-color); 
  -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape-big-img.png');
  mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape-big-img.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
        z-index: -1; 
	transition: 0.5s;
}

.section-05-home .right-col .wd-image::after{
 content: "";
        position: absolute;
        top: 0px; 
        left: 2px; 
        right: 2px;
        bottom: -10px; 
        background-color: var(--wd-alternative-color); 
  -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape-big-img.png');
  mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape-big-img.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
        z-index: -1; 
	opacity:0.5;
}

.section-05-home .right-col .wd-image:hover::before {
	transform: translatey(-10px);
}

/* .section-06-home {
	position: relative;
	background-image: linear-gradient(45deg, rgba(255, 255, 255), rgb(90, 161, 227, 0.22) 80%);
}
.section-06-home::before {
	content: "";
    position: absolute;
    top: 0;
    left: 5px;
    width: 200px;
    height: 100%;
    background-image: url(https://imgur.com/VFRnjgN.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
}
.section-06-home .vc_column-inner  > .wpb_wrapper {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.section-06-home .wd-cf7 {
	margin-bottom: 20px;
}
.section-06-home .wd-cf7 .newsletter-form br {
	display: none;
}

.section-06-home .wd-cf7 .newsletter-form .form-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}
.section-06-home .wd-cf7 .newsletter-form .form-row .form-col-12 {
	width: 100%;
}
.section-06-home .wd-cf7 .newsletter-form .form-row .form-col-6 {
	width: calc(50% - 10px);
}
.section-06-home .wd-cf7 .newsletter-form .form-row .form-col-6.col-submit {
	display: flex;
	justify-content: flex-end;
}
.section-06-home .wd-cf7 .newsletter-form .form-row .form-col-6.col-submit > p {
	margin-bottom: 0;
}
.section-06-home .wd-cf7 .newsletter-form .wpcf7-form-control-wrap.recaptcha {
	
}
.section-06-home .wd-cf7 .newsletter-form .wpcf7-form-control-wrap input[type='email'] {
	font-size: 16px;
}
 */

.section-newsletter {
	position: relative !important;
	z-index: 2;
	background-image: linear-gradient(45deg, rgba(255, 255, 255), #f7f7f7 80%);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.section-newsletter::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: var(--wd-alternative-color);
	z-index: -1;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
}
.section-newsletter:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    width: 200px;
    height: 100%;
    background-image: url(https://imgur.com/VFRnjgN.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotateX(90deg);
    transform: rotateY(180deg);
	z-index: -1;
}
.section-newsletter .left-col .wpb_wrapper {
	display: flex;
	align-items: center;
}
.section-newsletter .left-col .newsletter-image-1 {
	width: calc(100% / 2);
	position: relative;
}
.section-newsletter .left-col .newsletter-image-2{
	width: calc(100% / 3);
	margin-left: -60px;
	position: relative;
}
.section-newsletter .left-col .newsletter-image-3 {
	width: calc((100% / 3) - 50px);
	margin-left: -60px;
	position: relative;
}
.section-newsletter .left-col .wd-image {
	margin-bottom: 0;
}
.section-newsletter .left-col img {
	width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png);
    mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    display: block;
    transition: 0.5s;
}
.section-newsletter .left-col .newsletter-image-1::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -2px;
    right: -2px;
    bottom: 0px;
    background-color: #fff;
    mask-image: url("https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    z-index: -1;
    mask-position: center center;
    transition: 0.5s;
}
.section-newsletter .left-col .newsletter-image-2::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -2px;
    right: -2px;
    bottom: 0px;
    background-color: #fff;
    mask-image: url("https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    z-index: -1;
    mask-position: center center;
    transition: 0.5s;
}
.section-newsletter .left-col .newsletter-image-3::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -2px;
    right: -2px;
    bottom: 0px;
    background-color: #fff;
    mask-image: url("https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    z-index: -1;
    mask-position: center center;
    transition: 0.5s;
}
.section-newsletter .left-col .newsletter-image-1::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 2px;
    right: 2px;
    bottom: -22px;
    background-color: #f7f7f7;
    -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
    opacity: 0.5;
}
.section-newsletter .left-col .newsletter-image-2::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 2px;
    right: 2px;
    bottom: -22px;
    background-color: #f7f7f7;
    -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
    opacity: 0.5;
}
.section-newsletter .left-col .newsletter-image-3::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 2px;
    right: 2px;
    bottom: -10px;
    background-color: #f7f7f7;
    -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
    opacity: 0.5;
}
.section-newsletter .right-col  .vc_column-inner {
	padding-left: 50px;
	padding-top: 10px;
}
.section-newsletter .wd-cf7 {
	margin-bottom: 0;
}
.section-newsletter .wd-cf7 .newsletter-form br {
	display: none;
}

.section-newsletter .wd-cf7 .newsletter-form .form-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.section-newsletter .wd-cf7 .newsletter-form .form-row .form-col-12 {
	width: 100%;
}
.section-newsletter .wd-cf7 .newsletter-form .form-row .form-col-6 {
	width: calc(50% - 10px);
}
.section-newsletter .wd-cf7 .newsletter-form .form-row .form-col-6.col-submit {
	display: flex;
	justify-content: flex-end;
}
.section-newsletter .wd-cf7 .newsletter-form .form-row .form-col-6.col-submit > p {
	margin-bottom: 0;
}
.section-newsletter .wd-cf7 .newsletter-form .wpcf7-form-control-wrap.recaptcha iframe {
	transform: scale(0.75) translatex(-50px);
}
.section-newsletter .wd-cf7 .newsletter-form .wpcf7-form-control-wrap input[type='email'] {
	font-size: 16px;
	background-color: #fff;
	border-radius: 30px;
}
.section-07-home .wd-posts .wd-post .wd-post-inner {
	border: 1px solid #f1f1f1;
}
.section-07-home .wd-posts .wd-post .wd-post-content {
	background-color: #fff;
}
.section-07-home .wd-post-cat.wd-style-with-bg {
	margin-top: 0;
	display: none;
}
.section-07-home .wd-post .wd-post-meta {
	display: none;
}
.section-07-home .wd-post .wd-post-title {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.section-07-home .blog-design-masonry.wd-add-shadow .wd-post-inner {
	border-radius: 20px;
	overflow: hidden;
}

.section-08-home {
	padding-bottom: 40px !important;
}
.section-08-home .wpb_column  .vc_column-inner {
	margin-bottom: 0 !important;
}
.wd-content-layout {
	padding-bottom: 140px;
}

.custom-products-section .center-col .info-box-wrapper .info-box-content {
	border: none;
}
.custom-products-section .center-col .info-box-wrapper .info-btn-wrapper {
	position: static;
	transform: unset !important;
	margin: 0;
	opacity: 1;
	margin-inline: 0;
	magin-block: 0;
	margin-top: 10px;
	
}
.custom-products-section .center-col .info-box-wrapper .info-btn-wrapper a {
	color: var(--wd-alternative-color);
	border: none;
}
.custom-products-section .center-col .info-box-wrapper > .wd-info-box {
	background: #f7f7f7;
	background-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/section-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
}
.custom-products-section .product_list_widget>li {
	padding: 10px !important;
	border: 1px solid rgb(215 223 239) !important;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.04);
}
.custom-products-section .product_list_widget>li  .widget-product-info p.price {
	margin-bottom: 0;
}
/* Page Accueil: End */


/* Page Présentation: Start */
.section-01-about .left-col .wpb_wrapper {
	display: flex;
	align-items: center;
}
.section-01-about .left-col .about-image-1 {
	width: calc(100% / 2) !important;
	position: relative;
}
.section-01-about .left-col .about-image-2{
	width: calc(100% / 3) !important;
	margin-left: -60px;
	position: relative;
}
.section-01-about .left-col .about-image-3 {
	width: calc((100% / 3) - 50px) !important;
	margin-left: -60px;
	position: relative;
}
.section-01-about .left-col .wd-image {
	margin-bottom: 0;
	z-index: 2;
}
.section-01-about .left-col img {
	width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png);
    mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    display: block;
    transition: 0.5s;
}
.section-01-about .left-col .about-image-1::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -2px;
    right: -2px;
    bottom: 0px;
    background-color: var(--wd-alternative-color);
	-webkit-mask-image: url("https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png");
    mask-image: url("https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png");
	-webkit-mask-size: contain;
    mask-size: contain;
	-webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1;
	-webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s;
}
.section-01-about .left-col .about-image-2::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -2px;
    right: -2px;
    bottom: 0px;
    background-color: var(--wd-alternative-color);
	-webkit-mask-image: url("https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png");
    mask-image: url("https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png");
	-webkit-mask-size: contain;
    mask-size: contain;
	-webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1;
	-webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s;
}
.section-01-about .left-col .about-image-3::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -2px;
    right: -2px;
    bottom: 0px;
    background-color: var(--wd-alternative-color);
	-webkit-mask-image: url("https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png");
    mask-image: url("https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png");
	-webkit-mask-size: contain;
    mask-size: contain;
	-webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: -1;
	-webkit-mask-position: center;
    mask-position: center;
    transition: 0.5s;
}
.section-01-about .left-col .about-image-1::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 2px;
    right: 2px;
    bottom: -22px;
    background-color: #f7f7f7;
    -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
    opacity: 0.5;
}
.section-01-about .left-col .about-image-2::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 2px;
    right: 2px;
    bottom: -22px;
    background-color: #f7f7f7;
    -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
    opacity: 0.5;
}
.section-01-about .left-col .about-image-3::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 2px;
    right: 2px;
    bottom: -10px;
    background-color: #f7f7f7;
    -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
    opacity: 0.5;
}
.section-01-about .right-col {
	margin-left: 0 !important;
}

.section-02-about {
/* 	background-color: rgb(30 56 107 / 33%) !important; */
    overflow: visible !important;
    position: relative !important;
   	z-index: 2;
}
.section-02-about::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-color: #f7f7f7;
	z-index: -1;
}
.section-02-about::before {
    content: "";
    position: absolute;
	top: 280px;
    left: 0;
    width: 100%;
    height: 136px;
    background-color: #f7f7f7;
    -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/curved-border.png');
    mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/curved-border.png');
    -webkit-mask-size: contain;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
	transform: rotate(180deg);
	z-index: -1;
}
.sub-section-02-about {
	margin-bottom: 60px;
}
.sub-section-02-about .wpb_column {
	padding: 0 20px !important;
	
}
.sub-section-02-about .wpb_column .vc_column-inner {
	padding: 20px;
	background-image: linear-gradient(131.5deg, #EAEAEA 25.92%, #FFFFFF 71.18%);
	box-shadow: -7px -7px 25px #FFFFFF, 7px 7px 15px rgba(0, 0, 0, 0.15);
}
.sub-section-02-about .wd-info-box {
	margin-bottom: 0;
}

.sub-section-02-about .wd-info-box .info-box-icon {
	background-color: var(--wd-alternative-color);
	    -webkit-mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png);
    mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
	padding: 20px;
}
.sub-section-02-about .wd-info-box .info-box-icon  img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7431%) hue-rotate(301deg) brightness(103%) contrast(101%);
}
.section-03-about {
	border-radius: 50px;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	margin-bottom: 40px;
}
.section-03-about::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://imgur.com/548wX43.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
	opacity: 0.3;
	border-radius: 50px;
}
.section-03-about .custom-title-section .title-subtitle {
	background-color: rgba(255,255,255,0.5);
	color: var(--wd-alternative-color);
}
.section-03-about .left-col {
	width: 30%;
}
.section-03-about .right-col {
	width: 70%;
}
.section-03-about .left-col > .vc_column-inner {
	border-right: 1px solid #fff;
}
.section-03-about .right-col .woodmart-counter {
	margin-bottom: 0;
}
.section-03-about .right-col .woodmart-counter .counter-value {
	position: relative;
	display: inline-block;
	width: auto;
}
.section-03-about .right-col .col-counter-1 .counter-value::after, .section-03-about .right-col .col-counter-2 .counter-value::after, .section-03-about .right-col .col-counter-3 .counter-value::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translatey(-50%);
	color: #fff;
	
}
.section-03-about .right-col .col-counter-4 .counter-value::after {
	content: "%";
	position: absolute;
	top: 50%;
	right: -45px;
	transform: translatey(-50%);
	color: #fff;
}

.section-04-about .left-col ul > li {
	align-items: baseline;
}

.section-04-about .right-col .wd-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 500px;
	position: relative;
	z-index: 1;
}
.section-04-about .right-col .wd-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	    object-position: center;
    -webkit-mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/shape-images.png);
    mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/shape-images.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;

}
.section-04-about .right-col .wd-image::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -2px;
    right: -2px;
    bottom: 0px;
    background-color: var(--wd-alternative-color);
    -webkit-mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/shape-images.png);
    mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/shape-images.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
    transition: 0.5s;
}

.section-04-about .right-col .wd-image::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 2px;
    right: 2px;
    bottom: -10px;
    background-color: var(--wd-alternative-color);
    -webkit-mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/shape-images.png);
    mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/shape-images.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
    opacity: 0.5;
}

.section-temoignage-about {
	z-index: 2;
}
.section-temoignage-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: var(--wd-alternative-color);
    z-index: -1;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.section-temoignage-about::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    width: 200px;
    height: 100%;
    background-image: url(https://imgur.com/VFRnjgN.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotateX(90deg);
    transform: rotateY(180deg);
    z-index: -1;
}
.section-temoignage-about .custom-title-section .title-subtitle {
	background-color: rgba(255,255,255,0.5);
}
.section-temoignage-about .right-col .testimonials {
	padding: 0 30px;
}
.section-temoignage-about .right-col .testimonials  .wd-carousel {
	padding: 0;
}
/* Page Présentation: End */

/* Page Contact: Start */
.section-01-contact-page .vc_column-inner {
	padding: 0 !important
}
.section-01-contact-page iframe {
	width: 100%;
	margin-bottom: -8px;
}
.section-02-contact-page {
    /* background-color: rgb(30 56 107 / 33%) !important; */
    overflow: visible !important;
    position: relative !important;
    z-index: 2;
}
.section-02-contact-page::before {
    content: "";
    position: absolute;
    top: 380px;
    left: 0;
    width: 100%;
    height: 136px;
    background-color: #f7f7f7;
    -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/curved-border.png');
    mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/curved-border.png');
    -webkit-mask-size: contain;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transform: rotate(180deg);
    z-index: -1;
}
.section-02-contact-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: #f7f7f7;
    z-index: -1;
}
.section-02-contact-page .wpcf7 {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.1);
	border-radius: 10px;
}
.section-02-contact-page .main-contact-form .form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 20px !important;
}
.section-02-contact-page .main-contact-form .form-row .form-col-6 {
	width: calc(50% - 10px);
}
.section-02-contact-page .main-contact-form .form-row .form-col-12 {
	width: 100%;
}
.section-02-contact-page .main-contact-form .form-row .acceptance-text {
	font-size: 14px;
}
.section-02-contact-page .main-contact-form .form-row .acceptance-text a {
	color: var(--wd-alternative-color);
}
.section-02-contact-page .main-contact-form .form-row .acceptance-text a u {
	text-decoration: none;
}
.section-02-contact-page .main-contact-form .form-row .acceptance-text a:hover {
	color: var(--wd-primary-color);
}
.section-02-contact-page .main-contact-form .form-row p {
	margin-bottom: 0;
}
.section-02-contact-page .main-contact-form .form-row .submit-field {
	display: flex;
	justify-content: flex-end;
}
.section-02-contact-page .main-contact-form .form-row .submit-field input[type="submit"] {
	border-color: var(--wd-primary-color);
}
.section-02-contact-page .main-contact-form textarea, .section-02-contact-page .main-contact-form input, .section-02-contact-page .main-contact-form select {
/* 	border: 1px solid #002396; */
	font-size: 16px;
	background-color: #fff;
	border-radius: 30px;
}
.section-02-contact-page .main-contact-form .form-row .captcha-row iframe {
	transform: scale(0.75) translatex(-50px);
}

.section-03-contact  .box-icon-align-left {
	padding: 10px;
	background-color: #fff;
	border-radius: 50px;
	transition: all 0.5s ease;
	border: 1px solid var(--wd-alternative-color);
	margin-bottom: 0;
}
.section-03-contact .box-icon-align-left .info-box-content p {
	transition: all 0.5s ease;
}
.section-03-contact .box-icon-align-left:hover {
	background-color: var(--wd-alternative-color);
}
.section-03-contact .box-icon-align-left:hover .info-box-content p {
	color: var(--wd-primary-color);
}

/* Page Contact: End */


/* Shop page: Start */

.filter-widget {
	margin-bottom: 30px !important;
	padding: 10px !important;
	border: 1px solid #f7f7f7 !important;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.02);
	background-color: #fff;
}
.filter-widget .widget-title {
	color: #fff;
	font-size: 18px !important;
	background-color: var(--wd-alternative-color);
	padding: 5px;
}
/* .wd-product .product-wrapper {
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.02);
} */
.wd-product.wd-hover-buttons-on-hover .product-element-bottom {
	margin-bottom: 0 !important;
	transform: unset !important;
}
.wd-product.wd-hover-buttons-on-hover:not(:is(.quick-shop-shown,.wd-loading)):is(:hover,.wd-variation-active) .product-element-top {
	clip-path: none !important;
}
.wd-product.wd-hover-buttons-on-hover .wd-product-footer {
	opacity: 1 !important;
}
.wd-product .wd-product-footer .wd-add-btn  > a {
	border: 1px solid transparent;
}
.wd-product .wd-product-footer .wd-add-btn  > a:hover {
	border-color: var(--wd-primary-color);
}

.wd-product .wd-entities-title {
	font-size: 16px !important;
	color: var(--wd-alternative-color);
}
.wd-product .wd-product-footer {
	align-items: stretch;
	gap: 5px !important; 
}
.wd-product .wd-product-footer .wd-add-btn {
	width: calc(75% - 5px);
}
.wd-product .wd-product-footer .wd-add-btn .hidden-button {
	display: inline-flex !important;
}
.wd-product .wd-product-footer .wd-action-buttons {
	width: calc(25% - 5px);
	display: flex;
	justify-content: flex-end;
}
.wd-product .wd-product-footer .wd-action-buttons .wd-action-btn {
	--wd-action-icon-size: 16px;
}
.wd-product .wd-product-footer .wd-action-buttons .wd-action-btn a {
	background-color: var(--wd-alternative-color);
	border-radius: 50%;
	width: 30px !important;
	height: 30px !important;
}

.wd-product .wd-product-footer .wd-action-buttons .wd-action-btn a {
	color: #fff;
}
/* Shop page: End */

/* Single product page: Start */
body.single-product .single-product-content .summary .shop_table {
	margin-top: 20px;
	border: 1px solid var(--wd-alternative-color);
}

body.single-product .single-product-content .summary .shop_table thead th {
	border: 1px solid #161616;
} 
body.single-product .single-product-content .summary .shop_table tbody td {
	border: 1px solid #161616;
}
/* Single product page: End */

/* Woocommerce Pages: Start */
body.woocommerce-page .wd-page-content.main-page-wrapper {
	background-color: #f7f7f7;
}
.woocommerce-my-account-wrapper {
	margin-inline: 0;
}
.wd-my-account-sidebar {
	background-color: #fff;
}
.woocommerce-MyAccount-navigation {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-title {
/* 	color : #fff; */
}
.woocommerce-MyAccount-navigation ul li a:hover {
	background-color: var(--wd-primary-color);
	color: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active>a {
	background-color: var(--wd-primary-color);
	color: #fff;
}
.woocommerce-MyAccount-content {
	flex: unset;
	background-color: #f1f1f1;
	margin-left: 20px;
	padding: 10px;
}
.shop_table tr :is(td,th):first-child {
	padding-inline-start: 10px;
}
.wd-my-account-links a {
	background-color: #fff;
}
.wd-my-account-links a:before {
	filter: brightness(0) saturate(100%) invert(32%) sepia(96%) saturate(1873%) hue-rotate(359deg) brightness(100%) contrast(98%);
}
/* Woocommerce Pages: End */

/* Woocommerce Cart Page: Start */
body.woocommerce-cart .cart-content-wrapper {
	align-items: stretch;
}
body.woocommerce-cart .cart-content-wrapper .woocommerce-cart-form {
	padding: 20px;
	background-color: #f1f1f1;
}
body.woocommerce-cart .cart-content-wrapper .cart_totals .cart-totals-inner {
	background-color: #fff;
	border: none;
	height: 100%;
}
.shop_table tr :is(td,th):last-child {
	padding-inline-end: 10px;
}
.wd-coupon-form .button, .cart-totals-inner .checkout-button {
	border: 1px solid transparent;
}
.wd-coupon-form .button:hover, .cart-totals-inner .checkout-button:hover {
	border: 1px solid var(--wd-primary-color);
}
div.quantity {
	--wd-form-height: 30px;
}
div.quantity input[type="number"] {
	border: 1px solid #242424;
}
div.quantity input[type="button"] {
	border-radius: 50%;
	border: 1px solid #242424;
}
div.quantity .btn.plus {
	margin-left: 5px;
}
div.quantity .btn.minus {
	margin-right: 5px;
}
/* Woocommerce Cart Page: End */

/* Checkout Page (Page commande): Start */
/* body.woocommerce-checkout .checkout  {
	gap: 0;
} */
body.woocommerce-checkout .checkout .customer-details {
	padding: 30px !important;
	background-color: #f1f1f1 !important;
}
body.woocommerce-checkout .checkout .checkout-order-review  {
	background-color: #fff !important;
}
body.woocommerce-checkout .checkout .customer-details .woocommerce-billing-fields {
	margin-top: 0;
}
body.woocommerce-checkout .checkout .customer-details .woocommerce-billing-fields h3,  body.woocommerce-checkout .checkout .checkout-order-review h3 {
	text-align: left !important;
}
body.woocommerce-checkout .checkout .customer-details  .woocommerce-billing-fields input, body.woocommerce-checkout .checkout .customer-details  .woocommerce-additional-fields textarea {
	background-color: #fff;
	border-radius: 30px;
}
body.woocommerce-checkout .checkout .checkout-order-review .woocommerce-checkout-payment .wc_payment_methods  {
	padding: 10px;
	background-color: #161616;
}
body.woocommerce-checkout .checkout .checkout-order-review .woocommerce-checkout-payment .wc_payment_methods label {
	color: #fff;
	font-weight: 600;
}
body.woocommerce-checkout .checkout .checkout-order-review .woocommerce-privacy-policy-text {
	font-size: 14px;
}
body.woocommerce-checkout .checkout .checkout-order-review .woocommerce-privacy-policy-text a {
	font-weight: 400 !important;
	color: var(--wd-alternative-color);
	display: inline-block;
}
body.woocommerce-checkout .checkout .checkout-order-review .woocommerce-privacy-policy-text a:hover {
	color: var(--wd-primary-color);
}
#place_order {
	border: 1px solid transparent;
}
#place_order:hover {
	border-color: var(--wd-primary-color);
}
body.b2bking_b2b_user.woocommerce-checkout .checkout #billing_demande_facture_field {
	display: none;
}
/* Checkout Page (Page commande): End */

/* Order Page (Page commandes): Start */
body.woocommerce-orders .woocommerce-MyAccount-content table {
	margin-bottom: 0;
}
body.woocommerce-orders .woocommerce-MyAccount-content table thead {
	background-color: var(--wd-alternative-color);
}
body.woocommerce-orders .woocommerce-MyAccount-content table thead th {
	color: #fff;
	text-align: center;
}

.woocommerce-orders-table {
	border-collapse: collapse;
}
.woocommerce-orders-table tbody th, .woocommerce-orders-table tbody td {
	border: 1px solid #fff;
}
/* .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
} */
.woocommerce-orders-table tbody td {
	padding-top: 20px;
}
.order-again {
	margin: 0;
}
.woocommerce-pagination--without-numbers {
	margin-top: 10px;
}
.woocommerce-orders-table .woocommerce-button.button {
	border-radius: 0;
	background-color: var(--wd-alternative-color) !important;
	margin-bottom: 5px;
}
.woocommerce-orders-table .woocommerce-button.button:hover {
	color: var(--wd-primary-color);
}
/* .woocommerce-orders-table .woocommerce-button.button.view,
.woocommerce-orders-table .woocommerce-button.button.pay,
.woocommerce-orders-table .woocommerce-button.button.cancel,
.woocommerce-orders-table .woocommerce-button.button.invoice{

    font-size: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0 !important;
    border-radius: 50%;
    position: relative; 
}

.woocommerce-orders-table .woocommerce-button.button.view:before{
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f06e"; 
    font-size: 16px;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.woocommerce-orders-table .woocommerce-button.button.pay:before {
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f09d"; 
    font-size: 16px;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.woocommerce-orders-table .woocommerce-button.button.cancel:before {
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f00d"; 
    font-size: 16px;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
.woocommerce-orders-table .woocommerce-button.button.invoice::before {
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
   content: "\f15c";
    font-size: 16px;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
} */
/* Order Page (Page commandes): End */


/* Login/Register pages: Start */
.wd-registration-page {
	padding-top: 20px;
	padding-bottom: 20px;
}
#customer_login {
	gap: 20px !important;
	align-items: baseline;
	flex-direction: row-reverse;
}
.wd-register-tabs :is(.col-register,.col-login) {
	background-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 20px;
	width: calc(50% - 20px);
	flex: unset;
}
.wd-register-tabs .woocommerce-form input, .wd-register-tabs .woocommerce-form select {
	background-color: #fff;
	border-radius: 30px;
}
.col-register-text {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	width: calc(50% - 20px) !important;
	flex: unset;
	display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
	z-index: 2;
}
.col-register-text:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://imgur.com/548wX43.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50px;
}
.col-register-text .btn {
	background-color: var(--wd-primary-color);
	color: #fff;
	border: 1px solid transparent;
}
.col-register-text .btn:hover {
	background-color: #fff;
	color: #242424;
	border-color: var(--wd-primary-color);
}
.wd-register-tabs :is(.col-register,.col-login) .g-recaptcha {
	margin-bottom: 10px;
}
.wd-register-tabs :is(.col-register,.col-login) .woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}
.wd-register-tabs :is(.col-register,.col-login) .woocommerce-privacy-policy-text p {
	font-size: 14px;
}
.wd-register-tabs :is(.col-register,.col-login) .woocommerce-privacy-policy-text p a {
	color: var(--wd-alternative-color);
	display: inline-block;
}
.wd-register-tabs :is(.col-register,.col-login) .woocommerce-privacy-policy-text p a:hover {
	color: var(--wd-primary-color);
}
.wd-register-tabs :is(.col-register,.col-login) .button {
	border: 1px solid transparent;
}
.wd-register-tabs :is(.col-register,.col-login) .button:hover {
	border-color: var(--wd-primary-color);
}
/* Login/Register Pages: End */



/* Page Particulier / Professionnels: Start */

body.b2bking_logged_out .single-product-page  .summary .variations_form {
	display: none;
}
/* Page Particuliers / Professionnels: End */

/* Page Professionnels: Start */
.section-products-pro .wd-carousel-container  {
	margin-bottom: 0;
}
.section-products-pro .wd-carousel-container .wd-el-title {
	padding-bottom: 10px;
	position: relative;
}
.section-products-pro .wd-carousel-container .wd-el-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 1px;
	background-color: var(--wd-alternative-color);
}
/* Page Professionnels: End */

/* Page Particuliers: Start */
.section-01-particulier .title-wrapper  {
	margin-bottom: 0;
}
.section-01-particulier .vc_icon_element {
	margin-bottom: 20px;
}
.section-01-particulier .vc_icon_element  .vc_icon_element-inner {
	position: relative;
	z-index: 2;
	height: 100px;
	width: 100px;
}
.section-01-particulier .vc_icon_element  .vc_icon_element-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--wd-alternative-color);
    -webkit-mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png);
    mask-image: url(https://medquick.com.tn/wp-content/uploads/2025/10/losange-shape.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.section-01-particulier .vc_icon_element  .vc_icon_element-inner .vc_icon_element-icon:before {
	color: #fff;
}

.section-02-particulier .wd-tabs.tabs-design-simple .wd-nav-tabs li a {
	font-size: 24px;
	padding: 10px;
	transition: all 0.2s ease;
}
.section-02-particulier .wd-tabs.tabs-design-simple .wd-nav-tabs li:hover a {
	background-color: var(--wd-alternative-color);
	color: #fff;
}
.section-02-particulier .wd-tabs.tabs-design-simple .wd-nav-tabs li.wd-active a {
	background-color: var(--wd-alternative-color);
	color: #fff;
}
.section-03-particulier .left-col > .vc_column-inner, .section-03-particulier .right-col > .vc_column-inner {
	padding: 15px !important;
}

.section-03-particulier .left-col .vc_column-inner {
	background-color: #fff;
}
.section-03-particulier .left-col .title-wrapper .title, .section-03-particulier .right-col .title-wrapper .title {
	font-size: 20px !important;
}
.section-03-particulier .right-col .title-wrapper {
	display: flex;
}
.section-03-particulier .right-col .title-wrapper .liner-continer {
	width: 60%;
}

.section-03-particulier .right-col .title-wrapper .title-after_title  {
	width: 40%;
	display: flex;
	justify-content: flex-end;
    align-items: baseline;

}
.section-03-particulier .right-col .title-wrapper .title-after_title  a {
	padding: 5px 20px;
	background-color: var(--wd-primary-color);
	color: #fff;
	border-radius: 35px;
	font-weight: 600;
    font-size: 16px;
    min-height: 42px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid transparent;
}
.section-03-particulier .right-col .title-wrapper .title-after_title  a:hover {
	background-color: #fff;
    color: #242424;
    border-color: var(--wd-primary-color);
    transform: translateY(-5px);
    box-shadow: unset;
}
}
.custom-section-products .wpb_column > .vc_column-inner {
	padding: 15px !important;
}
.custom-section-products .left-col > .vc_column-inner {
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	background-image: url(https://medquick.com.tn/wp-content/uploads/2025/11/complements-alimentaires-cat.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2 !important;
}
body.client-professionnel .custom-section-products .left-col > .vc_column-inner  {
	background-image: url(https://medquick.com.tn/wp-content/uploads/2025/11/professionnel-de-la-sante.jpg);
}
.custom-section-products .left-col > .vc_column-inner::before {
	position: absolute;
	top: 0;
	left: 0;
	background-color:rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: -1;
}
.custom-section-products .left-col > .vc_column-inner > .wpb_wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.section-04-product {
	border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}
.section-04-product::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://imgur.com/548wX43.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.3;
    border-radius: 50px;
}
.section-04-product .wd-image img {
	width: 350px;
	height: auto;
}
.section-04-product .custom-title-section .title-subtitle {
    background-color: rgb(255, 255, 255);
}
/* Page Particuliers: End */



/* Pages Indispensables: Start */
.policy-section > .wpb_column  > .vc_column-inner {
	padding: 25px;
	background-color: #f7f7f7;
}
.policy-section :last-child {
	margin-bottom: 0;
}
.policy-section h3 {
	color: var(--wd-primary-color);
}
.policy-section a {
	color: var(--wd-alternative-color);
}
.policy-section a:hover {
	color: var(--wd-primary-color);
}
.policy-section #cmplz-document {
	font-size: 16px;
	max-width: 100%;
}
.policy-section #cmplz-document p, .policy-section #cmplz-document li {
	font-size: 16px;
}
.policy-section #cmplz-document  h2 {
	margin: 0 0 20px 0;
	padding: 0; 
}
.policy-section #cmplz-document .cmplz-subtitle {
	margin: 0 0 20px 0;
	padding: 0; 
	font-size: 24px;
	line-height: 1.2;
	color: var(--wd-primary-color);
}
.policy-section #cmplz-document h3 {
	color: var(--wd-title-color);
	font-size: 18px !important;
}
.policy-section #cmplz-document h4 {
	font-size: 16px !important;
}
.policy-section #cmplz-document a {
	text-decoration: none;
}
.policy-section #cmplz-document #cmplz-cookies-overview {
	margin-bottom: 30px;
}
.policy-section #cmplz-document .cmplz-categories {
	margin-top: 0;
	margin-bottom: 20px;
}
/* Pages Indispensables: End */

/* Blog, Archive, Search Pages: Start */
.sidebar-right .wd-widget {
	padding: 10px;
	border-bottom: none;
	background-color: #fff;
	border: 1px solid #f1f1f1;
}
.sidebar-right .wd-widget.widget_search input[type="text"] {
	background-color: #fff;
	border-radius: 30px;
	border-color: var(--wd-alternative-color);
}
.sidebar-right .wd-widget.widget_search .searchsubmit {
	    background-color: var(--wd-alternative-color);
    color: #fff;
    right: 10px;
    top: 5px;
    bottom: 5px;
    width: calc(var(--wd-search-btn-w) - 10px);
    border-radius: 50%;
}
.sidebar-right .wd-widget.widget_categories ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
/* 	font-size: 12px; */
	padding-left: 10px;
	position: relative;
}
.sidebar-right .wd-widget.widget_categories ul li a {
	color: #242424;
	display: inline-block;
	font-size: 16px;
}
.sidebar-right .wd-widget.widget_categories ul li:hover a{
	color: var(--wd-primary-color);
} 
.sidebar-right .wd-widget .widget-title {
	padding: 5px;
	color: var(--wd-title-color);
	position: relative;
	z-index: 1;
}
.sidebar-right .wd-widget.widget_recent_entries ul li {
	font-size: 14px;
	padding-left: 10px;
	position: relative;
}
.sidebar-right .wd-widget.widget_recent_entries ul li a {
	font-size: 16px;
	display: inline-block;
}
.sidebar-right .wd-widget.widget_recent_entries ul li:hover a {
	color: var(--wd-primary-color);
}
.sidebar-right .wd-widget .widget-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40%;
	height: 2px;
	background-color: var(--wd-primary-color);
	z-index: 0;
}
.sidebar-right .wd-widget .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #e9e9e9;
	z-index: -1;
}
.sidebar-right .wd-widget.widget_categories ul li::before, .sidebar-right .wd-widget.widget_recent_entries ul li:before {
    content: "»";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--wd-primary-color);
	font-size: 16px;
}
body.blog .wd-content-area .wd-posts, body.woodmart-archive-blog .wd-posts {
	row-gap: 20px !important;
}
body.blog .wd-content-area .wd-posts .wd-post .wd-post-content-inner .wd-post-meta, body.woodmart-archive-blog .wd-content-area .wd-posts .wd-post .wd-post-content-inner .wd-post-meta {
	display: none;
}
body.blog .wd-content-area .wd-posts .wd-post, body.woodmart-archive-blog  .wd-posts .wd-post {
	border: 1px solid #f1f1f1;
}
body.blog .wd-content-area .wd-posts .wd-post .wd-post-inner, body.woodmart-archive-blog  .wd-posts .wd-post .wd-post-inner{
	padding: 10px;
}

body.blog .wd-content-area .wd-posts .wd-post .wd-post-cat, body.woodmart-archive-blog .wd-content-area .wd-posts .wd-post .wd-post-cat {
	background-color: var(--wd-alternative-color);
	margin-top: 0;
	display: none;
}
.wd-post .wd-post-meta {
	display: none !important ;
}

.wd-single-post-header .wd-post-meta {
	display: none !important;
}
.wd-posts .wd-post  .wd-post-content .wd-post-read-more {
	display: none;
}
.post-single-page .wd-entry-content h2 {
	color: var(--wd-alternative-color);
}
/* Blog, Archive, Search Pages: End */


/* Faqs Page: Start */
.accordion-title {
	margin-bottom: 20px;
}
.accordion-title > .wpb_wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}
.accordion-title > .wpb_wrapper p {
	margin-bottom: 0;
}
.accordion-title > .wpb_wrapper img {
	width: 40px;
	filter: brightness(0) saturate(100%) invert(14%) sepia(51%) saturate(2765%) hue-rotate(208deg) brightness(87%) contrast(85%);
}
.accordion-title > .wpb_wrapper h3 {
	color: var(--wd-alternative-color);
}

.section-02-faqs .sub-section-02-faqs {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}
.section-02-faqs .sub-section-02-faqs::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 3px solid var(--wd-alternative-color);
}
.section-02-faqs .sub-section-02-faqs .right-col .wd-image {
	margin-bottom: 0;
}
.section-02-faqs .sub-section-02-faqs .right-col .wd-image img {
	width: 320px;
}
.section-02-faqs .sub-section-02-faqs .left-col .vc_column-inner {
	border-right: 1px solid var(--wd-alternative-color);
}
.section-02-faqs .sub-section-02-faqs .left-col .info-box-wrapper:last-child .wd-info-box  {
	margin-bottom: 0;
}
.section-02-faqs .sub-section-02-faqs .left-col .info-box-wrapper .wd-info-box  .info-box-icon img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(7500%) hue-rotate(179deg) brightness(121%) contrast(98%);
}
/* Faqs Page: End */

/* Page 404: Start */
.error404 .page-content img{
	width: 400px;
	margin-bottom: 20px;
	filter: brightness(0) saturate(100%) invert(15%) sepia(29%) saturate(3429%) hue-rotate(201deg) brightness(98%) contrast(89%);
}
/* Page 404: End */

/* Wishlist page: Start */
body.custom-wishlist-page .wd-page-content {
	background-color: #f7f7f7;
}
/* Wishlist page: End */

/* Contact Page 2: Start */
.section-01-contact-page .vc_column-inner {
	padding: 0 !important
}
.section-01-contact-page iframe {
	width: 100%;
	margin-bottom: -8px;
}
.section-02-contact-page {
    /* background-color: rgb(30 56 107 / 33%) !important; */
    overflow: visible !important;
    position: relative !important;
    z-index: 2;
}
.section-02-contact-page::before {
    content: "";
    position: absolute;
    top: 380px;
    left: 0;
    width: 100%;
    height: 136px;
    background-color: #f7f7f7;
    -webkit-mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/curved-border.png');
    mask-image: url('https://medquick.com.tn/wp-content/uploads/2025/10/curved-border.png');
    -webkit-mask-size: contain;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transform: rotate(180deg);
    z-index: -1;
}
.section-02-contact-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: #f7f7f7;
    z-index: -1;
}
.section-02-contact-page .wpcf7 {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 8px 4px rgba(0,0,0,0.1);
	border-radius: 10px;
}
.section-02-contact-page .main-contact-form .form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 20px !important;
}
.section-02-contact-page .main-contact-form .form-row .form-col-6 {
	width: calc(50% - 10px);
}
.section-02-contact-page .main-contact-form .form-row .form-col-12 {
	width: 100%;
}
.section-02-contact-page .main-contact-form .form-row .acceptance-text {
	font-size: 14px;
}
.section-02-contact-page .main-contact-form .form-row .acceptance-text a {
	color: var(--wd-alternative-color);
}
.section-02-contact-page .main-contact-form .form-row .acceptance-text a u {
	text-decoration: none;
}
.section-02-contact-page .main-contact-form .form-row .acceptance-text a:hover {
	color: var(--wd-primary-color);
}
.section-02-contact-page .main-contact-form .form-row p {
	margin-bottom: 0;
}
.section-02-contact-page .main-contact-form .form-row .submit-field {
	display: flex;
	justify-content: flex-end;
}
.section-02-contact-page .main-contact-form .form-row .submit-field input[type="submit"] {
	border-color: var(--wd-primary-color);
}
.section-02-contact-page .main-contact-form textarea, .section-02-contact-page .main-contact-form input, .section-01-contact .main-contact-form select {
/* 	border: 1px solid #002396; */
	font-size: 16px;
	background-color: #fff;
	border-radius: 30px;
}
.section-02-contact-page .main-contact-form .form-row .captcha-row iframe {
	transform: scale(0.75) translatex(-50px);
}
/* Contact Page 2: End */

/* --------------- Responsive Design --------------- */
@media (max-width: 1440px) {
	.custom-slide-row .right-col .wd-image {
		width: 300px;
		height: 300px;
	}
	.section-newsletter:after, .section-temoignage-about::after {
		opacity: 0.5;
	}
	.wd-footer::before {
		height: 95px;
		top: -95px;
	}
	.custom-last-section {
		padding-bottom: 95px;
	}
	/* Présentation */
	.section-02-about::before {
		height: 95px;
	}
}

@media (max-width: 1160px) {
	.wd-slider  .wd-slide  .wd-slide-inner {
		max-width: 820px !important;
	}
	.custom-slide-row .right-col .wd-image {
		width: 250px;
		height: 250px;
	}
	.wd-logo img[width]:not([src$=".svg"]) {
		max-width: 165px !important;
	}
	.wd-tools-element .wd-tools-text {
		font-size: 13px !important;
	}
	.wd-nav-main>li>a, .wd-nav-secondary>li>a {
		font-weight: 600 !important;
		font-size: 13px !important;
	}
}
@media (max-width: 1100px) {
	.wd-slider  .wd-slide  .wd-slide-inner {
		max-width: 780px !important;
	}
	.wd-logo img[width]:not([src$=".svg"]) {
		max-width: 140px !important;
	}
	.custom-products-section .center-col .info-box-wrapper .info-box-content {
		padding: 15px;
	}

}
@media (max-width: 1060px) {
	.wd-header-nav, .site-logo {
		padding-inline: 5px !important
	}
	.wd-slider  .wd-slide  .wd-slide-inner {
		max-width: 740px !important;
	}
	.copyright-bloc {
		font-size: 14px !important;
	}
}
@media (max-width: 1024px) {
	.wd-footer::before {
		height: 70px;
		top: -70px;
	}
	.custom-last-section {
		padding-bottom: 70px;
	}
	.wd-toolbar {
		bottom: 10px !important;
		left: 15px !important;
		right: 15px !important;
		border-radius: 30px;
		height: auto !important;
	}
	.wd-tools-element>a {
		padding: 3px !important;
		height: auto !important;
		flex-wrap: wrap;
	}
	.wd-tools-element .wd-tools-icon {
		padding: 8px;
		border-radius: 50%;
		background-color: var(--wd-alternative-color);
		color: #fff;
		margin-bottom: 5px;
	}
	.wd-tools-element .wd-tools-icon:before {
		font-size: 14px !important;
	}
	.wd-toolbar-label {
		position: static !important;
		width: 100%;
	}
	.wd-tools-element:hover>a {
		color: #fff !important;
	}
	.whb-general-header {
		background-color: var(--wd-alternative-color) !important;
	}
	.whb-general-header .wd-tools-element {
		--wd-header-el-color: #fff ;
	}
	.wd-slider  .wd-slide  .wd-slide-inner {
		max-width: unset !important;
	}
	.wd-slider-arrows {
		display: none !important;
	}
	.wd-slider  .wd-slide  .wd-slide-inner .custom-slide-row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-column:nth-child(2) .wd-widget, .footer-column:nth-child(3) .wd-widget {
		padding-left: 0;
	}
	.section-newsletter .right-col .vc_column-inner {
		padding-left: 15px;
	}
	
	/* Page présentation */
	.custom-subheader::before, .wd-page-title.page-title::before, .custom-subheader::after, .wd-page-title.page-title::after {
		width: 300px;
	}
	.section-01-about .left-col, .section-01-about .right-col {
		width: 50%;
	}
	.section-01-about .left-col {
		order: 1 !important;
	}
	.section-01-about .right-col {
		order: 2 !important;
	}
	.section-02-about::before {
		height: 70px;
	} 
	.section-03-about .right-col .wpb_column {
		width: 50%;
		margin-bottom: 10px;
	}
	.section-03-about .right-col .wpb_column:th-child(3), .section-03-about .right-col .wpb_column:nth-child(4) {
		margin-bottom: 0;
	}
	.section-04-about .right-col .wd-image {
		height: 350px;
	}
}
@media (max-width: 945px) {
	.copyright-bloc .agency-logo {
		width: 100%;
		margin-top: 5px;
	}
	.copyright-bloc .copyright-nav li:last-child::after {
		content: unset;
	}
	.section-newsletter .left-col .newsletter-image-3, .section-newsletter .left-col .newsletter-image-2 {
		margin-left: -40px;
	}
	.section-01-about .left-col .about-image-2, .section-01-about .left-col .about-image-3 {
		margin-left: -40px;
	}
	/* Page Présentation */
	.section-03-about .left-col {
		width: 40%;
	}
	.section-03-about .right-col {
		width: 60%;
	}
	.section-03-about .right-col .woodmart-counter {
		font-size: 32px;
	}
	.section-03-about .right-col .woodmart-counter .counter-label {
		font-size: 16px;
	}
	
}
@media (max-width: 768px) {
	.section-07-home .wd-posts {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-07-home .wd-posts  .wd-post .wd-post-img {
		height: 350px;
	}
	.section-07-home .wd-posts  .wd-post .wd-post-img img{
		height: 100%;
		object-fit: cover;
	} 
		.section-08-home .wpb_column:first-child {
		width: 65%;
	}
		.section-08-home .wpb_column:last-child {
		width: 35%;
	}
	/* Présentation */
	.section-01-about .left-col, .section-01-about .right-col {
    	width: 100%;
	}
	.section-01-about .left-col .wpb_wrapper {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.section-01-about .right-col .title-wrapper, .section-01-about .right-col .wd-text-block  {
		text-align: center;
	}
	.wd-my-account-sidebar {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.custom-slide-row .left-col .custom-slider-buttons  .wpb_column:first-child  {
		margin-bottom: 20px;
	}
	.custom-slide-row .right-col .wd-image {
		width: 200px;
		height: 200px;
	}
	.custom-last-section {
    	padding-bottom: 40px;
	} 
	.copyright-bloc .copyright-nav .list-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.footer-sidebar {
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
		grid-template-columns: auto;
	}
	.footer-sidebar .footer-column:first-child .wd-image {
		display: flex;
		justify-content: center;
	}
	.footer-sidebar .footer-column:first-child  .wd-text-block {
		text-align: center;
	}
	.footer-column:nth-child(2) .wd-widget, .footer-column:nth-child(3) .wd-widget, .footer-column:nth-child(4) .wd-widget {
		text-align: center;
	}
	.footer-column .widget-title::before {
		content: unset;
	}
	.footer-column:nth-child(2) .wd-widget ul li, .footer-column:nth-child(3) .wd-widget ul li {
		padding-left: 0;
	}
	.footer-column:nth-child(2) .wd-widget ul li::before, .footer-column:nth-child(3) .wd-widget ul li::before, #menu-informations-de-contact > li::before, .wd-footer::before{
		content: unset !important;
	}
	.copyright-bloc .copyright-nav .list-item::after {
		content: unset;
	}
	.copyright-bloc .copyright-nav .list-item:last-child {
		margin-bottom: 0;
	}
	.section-02-home .custom-categories-row  .custom-category-col {
		margin-bottom: 20px;
	}
	.section-02-home .custom-categories-row  .custom-category-col:last-child {
		margin-bottom: 0;
	}
	.custom-section-home {
		border-radius: 0;
	}
	.custom-section-home .left-col {
		margin-bottom: 20px;
	}
	.custom-section-home .left-col .title-wrapper {
		text-align: center;
	}
	.section-05-home .left-col .title-wrapper, .section-05-home .left-col .wd-text-block {
		text-align: center;
	}
	.section-05-home .left-col .wd-button-wrapper {
		width: 100%;
	}
	.section-newsletter .left-col {
		display: none;
	}
	.section-newsletter::before {
		display: none;
	}
	.section-08-home .wpb_column:first-child {
		width: 100%;
	}
	.section-08-home .wpb_column:last-child {
		width: 100%;
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-08-home .wpb_column:first-child .title-wrapper {
		text-align: center;
	}
	/* Présentation */
	.section-03-about {
		margin-bottom: 0;
		border-radius: 0;
		flex-wrap: wrap;
	}
	.section-03-about .left-col, .section-03-about .right-col {
		width: 100%;
	}
	.section-03-about .left-col .title-wrapper {
		text-align: center;
		margin-bottom: 20px !important;
	}
	.section-03-about .left-col > .vc_column-inner {
    	border-right: none;
	}
	.section-03-about .right-col .wpb_column {
    	width: 100%;
	} 
	.section-03-about .right-col .woodmart-counter.counter-large {
		font-size: 24px;
	}
	.section-03-about .right-col .col-counter-1 .counter-value::after, .section-03-about .right-col .col-counter-2 .counter-value::after, .section-03-about .right-col .col-counter-3 .counter-value::after {
		right: -20px;
	}
	.section-03-about .right-col .col-counter-4 .counter-value::after {
		right: -28px;
	}
	.sub-section-02-about .wpb_column:first-child {
		margin-bottom: 20px;
	}
	.section-02-about::before {
		content: unset;
	}
	.section-02-about::after {
		height: 100%;
	}
	.sub-section-02-about {
		margin-bottom: 0;
	}
	.section-temoignage-about::before {
		width: 100%;
		border-radius: 0;
	}
	.section-temoignage-about .left-col .title-wrapper {
		text-align: center;
		margin-bottom: 40px !important;
	}
	.section-temoignage-about .right-col .testimonial-content, .section-temoignage-about .right-col .testimonial-content footer {
		color: #fff;
	}
	.section-temoignage-about::after {
		opacity: 0.1;
	}
}
@media (max-width: 600px) {
	 .custom-slide-row .left-col {
		width: 100%;
	}
	.custom-slide-row .right-col {
		display: none !important;
	}
	.custom-slide-row .left-col .title-wrapper, .custom-slide-row .left-col .wd-text-block {
		text-align: center;
	}
	.custom-subheader::before, .wd-page-title.page-title::before {
		width: 100%;
	}
	.custom-subheader::after, .wd-page-title.page-title::after {
		content: unset;
	}
}

@media (max-width: 479px) {
	.sub-section-02-about .wd-info-box {
		flex-direction: column;
	}
}