/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#header .container {
	padding: 0;
}
#header .search-widget .form-search-control {
	height: 37px;
    border-radius: 500px;
	padding: 4px 4px 4px 10px;
}
#header .search-widget .form-search-control::placeholder {
	font-family: 'Bricolage Grotesque';
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #D9D9D9;
}
#header .search-widget .fa-search {
	padding: 5px;
    border-radius: 1000px;
    background-color: #FA780A;
    width: 29px;
    height: 29px;
}
#header .search-widget .search-btn {
	right: 4px;
	padding: 0;
}
#header .search-widget .fa-search::before {
	content: url(/themes/warehousechild/assets/img/search-icon.svg);
}
#header .header-top .header-btn-w .header-btn .title {
	display: block !important;
	margin-top: 0;
}
#header .header-btn-w .header-btn {
	display: inline-flex;
    align-items: center;
}
#header-user-btn .fa-user:before, #user_info .fa-user:before {
	content: url(/themes/warehousechild/assets/img/user.svg);
}
#ps-shoppingcart-wrapper .fa-shopping-bag:before {
	content: url(/themes/warehousechild/assets/img/cart.svg);
}
#desktop-header-container .col-header-right p.txtheader {
	flex: 0 0 auto;
    width: auto;
}
#header .header-btn-w .header-btn, #desktop-header-container .col-header-right p.txtheader, #header #user_info a.btn-user {
	display: flex;
    align-items: center;
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #09052F;
	margin-bottom: 0;
	padding: 0 10px;
}
#desktop-header-container .col-header-right p.txtheader a {
    display: flex;
    align-items: center;
    color: #09052F;
}
#header #user_info {
	width: auto;
	padding: 0;
}
#header .col-header-right .header-btn-w, #header .col-header-right .txtheader {
    display: flex;
	align-items: center;
}
#header #user_info .dropdown-menu a.dropdown-item {
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #09052F !important;
}
#header #user_info .btn.show {
	border: 0;
}
#desktop-header #user_info .dropdown-toggle:after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    border-top: 0;
    height: auto;
}
#ets_mp_registration-link i.mp-seller-icons, #ets_mp_messages-link i.mp-seller-icons {
    display: inline-block;
    min-height: 23px;
    height: 23px;
}
#ets_mp_registration-link .link-item svg, #ets_mp_messages-link .link-item svg {
    width: 23px;
    height: 23px;
}
#ets_mp_registration-link .link-item, #ets_mp_messages-link .link-item {
	display: flex;
    gap: 6px;
}
.my-account-page-content-wrapper .my-account-side-links {
    padding: 0;
}
.my-account-page-content-wrapper .my-account-side-links>a {
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

#header .cbp-hrmenu.cbp-horizontal > ul > li:last-child {
	margin-left: auto;
}
#header .cbp-hrmenu.cbp-horizontal > ul > li > a {
	display: flex;
    height: 50px;
}
#header .cbp-hrmenu.cbp-horizontal .cbp-tab-title {
	display: inline-flex;
    align-items: center;
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	line-height: 22px;
	text-transform: capitalize;
}
#header .desktop-header-style-2 .col-header-center .search-widget {
    margin: 0 0 0 auto;
	max-width: 65%;
}
#header .cbp-hrmenu > ul > li:not(:last-child) {
    margin-right: 40px;
}
#header .header-top > .container, #header .iqit-megamenu-container {
	padding: 0 24px;
}
#iqitmegamenu-wrapper.stuck-menu .cbp-hrmenu li:last-child {
	margin-right: 60px;
}
#iqitmegamenu-wrapper.stuck-menu #cart-toogle .fa-shopping-bag::before {
	content: '';
	background: url(/themes/warehousechild/assets/img/carticon-mobile.svg);
	width: 30px;
	height: 30px;
	display: block;
	background-size: 28px;
	background-repeat: no-repeat;
}
#cbp-hrmenu .fa-bars:before {
	content: '';
	background: url(/themes/warehousechild/assets/img/barsmenu.svg);
	width: 18px;
	height: 14px;
	display: inline-block;
	background-size: 18px;
	background-repeat: no-repeat;
}
#header .ps-shoppingcart .cart-products-count-btn {
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	font-size: 10px;
	background: #FA780A;
}
#iqitmegamenu-wrapper.stuck-menu .ps-shoppingcart .cart-products-count-btn {
	right: -10px;
}
#header #desktop-header-container .ps-shoppingcart .cart-products-count-btn {
    right: -4px;
    top: -10px;
}
#header .cbp-hrmenu.cbp-horizontal > ul > li > a.nav-link:hover {
	color: #fff;
}


/*** Content ***/
#wrapper {
	overflow: hidden;
}
#wrapper rs-slide {
	border-radius: 25px;
}
#wrapper rs-slide .btn-slider {
	font-family: 'Bricolage Grotesque'!important;
	font-weight: 600!important;
}
#wrapper rs-slide .titleslider {
	font-family: 'Bricolage Grotesque'!important;
}

#wrapper .products-grid .product-miniature-default {
	border-radius: 15px;
}
#wrapper .product-miniature-grid .product-title {
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
	margin-bottom: .4rem;
}
#wrapper .product-miniature-grid .product-title a {
	color: #000000;
}
#wrapper .product-miniature-default .input-group-add-cart .input-qty {
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: rgba(9, 5, 47, 0.35);
}
#wrapper .product-miniature-default .input-group-add-cart .fa-angle-up::before {
	content: '\2b';
}
#wrapper .product-miniature-default .input-group-add-cart .fa-angle-down::before {
	content: '\f068';
}
#wrapper .product-miniature-grid .product-price {
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}
#wrapper .product-miniature-default .regular-price {
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: rgba(0, 0, 0, 0.5)!important;
}
#wrapper .product-miniature-default .product-add-cart .add-to-cart i {
	display: none;
}
#wrapper .products-grid .product-add-cart {
    width: 100%;
}
#wrapper .product-miniature-default .product-add-cart .input-group-add-cart {
    justify-content: space-between;
}
#wrapper .product-miniature-default .product-add-cart .add-to-cart {
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FA780A;
    border-radius: 25px;
    padding: 7px 24px;
	position: relative;
	border: none;
    z-index: 1;
}
#wrapper .product-miniature-default .product-add-cart .add-to-cart::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 2px; /* épaisseur */

    background: linear-gradient(
        to left,
        rgba(64, 47, 205, 0.25) 0%,
        rgba(64,47,205,0) 100%
    );

    pointer-events: none;

    /* coupe l'intérieur */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}
#wrapper .product-miniature-default .input-group-add-cart .input-qty, #wrapper .product-miniature-default .input-group-add-cart .bootstrap-touchspin .btn-touchspin {
	border: 1px solid rgba(0, 0, 0, 0.15);
}
#wrapper .product-miniature-default .input-group-add-cart .input-qty {
	border-radius: 5px 0 0 5px;
}
#wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0 5px 0 0;
}
#wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0 0 5px 0;
}
#wrapper .product-miniature-default .product-thumbnail img {
    border-radius: 15px 15px 0 0;
}
#wrapper .product-miniature-default .product-flags {
    left: 20px;
    top: 16px;
}
#wrapper .product-miniature-default li.product-flag, #product .product-flags .product-flag, #product .product-prices .badge {
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #09052F;
    background-color: #FA780A;
    border-radius: 2px;
	padding: 3px;
}
#wrapper .product-miniature-grid .product-functional-buttons i {
    color: #09052F;
    font-size: 14px;
}
#wrapper .swiper-button-next, #wrapper .swiper-button-prev, .ets_market_products button.slick-arrow {
	top: auto;
    bottom: -55px;
	opacity: 1;
	width: 47px;
    height: 47px;
    border-radius: 50%;
	padding: 10px;
	background-color: #fff;
}
#wrapper .ets_market_products button.slick-arrow {
	display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(217, 217, 217, 0.5);
	margin: 0;
}
.ets_market_products button.slick-arrow:hover {
	background: rgba(217, 217, 217, 0.5);
	border: none;
}
#wrapper .swiper-button-next.swiper-button-disabled, #wrapper .swiper-button-prev.swiper-button-disabled {
	background-color: rgba(217,217,217,0.5);
}
#wrapper .swiper-button-next:after, #wrapper .swiper-button-prev:after, .ets_market_products button.slick-arrow:before, .ets_market_products button.slick-arrow:before {
	font-size: 18px;
}
#wrapper .swiper-button-next, .ets_market_products button.slick-arrow.slick-next {
    right: 27px;
	left: auto;
}
#wrapper .swiper-button-prev, .ets_market_products button.slick-arrow.slick-prev {
	left: auto;
    right: 84px;
}
.ets_market_products button.slick-arrow.slick-next:before {
	content: '\f105';
	position: initial;
    font-family: FontAwesome;
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    border: 0;
    display: block;
    width: auto;
    height: auto;
}
.ets_market_products button.slick-arrow.slick-prev:before {
	content: '\f104';
	position: initial;
    font-family: FontAwesome;
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    border: 0;
    display: block;
    width: auto;
    height: auto;
}

#wrapper .serviceblock .elementor-image-box-img {
	width: auto;
	padding: 8px;
    border-radius: 50%;
    background-color: hsl(28deg 96% 51% / 30%);
}
#wrapper .serviceblock .elementor-image-box-img img {
	max-width: 52px;
}
#wrapper .serviceblock .elementor-image-box-wrapper .elementor-image-box-title {
	font-family: 'Bricolage Grotesque';
}

#wrapper .ph_simpleblog .simpleblog-posts-column {
	padding: 5px;
}
#wrapper .ph_simpleblog .simpleblog__listing__post {
	border: 2px solid rgba(250, 120, 10, 0.35);
    border-radius: 25px;
}
#wrapper .ph_simpleblog .simpleblog__listing__post img {
	border-radius: 22px;
	margin-bottom: 0!important;
}
#wrapper .ph_simpleblog .cardblog .card-block {
	padding: 20px 14px;
}
#wrapper .ph_simpleblog .simpleblog__listing__post__wrapper__content__headline {
	border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}
#wrapper .ph_simpleblog .simpleblog__listing__post__wrapper__content__headline a {
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #09052F;
}
#wrapper .ph_simpleblog .cardblog .card-block > p {
	display: block !important;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #09052F;
	margin-bottom: 0;
}
#wrapper .ph_simpleblog .simpleblog__listing__post__wrapper__content__readmore {
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #09052F !important;
    display: inline-flex;
    opacity: 1;
	margin-top: 12px;
}
#wrapper .ph_simpleblog .simpleblog__listing__post__wrapper__content__readmore i::before {
	content: '';
    background: url(/themes/warehousechild/assets/img/arrow-right.svg) no-repeat right center;
    width: 24px;
    height: 20px;
    display: inline-block;
    background-size: 24px;
    margin-left: 6px;
}
#wrapper .ph_simpleblog .simpleblog__listing__post__wrapper__content__readmore span {
    text-decoration: none;
}
#wrapper .ph_simpleblog .simpleblog__listing__post__wrapper__footer {
	display: none;
}
#wrapper .ph_simpleblog .cardblog {
	margin-bottom: 0;
}

#wrapper .left-col .elementor-widget-wrap {
	display: flex;
    flex-direction: column;
}
#wrapper .left-col .elementor-widget-wrap > .elementor-widget-button {
	margin-top: auto;
}


#wrapper .categories-carousel .category-item img {
    height: 120px;
    width: auto;
    margin: auto;
}
#wrapper .categories-carousel .category-item span {
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #09052F;
}

/* Modal */
.modal-body .page-title a, .modal-header .modal-title {
	font-family: 'Bricolage Grotesque';
	font-weight: 600;
	font-size: 36px;
	line-height: 40px;
	color: #09052F!important;
}
.modal-body .product_header_container .product-price {
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.modal-body .product-discount .regular-price {
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.5);
}
.modal-body .product-prices .badge, .modal-body .product-flag.discount {
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #09052F;
    background-color: #FA780A;
    border-radius: 2px;
    padding: 3px;
}
.modal-body .product-variants .form-control-label {
    font-family: 'Bricolage Grotesque';
    color: #09052F;
    font-size: 16px;
}
.modal-body .product-add-to-cart .add-to-cart, .form-control-submit, button#submitApplication, .contact-form .btn-primary {
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FA780A;
    border-radius: 25px;
    padding: 7px 24px;
	position: relative;
}
.modal-body .product-add-to-cart .add-to-cart::after, .form-control-submit::after, #content-wrapper .panel-heading-action .list-toolbar-btn::after, .ets_mp_content_left button.btn.update-qty::after, button#submitApplication::after, .contact-form .btn-primary::after, #wrapper .ets_mp-form-footer .btn.btn-secondary.bd::after, .panel-footer .btn.btn-secondary.bd::after {
	content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 2px;
    background: linear-gradient(to left, rgba(64, 47, 205, 0.25) 0%, rgba(64, 47, 205, 0) 100%);
    pointer-events: none;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.modal-body .product-add-to-cart .add-to-cart:hover, .form-control-submit:hover, button#submitApplication:hover, .contact-form .btn-primary:hover {
	background-color: #09052f;
}
.modal-body .product-add-to-cart .product-quantity .qty .input-group .input-group {
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: rgba(9, 5, 47, 0.35);
    height: max-content;
	border-radius: 5px 0 0 5px!important;
	padding: 6px;
}
.modal-body .product-add-to-cart .product-quantity .qty .input-group .input-group-btn-vertical {
	height: max-content;
}
.modal-body .btn-iqitwishlist-add, .modal-body .btn-iqitcompare-add {
	padding: 4px 8px;
}
.modal-body .custom-select2 .form-control-select, .modal-body .custom-select2 select {
	padding: 4px 15px;
    height: 36px;
}
.modal-body .social-sharing a {
	color: #09052F!important;
}
.modal-dialog button.close {
	font-size: 32px;
    font-weight: 600;
	color: #09052F;
	opacity: 1;
}

/* Carousel Brand */
#wrapper .elementor-brands-carousel {
	overflow: hidden;
	padding-right: 17px;
}
#wrapper .elementor-brands-carousel .swiper-wrapper {
	gap: 8px;
}
#wrapper .elementor-brands-carousel .swiper-wrapper .swiper-slide {
    border: 5px solid #D9D9D9;
    border-radius: 5px;
}
#wrapper .elementor-brands-carousel .swiper-wrapper img {
    height: 63px;
    width: auto;
} 

/* Menu (Sidebar) */ 
#cbp-hrmenu #cbp-hrmenu-tab-1 .cbp-hrsub {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 340px;
	background: #fff;
	z-index: 100;
	visibility: initial;
    opacity: 1;
	transition: transform 0.5s ease-in-out;
	transform: translateX(-100%);
}
#cbp-hrmenu #cbp-hrmenu-tab-1 .cbp-hrsub.open {
  transform: translateX(0%);
}
.cbp-hrmenu #cbp-hrmenu-tab-1 .cbp-hrsub-inner {
	background: transparent;
	box-shadow: none;
}
.close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
#header .cbp-hrmenu .cbp-hrsub-inner {
	background: #fff;
}
#header .cbp-hrmenu .cbp-categories-row>div {
    padding: 10px 15px;
    margin-top: 0;
    height: max-content;
}
#header .cbp-hrmenu .cbp-categories-row>div:hover {
	background-color: #eaeded;
}
#header .cbp-hrmenu .cbp-links li.main-category-link {
	padding-top: 15px;
    margin: 0 0 10px;
    padding-left: 0;
}
#header .cbp-hrmenu .cbp-categories-row {
    background: #fff;
    padding: 15px 0;
    padding-bottom: 90px;
}
#header .cbp-hrmenu .cbp-links li:not(.cbp-back-link) a:before {
	display: none;
}
#header .cbp-hrmenu .cbp-hrsub-inner .cbp-categories-row li:not(.cbp-back-link) a {
	padding-left: 0;
}
#header .cbp-hrmenu .cbp-hrsub-inner .cbp-categories-row .cbp-column-title, #header #cbp-hrmenu .cbp-category-link-w .main-category-link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-area: 1 / 2 / 2 / 3;
	margin-bottom: 0;
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
	color: #09052F!important;
	font-size: 16px;
}
#header #cbp-hrmenu .cbp-category-link-w .main-category-link a::after {
	display: none;
}
#header .cbp-hrmenu .cbp-hrsub-inner .cbp-categories-row li:not(.cbp-back-link):not(.main-category-link) {	
	margin: 0;
}
#header .cbp-hrmenu .cbp-hrsub-inner .cbp-categories-row li {
	padding: 10px 15px;
}
#header .cbp-hrmenu .cbp-links li.cbp-back-link {
	margin: 0 0 10px;
    padding: 0 15px 10px;
}
#header .cbp-hrmenu .cbp-hrsub-inner .cbp-categories-row li:not(.cbp-back-link):not(.main-category-link):hover {
	background-color: #eaeded;
}
#header .cbp-hrmenu .cbp-hrsub-inner .cbp-categories-row li .cbp-category-link-w a {
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: 'Bricolage Grotesque';
    font-weight: 400;
    line-height: 22px;
	color: #09052F!important;
	font-size: 16px;
}
#header #cbp-hrmenu .cbp-category-link-w .main-category-link a {
	font-size: 18px;
}
#header .cbp-hrmenu .cbp-category-link-w:has(> .cbp-links.cbp-category-tree) > .cbp-column-title::after, #header .cbp-hrmenu .cbp-hrsub-inner .cbp-categories-row li .cbp-category-link-w a::after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 6px;
	padding-left: 0;
	opacity: 1;
}
#header .cbp-hrmenu .cbp-hrsub-inner .cbp-categories-row .cbp-category-thumb {
    display: flex;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    min-width: 40px;
    border-radius: 50%;
    padding: 6px;
    margin-bottom: 0;
}
.cbp-hrmenu > ul > li > a.close {
	opacity: 1;
	text-shadow: none;
}

.ps-shoppingcart.dropdown #blockcart-content{
	z-index: 1000;
}
#header .cbp-hrmenu .cbp-mainlink-icon {
	display: flex;
	margin-right: 10px;
}
#header .cbp-hrmenu .cbp-links li.cbp-back-link a.back-button {
	display: flex;
	justify-content: left;
    gap: 10px;
	font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff!important;
	padding-left: 0;
}
#header .cbp-hrmenu .cbp-links li.cbp-back-link a.back-button::before {
	content: '\f060';
	display: inline-block;
	position: initial;
}
#header .cbp-hrmenu .cbp-links li.cbp-back-link a.back-button::after {
	display: none;
}

/** Menu **/
.category-image {
	display:none
}
.cbp-category-link-w {
	position: relative;
}

.cbp-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none; /* Hide sub-menu by default */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	min-width: 200px;
}

.back-btn {
    cursor: pointer;
    margin-top: 10px;
}
#cbp-hrmenu #cbp-hrmenu-tab-1 .cbp-hrsub > .cbp-hrsub-inner {
	position: relative;
	overflow: overlay;
    height: -webkit-fill-available;
	scrollbar-color: #09052f #e7e6e6;
    scrollbar-width: thin;
	background: linear-gradient(to bottom, #09052f 0px, #09052f 45px, #ffffff 45px, #ffffff 100%);
	padding: 10px 15px;
}
#cbp-hrmenu #cbp-hrmenu-tab-1 .cbp-hrsub > .cbp-hrsub-inner .cbp-category-link-w ul {
	display: none;
	background: linear-gradient(to bottom, #09052f 0px, #09052f 45px, #ffffff 45px, #ffffff 100%);
	grid-area: 2 / 1 / 3 / 3;
	height: 100%;
    position: fixed;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
	padding: 10px 0 20px;
	box-shadow: none;
    border: 0;
	opacity: 1;
	overflow: overlay;
    scrollbar-color: #09052f #e7e6e6;
    scrollbar-width: thin;
}
#header #cbp-hrmenu ul.cbp-category-tree.open {
	display: block;
}
#header .cbp-hrmenu .cbp-menu-column {
	margin-top: 0;
}
#header .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title.transition-300 {
    font-weight: 600;
    font-size: 18px;
	text-transform: capitalize;
    color: #fff!important;
    border-bottom: 0px;
	margin-bottom: 10px;
    padding-bottom: 10px;
}
#header .cbp-hrmenu .cbp-hrsub-inner .close.menu {
    font-weight: 400;
    font-size: 28px;
    position: absolute;
    top: 6px;
    right: 15px;
	color: #fff;
    opacity: 1;
}
#header .cbp-hrmenu ul.cbp-hrsub-level2 {
    visibility: initial;
    margin-top: 0;
}
#header #mobile-header .col-mobile-btn-menu {
	height: -webkit-fill-available;
}
#header #mobile-header .m-nav-btn {
	height: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Page Woocommerce ***/
#product .product-add-to-cart .btn-primary {
	display: flex;
	color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background-color: #fa780a;
    border-radius: 25px 25px 25px 25px;
    padding: 7px 45px 7px 45px;
	position: relative;
	justify-content: center;
}
#product .product-add-to-cart .btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 2px;
    background: linear-gradient(to left, rgba(64, 47, 205, 0.25) 0%, rgba(64, 47, 205, 0) 100%);
    pointer-events: none;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
#product .product-add-to-cart .btn-primary:hover {
	background-color: #09052f;
}
#product .product-add-to-cart .btn-primary .fa-shopping-bag:before {
	background: url(/themes/warehousechild/assets/img/cart_icon.svg) no-repeat left center;
    font-size: 0;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: flex;
}
#product .product-reference {
	font-size: 16px;
}
#product .product-reference label {
	font-weight: bold;
}
#product .col-add-wishlist button, #product .col-add-compare button {
	padding: 8px 12px;
}
#content-wrapper .page-title, #content-wrapper .page-header h1, .block-seller-inner h1.h1, #seller-register-form h3, #js-shop-list-top h4 {
	font-family: "Bricolage Grotesque", sans-serif;
    font-size: 36px;
    font-weight: 600;
	color: #09052f;
	line-height: 1;
	border-bottom: solid 1px #e3e3e3;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
}
#product .col-product-info .product-price {
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}
#product .col-product-info .product-discount .regular-price {
    font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.5);
}
#product .product-description {
	color: #09052f;
}
#product .nav-tabs .nav-link.active, #product .nav-tabs .nav-link:hover, #product .nav-tabs .nav-link:focus {
    border-bottom: solid 3px #fa780a;
}
button[aria-label]::after {
	font-size: 12px;
}

.my-account-page-content-wrapper .my-account-side-links>a .link-item i {
	height: auto;
    min-height: auto;
}
.my-account-page-content-wrapper .my-account-side-links>a:hover:not(.nav-link):not(.btn) {
	color: #09052f;
}
.page-customer-account #content h2, #module-iqitwishlist-view #content h2, .ets_mp-voucher-history h4 {
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #09052f;
}
.ets_mp-voucher-history h4 {
	text-transform: initial !important;
}
.myseller-list .links a span.link-item {
    display: flex;
    align-items: center;
	text-align: left;
    font-weight: 600;
    background: #D9D9D9;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 4px;
	color: #09052f;
    font-size: 16px;
}
.page-my-account #content .links a:hover .link-item {
    background: #09052f;
	color: #fff;
    transition-duration: 1s;
}
.page-my-account #content .links a.seller_link i {
	margin-right: 15px;
    width: auto;
}
#wrapper footer.page-footer {
	display: flex;
    justify-content: space-between;
}
#wrapper .page-footer a.account-link:first-child .material-icons:after {
    content: '\f053';
    padding-right: 10px;
	font-family: FontAwesome;
    font-size: 16px;
}
#wrapper .page-footer a.account-link .material-icons {
    font-style: initial;
    color: #09052f;
    text-transform: capitalize;
    font-size: 0;
}
#wrapper .page-footer a.account-link {
	font-size: 16px;
    color: #09052f;
	font-weight: 600;
}
#wrapper .page-footer a.account-link:last-child span:after {
    content: '\f054';
    padding-left: 10px;
	font-family: FontAwesome;
    font-size: 16px;
}
#content-wrapper .panel-heading-action .list-toolbar-btn, .ets_mp_content_left button.btn.update-qty {
	position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
	line-height: 22px;
    background-color: #FA780A;
    border-style: none;
    border-radius: 25px;
    padding: 7px 16px 7px 16px;
	text-transform: initial;
}
.ets_mp_content_left li.ets_mp_item.active a, .ets_mp_content_left li.ets_mp_item:hover a {
    background: #09052f;
}
.ets_mp_content_left li.ets_mp_item a {
	font-size: 14px;
}
.ets_mp_shop_main_detail #js-product-list-header .block-seller {
    flex-direction: row;
}
.wapper-follow .block-follow button.btn.follow, .wapper-follow .block-follow button.btn.follow:hover {
    background: #c70404;
}
.ets_mp_shop_main_detail .block-seller-inner .product.product_review_shop {
    display: block;
    max-width: max-content;
}
.block-seller-inner .product_review_shop .col, #product .product_review_shop .col {
    color: #09052f;
    font-weight: 600;
}
#seller-description {
	font-size: 16px;
}
.ets_mp_shop_main_detail .block-seller .seller-cover .mp_link_contact_form {
	font-size: 12px;
	font-weight: 600;
}
#content-wrapper .ets_mp_tabs a.tab_link {
	font-weight: 600;
}
#content-wrapper .ets_mp_tabs a.tab_link.active, #content-wrapper .ets_mp_tabs a.tab_link :hover {
	color: #09052f;
}
.ets_mp_tabs a.tab_link.active:before {
	background: #FA780A;
}
a.tab_link.active + span.ets_mp_block-categories_arrow:before {
	border-top-color: #09052f;
}
#content-wrapper .ets_mp_shop_tab .product-category-name, #content-wrapper .ets_mp_shop_tab .products-variants, 
#content-wrapper .ets_mp_shop_tab .product-description-short, #content-wrapper .ets_mp_shop_tab .product-reference, 
#content-wrapper .ets_mp_shop_tab .product-brand, .ets_marketpllce_product_list_wrapper .product-miniature.js-product-miniature .product-brand,
.ets_marketpllce_product_list_wrapper .product-miniature.js-product-miniature .product-category-name,
.ets_marketpllce_product_list_wrapper .product-miniature.js-product-miniature .product-reference, 
.ets_marketpllce_product_list_wrapper .product-miniature.js-product-miniature .product-description-short {
    display: none;
}
.ets_myshop_right .products > div > .product-miniature, .ets_marketpllce_product_list_wrapper .product-miniature.js-product-miniature {
	display: flex;
    flex-direction: column;
	padding: 0!important;
	border-radius: 15px;
	height: 100%;
}
.ets_myshop_right .products > div > .product-miniature .product-description, .ets_marketpllce_product_list_wrapper .js-product-miniature-wrapper .product-description {
	flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 16px;
}
.ets_myshop_right .products > div > .product-miniature .product-add-cart {
	margin-top: auto;
}
.ets_myshop_right .products > div > .product-miniature .product-description .product-price-and-shipping, .ets_marketpllce_product_list_wrapper .js-product-miniature-wrapper .product-price-and-shipping {
	padding-bottom: .4rem;
}
#content-wrapper .ets_mp_shop_tab .js-product-list .products {
	margin-bottom: 20px;
}
#content-wrapper .mp_shop_seller_detail .name {
    color: #09052f;
} 
#content-wrapper .mp_shop_seller_detail .name a {
	font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 600;
    color: #09052f;
    font-size: 22px;
}
.mp_right_content a.mp_link_contact_form.btn.btn-primary {
    color: #09052f;
    font-weight: 600;
}
.mp_right_content a.mp_link_contact_form.btn.btn-primary:hover {
	color: #fff;
	background: #09052f;
}
.featured-products.ets_market_products .follow-title {
	font-family: 'Bricolage Grotesque';
    font-size: 28px;
    font-weight: 600;
    color: #09052f;
    text-align: center;
	margin-bottom: 20px;
}
.featured-products.ets_market_products .follow-title a {
	color: #FA780A;
}
.ets_marketpllce_product_list_wrapper .js-product-miniature-wrapper {
	padding: 4px;
}
.featured-products.ets_market_products {
	position: relative;
}
.featured-products.ets_market_products {
    margin-top: 0;
	margin-bottom: 65px;
}



#left-column .block-links ul>li a {
	font-size: 16px;
}
.mobile-menu__header-wrapper .mobile-menu__close {
	color: #fff;
}
#iqitmegamenu-mobile .mobile-menu__scroller, #iqitmegamenu-mobile .mobile-menu__submenu {
	padding: 0 !important;
}
#iqitmegamenu-mobile .mobile-menu__tab {
	padding: 10px 15px;
}
#iqitmegamenu-mobile .mobile-menu__tab:hover {
	background-color: #eaeded;
}
#iqitmegamenu-mobile .mobile-menu__tab a.mobile-menu__link {
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    font-size: 16px;
}
#iqitmegamenu-mobile .mobile-menu__header-wrapper {
	align-items: center;
	padding: 10px 15px !important;
}
#iqitmegamenu-mobile .mobile-menu__close, #iqitmegamenu-mobile .mobile-menu__back-btn {
    color: #fff;
	font-size: 18px;
	align-items: center;
    gap: 10px;
	padding: 0;
}
#iqitmegamenu-mobile .mobile-menu__back-btn .mobile-menu__title {
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
	font-size: 18px;
}
#iqitmegamenu-mobile .mobile-menu__back-btn .fa-angle-left {
    margin-right: 0 !important;
}
#wrapper .contact-rich .part .icon i {
    font-size: 20px;
}
#wrapper .product-description .product_list_shop_by {
    text-align: left;
    font-family: 'Bricolage Grotesque';
	font-size: 14px;
}
#left-column #search_filter_controls button {
	padding: 6px 10px;
	border-radius: 5px;
	font-size: 14px;
    line-height: 18px;
}
#left-column #search_filter_controls button.btn-primary {
	background-color: #09052f;
}
#left-column #search_filter_controls button.btn-secondary {
	color: #09052f;
}
#wrapper .block-title.facet-title {
	font-size: 16px;
    color: #09052f;
}
#search_filter_toggler {
	color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #09052f;
    border: 1px solid #ffffff;
    border-radius: 25px;
    padding: 6px 16px;
}
#wrapper .seller-miniature .thumbnail-container {
	border: solid 1px rgba(9, 5, 47, 0.15);
    box-shadow: none;
    border-radius: 15px;
}
#wrapper .seller-miniature .thumbnail-container:hover {
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
#wrapper .seller-miniature .seller-description {
	box-shadow: none;
    border-color: rgba(9, 5, 47, 0.15);
}
#wrapper .seller-miniature .seller-description .seller-name {
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
#wrapper .ets_mp-form-footer .btn.btn-secondary.bd, .panel-footer .btn.btn-secondary.bd, .btn.btn-primary.float-xs-right.preview_product {
	font-family: 'Bricolage Grotesque';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 25px;
    padding: 7px 24px;
    position: relative;
    border: none;
}


/*** Footer ***/
#footer-container-main .container {
	padding: 0 24px;
}
#footer .block-iqithtmlandbanners-html .block-title {
	display: none;
}
#footer .block-iqithtmlandbanners-html p {
	font-size: 16px;
    line-height: 20px;
}
#footer .block-iqithtmlandbanners-html img {
	display: block;
	margin: auto; 
}
#footer .block-iqithtmlandbanners-html .block-content {
	max-width: 285px;
}
#footer .block-title {
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
	font-weight: 600;
}
#footer .block-links ul>li a {
	font-size: 16px;
	padding-left: 0;
	line-height: 20px;
}
#footer .block-links ul>li a:before {
	display: none;
}
#footer-copyrights .copyright-txt>p:last-child {
	font-weight: 300;
    line-height: 25px;
    text-transform: capitalize;
    color: #FFFFFF;
}
#footer .social-block {
	display: inline-flex;
    gap: 5px;
}
#footer .social-block i.fab {
    font-weight: 400;
    border: 1px solid #fff;
    padding: 3px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#back-to-top.-back-to-top-visible {
    width: 38px;
    height: 38px;
}
#back-to-top .fa-angle-up {
    font-size: 20px;
}


/*** Responsive ***/
@media (max-width: 320px) {
	#wrapper .product-miniature-default .product-add-cart .add-to-cart {
		font-size: 12px;
        padding: 7px 6px;
	}
	#wrapper .product-miniature-default .input-group-add-cart .input-qty {
		font-size: 15px;
		max-width: 28px;
	}
	
}
@media (min-width: 321px) {
	#wrapper .product-miniature-default .product-add-cart .add-to-cart {
		font-size: 13px;
        padding: 7px 10px;
	}
	
}
@media (max-width: 479px) {
	#content-wrapper .ets_mp_tabs a.tab_link.active, #content-wrapper .ets_mp_tabs a.tab_link :hover {
		background: #D9D9D9;
		border-color: Transparent;
	}
	
}
@media (min-width: 481px) {
	#wrapper .product-miniature-default .product-add-cart .add-to-cart {
        font-size: 16px;
        padding: 7px 20px;
    }
	
}
@media (min-width: 600px) {
	#wrapper .product-miniature-default .product-add-cart .add-to-cart {
        padding: 7px 24px;
    }
	
}
@media (max-width: 480px) {
	#wrapper .products-grid .product-miniature-default .product-description {
		padding: 15px 10px;
	}
	
	
}
@media (max-width: 767px) {
	#wrapper .block-height > .elementor-container {
        min-height: auto;
    }
	#wrapper .serviceblock .elementor-widget-image-box .elementor-image-box-wrapper {
		text-align: center;
	}
	.ets_mp_shop_main_detail .block-seller-inner .product.product_review_shop {
		max-width: initial;
	}
	#content-wrapper .page-title, #content-wrapper .page-header h1, .block-seller-inner h1.h1, #seller-register-form h3, #js-shop-list-top h4 {
		font-size: 28px;
	}
	.featured-products.ets_market_products .follow-title {
		font-size: 24px;
	}
	
}
@media (max-width: 991px) { 
	#mobile-cart-toogle .fa-shopping-bag::before {
		content: '';
		background: url(/themes/warehousechild/assets/img/carticon-mobile.svg);
		width: 30px;
		height: 30px;
		display: block;
		background-size: 28px;
		background-repeat: no-repeat;
	}
	#mobile-btn-search a.m-nav-btn .fa-search:before {
		content: '';
		background: url(/themes/warehousechild/assets/img/searchicon-mobile.svg);
		width: 30px;
		height: 30px;
		display: block;
		background-size: 28px;
		background-repeat: no-repeat;
	}
	#mobile-header .col-mobile-btn-account .fa-user:before {
		content: '';
		background: url(/themes/warehousechild/assets/img/usericon-mobile.svg);
		width: 30px;
		height: 30px;
		display: block;
		background-size: 28px;
		background-repeat: no-repeat;
	}
	#mobile-header .mobile-buttons-bar .fa-bars:before {
		content: '';
		background: url(/themes/warehousechild/assets/img/barsmenu.svg);
		width: 24px;
		height: 20px;
		display: block;
		background-size: 24px;
		background-repeat: no-repeat;
	}
	#mobile-header .mobile-main-bar {
		padding: 5px 0;
	}
	#mobile-header .mobile-buttons-bar {
		padding: 0;
	}
	
	
	
}
@media (min-width: 768px) {
	#wrapper .swiper-container-wrapper {
		margin-right: -145px;
	}
	#wrapper .producttechno .swiper-container-wrapper {
		margin-right: -35px;
	}
	#wrapper .elementor-brands-carousel {
		padding-right: 32px;
	}
	#content-wrapper .page-title, #content-wrapper .page-header h1, .block-seller-inner h1.h1, #seller-register-form h3, #js-shop-list-top h4 {
		font-size: 32px;
	}
	.featured-products.ets_market_products .follow-title {
		font-size: 26px;
	}
		
}
@media (min-width: 992px) {
	#header .desktop-header-style-2 .col-header-center .search-widget {
		max-width: 90%;
	}
	#header .cbp-hrmenu > ul > li:not(:last-child) {
		margin-right: 20px;
	}
	
}
@media (min-width: 1025px) {
	
	
}
@media (min-width: 1100px) {
	#header .desktop-header-style-2 .col-header-center .search-widget {
		max-width: 80%;
	}
	#header .cbp-hrmenu > ul > li:not(:last-child) {
		margin-right: 25px;
	}
	
}
@media (min-width: 1200px) {
	#header .cbp-hrmenu > ul > li:not(:last-child) {
		margin-right: 35px;
	}
	#content-wrapper .page-title, #content-wrapper .page-header h1, .block-seller-inner h1.h1, #seller-register-form h3, #js-shop-list-top h4 {
		font-size: 36px;
	}
	.featured-products.ets_market_products .follow-title {
		font-size: 28px;
	}
	
}
@media (min-width: 1300px) {
	#header .desktop-header-style-2 .col-header-center .search-widget {
		max-width: 70%;
	}
	#header .cbp-hrmenu > ul > li:not(:last-child) {
		margin-right: 40px;
	}
	
}
@media (min-width: 1400px) {
	#header .desktop-header-style-2 .col-header-center .search-widget {
		max-width: 65%;
	}
	
}
