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

/* Apaños ICS */
.featured-products .products article.product-miniature{
	max-width: 19%;
	float: left;
	margin: 4px;
}
.featured-products .products .thumbnail-container {
	height: 475px;
}

.product-flag {
    position: inherit;
    display: inline-block;
}

/* Apaños JE */

/*JE Glow */
.glow {
	-webkit-animation: glow 0.7s ease-in-out infinite alternate;
	-moz-animation: glow 0.7s ease-in-out infinite alternate;
	animation: glow 0.7s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
	from {
		text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e2e600, 0 0 40px #e2e600, 0 0 50px #e2e600, 0 0 60px #e2e600, 0 0 70px #e2e600;
	}
	to {
		text-shadow: 0 0 20px #fff, 0 0 30px #ff5c4d, 0 0 40px #ff5c4d, 0 0 50px #ff5c4d, 0 0 60px #ff5c4d, 0 0 70px #ff5c4d, 0 0 80px #ff5c4d;
	}
}

/* title and subtitle */
.zima-subtitle h1,h2 {
	font-weight: 700;
	letter-spacing: 0.020rem;
}

.zima-subtitle h1 {
	font-size: 3rem;
}
/* image slider */
.zima-mundo {
	background-image: url('https://www.zimatools.com/img/cms/image-slider-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
	font-weight: bold;
	height: 250px;
}

a.zima-blog {
	font-size: 1.5rem;
	color: var(--secondary-color-text);
	background-color: var(--text-color);
}

a.zima-blog:hover {
	color: var(--main-color-text);
	background-color: var(--main-color);
}

.btn-zima-mundo {
	font-size: 1.4rem;
	color: var(--secondary-color);
	font-weight: bold;
	background-color: #ddd;
	text-transform: uppercase;
	width: 180px;
}

.card-footer .btn-zima-mundo {
	width: 100%;
}

.btn-zima-mundo:hover {
	color: var(--secondary-color-text);
	background-color: var(--text-color);
}

/*JE mundo */
div.c1 {
  display: flex;
  flex-wrap: wrap;
}

div.c1 > div {
  flex-grow: 1;
  width: 33%;
}

.btn-mundos {
    background-color: var(--main-color);
    color: var(--main-color-text);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    width: 250px;
    padding-top: 1rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1rem;
    margin: 5px;
}

.btn-mundos:hover {
    background-color: #f26f00;
    color: #ffffff;
}



/* featured products */
section.featured-products .products-section-title {
	color: var(--secondary-color-text);
	background-color: var(--text-color);
	padding: 10px 18px;
}

/* card deck star products */

#card-deck-mundos {
	margin:0;
}

#card-deck-mundos .card {
	margin: 0;
	border: 1px solid var(--border-color);
	line-height:0;
}

#card-deck-mundos .card-body {
	padding: 0;
	flex:none;
}

#card-deck-mundos .card-body ul.carousel-inner {
	margin:0 !important;
}

#card-deck-mundos .card-footer {
	padding:0;
	border:0;
}

#card-deck-mundos .card-footer h2 {
	margin:1px;
}

@media (max-width: 1199px) {
	.featured-products .products .thumbnail-container {
		height: 400px;
	}
}

@media (max-width: 991px) {
	.featured-products .products article.product-miniature{
		max-width: 100px;
	}
	.featured-products .products .thumbnail-container {
		height: 300px;
	}

	.btn-zima-mundo {
		width: auto;
	}
}

@media (max-width: 767px) {
	.featured-products .products article.product-miniature{
		max-width: 100px;
		float: left;
		margin: 4px;
	}
	.featured-products .products .thumbnail-container {
		height: 210px;
	}
	.thumbnail-container .product-description .product-title a {
		font-size: 1.1rem;
		margin: 0;
	}
	.product-flag:nth-child(1) {
		top: 3px;
	}
	.thumbnail-container .product-description .product-price-and-shipping .price {
		font-size: 1.7rem;
	}

	#card-deck-mundos .card-body img {
		max-height:200px;
	}



}
