/*
Theme Name: Dukaken Child Theme
Theme URI: https://dukaken.g5plus.net/
Author: G5 Theme
Author URI: https://themeforest.net/user/g5theme
Description: Child theme for Dukaken Theme
Version: 1.0.0
Template: dukaken
Text Domain: dukaken-child
*/
.button-red-header{
	background-color: #cf1047;
	color: #fff;
	height: 100%;
	padding: 30px 20px;
}
.button-red-header:hover{
	background-color: #474646;
}
.product-form{
	background-color: #000000;
    padding: 30px;
}
.product-form h5{
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
}
.product-form label, .product-form p{
	margin-bottom: 0 !important;
	width: 100%;
}
ul{
	list-style: none;
}
.woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
    max-width: inherit;
}
.woocommerce-product-details__short-description ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #cf1047;
}
.woocommerce div.product div.images img{
	width: auto;
}
.woocommerce div.product div.images a{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 60px;
}
#woocommerce_product_categories-2{
	    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
mark{
	display: none;
}