/*!
Theme Name: UNICORN TRAUMA
Theme URI: https://www.unicorn-trauma.be
Author: BLURPS DESIGN MADNESS
Author URI: https://www.blurps.be
Description: Description
Version: 1.0.8
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unicorn-trauma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* MODIF UNICORN TRAUMA */

.icon {
    width: 20px;
    height: 20px;
	fill: #fff;
    stroke: #fff;
}

.wc-forward{
	display: none !important;
}

.cardPicture img{
	width: 50px;
	height: auto;
}

.cart-product-img img{
	width: 100px;
	height: auto;
}

.table-responsive{
	overflow-x: hidden !important;
}

.woocommerce-message{
	border-top: none;
	background: #f5f3f4;
	border-radius: 15px;
	text-transform: uppercase;
}

.woocommerce-message::before{
	color: #000;
}

ul {
    list-style-type: none;
}

.titreSinglePost{
	color: #fff;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top:50%;
	margin-top: -40px;
	font-size: 80px;
}

li::marker {
	display: none !important;
}

ol.flex-control-nav, ol.flex-control-thumbs {
    list-style-type: none;
}



@media (max-width: 767px) {
	
	a.custom-logo-link{
		display: block;
		position: relative;
		width: 100%;
		height: 86px;
		text-align: center;
	}
	
    .ml-logo {
		display: block;
		position: absolute;
		width: 77px;
		height: 66px;
		top: 10px;
        left: 50%;
		margin-left: -34px;
    }
	
	.navbar-toggler{
		display: block;
		width: 100%;
		margin-right: 0 !important;
		background-color: rgba(255, 255, 255, 1) !important;
		border: 0px !important;
		padding: 15px 0 !important;
	}
}