/*
Theme Name: Dunker Child
Theme URI: https://dunker.qodeinteractive.com
Description: A child theme of Dunker
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: dunker
Template: dunker
*/

/*=== Navbar ===*/
#qodef-page-header .qodef-header-logo-link img{margin:auto 20px!important;}

div.envios-en-producto{display:block!important;}
div.envios-en-producto>ul{list-style:none!important;}

header.woocommerce-products-header div.term-description{
	font-family:Yantramanav,sans-serif;
	font-size:14px;font-weight:900;
	text-transform:uppercase;
	padding:20px 40px;
	background-color:#000;
	color:#fff;
}

@media screen and (max-width:768px){
	header.woocommerce-products-header div.term-description{text-align:center;}
}

div.woocommerce-message{display:none;}

/*=== Categoria productos ===*/
div.qodef-woo-product-list ul.products li.product-category{outline:unset!important;}
div.qodef-woo-product-list ul.products li.product-category a{display:block!important;}
div.qodef-woo-product-list ul.products li.product-category a h2.woocommerce-loop-category__title{
	color:#fff;
	background-color:#000;
	padding:10px 40px;
	font-family:Yantramanav,sans-serif;
	font-weight:700;
	text-transform:uppercase;
	font-size:17px;
	line-height:1.1764706em;
	position:absolute;
	bottom:40px;
	left:50%;
	transform:translateX(-50%);
}
div.qodef-woo-product-list ul.products li.product-category a img{width:100%!important;}

/*=== Checkout ===*/
body.woocommerce-checkout ul#shipping_method li:last-child label{font-weight:900!important;}