/*
Theme Name: Hello Elementor Child
Theme URI: https://staging.mechanc.com
Template: hello-elementor
Author: Maxime PELLETIER
Author URI: https://staging.mechanc.com
Description: A Child theme of the Hello Theme. 
Version: 1.1.1706705906
Updated: 2024-01-31 12:58:26

*/

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url(//netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css);
/* @media (min-width: 1200px) {
	.wcpt-left-sidebar > .wcpt-item-row > div {
    	padding: 0 !important;
	}
	.wcpt-left-sidebar > .wcpt-item-row > div.wcpt-result-count {
		padding: 15px 12px !important;
	}
	.wcpt-left-sidebar {
		border: 1px solid #d9d9d9;
		margin-top: -55px;
	}
}
.wcpt-left-sidebar .wcpt-filter-heading {
	background-color: transparent;
	background-image: linear-gradient(180deg, var( --e-global-color-primary ) 0%, #29337E 100%);
	color: #fff;
	margin: 0 !important;
	padding: 10px 17px 10px;
}
.wcpt-left-sidebar .wcpt-filter-heading .wcpt-text,
.wcpt-left-sidebar .wcpt-dropdown-label {
	color: #fff;
	font-size: 24px;
}
.wcpt-left-sidebar > .wcpt-item-row > span.wcpt-text {
	font-size: 24px;
	font-weight: bold;
	padding: 5px 15px;
	background-color: #e9e9e9;
	display: block;
	margin: 0;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu {
	
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion {
	padding: 0;
	margin: 0;
}
.wcpt-left-sidebar .wcpt-filter > .wcpt-filter-heading > .wcpt-icon {
	display: none;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion label {
	display: flex;
	border-bottom: 1px solid #c9c9c9;
	align-items: center;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion.wcpt-filter-hierarchy-accordion--open label {
	border-bottom: 0;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion label a {
	display: block;
	flex: 1;
	padding: 15px 0;
	color: #4c4c4c;
}

.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-hr-child-terms-wrapper {
	border-bottom: 1px solid #c9c9c9;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 10px;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-hr-child-terms-wrapper .wcpt-nav-redirect-option {
	padding: 0;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-hr-child-terms-wrapper:last-child {
	border-bottom: 0;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion:nth-last-child(2) > label {
	border-bottom: 0 !important;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-hr-child-terms-wrapper .wcpt-nav-redirect-option a {
	display: block;
	padding: 8px 0;
	position: relative;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 20px;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-hr-child-terms-wrapper .wcpt-nav-redirect-option a::before {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	background-color: #b2b2b2;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: -10px;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-active a {
	color: #c36 !important;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-active a::before {
	background-color: #c36 !important;
} */

.wcpt-navigation.wcpt-left-sidebar {
	margin-top: 12px !important;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion label {
	display: flex;
	align-items: center;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion label a {
	display: block;
	flex: 1;
	padding: 10px 0;
	color: #4c4c4c;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion label .wcpt-icon,
.wcpt-left-sidebar .wcpt-filter-heading .wcpt-icon {
	display: block;
	flex: 0 0 16px;
	width: auto;
	height: unset;
	text-align: center;
	padding: 0;
	position: relative;
	min-height: 45px;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion label .wcpt-icon .feather.feather-chevron-down,
.wcpt-left-sidebar .wcpt-filter-heading .wcpt-icon .feather.feather-chevron-down {
	display: none !important;
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion label .wcpt-icon::before,
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion label .wcpt-icon::after,
.wcpt-left-sidebar .wcpt-filter-heading .wcpt-icon::before,
.wcpt-left-sidebar .wcpt-filter-heading .wcpt-icon::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #000;
	width: 16px;
	height: 2px;
}
.wcpt-left-sidebar .wcpt-hierarchy.wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion label .wcpt-icon::after,
.wcpt-left-sidebar .wcpt-filter-heading .wcpt-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.wcpt-filter-hierarchy-accordion.wcpt-filter-hierarchy-accordion--open  label .wcpt-icon.wcpt-filter-hierarchy-accordion__trigger::after,
.wcpt-left-sidebar .wcpt-filter-open.wcpt-open .wcpt-filter-heading .wcpt-icon::after {
	transform: translate(-50%, -50%) rotate(0deg) !important;
}

/* .wcpt-dropdown.wcpt-open .wcpt-dropdown-menu {
	max-height: unset;
	padding: 0 17px !important;
} */
.wcpt-left-sidebar .wcpt-dropdown-option, .wcpt-left-sidebar .wcpt-option,
.wcpt-left-sidebar .wcpt-dropdown-option span, .wcpt-left-sidebar .wcpt-option span {
	line-height: 1.5em;
}
.wcpt-left-sidebar .wcpt-dropdown.wcpt-filter.wcpt-open .wcpt-dropdown-menu {
	padding: 0 !important;
	max-height: 250px;
}
.wcpt-left-sidebar .wcpt-dropdown.wcpt-filter.wcpt-open.wcpt-redirect-enabled .wcpt-dropdown-menu {
	max-height: unset;
}
.border-bottom-line .elementor-widget-container {
	border-bottom: 2px solid #1e2454;
	padding-bottom: 10px;
}
.wcpt-navigation.wcpt-header.wcpt-always-show {
	padding: 10px 0;
}
.wcpt-navigation.wcpt-header.wcpt-always-show {
	padding: 10px 20px 6px;
	background-color: #f0f0f0;
	margin-top: 20px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.wcpt-table thead tr th {
	background-color: #29337E !important;
	color: #fff;
	background-image: linear-gradient(180deg, var( --e-global-color-primary ) 0%, #29337E 100%) !important;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple {
	background-color: #fff;
	padding: 0px !important;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-sku {
	color: #273178;
	padding: 0 15px;
	margin-top: 10px;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple:hover {
	background-color: #29337E;
	background-image: linear-gradient(290deg, #1d2351 0%, #29337E 60%);
}
.wcpt-button.wcpt-button-product_link, .wcpt-button.wcpt-button-cart_ajax {
	background-color: #fff !important;
	background-image: linear-gradient(170deg, #FF6E31DB 50%, #FF5E14 75%) !important;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-product-image-wrapper {
	background-color: #fff;
	display: block;
	text-align: center;
	width: 100% !important;
	max-width: unset;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-product-image-wrapper img {
	min-height: 200px;
	max-width: 100%;
	width: auto;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-title {
	display: block !important;
	width: 100%;
	min-height: 60px;
	color: #494949 !important;
	font-size: 22px;
	padding: 0 15px;
	font-weight: 700 !important;
	line-height: 30px !important;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-cell-val > div:last-child {
	display: flex;
	align-items: center;
	padding: 5px 15px 10px;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-price {
	flex: 1;
	padding: 7px 0;
	border-radius: 5px;
	background-color: transparent;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-price .wcpt-regular-price {
	color: #29337E !important;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-cell {
	height: 100%;
	text-align: left !important;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-cell-val {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-cell-val .wcpt-item-row:first-child {
	flex: 1;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-button {
	flex: 1;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-cell-val .wcpt-item-row:first-child {
	flex: 1;
	background-color: #fff;
	align-items: center;
	display: flex;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-title:hover,
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple:hover .wcpt-sku,
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple:hover .wcpt-title {
	color: #fff !important;
}

.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple:hover .wcpt-price,
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple:hover .wcpt-price .wcpt-regular-price {
	background-color: #fff;
}
.wcpt-sorting-asc-icon.wcpt-sorting-icon.wcpt-inactive,
.wcpt-sorting-desc-icon.wcpt-sorting-icon.wcpt-inactive {
	color: rgba(255,255,255,0.7);
}
.wcpt-sorting-asc-icon.wcpt-sorting-icon.wcpt-active,
.wcpt-sorting-desc-icon.wcpt-sorting-icon.wcpt-active {
	color: #fff;
}
.wcpt-icon > svg.feather.feather-download {
	position: relative;
	top: 3px;
}
.wcpt-1722530355 .wcpt-dropdown-menu {
	overflow-y: unset !important;
	max-height: unset !important;
}
.wcpt-1722530355 .wcpt-dropdown-menu .wcpt-filter-hierarchy-accordion:not(.wcpt-filter-hierarchy-accordion--open) .wcpt-filter-hierarchy-accordion__trigger {
	transform: rotate(0);
}

label.wcpt-active a {
/* 	color: #29337d !important;
	font-weight: 700; */
}
.wcpt-dropdown[data-wcpt-taxonomy="product_cat"] .wcpt-filter-heading {
	display: none;
}


.wcpt-dropdown[data-wcpt-taxonomy="product_cat"] .wcpt-hr-child-terms-wrapper.wcpt-dropdown-sub-menu {
	padding-left: 0;
}
.wcpt-dropdown[data-wcpt-taxonomy="product_cat"] .wcpt-hr-child-terms-wrapper.wcpt-dropdown-sub-menu .wcpt-nav-redirect-option.wcpt-dropdown-option label {
	position: relative;
/* 	cursor: pointer; */
}
.wcpt-dropdown[data-wcpt-taxonomy="product_cat"] .wcpt-hr-child-terms-wrapper.wcpt-dropdown-sub-menu .wcpt-nav-redirect-option.wcpt-dropdown-option label::before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #8f8f9d;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 5px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 3px;
	top: -2px;
}
.wcpt-dropdown[data-wcpt-taxonomy="product_cat"] .wcpt-hr-child-terms-wrapper.wcpt-dropdown-sub-menu .wcpt-nav-redirect-option.wcpt-dropdown-option label.wcpt-active::before {
	border-color: #007aff;
	background-color: #007aff;
}
/* .wcpt-dropdown[data-wcpt-taxonomy="product_cat"] .wcpt-hr-child-terms-wrapper.wcpt-dropdown-sub-menu .wcpt-nav-redirect-option.wcpt-dropdown-option label.wcpt-active::after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
} */
.wcpt-dropdown[data-wcpt-taxonomy="product_cat"] .wcpt-hr-child-terms-wrapper.wcpt-dropdown-sub-menu .wcpt-nav-redirect-option.wcpt-dropdown-option label.wcpt-active::after {
	content: "\f00c";
	display: block;
	position: absolute;
	top: 6px;
	left: 2px;
	width: 13px;
	height: 13px;
	border: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	font-family: "FontAwesome";
}
.wcpt-dropdown[data-wcpt-taxonomy="product_cat"] .wcpt-hr-child-terms-wrapper.wcpt-dropdown-sub-menu .wcpt-nav-redirect-option.wcpt-dropdown-option label:hover::before {
	border-color: #676774;
}
.wcpt-dropdown[data-wcpt-taxonomy="product_cat"] .wcpt-hr-child-terms-wrapper.wcpt-dropdown-sub-menu .wcpt-nav-redirect-option.wcpt-dropdown-option label.wcpt-active:hover::before {
	border-color: #0066de;
	background-color: #0066de;
}


/* Header Sticky CSS */
/*
.elementor-sticky.elementor-sticky--active.scrolled {
	background-color: #ffffff !important;
	background-image: none;
}
.elementor-sticky.elementor-sticky--active.scrolled .sub-menu,
.elementor-nav-menu--main .sub-menu.elementor-nav-menu--dropdown.sm-nowrap,
.elementor-sticky.elementor-sticky--active.scrolled .sub-menu.elementor-nav-menu--dropdown.sm-nowrap{
	background-color: #28327b !important;
}
.home .elementor-nav-menu--main .sub-menu.elementor-nav-menu--dropdown.sm-nowrap {
	background-color: #51546630 !important;
}
*/

.wcpt-text.wcpt-1600258314, .wcpt-text.wcpt-1600258440, .wcpt-text.wcpt-964017235, .wcpt-text.wcpt-573672914, .wcpt-text.wcpt-1600258471 {
	max-width: 110px;
}


#custom-popup {
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	width: 100%;
	text-align: right;
	height: 100%;
}
#custom-popup::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 999999999;
	top: 0;
	left: 0;
}
#custom-popup-container {
	width: 80%;
	z-index: 9999999999999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background-color: #fff;
}
#custom-popup-container embed {
	height: 80vh;
	display: block;
}
#custom-popup-close {
	background-color: rgba(0,0,0,0.3);
	border: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}
#custom-popup-content {
	text-align: center;
}
#custom-popup-content figure {
	overflow-y: auto;
	max-height: 90vh;
	text-align: center;
}
#custom-popup-content figure img{
	max-width: 1100px !important;
}
.wcpt-table:not(.frzTbl-table) .custom-popup-trigger {
	border: 1px solid #29337E;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 5px;
	width: 100%;
	color: #29337E;
	font-weight: 800;
	font-size: 18px;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple .wcpt-shortcode {
	flex: 0 0 49%;
}
.wcpt-table:not(.frzTbl-table) .wcpt-product-type-simple:hover .custom-popup-trigger,
.wcpt-table:not(.frzTbl-table) .custom-popup-trigger:hover {
	border: 1px solid #fff;
	color: #fff;
}
.frzTbl-antiscroll-control-wrap {
	display: block;
	overflow: hidden;
	height: 15px;
	border-radius: 100px;
	border: 1px solid #d9d9d9;
	background-color: #fff !important;
	box-shadow: inset 2px 2px 7px 0 rgba(0,0,0,0.30);
	-webkit-box-shadow: inset 2px 2px 7px 0 rgba(0,0,0,0.30);
	-moz-box-shadow: inset 2px 2px 7px 0 rgba(0,0,0,0.30);
}
.antiscroll-scrollbar.antiscroll-scrollbar-horizontal {
/* 	opacity: 1; */
	background-color: rgba(39, 48, 118, 0.7);
}
.wcpt-table.frzTbl-table a,
.wcpt-clear-all-filters.wcpt-big-device-only, .wcpt-clear-filters {
	color: #336;
	font-weight: 700;
}
.wcpt-table.frzTbl-table a:hover,
.wcpt-clear-all-filters.wcpt-big-device-only:hover, .wcpt-clear-filters:hover {
	color: #FF5E14;
}
.wcpt-left-sidebar .wcpt-nav-redirect-link {
	color: #4c4c4c;
}


.wcpt-left-sidebar {
	border: 0 !important;
}
.wcpt-left-sidebar > .wcpt-item-row > div {
	border-color: #000;
	padding: 0 0 10px;
}
.wcpt-left-sidebar .wcpt-nav-redirect-option.wcpt-dropdown-option.wcpt-filter-hierarchy-accordion {
	border-bottom: 1px solid #000;
}
.wcpt-left-sidebar .wcpt-nav-redirect-option.wcpt-dropdown-option.wcpt-filter-hierarchy-accordion.wcpt-filter-hierarchy-accordion--open {
	border-bottom: 0;
}
.wcpt-left-sidebar .wcpt-filter-hierarchy-accordion.wcpt-filter-hierarchy-accordion--open + .wcpt-filter-hierarchy-accordion__content {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	max-height: 250px;
	overflow-y: auto;
}
.wcpt-left-sidebar .wcpt-dropdown.wcpt-filter.wcpt-open .wcpt-hierarchy.wcpt-dropdown-menu > div > div:last-child,
.wcpt-left-sidebar .wcpt-dropdown.wcpt-filter.wcpt-open .wcpt-hierarchy.wcpt-dropdown-menu > div > div:nth-last-child(2){
	border-bottom: 0;
}
@media (min-width: 1200px) {
  .wcpt-left-sidebar .wcpt-dropdown-label, .wcpt-left-sidebar .wcpt-options-heading {
    width: calc(100% - 13px);
  }
}


.wcpt-clear-filter {
	background: transparent;
	border: 0;
}
.wcpt-clear-filter > svg {
	height: 20px;
	width: 20px;
	background-color: #ff5e14;
	padding: 3px;
	border-radius: 100%;
	fill: #fff;
	margin-right: 5px;
}
.wcpt-clear-filter:hover {
	background: transparent;
	border-color: transparent;
}
.wcpt-clear-filter > svg line {
	fill: #fff;
	color: #fff;
}
.wcpt-filter-label {
	font-weight: 600;
}
.wcpt-selected-filter {
	font-weight: 400 !important;
}
.my-line-height p {
	line-height: 24px;
	margin-bottom: 12px;
}

