.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: 100%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	max-width: 100%;
}

#plateau-form .choise-order-title {
	margin-bottom: 30px;
}

#plateau-form .plateau-step-1 {
	justify-content: center;
}

#plateau-form > .steps > ul > li {
	width: 33.33%;
}

.plateau-item-btn, .nb-item-btn {
    margin-bottom: 30px;
	padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #4C7C6C !important;
    /* line-height: 50px; */
    vertical-align: middle;
    display: block;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%);
    transition-duration: .4s;
    border-radius: 5px;
    overflow: hidden;
}

.block-plateau-item:hover .plateau-item-btn, .block-plateau-item:hover .nb-item-btn {
    color: #fff !important;
    background: #4C7C6C;
    font-size: 18px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
    margin-top: -5px;
}

#plateau-form ul.products li.product {
	margin-bottom: 30px;
}

#plateau-form ul.products li.product .add_product {
	height: 100%;
}

#plateau-form .cat-title {
    margin-bottom: 15px;
    display: block;
}

.product span.remove-product {
    cursor: pointer;
}

#plateau-form .display-plateau-2 {
    margin-bottom: 20px;
}

#plateau-form .block-qty {
    background: #4C7C6C;
    padding: 20px;
    margin-bottom: 19px;
    color: #fff;
}

#plateau-form .qty_input1, #plateau-form .qty_input2 {
    min-width: 200px;
}