
.table_content td
{
    white-space: nowrap;
}
.table_content .left:nth-child(2)
{
    width: 32%;
    text-align: left;
    white-space: normal;
}
.d-none{
    display:none !important;
}
.cart__details .input-group{
    display: flex;
    justify-content: center;
}
.cart__details .form-control{
    background: #F5F3F3;
border: 0.0625rem solid #E9EAEB;
 
font-size: 1rem;
line-height: 1.125rem;
color: #101112;
height: 2.5rem;
width: 2.5rem;
text-align: center;
outline: none;
-webkit-border-radius: 0;
border-radius: 0;
border-left: none;
border-right: none;
}
.cart__details  .input-group-prepend{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 0.0625rem solid #E9EAEB;
    cursor: pointer;
}

/* .swiper-slide-fancy {
	position: relative;
}
.swiper-slide-fancy::after {
	background: #fff url(/local/templates/template_2019/include/img/icons/search.svg) no-repeat center center;
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 4px #f28d00;
} */

/*# sourceMappingURL=new.css.map */