/**
Theme Name: Rysh
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: rysh
Template: astra
*/

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

/* Imagen escalada*/*/
.image-hover-scale {
	overflow:hidden;
}

.image-hover-scale img {
	transition: opacity 1s ease 0s, transform 1s ease 0s;
	backface-visibility: hidden;
}

.image-hover-scale:hover .translate-horizontal img {
	/*transform: scale3d(1.1, 1.1, 1);*/
	transform: translate(-80px, -22px);
}

.image-hover-scale:hover .translate-vertical img {
	transform: translate(-10px, -20px);
}

.image-hover-scale:hover .translate-horizontal-large img {
	transform: translate(-80px, 0px);
}

.image-hover-scale:hover .translate-vertical-large img {
	transform: translate(0px, 35px);
}

.image-hover-scale:hover .cat-title {
	background: #ffff;
	border: 1px solid #ffff;
}

.image-hover-scale:hover .cat-title .elementor-heading-title {
	color: black !important;
}

.conocenos-blur-content {
	backdrop-filter: blur(10px);
}

/* Area de categorías */

.cat-home-conten .cat-home-info {
    transform: translateY(55px);
    opacity: 0;
    transition: .4s;
	backdrop-filter: blur(5px);
}

.cat-home-conten:hover .cat-home-info {
	transform: translateY(0px);
    opacity: 1;
	transition: .4s;
}

.cat-home-info .cat-home-title a {
	text-decoration: none !important; 
}

/* Estilos de productos */

.grid-product .image-hover-wrap {
	display: none !important;
}

.grid-product .product-details-wrap {
	display: flex;
	flex-direction: colum-reverse;
	flex-wrap: wrap;
}

.grid-product .eael-product-price {
	width: 100%;
}

.grid-product .woocommerce-LoopProduct-link {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
}

.grid-product .attachment-medium {
	width: 80% !important;
}

.grid-product .eael-star-rating {
	width: 100% !important;
}

.grid-product .star-rating:before {
	width: 100% !important;
}

/* Formulario */

/* Estilos de formulario */

.form-contac {
	display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.input-contac {
	width: 48%;
    padding-top: 15px;
}

.input-contac input {
	padding: 25px 0px 25px 20px !important;
	font-size: 15px !important;
	font-family: "Now Bold", Sans-serif;
	font-weight: 300;
    border: solid 1px #E6E6E6 !important;
	border-radius: 5px;
	background: #FFFF;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]):focus{
    border: solid 1px #84BD00 !important;
}

.textarea-contac{
	padding-top: 25px;
    width: 100% !important;
}

.textarea-contac textarea{
	min-height: 150px !important;
	width: 100% !important;
	height: 200px !important;
	font-weight: 300;
	font-family: "Now Bold", Sans-serif; !important;
	font-size: 15px !important;
    border: solid 1px #E6E6E6 !important;
	border-radius: 1px;
	background: #FFFF;
}

.wpcf7 textarea.wpcf7-form-control:focus{
	border: solid 1px #84BD00 !important;
}

.botton-contac{
	width: 100%;
    padding-top: 10px;
}

.botton-contac input[type="submit"] {
    background-color: #02010100;
	text-align: center;
    font-family: "Now Bold", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
	transition: .6s;
	padding: 15px 40px 15px 30px;
	color: black;
	border: solid 1px black !important;
}

.botton-contac input[type="submit"]:hover {
	background-color: #84BD00;
	transition: .6s;
	color: #ffff;
	border: 1px solid #84BD00 !important;
}

.woocommerce-js h2 {
	margin: 0px !important;
}

/* Buscador de productos */

.fibo-fil-rysh .dgwt-wcas-sf-wrapp {
	padding: 10px 0px;
}

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

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

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

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

/* Productos de tienda */

.product-rysh .archive-product-container {
	border-radius: 15px;
}

.product-rysh .shopengine_add_to_list_action {
	display: none !important;
}

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

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

.product-rysh .product_type_simple {
	display: none !important; 
}

.product-rysh .price {
	display: none !important;
}

.product-rysh .star-rating {
	font-size: 18px !important;
}

.product-rysh .woocommerce-loop-product__title {
	padding-bottom: 12px !important;
}

.product-rysh .shopengine-product-rating-review-count {
	font-size: 18px !important;
} 

.product-rysh .attachment-woocommerce_thumbnail {
	width: 80% !important;
}

.product-rysh .woocommerce-LoopProduct-link {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
}

.product-rysh .woocommerce-loop-product__title {
	width: 100% !important;
}

/* Filtro de categorias Check Box */

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

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

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

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

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

.filter-rysh-per .wpc-filter-link {
	color: #84BD00 !important;
}

.carr-rysh .shopengine-footer-button {
	background: #fff !important;
	border: 1px solid #000 !important;
}

.carr-rysh .shopengine-footer-button:hover {
	background: #84bd00 !important;
	border: 1px solid #84bd00 !important;
}

.cart-tot-rysh .checkout-button {
	margin-bottom: 15px !important;
}

.order-rysh {
	height: 400px;
	position: relative;
}

.order-rysh:before {
    content: "";
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0px;
    filter: opacity(0.5);
}

.ast-article-post .post-thumb-img-content img {
	 object-fit: contain;
}

.ast-separate-container .ast-blog-layout-4-grid .ast-article-inner {
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C9C9C9;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none !important;
	font-family: 'Now Bold';
	position: relative;
}

.ast-archive-entry-banner {
	position: relative;
}

.ast-archive-entry-banner:before {
	content: "";
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    filter: opacity(0.5);
    z-index: 0;
}

.grid-product .product-details-wrap {
	justify-content: center;
}

.check-rysh .product-name img {
	max-width: 35% ;
}

.check-rysh .product-name {
	flex-direction: column;
	align-items: flex-start !important;
}

.ast-container {
	z-index: 2;
}

/* Estilos de producto Tiktok */
.tiktok-style-product .tiktok-embed {
	margin: 0px !important; 
}

.tiktok-style-product .blockquote {
	margin: 0px !important;
	border: none !important;
}

.rysh-tiktok {
	display: flex;
    justify-content: center;
}

.tiktok-med {
	display: none;
}

/*Offcanvas header */
.ekit-sidebar-widget {
	z-index: 9999;
    height: 100vh;
}

/* Galeria de proyectos */

.galery-proyect a.ha-justified-grid__item.ha-js-lightbox {	
    text-decoration: none;
}

.galery-proyect a.ha-justified-grid__item.ha-js-lightbox::after {
    content: '';
    position: absolute !important;
    inset: 0;
    border-radius: 0;
    background-color: #66116D;
    opacity: 0;
    transition: 0.4s ease;
    transform: scale(0.5);
}

.galery-proyect a.ha-justified-grid__item.ha-js-lightbox:hover::after {
	opacity: 0.7;
	transform: scale(1);
}

.galery-proyect .caption {
	opacity: 1 !important;
	position: absolute !important;
	width: 90% !important;
	text-align: center; 
	animation: haSmoothReveal 0.5s forwards !important;
	z-index: 99;
	margin: 20px auto !important;
	border-radius: 5px;
}

@media (max-width: 1024px) and (min-width: 768px) {
	.she-header .elementskit-menu-container {
		height: 100vh !important;
	}
}

@media (max-width: 767px) {
	.input-contac {
		width: 100%;
		padding-top: 20px !important;
		display: flex;
    	justify-content: center;
    	flex-direction: column;
	}
	
	.botton-contac input[type="submit"] {
		padding: 15px 65px 15px 65px;
		width: 100%;
	}
	
	.she-header .elementskit-menu-container {
		height: 100vh !important;
	}
	
	.tiktok-com {
		display: none;
	}
	
	
	.tiktok-med {
		display: block !important;
	}
}
