.woocommerce ul.product_list_widget li>div{
	display:inline-block;
	width: 50%;
}
.woocommerce.single.single-product div.product.bought form.cart{
	width: 100%;
}
.entry-summary form input {
    background: #e7e7e7;
    border: 0px;
    height: 32px;
}
.entry-summary form button.button {
    display: inline-block;
    padding: 1.7px 10px;
    float: none;
    width: auto;
    background: #e7e7e7;
    color: #8f8f8f;
    margin-top: 0px;
    font-size: 14px;
    line-height: inherit;
    height: auto;
    border-radius: 0px;
    width: 70%;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.woocommerce.single.single-product .entry-summary form button.button.alt{
    background: #e24545;
}
.woocommerce.single.single-product .entry-summary form button.button.alt:before{
	transition: all ease-in-out 0.3s;
}
.woocommerce.single.single-product .entry-summary form button.button.alt:hover:before {
    color: #efefef!important;
}
.woocommerce.single.single-product div.product.bought form.cart {
    margin-bottom: 0px;
}
.product_list_widget.lists_product>li:not(:last-child){
	padding-bottom: 30px;
	border-bottom: 2px solid black;
}
.bought_together_text{
    font-size: 20px;
    font-weight: bolder;
}