@charset "utf-8";
/* CSS Document */

#mod_shop_category {
}

/* product */
#mod_shop_category .product {
}

	#mod_shop_category .product h2 {
		color: #e16134;
		font-size: 33px;
		margin-bottom: 20px;
		font-family: 'Rubik', sans-serif;
	}
	#mod_shop_category .product .price {
		font-size: 33px;
		margin-bottom: 20px;
		font-family: 'Rubik', sans-serif;
	}
	#mod_shop_category .product .btn-primary {
		width: 100%;
		margin-bottom: 20px;
		background-color:#e16134;
		border-color: #e16134
	}
	#mod_shop_category .product .btn:hover { background-color: #cd562c }
	
	#mod_shop_category .product .description {
	}

	#mod_shop_category .product .back a{
		font-style: italic;
		color: #142528;
	}
	
	.animation-modal {
		/*width: 1200px;*/
	}
		@media (min-width: 768px) { 
			.animation-modal { width: 730px } 
		}
		@media (min-width: 992px) { 
			.animation-modal { width: 900px } 
		}
		@media (min-width: 1200px) { 
			.animation-modal { width: 1100px } 
		}
		@media (min-width: 1500px) { 
			.animation-modal { width: 1400px } 
		}
	.col-centered{
		float: none;
		margin: 0 auto;
	}
	.btn-product {
		background-color: #e16134;
		color: #FFFFFF;
	}
	.btn-product:hover { color: #FFFFFF; text-decoration: none; background-color: #d15022 } 

/* categoru */
#mod_shop_category .category a {
	display: block;
	border: solid 1px #CCCCCC;
	text-align: center;
	padding: 10px
}
	#mod_shop_category .category a:hover { border: solid 1px #cd562c;}
	#mod_shop_category .category a span {
		font-size: 20px;
	}
	
		
@media only screen and (max-width: 767.98px){
	#mod_shop_category td {
		display: block;
		width: 100%!important;
		padding-bottom: 30px
	}
}

@media (max-width: 575.98px) { 
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
}

@media (max-width: 1199.98px) { 
}