.hidden {
    display: none !important;
}

.img-disabled {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.3;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #9e9e9e !important;
}

div.breadcrumbs a {
    font-size: 13px;
    font-family: interstateregular;
    line-height: 1;
}

div.breadcrumbs a:hover {
    text-decoration: underline;
    font-weight: 700;
}

div.product-detail h1 {
    color: #ed7c20;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    height: 45px;
}

div.product-detail .underline .product-number {
    font-size: 13px;
    font-weight: normal;
    font-family: interstateregular;
    line-height: 1;
    color: #000;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
}


div.product-detail .heading {
    height: auto;
    border: none;
}

div.product-detail .heading .underline {
    border: none;
    position: relative;
    margin-bottom: 15px;
}

div.product-detail .heading .call-back {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 7px;
}

div.product-detail .heading .call-back .btn-back,
a.btn-primary {
    float: none;
    clear: both;
    background-image: none;
    margin: 0;
    padding: 4px 12px;
    background-color: #ed7c20;
    color: #fff;
    font-family: interstatebold;
    letter-spacing: 0.5px;
}

div.product-detail .heading .call-back .btn-back {
    background-color: #9c9e9f;
}

div.product-detail .heading .call-back .btn-back i,
a.btn-back i {
    padding-right: 7px;
}

div.product-detail .heading .call-back .btn-back:hover {
    background-color: #9c9e9f;
}

a.btn-primary:hover {
    background-color: #ed7c20;
}

div.product-detail .product-image {
    margin-top: 0;
    position: relative;
}

div.product-detail .product-sold-out:before {
    content: '';
    background-image: url("/themes/deschenker/images/uitverkocht.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    height: 130px;
    width: 130px;
    position: absolute;
    right: 77px;
    z-index: 999;
}

div.product-detail .product-image ul#etalage {
    margin-top: 0;
}

div.product-detail .product-info {
    margin-top: 0;
}

div.product-detail .product-info .product-specs h3 {

}

div.product-detail .product-info .product-specs dt {
    text-align: left;
}


div.product-detail .product-info .product-options {
    margin-top: 0 !important;
}

div.product-detail .product-info .product-options h2 {
    line-height: 1.1;
}

div.product-options-configure {
    margin-top: 0;
}

div.product-info .option-configure {
    margin-top: 0 !important;
    height: auto;
}

div.product-info .option-configure h2 {
    line-height: 1.1;
}

div.product-info .form-group:first-of-type {
    margin-top: 10px;
}

div.product-info .product-amount .product-numbers {
    display: inline-block;
    width: auto;
    position: relative;
}

div.product-info .product-amount .product-numbers .caret {
    position: absolute;
    right: 12px;
    top: 6px;
}

div.product-info .product-amount .product-numbers input {
    margin-bottom: 0;
}

div.product-info .product-amount .product-numbers ul {
    width: 100%;
}

div.product-info .product-amount .fa-info {
    color: #000;
    font-size: 18px;
    vertical-align: middle;
}

div.product-info .product-amount .fa-info .popover > .popover-title {
    font-family: interstatebold;
    font-weight: 700;
}

div.product-info .form-group label,
div.product-info .form-group-options label {
    font-weight: 700;
    width: 115px;
    display: inline-block;
}


div.product-info .press-group .press-info,
div.product-info .press-group .press-info + .popover > * {
    margin-top: -3px;
    font-weight: normal;
    font-family: source_sans_proregular !important;
    right: 30px;
    background: none;
}

div.product-info .press-group .press-info .fa-info {
    color: #000;
    font-size: 18px;
    vertical-align: middle;
}

div.product-info .press-group .press-info + .popover > .arrow {
    display: none;
}

div.product-info .press-group .press-info + .popover > .popover-title {
    font-family: interstatebold;
    font-weight: 700;
}

div.product-info .press-group .press-info + .popover > .popover-content {
    font-size: 14px;
    line-height: 1.2;
}

div.product-info .option-configure .product-sample,
div.product-info .option-configure .product-digitaldesign {
    margin-bottom: 10px;
}

div.product-info .option-configure .product-sample label:last-child,
div.product-info .option-configure .product-digitaldesign label:last-child {
    max-width: 200px;
    width: 100%;
    font-weight: normal;
    margin-left: 7px;
}

div.product-info .option-configure .product-sample label:first-child,
div.product-info .option-configure .product-sample input,
div.product-info .option-configure .product-digitaldesig {
    vertical-align: top;
}

div.product-info .form-group-options label {
    vertical-align: top;
}

div.product-info .form-group-options ul {
    margin: 0;
    display: inline-block;
    width: auto;
    clear: both;
    float: none;
}

div.product-info .form-group-options ul li {
    line-height: 1.5;
    margin-bottom: 10px;
}

div.product-info .form-group-options ul li a,
div.product-info .form-group-options ul li a > span {
    line-height: 1.25;
    font-size: 14px;
}

div.product-info .form-group-options ul li a span:first-child {
    margin-left: 42px;
}

div.product-info .form-group-options ul li a span {
    padding-left: 0;
}

div.product-info .form-group-options ul li a img {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-right: 7px;
    border: 1px solid #dedede;
    padding: 1px;
}

div.product-info .form-group-options ul li .icon-remove,
div.product-info .giftcards ul li .icon-remove {
    background-image: none;
    font-size: 14px;
    line-height: 1.25;
    height: auto;
    width: auto;
    top: -2px;
    position: relative;
    margin-left: 5px;
}

div.product-info .form-group-options ul li .icon-remove:before,
div.product-info .giftcards ul li .icon-remove:before {
    content: '\f2ed';
    font-family: "Font Awesome 5 Free";
    color: #ff0000;
    position: relative;
    top: 2px;
}

div.product-info .form-group-options ul li:before {
    content: '';
}

div.product-options-configure .totals {
    margin-top: 0;
	width:100%;
    border: 0;
}

div.product-options-configure .totals h2 {
    line-height: 1.1;
}

div.product-options-configure .totals .btn {
    box-sizing: border-box;
    width: 100%;
    font-family: interstateregular;
    letter-spacing: 0;
    background-image: none;
}

div.product-options-configure .totals .product-order .btn-order {
    background-color: #468847;
    color: #fff;
    border-color: #3d733e;
    letter-spacing: 0.5px;
}

div.product-options-configure .totals .product-order .btn-sold-out {
    background-image: none;
    background-color: #468847;
    color: #fff;
    text-shadow: none;
    border-color: #3d733e;
    box-shadow: none;
    padding-top: 7px;
    padding-bottom: 7px;
}

div.product-options-configure .totals .product-order .btn-primary-outline {
    background-color: transparent;
    color: #000;
    border: 1px solid #ed7c20;
    font-family: interstateregular;
    background-image: none;
}

div.product-options-configure .totals .product-order .btn:not(:last-of-type) {
    margin-bottom: 10px;
}

div.product-options-configure .totals .product-order .btn > i:last-child {
    margin-left: 7px;
    vertical-align: middle;
}

div.product-options-configure .korting {
    border: 0;
    padding: 0;
    margin-top: 5px;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
}

div.product-options-configure .korting label {
    font-weight: 700
}

div.product-options-configure .korting .price-config li {
    height: auto;
    line-height: 1.5;
    position: relative;
}

div.product-options-configure .korting .price-config li span.color {
    right: 0;
}

div.product-options-configure .korting .price-config .press .print-sizes label {
    font-weight: normal;
}

div.product-options-configure .korting .price-config .press .print-sizes span {
    float: right;
}

div.product-options-configure .korting .price-config .opties > ul {
    margin-left: 0;
    margin-top: 0;
}

div.product-options-configure .korting .price-config .opties li:before {
    content: ''
}

div.product-options-configure .korting .price-config .opties li .items {
    float: none;
    right: auto;
    position: relative;
    display: inline-block;
    width: 70%;

}

div.product-options-configure .korting .price-config .opties li .product-add-on-subtotal {
    position: relative;
}

div.product-options-configure .korting .price-config .opties li .product-add-on-subtotal .price,
div.product-options-configure .korting .price-config .opties li .card-subtotal .price {
    float: none;
    position: absolute;
    right: 20px !important;
}

div.product-options-configure .korting .price-config .opties li .delete {
    float: none;
    position: absolute;
    right: 0;
}

div.product-options-configure .korting .price-config .opties li .icon-remove {
    background-image: none;
}

div.product-options-configure .korting .price-config .opties li .icon-remove:after {
    content: '\f2ed';
    font-family: "Font Awesome 5 Free";
    color: #ff0000;
    position: relative;
    top: 2px;
}

div.product-options-configure .korting .price-config .opties li.optie {
    width: 100%;
    padding: 0;
    background-color: transparent;
    margin-bottom: 5px;
}

div.product-options-configure .korting .price-config .opties li.optie span {
    font-size: 12px;
    line-height: 14px;
}

div.product-options-configure .korting .price-config .opties li.optie span:after {
    top: -2px;
}

div.product-options-configure .korting .head {
    color: #027d05;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
}

div.product-options-configure .korting .gap4 {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

div.product-options-configure .korting .gap4 .unitfullprice {
    color: #1a171b;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    font-family: source_sans_probold;
}

div.product-options-configure .korting .gap4 .unitfullprice span {
    float: right;
    text-decoration: line-through;
}

div.product-options-configure .korting .gap4 .digital-design {
    color: #1a171b;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    font-family: source_sans_probold;
}

div.product-options-configure .korting .gap4 .digital-design span {
    float: right;
}

div.product-options-configure .korting .gap4 > div:not(:last-child) {
    margin-bottom: 7px;
}

div.product-options-configure .korting .gap4 span:last-child,
div.product-options-configure .korting .gap4 #totalPriceWithoutTax span {
    font-family: source_sans_proregular !Important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 700;
}

div.product-options-configure .korting .gap4 #totalPrice {
    font-family: source_sans_probold;
    color: #000;
    font-size: 18px;
    line-height: 1;
}

div.product-options-configure .korting .gap4 #totalPrice span:first-of-type {
    font-size: 25px;
    line-height: 1;
    font-family: source_sans_probold;
    color: #ed7c20;
    position: relative;
    top: -3px;
}

div.product-options-configure .korting .gap4 div.unitprice.sale,
div.product-options-configure .korting .gap4 div.unitprice.sale span,
div.product-options-configure .korting .gap4 div.startcost.free span,
div.product-options-configure .korting .gap4 .free-shipping span:last-child,
div.product-options-configure .korting .gap4 .digital-design span {
    color: #027d05 !important;
    font-family: source_sans_probold !important;
    font-weight: 700 !important;
}

div.details .overlay {
    top: 33%;
    z-index: -1;
}

div.modal-custom-col .modal-body,
div.giftcard-modal .modal-body {
    max-height: calc(100% - 20%);
    min-height: unset;
    height: auto;
}

.modal-custom-col .add-on-medias,
.giftcard-modal .add-on-medias {
    margin-left: 0;
    list-style: none;
}

.modal-custom-col .add-on-medias .add-on-media-item label,
.giftcard-modal .add-on-medias .add-on-media-item label {
    display: inline-block;
    width: auto;
}

.modal-custom-col .add-on-media-item,
.giftcard-modal .add-on-media-item {
    width: 47%;
    display: inline-block;
    float: left;
}

.modal-custom-col .modal-body img.media-object,
.giftcard-modal .modal-body img.media-object {
    display: inline-block;
    width: auto;
}

div.modal-custom-col label.add-on-media-item,
div.giftcard-modal label.add-on-media-item {
    position: relative;
    margin-bottom: 21px;
    width: 45%
}

.modal-custom-col .add-on-media-item:nth-child(2n+2),
.giftcard-modal .add-on-media-item:nth-child(2n+2) {
    margin-left: 15px;
}

.modal-custom-col .add-on-media-item input[type=radio],
.giftcard-modal .add-on-media-item input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.modal-custom-col .add-on-media-item input[type=radio] + img,
.giftcard-modal .add-on-media-item input[type=radio] + img {
    cursor: pointer;
}

.modal-custom-col .add-on-media-item input[type=radio]:checked + img,
.giftcard-modal .add-on-media-item input[type=radio]:checked + img {
    outline: 2px solid #ed7c20;
}

.modal-custom-col .add-on-media-item .addon-checked,
.giftcard-modal .add-on-media-item .addon-checked {
    color: #ed7c20;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 32px;
}

.modal-custom-col .addon-specs,
.giftcard-modal .addon-specs {
    margin-bottom: 21px;
}

.modal-custom-col .addon-specs dt,
.giftcard-modal .addon-specs dt {
    text-align: left;
}

.modal-custom-col .addon-specs dd > span,
.giftcard-modal .addon-specs dd > span {
    padding-left: 0;
    font-size: 14px;
}

.modal-custom-col .amount,
.giftcard-modal .staffel,
.giftcard-modal .amount,
.giftcard-modal .staffel {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

div.modal-custom-col div.description p > a,
div.giftcard-modal div.description p > a {
    color: #ed7c20;
    text-decoration: none;
}

div.modal-custom-col div.description > ul,
div.giftcard-modal div.description > ul {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 15px;
    width: auto;
}

div.modal-custom-col div.description > ul > li,
div.giftcard-modal div.description > ul > li {
    margin-bottom: 0;
}


div.modal-custom-col div.description p > a:hover,
div.giftcard-modal div.description p > a:hover {
    text-decoration: underline;
}

div.modal-custom-col div.amount label,
div.giftcard-modal div.amount label {
    font-size: 18px;
    padding-bottom: 3px;
    font-family: source_sans_probold;
    font-weight: 400;
    line-height: 22px;
    display: block;
    width: auto;
}

div.modal-custom-col div.staffel,
div.giftcard-modal div.staffel {
    margin-left: 15%;
}

div.modal-custom-col div.staffel dd:first-of-type,
div.giftcard-modal div.staffel dt:first-of-type {
    font-weight: 700;
}

div.modal-custom-col div.staffel dt,
div.giftcard-modal div.staffel dt {
    text-align: left;
}

.modal-custom-col .description,
.giftcard-modal .description {
    margin-bottom: 30px;
}

.modal-custom-col .description p,
.giftcard-modal .description p > span {
    font-size: 14px !important;
    padding-left: 0 !important;
}

div.modal-custom-col .addon-price,
div.giftcard-modal .addon-price {
    border-top: 1px solid #dedede;
}

div.modal-custom-col .addon-price,
div.modal-custom-col .addon-price span,
div.giftcard-modal .addon-price,
div.giftcard-modal .addon-price span {
    font-size: 18px;
    font-family: interstatebold;
    letter-spacing: 0;
    text-align: right;
    padding-top: 5px;
    margin-right: 9px;
}

div.modal-custom-col .modal-footer .btn-addon-add,
div.modal-custom-col .modal-footer .btn-addon-cancel,
div.giftcard-modal .modal-footer .btn-addon-add,
div.giftcard-modal .modal-footer .btn-addon-cancel {
    background-color: #468847;
    font-family: interstateregular;
    letter-spacing: 0;
    background-image: none;
}

div.modal-custom-col .modal-footer .btn-addon-cancel,
div.giftcard-modal .modal-footer .btn-addon-cancel {
    background-color: #999;
}

div.pricespecification:last-child {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .option-configure .modal-custom-col,
    .option-configure .giftcard-modal {
        width: 970px;
        left: calc(50% - (970px / 2));
        margin-left: 0;
        overflow-y: scroll;
        max-height: 85%;
        top: 10% !important;
    }
}

/*A/B Testing*/
div.product-options-configure .korting .gap4 #totalPriceWithoutTax {
    color: #000;
    line-height: 1;
    margin-top: 4px;
    display: inline-block;
    width: 100%;
}

div.product-options-configure .korting .gap4 #totalPriceWithoutTax span:first-of-type {
    font-size: 18px !important;
    color: #000 !important;
    top: -4px;
    position: relative;
}

div.product-options-configure .korting .gap4 #totalPrice {
    font-size: 18px !important;
}

div.product-options-configure .korting .gap4 #totalPrice span {
    font-family: source_sans_proregular !Important;
    font-size: 25px !important;
    color: #ed7c20 !important;
    font-weight: 700;
}


/*:: GIFTCARD STYLING ::*/
.giftcards label {
    color: #1a171b;
    font-family: source_sans_proregular;
    font-size: 12px;
    line-height: 14px;
    cursor: default;
    font-weight: 700;
    width: 115px;
    display: inline-block;
    vertical-align: top;
}

.giftcards .giftcard-list {
    margin-top: 0;
    display: inline-block;
}

.giftcards .giftcard-list li {
    margin-bottom: 10px;
}

.giftcards .giftcard-list li:before {
    content: '';
}

.giftcards .giftcard-list li .thumbnail {
    width: 25px;
    height: auto;
    margin-right: 7px;
    display: inline-block;
}

.giftcards .giftcard-list li a {
    line-height: 1.25;
    font-size: 14px;
    font-family: source_sans_proregular;
    color: #000;
    text-decoration: none;
}

div.giftcard-modal .dl-horizontal dt {
    text-align: left;

}

div.giftcard-modal .minimumquantity{
    margin-bottom: 21px;
}

div.giftcard-modal .quantity,
div.giftcard-modal .giftcardvalue {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

div.giftcard-modal .quantity label,
div.giftcard-modal .giftcardvalue label{
    display: block;
    font-size: 18px;
    padding-bottom: 3px;
    font-family: source_sans_probold;
    font-weight: 400;
    line-height: 22px;
    width: auto;
}

div.giftcard-modal .quantity {
    margin-right: 30px;
}

div.giftcard-modal .quantity select {
    max-width: 165px;
}