/*
Theme Name: Pont des Arts Mon Amour by WAMI
Author: WAMI Concept
Author URI: http://www.wami-concept.com
Version: 1.0.0
Text Domain: wami
*/

.woocommerce-page #primary
{
	max-width:1024px;
	padding:15px;
}

#primary
{
	width:1024px;
	max-width:100%;
}

.woocommerce div.product .woocommerce-tabs .panel
{
	display:inline-block;
	background:#fafafa;
	padding:0px 10px;
}

.woocommerce-cart-form .product-name a
{
	color:black !important;
}

.lien_commander_cadenas {
    position: relative;
    font-family: montserratlight;
    color: #fff;
    font-size: 12px;
    padding: 10px 40px 10px 20px;
    background-color: #fb6262;
    border-radius: 3px;
    border: none;
    -webkit-transition: background .25s;
    transition: background .25s;
}

.lien_commander_cadenas:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 23px!important;
    display: inline-block;
    height: 10px;
    width: 5px;
    background: url('assets/img/arrow_next-SM-white.png');
}

.woocommerce-page .type-product
{
/*
	background:rgba(255,255,255,0.7);;
	padding-bottom:10px;
*/
}

.woocommerce div.product div.images .flex-control-thumbs li
{
	width:20%;
}

.commande_bloc_x2 img
{
	max-height:310px;
	object-fit:contain;
}

h2.woocommerce-loop-product__title
{
	color:black;
}

li.product.type-product
{
	text-align:center;
}

#sidebar-shop
{
	margin-left:15px;
	align-self:flex-start;
	background:#fafafa;
	padding:15px;
}

.single.single-product .posted_in a
{
	color:black;
}

.single.single-product button.button.alt
{
	background-color:#ebe9eb;
	color:black;
}

.single.single-product button.button.alt:hover
{
	background-color:#dad8da;
}