/**
Theme Name: Autopartes Cobra
Author: Cointic
Author URI: https://cointic.com.mx/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autopartes-cobra
Template: astra
*/

.content-sticky {
	position: sticky !important;
	top: 40px;
}

/* Header Style */

.ekit-template-content-header .she-header-yes {
	backdrop-filter: blur(5px);
}

.men-had-prin .elementskit-menu-hamburger svg {
	fill: #fff !important;
}
	
/* Estilos boton general */

.btn-gen-new {	
	text-decoration: none !important;
}

/* Estilos de Woocomerce */

.woo-marc-atc {
	width: 100%;
}

.woo-marc-atc .ue-grid-item-woo {
	display: flex;
	padding: 12px 20px;
	flex-direction: column;
	align-items: center;
	background: #fff;
	transition: .3s;
}

.woo-marc-atc .uc_title a {
	text-decoration: none !important;
}


.woo-marc-atc .uc_post_grid_style_one_image {
	width: 100px !important;
}

.woo-marc-atc a:focus {
	outline: none;
}

.woo-marc-atc .ue-grid-item-woo:hover {
	border-color: #E2D338 !important;
}

.woo-marc-atc .ue-grid-item-woo:hover .uc_title a {
	color: #2D3920 !important;
}

.prin-grid-atc .add_to_cart_button {
	display: none !important;
}

.prin-grid-atc a {
	text-decoration: none !important;
}

.prin-grid-atc a:focus {
	outline: none;
}

/* Estilos de productos */
.woo-sli-prin .image-hover-wrap {
	display: none !important;
}

.woo-sli-prin .product-details-wrap {
    flex: 1 0 auto;
    align-content: center;
}

.woo-sli-prin .woocommerce-LoopProduct-link {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
}

.woo-sli-prin .swiper-slide {
	height: 100% !important;
}

.woo-sli-prin .eael-product-carousel {
	height: 100% !important;
	display: flex;
    flex-direction: column;
}

.cat-ind-prin:hover .img-cat-prin {
	scale: 1.2;
}

.prod-stc {
	position: sticky;
    top: 130px;
}

/* Estilos tienda productos */

.product-tienda-cobra .woocommerce-LoopProduct-link img {
	border-radius: 15px !important;
}

.product-tienda-cobra .shopengine-wishlist {
	display: none !important;
}

.product-tienda-cobra .shopengine-quickview-trigger {
	display: none !important;
}

.product-tienda-cobra .add_to_cart_button {
	display: none !important;
}

.product-tienda-cobra .shopengine_comparison_add_to_list_action {
	display: none !important;
}

/* Estilos de productos de ofertas */

.product-promo .woocommerce-LoopProduct-link img {
	border-radius: 15px !important;
}

.product-promo .button-wrap {
	display: none !important;
}

/* Estilos de formularios */

.form-style {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 15px;
}

.form-style  p {
	margin-bottom: 10px;
}

.form-style label {
	font-family: 'Poppins';
    font-size: 17px;
    font-weight: 500;
}

.form-style span {
	margin-top: 5px;
    margin-bottom: 10px;
}

.med-input {
    width: 48%;
}

.med-input input {
	padding: 25px !important;
    border-radius: 10px;
    font-family: 'Poppins';
    font-weight: 300;
	font-size: 17px;
}

.med-input input:focus {
	border-style: solid;
    border-color: #E2D338 !important;
}

.com-input {
    width: 100%;
}

.com-input textarea {
	padding: 25px !important;
    border-radius: 10px;
    font-family: 'Poppins';
    font-weight: 300;
	height: 180px;
	max-width: 100% !important;
	min-width: 100% !important;
	font-size: 17px;
}

.com-input textarea:focus {
	border-style: solid;
    border-color: #E2D338 !important;
}

.com-input input {
	padding: 25px !important;
    border-radius: 10px;
    font-family: 'Poppins';
    font-weight: 300;
	font-size: 17px;
}

.com-input input:focus {
	border-style: solid;
	border-color: #E2D338 !important;
}

.form-style .wpcf7-not-valid-tip {
	font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}

.btn-input {
    width: 100%;
}

.btn-input input {
	border-radius: 0px;
    background: #f3f3f3;
    border-left: 5px solid #ded037;
    font-family: 'Poppins';
    font-size: 15px;
    transition: .3s;
}

.btn-input input:hover {
	background: #2D3920 !important;
    border-left: 5px solid #2D3920;
	color: #fff;
}


/* Buscador de productos */

.fibo-fil-cobra .dgwt-wcas-sf-wrapp {
	padding: 0px 0px;
	background: #ffffff !important;
	border-radius: 25px !important;
}

.fibo-fil-cobra .dgwt-wcas-ico-magnifier {
	position: relative !important;
	top: -12px !important;
}

.fibo-fil-cobra .dgwt-wcas-search-input {
	padding: 13px 24px 13px 58px !important;
	border: 0px solid transparent !important;
	font-family: Poppins, sans-serif !important;
    background-color: #ffffff00 !important;
	transition: .3s !important;
}

.fibo-fil-cobra .dgwt-wcas-search-input:hover {
	transition: .3s !important;
	background-color: #e2d3387a !important;
}

.fibo-fil-cobra input[type=search]:focus {
	border-color: #e2d3387a !important;
    background: #e2d3387a !important;
}

.filter-quick .shopengine-archive-view-mode-switch {
	margin-right: 5px;
}


/* Filtro de categorias Check Box */

.filter-cobra-per .wpc-filter-title {
	font-size: 24px;
    font-family: 'Poppins';
    font-weight: 500;
	padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
}

.filter-cobra-per .wpc-filters-section {
	padding: 20px;
    border: 1px solid #F2F2F2;
    border-radius: 15px;
}

.filter-cobra-per .wpc-filters-main-wrap li.wpc-term-item input[type=checkbox] {
	height: 15px;
    width: 15px;
}

.filter-cobra-per input[type="checkbox"]:checked {
	accent-color: #E2D338 !important;
}

.filter-cobra-per .wpc-term-item-content-wrapper a {
	font-size: 16px;
}

.filter-cobra-per .wpc-filter-link {
	color: #2D3920 !important;
}

.filter-cobra-per .wpc-term-image-wrapper {
	width: 45px !important;
    min-width: 45px !important;
    background: #fff !important;
}

@media (max-width: 767px) {
	
	.med-input {
    	width: 100%;
	}
	
	.form-style {
		margin-left: 0px;
	}
	
	.prod-stc {
		position: relative;
   		top: 0px;
	}
	
	.men-had-prin .active {
		height: 100vh !important;
	}

}