.basket-container {
    position: relative;
}
.basket-loader{
    background: rgba(255, 255, 255, 0.6) url(../../../public/design/loading-spinner.gif) no-repeat center;
    min-height: 100px;
}
.basket-absolute{
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.basket-cover{
    background: rgba(255, 255, 255, 0.6);
    min-height: 100px;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
}

/* empty basket */
.empty-basket-box{
    text-align: center;
    margin: 100px 0px 100px;
}
.empty-basket-box .txt{
    font-size: 20px;
}
.empty-basket-box .btn{
    margin: 20px auto 0px;
}
@media(max-width: 767px){
    .empty-basket-box .btn{
        float: none;
        display: block;
        margin: 15px 0px 0px;
    }
}

/* basket table */
.table-basket-container{
    margin-top: 30px;
    padding: 10px;
    background: #fbfaf2;
    border: 1px solid #e6d7b9;
}
.table-basket{
    margin: 0px;
    font-size: 18px;
}
.table-basket caption{
    padding: 0px 10px;
    color: #999;
    font-size: 90%;
}
.table-basket td.gray{
    position: relative;
}
.table-basket td.gray::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
}
.table-basket.table>thead>tr>th, 
.table-basket.table>tbody>tr>th, 
.table-basket.table>tfoot>tr>th, 
.table-basket.table>thead>tr>td, 
.table-basket.table>tbody>tr>td, 
.table-basket.table>tfoot>tr>td{
    vertical-align: top;
    border-color: #e6d7b9;
    padding: 10px;
}
.table-basket.table>thead>tr>th, 
.table-basket.table>tbody>tr>th, 
.table-basket.table>tfoot>tr>th{
    color: #505050;
    font-weight: 400;
    font-size: 90%;
    line-height: 20px;
}
.basket-btn-delete-oneitem{
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: #a8a8a7;
}
.basket-btn-delete-oneitem:hover {
    color: #e30613;
    text-decoration: none;
}
.basket-img-box{
    display: inline-block;
}
.basket-img{
    max-height: 100px;
    max-width: 80px;
    background: #fff;
}
.basket-name{
    text-align: left;
    text-transform: none;
    font-size: 16px;
}
@media (min-width: 992px) {
    .basket-name{
        width: 250px;
    }
}

.basket-price{
    white-space: nowrap;
    text-align: right;
}
.basket-shipping-price{
    white-space: nowrap;
    text-align: right;
    font-size: 12px;
}
.basket-shipping-mode-container{
    margin-top: 10px;
    background: #fff;
    font-size: 14px;
    padding: 5px 10px;
}
.basket-shipping-mode-container .radio+.radio,
.basket-shipping-mode-container .radio{
    margin: 4px 0px 0px;
}
@media (min-width: 992px){
    .basket-shipping-mode-container{
        width: 260px;
    }
}
.table-basket td.gray .basket-shipping-mode-container{
    position: relative;
    z-index: 2;
}
.basket-shipping-mode-container .radio label{
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
}
.basket-shipping-mode-container .radio input[type="radio"]{
    margin-top: 3px;
}
@media (max-width: 767px) {
    .basket-shipping-mode-container .radio label{
        white-space: normal;
        font-size: 12px;
        line-height: 16px;
    }
    .basket-shipping-mode-container .radio input[type="radio"]{
        margin-top: 2px;
    }
}
.basket-shipping-mode-container .container-shipping-place{
    padding-left: 20px;
}
.basket-shipping-mode-container .container-shipping-place .radio label{
    white-space: normal;
}

.basket-shipping-mode-container .mobileservice-plusinfo-container{
    padding-left: 20px;
}



.basket-quantity{
    line-height: 0px;
    font-size: 0px;
    text-align: right;
    width: 96px;
}
.basket-quantity input[type="text"] {
    float: left;
    width: 50px;
    line-height: 20px;
    padding: 9px 0px;
    border: 1px solid #fcde66;
	border-radius: 9px;
    text-align: center;
    font-size: 20px;
    margin: 0px 6px 0px 0px;
}
.basket-quantity .bi{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #231f20;
    background: #fcde66;
    font-size: 25px;
    transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer;
	position: relative;
	border-radius: 9px;
}
.basket-quantity .bi:focus,
.basket-quantity .bi:hover{
    color: #fcde66;
    background-color: #255c64;
}
.table-basket td.gray .basket-quantity .bi{
    position: relative;
    z-index: 2;
}
.basket-text-error{
    color: #e30613;
    text-align: right;
    font-size: 16px;
}
@media (max-width: 767px) {
    .basket-text-error{
        text-align: left;
        font-size: 14px;
    }
}
@media (min-width: 1200px) {
    .basket-right-container{
        width: 150px;
        float: right;
    }
}
.basket-sub-total{
    text-align: right;
}
.basket-sub-total .right{
    width: 100px;
    display: inline-block;
    white-space: nowrap;
}
.basket-sub-total .btn-box{
    margin: 10px 0px 0px;
}
.basket-sub-total .btn-box .btn{
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 767px){
    .basket-sub-total{
        text-align: center;
    }
    .basket-sub-total .right{
        width: auto;
        margin-left: 5px;
    }
}
.basket-all-amount{
    text-align: right;
    padding: 0px 20px;
    line-height: 30px;
    margin: 30px 0px;
    font-size: 18px;
}
.basket-all-amount .right{
    width: 100px;
    display: inline-block;
    white-space: nowrap;
}
.basket-all-amount .btn-box{
    margin: 10px 0px 0px;
}
.basket-all-amount .btn-box .btn{
    padding: 15px 25px;
    font-size: 20px;
    line-height: 20px;
	border-radius: 25px;
}
@media (max-width: 767px){
    .basket-all-amount .btn-box .btn{
        display: block;
    }
}
.netto-and-afa-box{
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0px;
}

.basket-btn-box{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}
.basket-btn-box .btn-default{
    margin-right: 20px;
    float: left;
}
.basket-btn-box .small-info{
    text-align: right;
    font-size: 16px;
    float: right;
    margin-top: 14px;
    line-height: 18px;
}
@media (max-width: 1199px) {
    .basket-btn-box .small-info{
        text-align: center;
        float: none;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .basket-btn-box{
        text-align: center;
    }
    .basket-btn-box .btn{
        margin: 8px 0px;
        float: none;
    }
    .basket-btn-box .small-info{
        
    }
}



@media (max-width: 767px) {
    .table-basket caption{
        display: block;
        padding: 0px;
    }
    .table-basket > thead {
        display: none;
    }
    .basket-img{
        max-width: 160px;
        max-height: none;
    }
    .table-basket,
    .table-basket tbody,
    .table-basket td,
    .table-basket tr {
        display: block;
        border: 0;
        width: 100%;
    }
    .table-basket tr {
        margin-top: 20px;
    }
    .table-basket td:first-child {
        border-top: 0;
    }
    .table-basket.table>tbody>tr>td {
        position: relative;
        padding-left: 40% !important;
        text-align: left  !important;
    }
    .table-basket.table>tbody>tr>td .th-title {
        font-size: 12px;
        position: absolute;
        left: 0px;
        width: 40%;
        padding-right: 10px;
        text-align: right;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: bold;
        text-transform: uppercase;
    }
    .table-basket.table>tbody>tr>td.no-th-title {
        padding-left: 10px !important;
        text-align: center !important;
    }
    .basket-shipping-price,
    .basket-price{
        text-align: left;
    }
    .basket-all-amount{
        text-align: center;
    }
    .netto-and-afa-box>div,
    .basket-all-amount>div{
        overflow: hidden;
    }
    .basket-all-amount .right{
        width: auto;
        margin-left: 5px;
    }
}
/* basket table end */

