.total
{
white-space:nowrap;
}
.content_basket .prop, .table .prop
{
font-size: 12px;
	white-space: nowrap;
	color: #313131;
	display:block;
}

.dis-coupon {
	display: none;
}
.shop_coupon {
    position: relative;
}
#clearButton {
    position: absolute;
    right: 20px;
    top: 6px;
    z-index: 10;
    -webkit-appearance: none;
    border: 0;
    background: none;
}
#clearButton:after {
    content: 'x';
}
.discount-code{
  position: relative;  
}
 .discount-code .promocode-error,  .promocode-success  {
     position: absolute;
     bottom:10px;
     font-size:12px;
     
 }
 .discount-code .promocode-error {
    color: #cd0520;
    white-space: nowrap;
 }
 .discount-code .promocode-success {
  color: #28b62c;
 }
.discount-code input, .discount-code button{
    margin-top:0!important;
    margin-bottom: 30px;
}

.wrap-inputs-rassrochka {
    display: none; 
    text-align: center;
}

.wrap-inputs-rassrochka .row {
    margin-bottom: 15px;
}
.wrap-inputs-rassrochka label.input_error {
        display: block;
    color: red;
    font-size: 11px;
}

.tooltip.fade {
    /*position: static !important;*/
    width: 100% !important;
    margin-right: 0 !important;
}
.tooltip-inner {
    width: 100%;
    max-width: 100% !important;  
    background-color: #eb1c53!important;
}
.tooltip.fade * {

    color: white;
    font-weight: bold;
    font-family: Arial;
}
tr.disabled{
    color: #ccc;
}