/* -- Cart -- */
#header.webshopcontent {
    padding: 50px 0;
}
#cart h1 {
    margin-top: 80px;
    color: #260511;
    margin-bottom: 30px;
}
#cart table,
#cart table tbody {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
#cart table .product {
    height: 100px;
}
#mini-cart input.product-quantity, #cart button.FormUnit-quantity,
#cart input.product-quantity, #cart button.FormUnit-quantity {
    color: #51697B;
    font-size: 24px;
    border: none;
    width: 26px;
    font-weight: 100;
    background: none;
}
#cart input.product-quantity {
    font-weight: 100;
    margin-left: 35px;
    font-size: 16px;
    vertical-align: super;
    border: 1px solid #51697B;
    margin-left: 10px;
    width: 50px;
    text-align: center;
    color: #3E3E3E!important;
}
#cart .col-title h3 a, #cart .col-title h3 {
    color: #3E3E3E;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 0px;
}
#mini-cart button.FormUnit-quantity.FormUnit-quantity--add.js_spin-add.Icon.Icon--isClosed {
    margin-left: -7px;
}
#cart span.merk {
    color: #3E3E3E;
    opacity: 0.67;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
#cart a.btn.button.pull-right {
    box-shadow: none!important;
    color: #3E3E3E!important;
    margin-bottom: 50px;
}
#mini-cart button.FormUnit-quantity.FormUnit-quantity--add.js_spin-add.Icon.Icon--isClosed,
#cart button.FormUnit-quantity.FormUnit-quantity--add.js_spin-add.Icon.Icon--isClosed {
    vertical-align: bottom;
}
button.FormUnit-quantity.FormUnit-quantity--remove.js_spin-remove.Icon.Icon--remove {
    position: absolute;
    vertical-align: middle;
    margin-left: -80px;
}
#mini-cart button.FormUnit-quantity.FormUnit-quantity--remove.js_spin-remove.Icon.Icon--remove {
    margin-left: -43px;
    height: 35px;
    border: none;
    background: transparent;
}
#mini-cart input.product-quantity {
    font-size: 14px;
    text-align: center;
    line-height: 33px;
}
#mini-cart button.FormUnit-quantity.FormUnit-quantity--add.js_spin-add.Icon.Icon--isClosed {
    height: 35px;
    border: none;
    background: transparent;
}
#mini-cart h3 {
    /* height: 52px; */
}
#mini-cart .FormUnit.FormUnit--spin.js_spin {
    float: right;
}

#mini-cart .row {
    /* margin-left: -30px; */
    /* margin-right: -30px; */
    margin-bottom: 15px;
}

#mini-cart div[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}
#cart table .col-img {
    width: 99px;
    padding-left: 30px;
}
.cartvalue {
    position: absolute;
    background-color: #ffed00;
    border-radius: 50%;
    color: #282E31;
    display: block;
    padding: 2px 0px;
    font-size: 10px;
    z-index: 999999;
    opacity: 1!important;
    text-align: center;
    top: 2px;
    min-width: 17px;
    margin-left: 21px;
    margin-top: 5px;
    line-height: 13px;
}
#cart .row-total-blue td, #cart th {
    padding: 30px;
    padding-left: 0px;
    font-size: 16px;
    color: #3E3E3E;
}
#cart .row-total-blue td:first-child,
#cart tr th:first-child {
    padding-left: 30px;
}
#cart .row-total-blue td {
    font-weight: 600;
}
#cart .row-total-blue td,
#cart th {
    padding: 30px;
    padding-left: 0px;
    color: #260511;
}
#cart #th.col-quantity {
    padding-left: 85px!important;
}
#cart tr {
    border-bottom: 1px solid rgba(62, 62, 62, 0.1);
}
#cart table .col-img .img {
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
#cart table i.material-icons {
    color: #260511;
    float: right;
    margin-right: 30px;
}
#cart table td.col-remove {
    width: 82px;
}
#cart .col-title {
    width: 50%;
}
#cart .col-title i {
    font-size: 12px;
    color: #260511;
    line-height: 17px;
}
#mini-cart {}

#mini-cart .img {
    padding-bottom: 100%;
}

#mini-cart h3, #mini-cart a {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 18px;
}

#mini-cart span {
    font-size: 14px;
    color: #a0a0a0;
}
/* -- Products -- */

#Producten .products .box {
    box-shadow: 0px 3px 6px rgba(93, 13, 43, 0.16);
    border-radius: 5px;
    padding-top: 40px;
    background-color: #fff;
    margin-top: 30px;
    height: 300px;
}
#Producten .products .img {
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 50px;
    background-position: center;
}

#Producten .product-header .title,
#Producten .products .title {
    font-weight: 600;
    font-size: 16px;
    color: #260511;
}
#Producten .product-header .price,
#Producten .products .price {

    font-size: 26px;
}
#Producten .products a.btn-custom.text-center {
    color: #D11F61;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 21px;
    position: absolute;
    bottom: 40px;
}
#Producten .products a {
    text-decoration: none;
}
#Producten .products .content {
    height: 100%;
}
#Producten .products .usp p {
    margin: 0px;
    font-size: 16px;
    margin-bottom: 5px;
    color: #260511;
}
#Producten .products .usp p span {
    color: #d11f61;
    vertical-align: top;
    padding-right: 10px;
}
#Producten .products .usp {
    margin-top: 25px;
}

/* -- Product page -- */
#Producten .product-header .img {
    height: 400px;
    width: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom:30px;
}
#Producten .product-header .img.imgsmall {
    margin-bottom:0px;
}
#Producten .product-header .title h1 {
    color: #260511;
}
#Producten .product-header .price {
    margin-top: 20px;
    font-weight: 600;
}
#Producten .product-header .desc p {
    margin: 50px 0px ;
    color: #260511;
    font-size: 16px;
    line-height: 32px;
}

#Producten .product-header input.product-quantity {
    border-color: #260511!important;
    font-weight: 300;
    box-shadow: none!important;
    border-top-color: #260511!important;
}
#Producten .product-header .tabs {
    margin-bottom: 20px;
    display: none;
    height: 70px;
}
#Producten .product-header .tab a {
    width: 50%;
    float: left;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #FAE8EF;
    color: #D11F61;
    text-decoration: none;
    font-size: 16px;
    padding: 18px 0px;
    line-height: 19px;
}
#Producten .product-header .tab.tw3 a {
    width: 33%;
}
#Producten .product-header .tabs .tab.tw3:nth-child(2) a {
    border-radius: 0px;
}
#Producten .product-header .title i {
    opacity: 0.4;
    font-weight: 300;
    font-size: 16px;
}
#Producten .product-header .tab.active a {
    background-color: #FAE8EF;
}
#Producten .product-header .tabs .tab:first-child a {
    border-radius: 5px 0px 0px 5px;
    border-right: 0px;
}

#Producten button.button.product-add {
    border: none;
    width: 100%;
    font-weight: 300;
    color:#fff!important;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 21px;
    margin-top: 10px;
    padding: 18px;
}
#Producten .product-header button.button.product-add i {
    font-size: 16px;
    vertical-align: sub;
}
#Producten .product-header {
    padding-bottom: 100px;
    padding-top:50px;
}
#Producten .product-tabs {
    margin-top: 100px;
    margin-bottom: 100px;
}
#Producten .product-tabs .tab-content {
    background-color: #fff;
    padding: 100px;
}
#Producten .product-tabs .nav-tabs {
    border-bottom: none;
}
#Producten .product-tabs .tab-content p {
    color: #260511;
    font-size: 16px;
    line-height: 32px;
}
#Producten .product-tabs .nav-tabs>li.active>a,
#Producten .product-tabs .nav-tabs>li.active>a:focus,
#Producten .product-tabs .nav-tabs>li.active>a:hover {
    color: #D11F61;
    font-weight: 600;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 25px;
}
#Producten .product-tabs h3,
#Producten .product-tabs h4,
#Producten .product-tabs h2 {
    margin: 0px;
}
#Producten .product-tabs .nav-tabs>li>a,
#Producten .product-tabs .nav-tabs>li>a:hover,
#Producten .product-tabs .nav-tabs>li>a:focus {
    color: #260511;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 25px;
    border: none;
    background-color: rgba(250, 232, 239, 0.5);
    margin-right: 8px;
    margin-bottom: 1px;
}
#Producten .seven.columns.left-gutter {
    margin-bottom: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box!important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#Producten h4.product-headline {
    vertical-align: bottom;
    height: 48px;
    padding-top: 0px;
    display: table-cell;
    padding-bottom: 6px;
    padding-left: 25px;
    margin: 0px;
    overflow: hidden;
    width: calc(100% - 21px);
}

#Producten h4.product-headline a {
    color: #282E31;
    font-size: 16px;
    line-height: 19px;
}

#Producten a.bekijkproduct {
    text-align: center;
    font-size: 16px;
    color: #0083CA;
    padding: 10px;
    border-top: 2px solid #E6F2F6;
    display: block;
}

#Producten a.bekijkproduct i {
    vertical-align: middle;
}

#Producten .product-image-full {
    height: 258px;
    width: 100%;
    background-size: contain;
    overflow: hidden;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#Producten h4.product-price-big {
    color: #282E31;
    font-size: 14px;
    margin: 0px;
    padding-left: 25px;
    padding-bottom: 20px;
}

#Producten .sidebar h3 {
    font-size: 23px;
    line-height: 27px;
    margin-top:0;
}

#Producten .box{
    box-shadow: 0px 3px 6px rgba(93, 13, 43, 0.16);
    border-radius: 5px;
    background-color: #fff;

}
#Producten .box .content{
    padding:30px;
}

/* -- Checkout -- */
#checkout .box ,
#Bedankt .box,
#Bestellingen .box {
    box-shadow: 0px 3px 6px rgba(93, 13, 43, 0.16);
    border-radius: 5px;
    background-color: #fff;
}
#checkout h2,
#Bedankt h2,
#Bestellingen h2 {
    color: #260511;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px;
    margin: 0px;
    letter-spacing: 0.7px;
    font-weight:600 !important;
}
#checkout #cart table,
#checkout #cart table tbody {
    box-shadow: none;
    border-radius: 0px;
}
#checkout #cart .row-total-blue td,
#checkout #cart th {
    padding: 15px;
}
#checkout a {
    color: #260511;
    text-decoration: none;
}
#checkout th,
#checkout td {
    padding-left: 0px!important;
}
#checkout .desc-box p {
    color: #260511;
    line-height: 18px;
    margin: 0px;
    vertical-align: middle;
    display: table-cell;
    height: 50px;
}
#checkout #cart tr.row-total.row-total-blue {
    border-bottom: none;
}

#checkout .col-desc .desc-box i.option {
    font-size: 12px;
    opacity: 1;
    display: inline-block;
    height: unset;
    width: unset;
}
#checkout .col-desc .desc-box i {
    width: 40px;
    opacity: 0.7;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
}
#checkout #cart tr {
    border: none;
}
#checkout .desc-box p {
    color: #260511;
}
#checkout table {
    margin: 15px;
    width: calc(100% - 15px);
}
#checkout #cart h2 {
    border-bottom: 1px solid #FAE8EF;
}
#checkout #cart tr {
    border: 15px solid white;
    border-left: 0px;
    border-right: 0px;
}
#checkout .cart-operations {
    border-top: 1px solid #fae8ef;
}
#checkout .pay .button {
    width: 100%;
    margin: 15px;
    width: calc(100% - 30px);
}
#checkout  .box.first {
    padding: 15px;
}
#checkout #cart .box.first h2 {
    padding: 0px;
    border: none;
}
#checkout .factuuradrescollapse {
    display: none;
}
#checkout .factuuradrescollapse.open {
    display: block;
}
.checkbox-container.newsl input:before {
    content: "";
    left: -7px;
    z-index: 999;
}
.checkbox-container.newsl h5 {
    line-height: 15px;
    padding-left: 30px;
    display: inline-block;
    margin: 0px 0;
    font-weight: 300;
    color: #00274F;
}