.single-product-details-side .product-action button.addtocart, .product-action button.addtocart, button.cart-btn  {
    padding: 0 30px 0;
    height: 53px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    border-color: #004bad;;
    background-color: #004bad;;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    border-radius: 6px;
}
.single-product-details-side .product-action button.addtocart i, .product-action button.addtocart i {
    margin-right: 19px;
}

.checkout-form button:disabled {
    cursor: not-allowed;
}

.qty-fld {
    width: 90px;
    height: 35px;
    border: 1px solid #999999;
    border-radius: 50px;
    padding: 0 15px;
    display: block;
    margin: auto;
}
.qty-fld input {
    width: 28px !important;
    float: left!important;
    border: none!important;
    height: 33px!important;
    line-height: 33px!important;
    padding: 0!important;
    text-align: center!important;
    background-color: transparent!important;
}

.qty-fld .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
}

.attn {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: bold;
    margin-left: 10px;
}


@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

#flyObject {
    display: none;
}
.flytocart {
    position: fixed;
    width: 40px !important;
    display: inline !important;
    opacity: 0;
    animation: flytocart 1s linear forwards;
    z-index: 100;
}

@keyframes flytocart {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        top: 40px;
        right: 150px;
    }
}

.shop-details {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 14px 0;
	margin-bottom: 40px;
}

/* aanpassingen cart kleiner scherm */
.cart-table th.pro-title, .cart-table td.pro-title {
  min-width: auto;
}

.cart-table .table thead tr th {
  font-size: 14px;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .cart-table .table thead tr th, .cart-table td.pro-title a, .cart-table td.pro-price span, .qty-fld .qtybtn, .cart-table td.pro-subtotal span {
        font-size: 12px;
    }

    .cart-table .table tbody tr td {
        padding: 10px 0;
    }

    .cart-table td.pro-remove a i {
        font-size: 18px;
    }

    .cart-summary {
        max-width: 100%;
    }
}

@media only screen and (max-width: 766px) {
    .cart-table .table {
        border-top: 8px solid #f6f6f6;
    }

    .cart-table .table thead {
        display: none;
    }

    .cart-table .table tbody tr td {
        display: block;
        width: 100%;
        max-width: none;
        padding: 15px;
        text-align: center;
    }

    .cart-table th.pro-thumbnail a, .cart-table td.pro-thumbnail a {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .cart-table td.pro-remove a {
        width: 100%;
    }

    .cart-summary {
        max-width: 100%;
    }
}
.cart-table td.pro-thumbnail a img {
    width: 80px;
}


/* aanpassingen checkout */
.checkout-cart-total h4 {
  padding-top: 20px;
}
.checkout-cart-total p.from-which-tax {
	border-bottom:none;
}
.checkout-cart-total ul li {
  padding-bottom: 20px;
}