/*!
Theme Name: Bloxic
Theme URI: https://themexriver.com/wp/bloxic/
Author: themexriver
Author URI: https://themeforest.net/user/themexriver
Description: Bloxic - Furniture Store WooCommerce Theme
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bloxic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bloxic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
    --main-color: #149C9B;
}
.price {
    display: none !important;
}
.qty-spinner, .quantity-box {
	display: none !important;
}
.image .social-box {
	display: none !important;
}
section.page-title {
	display: none !important;
}
span.plus.flaticon-plus {
    display: none !important;
}
.options-box .option-list {
	display: none !important;
}
.shop-item .image img {
    height: 250px !important;
    object-fit: contain !important;
}
.shop-item h6 {
    text-transform: none !important;
    text-align: center !important;
	min-height: 72px !important;
	font-size: 14px !important;
}
.main-slider .sale-box {
    right: 85px !important;
}
.elementor-1018 .elementor-element.elementor-element-d9154f2 .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: #149C9B !important;
} 
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select, .contact-form .form-group .ui-selectmenu-button.ui-button, .contact-form .form-group textarea {
	border: 1px solid #149C9B !important;
}
ul.filter-tabs {
    /* display: none; */
    opacity: 0;
}
.hover-box.style-two {
    opacity: 0 !important;
}
.hover-box {
    opacity: 0;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-f21f11c.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no {
    overflow: visible;
} 
.filter-box {
    display: none !important;
}
.shops-outer .page-description {
	display: none !important;
}
.partenaire img {
    height: 130px !important;
    width: 100% !important;
    object-fit: contain !important;
}
.img-apro-1 img, .wp-image-1484 {
	height: 445px !important;
	object-fit: cover !important;
}
.img-apro-2 img ,.wp-image-1454 {
	height: 430px !important;
	object-fit: cover !important;
}

.elementor-67 .elementor-element.elementor-element-dc499c6 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-67 .elementor-element.elementor-element-dc499c6 .elementor-swiper-button.elementor-swiper-button-next {
    position: relative;
    width: 85px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: var(--white-color);
    font-family: "flaticon";
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: var(--black-color);
	transform :translateY(-100%);
	left : 76% !important;
	
}
.elementor-element.elementor-element-dc499c6 .elementor-swiper-button.elementor-swiper-button-next {
    background: #149c9b !important;
}
.elementor-image-carousel.swiper-wrapper {
    max-height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
	.elementor-67 .elementor-element.elementor-element-dc499c6 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-67 .elementor-element.elementor-element-dc499c6 .elementor-swiper-button.elementor-swiper-button-next { 
		left : 0!important;
	}
	section.main-slider h1 {
		font-size: 22px !important;
		line-height: 1.7 !important;
		padding-right: 10px !important;
	}
	.shop-item .image {
		background-color: transparent !important;
	}
	.content-box {
		display: none !important;
	}
}