/*
Theme Name: Juguetería Mikis
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.25.2.1718992056
Updated: 2024-06-21 17:47:36

*/
#main-content .container:before {
	width:0
}
.clearfix::after {
	content:none
}
#tab-description h2, ul.children, .cat-item-17, .cat-item-111, #woocommerce_product_categories-5 {
	display: none
}
.current-cat ul.children, .current-cat-parent ul.children {
	display:block
}
#woocommerce_product_categories-4 {
	margin-bottom: 0
}
#encabezado-mikis {
	display: grid;
	grid-template-columns: 30% 70%;
	padding-top: 8px;
}
#logo-ppal {
	padding-left: 10px;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	padding-bottom: 10px;
}
#logo-ppal img {
	max-width:75%
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background-color: transparent;
	position: relative;
 	left: -23px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	font-size: 13px;
	font-family: 'montserrat';
}
#sidebar .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	padding:0;
	padding-left:40px
}
#sidebar .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	left: 16px;
 	top: 8px;
}
#sidebar .dgwt-wcas-search-form {
	width: 93%
}
.woocommerce #content-area {
	display: grid;
  	grid-template-columns: 20% 80%;
	gap:30px
}
.woocommerce #sidebar {
	width:100%;
	float:none;
	order: 1;
	background-color: #00529c;
  	padding: 20px;
  	border-radius: 30px;
  	margin-bottom: 20px;
	color: #ffffff
}
.woocommerce #sidebar li {
	border-bottom: 1px solid #ffffff
}
.woocommerce #sidebar li:last-of-type {
	border-bottom: 0 !important
}
.woocommerce #sidebar li:before, .woocommerce #sidebar ul.children li:before {
	content:"\f138";
	display: inline-block;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	margin-right:5px
}
.woocommerce #sidebar a {
	color: #ffffff;
	font-size:12px;
	font-weight:200;
	text-transform: uppercase
}
.woocommerce #left-area {
	width:100%;
	float:none;
	order: 2
}
.related h2.woocommerce-loop-product__title {
	font-size: 15px !important
}
.woocommerce .woocommerce-loop-product__title {
	background-color: #fd0;
	padding: 10px !important;
	min-height:50px;
	border-radius: 0 0 15px 15px;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	margin: 0 !important
}
.et_shop_image {
	display:block;
	overflow:hidden;
	height:auto;
	aspect-ratio: 1 / 1;
	background-color: #ffffff
}
.et_shop_image img {
	transition: all 1s ease
}
.et_shop_image img:hover {
	transform: scale(1.2)
}
#sidebar .widgettitle {
	color: #ffffff;
}
.woocommerce #sidebar .current-cat>a {
	font-weight: bold
}

@media only screen and (max-width:768px) { 
	#woocommerce_product_categories-2 {
		display:none
	}
	#woocommerce_product_categories-5 {
		display:block
	}
	.woocommerce #content-area, #encabezado-mikis {
		grid-template-columns:100%
	}
	#busqueda {
		order:1
	}
	#busqueda .dgwt-wcas-sf-wrapp {
		left:0;
	}
	#logo-ppal {
		order:2;
		justify-content: center;
	}
	#logo-ppal a {
		display: flex;
    	justify-content: center;
	}
	#logo-ppal img {
		max-width:50%
	}
}