#cart {
    position: absolute;
    top: 35px;
    right: 360px;
}

.header.fixed #cart {
    top: 50px;
}

#cart-inner {
    position: relative;
    background: url(/images/build/icon-cart2.png) no-repeat left top;
    padding: 4px 0 0 28px;
    height: 20px;
    display: block;
    float: left;
}
#cart-info {
    font-size: 11px;
    padding: 5px 0 0;
    float: left;
}
#cart-item {
    position: absolute;
    border-radius: 30px;
    background: #f77f0a;
    width:18px;
    height:18px;
    line-height:19px;
    top: -10px;
    right: -4px;
    color:#FFF;
    text-align: center;
    font-size:10px;
    display: block;
}
#cart-info {
    font-size: 11px;
    padding: 5px 0 0;
    float: left;
}

.cart__amount {

}

#webshop-rollover-message {
    position: absolute;
    z-index: 10;
    top: 55px;
    right: 145px;
    padding-top:30px;
    display: none;
}

#webshop-rollover-message:hover,
#cart:hover + #webshop-rollover-message  {
    display: block;
}

.webshop-rollover-message__inner {

    width:280px;
    box-sizing:border-box;
    background-color: #FFF;
    padding: 15px 25px 25px;

    border:1px solid #d6d6d6;
    -moz-box-shadow: 10x 5px 5px #EEE;
    -webkit-box-shadow: 10px 5px 5px #EEE;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.10);
}

#webshop-rollover-message:before {
    position:absolute;
    background:#FFF;
    border:1px solid #d6d6d6;
    width:20px;
    height:20px;
    content:'';
    display:block;
    top:20px;
    left:50%;
    transform:translateX(-50%) rotate(45deg);
}

#webshop-rollover-message:after {
    position:absolute;
    background:#FFF;
    width:25px;
    height:25px;
    content:'';
    display:block;
    top:22px;
    left:50%;
    z-index: 2;
    transform:translateX(-50%) rotate(45deg);
}

.webshop-rollover-message__title {
    font-family: "proxima-nova";
    font-weight:800;
    color:#062b48;
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom:1px solid #dddddd;
}

.webshop-rollover-message__added {
    border-bottom:1px solid #ddd;
    margin-bottom:20px;
    padding-bottom:20px;
    color:#9b9c9b;
    font-size:15px;
}

.webshop-rollover-message__amount {
    padding-top:5px;
    display: block;
}


#webshop-add-message {
    position: fixed;
    z-index: 9999;
    top: 25px;
    right: 25px;
    border: 1px solid #d5d5d5;
    background-color: #FFF;
    padding: 25px;
    display: none;
    -webkit-box-shadow: 10px 5px 5px #d5d5d5;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.15);
}



/* WINKELWAGEN POPUP PRODUCTEN */
.webshop-rollover-message__product {
    margin-top: 10px;
}
    .webshop-rollover-message__product::after {
        content: '';
        display: block;
        clear: both;
    }

    .webshop-rollover-message__product-image {
        float: left;
        border: 1px solid #dddddd;
        width: 40px;
        margin-right: 10px;
    }
    .webshop-rollover-message__product-content {
        float: left;
        width: calc(100% - 52px);
    }
        .webshop-rollover-message__product-title {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .webshop-rollover-message__product-amount {
            display: block;
        }









#WebshopBuyGuest > .send_button {
    display: none;
}

.content-main-holder {
    background: #fff;
    border:1px solid #d7d7d7;
    font-weight: 100;
}

.content-main-holder--second {
    margin-top: 20px;
}

.content-main-holder__title {
    font-size:30px;
    padding:30px;
    font-weight: 800;
    color:#062b48;
}

.content-main-holder__title-sub {
    float: right;
    font-size: 14px;
    color: #bababa;
    font-weight: 100;
    margin-top: 10px;
}

.manage-cart .content-main-holder__trash {
    padding-right:0;
}

.content-main-holder__table-titles {
    background-color:#f7f7f7;
    color:#062b48;
    font-size:12px;
}

.content-main-holder__table-titles th {
    padding:15px 30px;
    padding-left: 0;
    font-weight:normal;
    border:0;
    text-transform: lowercase;
    border-bottom:1px solid #dddddd;
    text-align: left;
    font-weight: 100;
}

.cart-product-details-title {
    color:#6d6d6d;
}

.manage-cart img {
    border:1px solid #dddddd;
}

.manage-cart td {
    padding: 30px;
    padding-left: 0;
    vertical-align: middle!important;
    font-size:15px;
    border-bottom:1px solid #dddddd;
    color:#6d6d6d;
}

.manage-cart th:first-child,
.manage-cart th:last-child,
.manage-cart td:first-child,
.manage-cart td:last-child{
    width:30px;
    padding:0;
}

.manage-cart td:first-child,
.manage-cart td:last-child {
    border-bottom: 0;
}


.manage-cart tr:last-child td {
    border-bottom: none;
}

.manage-cart .title {
    width: 367px;
}

.manage-cart .td-input {
/*    width: 367px; */
    width: 250px;
}

.manage-cart td.sub-price
{
    text-align:right;
}

.manage-cart th.sub-price
{
    text-align:center;
}

.manage-cart .td-img {
    width:94px;
}

.price .amount-input input,
.manage-cart input {
    border:1px solid #dddddd;
    width:50px;
    height:40px;
    padding:0 10px;
    border-radius: 4px;
}

    .price .amount-input input
    {
        width: 50px;
    }

.manage-cart input:focus {
    border:1px solid #78ca28;
}

.manage-cart.total td.price{
    text-align: right;
}
.manage-cart.total td.padding{
    padding-right: 70px !important;
}

#empty-shopping-cart {
    padding:30px;
    text-align: center;
}







.btn--shop-order,
.btn--shop-back {
    font-family: "proxima-nova", serif;
    width:262px;
    height:56px;
    line-height:56px;
    display:inline-block;
    font-size:20px;
    color:#0b2f4c;
    padding: 0 30px 0 20px;
    font-weight:800;
    border:1px solid #d5d5d5;
    border-radius:5px;
    text-transform: lowercase;
}

.btn--shop-back {
    background: url("/images/build/btn--shop-back.png") no-repeat;
}

.btn--shop-order:hover,
.btn--shop-order {
    background: url("/images/build/btn--shop-forwards.png") no-repeat;
    background-size: 100% 100%;
    color:#fff;
    float: right;
}

.btn.btn--shop-order span,
.btn.btn--shop-back span {
        font-size:10px;
}

.btn.btn--shop-back .icon-trash {
    font-size: 21px;
    position: absolute;
    line-height: 10px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkout-buttons td {
    padding: 30px 0 0;
}




@media (max-width:420px) {
    .manage-cart th:nth-child(5),
    .manage-cart td:nth-child(5) {
        display: none;
    }
}
@media (max-width:665px) {

    .manage-cart input {
        width: calc(100% - 23px) !important;
    }


    .checkout-buttons td {
        display: block;
        text-align: center;
    }
        .checkout-buttons td a {
            float: none !important;
            width: 250px;
        }
}






.cart-product-remove {
    display: block;
    width:30px;
    height:30px;
    line-height:36px;
    font-size:18px;
    text-align:center;
    float: right;
    border:2px solid #f77f0a;
    color: #f77f0a;
    border-radius:30px;
    transition: .2s;
}

.cart-product-remove:hover {
    background: #f77f0a;
    color: #fff;
}

.content-main-holder__totals td {
    border-bottom:0;
}

.manage-cart .content-main-holder__total {
    font-family: "proxima-nova", serif;
    color:#f77f0a;
    font-weight:700;
    font-size:21px;
}



.checkout-cart-holder {
    width: 64%;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
}

.manage-cart-holder {
    width: 36%;
    padding: 30px;
    float: left;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d7d7d7;
}
    .manage-cart-holder .btn--shop-order {
        /*margin-top: 20px;*/
    }

.order-details {
    line-height: 27px;
}

.order-details form::after {
    content: '';
    display: block;
    clear: both;
}
    .order-details .wf-group {
        width: 100%;
        float: none;
        padding-right: 0;
    }
        .order-details .webform-table tr td:first-child {
            width: 160px;
        }
            .order-details .wf-group .field input[type="text"],
            .order-details .wf-group .field textarea {
                width: 100%;
            }



.order-details .wf-group-title {
    text-transform: capitalize;
}

#content-main select {
    width: 100%;
}


.order-details__payment {

}



.group-delivery {
    display: none;
}

.checkout-cart-error
{
    padding: 30px;
    background-color: #ff0000;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

.checkout-cart-error ul{
    margin: 0;
}

.amount-input
{
    position: relative;
    display:inline-block;
}

    .price .amount-input
    {
        float:left;
        margin: 20px 20px 0 0;

    }

.number-input
{
    position:absolute;
    right:1px;
    top:1px;
    width:20px;
    height: 20px;
    text-align:center;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-radius: 0 4px 0 0;
    cursor: pointer;
    line-height:20px;
    color:#000000;
    font-family: arial;
}

.number-input:hover{

    background-color: #ddd;

}

.number-input.minus{
    border-bottom:0;
    top:21px;
    border-radius: 0 0 4px 0;
}


@media (max-width:1260px) {
    .checkout-cart-holder {
        width: 100%;
        padding: 0;
    }
    .manage-cart-holder {
        width: 100%;
        margin-top: 20px;
    }
}


@media (max-width:767px) {
    #cart {
        position: absolute;
        top: 57px;
        right: 50px;
    }
    .manage-cart td {
        padding: 10px 5px;
    }

    .order-details .webform-table tr td:first-child {
        width: auto;
    }

    .manage-cart-holder .btn--shop-order {
        width: calc(100% - 50px);
    }
}