@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');
body {
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0;
    margin-top: 180px;
    color: #373535;
}
a {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
}
h4 {
    color: #D67C9F;
    font-weight: 600;
    padding: 0px 0px 30px 0px;
    margin: 0;
}
h5 {
    color: #D67C9F;
    font-weight: 300;
    padding: 0px 0px 0px 0px;
    margin: 0;
    font-size: 40px;
    line-height: 20px;
}
h5 small {
    color: #D67C9F;
    font-weight: 300;
    padding: 0px 0px 0px 0px;
    margin: 0;
    font-size: 20px;
}
.btn-pink {
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    font-size: 15px;
    letter-spacing: .7px;
    padding: 10px 50px !important;
    background-color: #D67C9F;
    transition: all .2s;
    z-index: 1;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
}
.btn-pink:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .2s;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #A34A6D
}
.btn-pink:focus:after, .btn-pink:hover:after {
    height: 100%;
    color: #fff !important;
}
.btn-pink:hover {
    color: #fff !important;
}
.btn-pink i {
    margin-left: 10px;
    margin-right: 0px;
}
.btn-black {
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    font-size: 15px;
    letter-spacing: .7px;
    padding: 5px 20px !important;
    background-color: #373535;
    transition: all .2s;
    z-index: 1;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
}
.btn-black:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .2s;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #000
}
.btn-black:focus:after, .btn-black:hover:after {
    height: 100%;
    color: #fff !important;
}
.btn-black:hover {
    color: #fff !important;
}
.btn-black i {
    margin-left: 10px;
    margin-right: 0px;
}
.blockquote {
    border-left: solid 1px #D67C9F;
    font-size: 22px;
    padding-left: 30px;
    font-weight: 400;
    color: #D67C9F;
}
.badge-quote {
    background-color: #D67C9F;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 15px 7px 15px;
    margin-bottom: 15px;
}
.modal {
    z-index: 1052 !important;
}
.modal-lg {
    max-width: 800px;
}
.modal-backdrop {
    opacity: 0.8 !important;
    z-index: 1051 !important;
}
body.modal-open .background-container {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}
.modal-basket .modal-content .modal-header {
    background-color: #D67C9F;
    text-align: right;
    padding: 18px 0px 10px 0px;
    display: block;
}
.modal-basket .modal-header h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.modal-basket .modal-body {
    padding: 35px 35px 15px 35px;
    font-size: 15px;
}
.modal-basket .modal-body h3 {
    color: #D67C9F;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.modal-basket .modal-body h3 span {
    color: #D67C9F;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
}
.modal-basket .modal-body .product-info {
    color: #373535;
    font-size: 15px;
    font-weight: 600;
    padding-top: 15px;
}
.modal-basket .modal-footer {
    justify-content: flex-start;
    border-top: none;
    padding: 35px 35px 45px 35px;
}
.modal-basket .modal-footer a {
    display: inline-block;
    padding-left: 20px;
    color: rgba(22, 22, 21, 0.5);
}
.modal-basket .modal-footer a:hover {
    display: inline-block;
    padding-left: 20px;
    color: rgba(22, 22, 21, 1);
}
.text-pink {
    color: #D67C9F;
}
.bg-pinklight {
    background-color: #FDF8FA;
}
.wrapper-text-box {
    padding-top: 100px;
    padding-bottom: 100px;
}
.wrapper-text-box-contact {
    padding-top: 50px;
    padding-bottom: 100px;
}
.full-wrapper-topzone {
    padding: 0;
    margin: 0;
}
.wrapper-top-pink {
    background-color: #D67C9F;
}
#pink-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}
.wrapper-top-pink-smart {
    background-color: #D67C9F;
    display: none;
}
.usp {
    padding: 5px 0px 5px 0px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.usp a {
    color: #fff;
}
.usp ul {
    padding: 0;
    margin: 0;
}
.usp ul li {
    padding-right: 15px;
}
.usp ul li i {
    padding-right: 5px;
    opacity: .7;
}
.usp-link a {
    background-color: #c05c82;
    padding: 6px 22px 7px 22px;
    color: #fff;
    text-transform: uppercase;
}
.usp-link a:hover {
    background-color: #373535;
}
.top-search .form-control {
    font-size: 14px;
    border-radius: 0;
    border-top: solid 1px #D67C9F;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #D67C9F;
    border-left: solid 1px #D67C9F;
    color: #000;
    font-weight: 600;
}
.top-search .btn-outline-search {
    font-size: 14px;
    border-radius: 0;
    border-top: solid 1px #D67C9F;
    border-right: solid 1px #D67C9F;
    border-bottom: solid 1px #D67C9F;
    border-left: solid 1px #fff;
    color: #000;
    font-weight: 600;
}
.top-search .btn-outline-search:hover {
    background-color: #F7E5ED;
}
.fixed-top {
    background-color: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 10px 25px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 10px 25px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 10px 25px 3px rgba(0, 0, 0, 0.10);
}
.wrapper-topzone {
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    float: right;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wrapper-topzone .list-inline, .wrapper-topzone .list-inline .list-inline-item {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.btns-topzone li {
    padding-right: 15px;
    color: #D67C9F;
}
.btns-topzone li:last-child {
    padding-right: 0px;
    color: #D67C9F;
}
.btns-topzone li a {
    color: #D67C9F;
}
.btns-topzone li a:hover {
    color: #373535;
    text-decoration: none;
}
.top-call span {
    padding-left: 10px;
    padding-right: 10px;
}
.btn-winkelwagen {
    position: relative;
    border: solid 2px #D67C9F;
    background-color: #D67C9F;
    color: #fff !important;
    border-radius: 3px;
}
.btn-winkelwagen a {
    padding: 6px 15px 6px 15px;
    display: block;
    color: #fff !important;
}
.btn-winkelwagen a:hover {
    background-color: #F7E5ED;
    color: #D67C9F !important
}
.indicator {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding-top: 5px;
    position: absolute;
    top: 10px;
    right: -15px;
    background-color: #373535;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 100;
    text-align: center;
}
.toplogo {
    width: 100%;
    text-align: left;
    padding-top: 35px;
    padding-bottom: 30px;
}
.toplogo img {
    height: 75px;
}
.navbar {
    padding: 30px 0px 35px 0px;
    margin: 0;
}
.navbar .container {
    display: block;
}
.nav-topbar li {
    padding-right: 15px;
    padding-left: 15px;
}
.nav-topbar li:last-child {
    padding-right: 0
}
.nav-topbar a {
    font-weight: 600;
    padding: 0px 0px 5px 0px;
    margin: 0;
    color: #373535;
    font-size: 15px;
    text-transform: uppercase;
}
.nav-topbar li a:hover {
    background-color: #fff;
    color: #D67C9F;
    margin: 0;
    text-decoration: none;
    border-bottom: solid 1px #D67C9F;
}
.nav-topbar li a.active {
    color: #D67C9F;
    border-bottom: solid 1px #D67C9F;
}
.dropdown-menu {
    padding: 25px 20px 15px 30px;
    border-radius: 0;
    margin-top: 15px;
    min-width: 15rem;
    background-color: #F6F6F6;
    border: none;
}
.dropdown-menu li {
    padding: 0px 0px 10px 0px;
}
.dropdown-menu li a {
    border: none;
    background-color: none;
    padding: 0;
    text-transform: none;
    font-weight: 400;
    display: block;
    color: #373535;
}
.dropdown-menu li a:hover {
    background-color: transparent;
    color: #D67C9F;
    margin: 0;
    text-decoration: none;
    border: none;
    padding: 0;
    font-weight: 400;
}
.nav-topbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: .455em;
    vertical-align: .255em;
    content: "";
    border-top: .22em solid;
    border-right: .22em solid transparent;
    border-bottom: 0;
    border-left: .22em solid transparent;
}
.topCarousel {
    background-color: #FDF8FA;
}
.carousel-photo {
    width: 100%;
    height: 570px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-control-next, .carousel-control-prev {
    top: 38%;
    display: inline-block;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 40px;
    width: 40px;
    padding: 12px 0px 0px 0px;
    margin: 0;
    background-image: none;
    background-color: #D67C9F;
    border-radius: 50%;
}
.carousel-control-next-icon:after {
    font-size: 44px;
    line-height: 10px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    color: #fff;
    content: "›";
}
.carousel-control-prev-icon:after {
    content: '‹';
    padding: 0;
    margin: 0;
    font-size: 44px;
    line-height: 10px;
    color: #fff;
}
.carousel-control-next, .carousel-control-prev {
    opacity: .8;
}
.overlayCarousel {
    background-color: #373535;
    padding: 50px;
    color: #fff;
    margin-top: -70px;
    font-size: 16px;
    line-height: 26px;
}
.overlayCarousel h1 {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 20px;
}
.alert-primary {
    padding: 35px;
    background-color: #F7E5ED;
    border: solid 1px #EABACD;
    border-radius: 0;
    color: #D67C9F;
    font-weight: 600;
    font-size: 15px;
}
h2 {
    color: #373535;
    font-size: 30px;
}
h2 span {
    display: inline-block;
    font-size: 15px;
}
h2 hr {
    width: 70px;
    margin-bottom: 30px;
    margin-left: 0;
    border-top: 1px solid #373535;
}
.wrapper-cat {
    margin-top: 30px;
}
.wrapper-cat .card {
    padding: 0px 0px 0px 0px;
    border: none;
    background-color: transparent;
}
.wrapper-cat .card .card-body {
    padding: 15px 0px 0px 0px;
}
.wrapper-cat .card .card-footer {
    padding: 5px 0px 0px 0px;
    border: none;
    background-color: transparent;
}
.wrapper-cat .cat-photo {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper-cat a .cat-photo {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}
.wrapper-cat a:hover .cat-photo {
    filter: grayscale(100%);
}
.wrapper-cat .cat-content {
    padding-top: 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: #E46372;
}
.wrapper-cat .cat-content h3, .cat-content h3 {
    font-size: 16px;
    color: #373535;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.cat-content h3 {
    font-size: 20px;
    color: #373535;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.wrapper-cat a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.wrapper-cat a:hover {
    display: block;
    transform: translate(0px, -35px);
    -webkit-transform: translate(0px, -35px);
    -o-transform: translate(0px, -35px);
    -moz-transform: translate(0px, -35px);
    color: #E46372;
}
.photo-square {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.info-box {
    margin-top: 35px;
    border-top: solid 1px #D67C9F;
    padding-top: 35px;
    /*padding-bottom: 35px;*/
    font-size: 15px;
    line-height: 30px;
}
.standard-table {
    margin-top: 30px;
    margin-bottom: 30px;
}
.standard-table tr {
    border-bottom: 1px solid #EBEBEB;
}
.standard-table tr:last-child {
    border-bottom: none;
}
.standard-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #373535;
}
.standard-table .active {
    font-weight: 700;
}
.product-table {
    margin-top: 30px;
    margin-bottom: 30px;
}
.product-table a {
    text-decoration: none !important;
}
.product-table td:nth-child(1) {
    width: 200px;
}
.product-table tr {
    border-bottom: 1px solid #EBEBEB;
}
.product-table tr:last-child {
    border-bottom: none;
}
.product-table td {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #373535;
}
.product-table .active {
    font-weight: 700;
}
.product-table .inputfield {
    background-color: #FBF0F3;
    border-top: 1px solid #F5DEE5;
    border-left: 1px solid #F5DEE5;
    border-right: 1px solid #F5DEE5;
    border-bottom: 1px solid #F5DEE5;
    /*box-shadow: none;*/
    font-size: 14px;
    border-radius: 2px;
    height: 45px;
    padding-right: 20px;
    color: #373535;
    font-weight: 600;
}
.product-table .inputtextarea {
    background-color: #FBF0F3;
    border-top: 1px solid #F5DEE5;
    border-left: 1px solid #F5DEE5;
    border-right: 1px solid #F5DEE5;
    border-bottom: 1px solid #F5DEE5;
    /*box-shadow: none;*/
    font-size: 14px;
    border-radius: 2px;
    padding-right: 20px;
    color: #373535;
    font-weight: 600;
}
.pr_dt_options .label {
    font-weight: 700;
    padding-bottom: 20px;
}
.pr_dt_options .inputfield {
    background-color: #FBF0F3;
    border-top: 1px solid #F5DEE5;
    border-left: 1px solid #F5DEE5;
    border-right: 1px solid #F5DEE5;
    border-bottom: 1px solid #F5DEE5;
    /*box-shadow: none;*/
    font-size: 14px;
    border-radius: 2px;
    height: 45px;
    padding-right: 20px;
    color: #373535;
    font-weight: 600;
}
.pr_dt_options .inputtextarea {
    background-color: #FBF0F3;
    border-top: 1px solid #F5DEE5;
    border-left: 1px solid #F5DEE5;
    border-right: 1px solid #F5DEE5;
    border-bottom: 1px solid #F5DEE5;
    /*box-shadow: none;*/
    font-size: 14px;
    border-radius: 2px;
    padding-right: 20px;
    color: #373535;
    font-weight: 600;
}
.wrapper-newsitems {}
.wrapper-newsitems .news-item {
    margin-bottom: 30px;
    min-height: 475px;
}
.wrapper-newsitems .news-item .news-item-photo {
    height: 0;
    padding-bottom: 65%;
    background-color: #fff;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    overflow: hidden;
}
.news-item a .news-item-photo {
    transition: all .8s ease;
    cursor: pointer;
    -webkit-transform: translate(1);
    -ms-transform: translate(1);
    -moz-transform: translate(1);
    transform: translate(1)
}
.news-item a:hover .news-item-photo {
    z-index: 99;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px)
}
.wrapper-newsitems .news-item .news-item-content {
    font-size: 15px;
    line-height: 24px;
    color: #748888;
}
.wrapper-newsitems .news-item .news-item-content span {
    font-size: 11px;
    color: #D67C9F;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 5px;
}
.wrapper-newsitems .news-item .news-item-content h5 {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #282726;
    padding: 0px 0px 15px 0px;
    margin: 0;
}
.wrapper-newsitems .news-item .news-item-content a {
    font-size: 13px;
    color: #D67C9F;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-top: 25px;
    letter-spacing: 2px;
}
.wrapper-newsitems .news-item .news-item-content a:hover {
    opacity: 0.5;
    transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
}
#wrapper-cta-footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #D67C9F;
}
.title-cta-footer {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 0px 50px 0px;
    margin: 0px 0px 0px 0px;
}
.cta-item {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.cta-item img {
    height: 30px;
    width: auto;
    margin-bottom: 15px;
}
.cta-item a {
    color: #fff;
    display: block;
}
.cta-item a:hover {
    opacity: 0.6;
}
.wrapper-th-winkelwagen {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #D67C9F;
}
.wrapper-th-winkelwagen .th-winkelwagen {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.wrapper-tr-winkelwagen {
    border-bottom: 1px solid #F8E3EA;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wrapper-tr-winkelwagen .td-winkelwagen-photo .winkelwagen-photo {
    height: 0;
    padding-bottom: 70%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.wrapper-tr-winkelwagen .td-winkelwagen-product {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #D67C9F;
}
.wrapper-tr-winkelwagen .td-winkelwagen-product span {
    font-size: 13px;
    line-height: 18px;
    text-transform: none;
    color: #282726;
    display: inline-block;
    margin-top: 5px;
    font-weight: 400;
}
.wrapper-tr-winkelwagen .td-winkelwagen-product a {
    color: #D67C9F;
}
.wrapper-tr-winkelwagen .td-winkelwagen-aantal {
    padding-left: 0%
}
.winkelwagen-total-controls {
    margin-top: 35px;
    text-align: left;
}
.winkelwagen-total-controls button {
    width: auto;
}
.wrapper-selector {
    padding-top: 4px;
}
.wrapper-selector .selector-down {
    display: block;
    float: left;
    padding-right: 7px;
    padding-top: 8px;
    font-size: 12px;
}
.wrapper-selector .selector-down a {
    color: #000;
}
.wrapper-selector .selector-input {
    display: block;
    float: left;
    width: 45px;
}
.wrapper-selector .selector-input input {
    text-align: center;
    font-size: 14px;
}
.wrapper-selector .selector-up {
    display: block;
    float: left;
    margin-left: 8px;
    padding-top: 8px;
    font-size: 12px;
}
.wrapper-selector .selector-down a, .wrapper-selector .selector-up a {
    color: #282726;
}
.wrapper-selector .selector-down a:hover, .wrapper-selector .selector-up a:hover {
    color: #D67C9F
}
.wrapper-tr-winkelwagen .td-winkelwagen-delete {
    padding-top: 10px;
}
.wrapper-tr-winkelwagen .td-winkelwagen-delete a {
    color: #D67C9F
}
.latest-line {
    border-bottom: none !important;
}
.wrapper-tr-winkelwagen .td-winkelwagen-prijs, .wrapper-tr-totalwinkelwagen .td-winkelwagen-prijs {
    padding-top: 10px;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    color: #D67C9F;
}
.line-total {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid #D67C9F;
}
.wrapper-tr-totalwinkelwagen .td-winkelwagen-labeltotal {
    padding-top: 10px;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    color: #282726;
}
.wrapper-winkelwagen table, .wrapper-winkelwagen-total table {
    width: 100%;
    font-size: 14px;
}
.wrapper-winkelwagen table tr {
    border-bottom: 1px solid #F8E3EA;
}
.wrapper-winkelwagen table tr:last-child {
    border-bottom: none;
}
.wrapper-winkelwagen table td, .wrapper-winkelwagen-total table td {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
    border-bottom: none;
}
.wrapper-winkelwagen a {
    color: #D67C9F;
    text-decoration: none;
}
.wrapper-winkelwagen a span {
    color: #282726;
    text-decoration: none;
}
.wrapper-winkelwagen a:hover {
    color: #282726;
    text-decoration: none;
}
.wrapper-winkelwagen table td:nth-child(1) {
    width: 150px;
}
.wrapper-winkelwagen table td:nth-child(2) {
    font-size: 20px;
    padding-left: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #D67C9F;
}
.wrapper-winkelwagen table td:nth-child(2) span {
    font-size: 13px;
    text-transform: none;
}
.wrapper-winkelwagen table td:nth-child(3) {
    text-align: right;
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
}
.wrapper-winkelwagen table td:nth-child(4) {
    text-align: right;
    padding-top: 25px;
}
.wrapper-winkelwagen table td:nth-child(5) {
    padding-top: 20px;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    color: #D67C9F;
    width: 150px;
}
.winkelwagen-photo {
    height: 0;
    padding-bottom: 70%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.wrapper-winkelwagen hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid #D67C9F;
}
.wrapper-winkelwagen-total table td:nth-child(1) {
    font-weight: 600;
    text-align: right;
    font-size: 16px;
}
.wrapper-winkelwagen-total table td:nth-child(2) {
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    color: #D67C9F;
    width: 150px;
}
.title-winkelwagen-form {
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 24px;
    line-height: 20px;
    color: #D67C9F;
}
.contact-form {
    font-size: 14px;
    color: #282726;
}
.contact-form .inputfield {
    background-color: #FBF0F3;
    border-top: 1px solid #FBF0F3;
    border-left: 1px solid #FBF0F3;
    border-right: 1px solid #FBF0F3;
    border-bottom: 1px solid #F5DEE5;
    /*box-shadow: none;*/
    font-size: 14px;
    border-radius: 2px;
    padding: 20px 15px
}
.contact-form .inputfield:focus {
    /*box-shadow: none;*/
    background-color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #EDC5D4;
}
.contact-form .text-area {
    height: 150px
}
.contact-form .form-group label {
    font-weight: 600;
    color: #282726;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px
}
.contact-form .form-group label span {
    color: #D67C9F;
    font-size: 12px;
    padding-left: 5px
}
.text-box a {
    color: #D67C9F;
    text-decoration: underline;
}
.text-box a:hover {
    color: #282726;
    text-decoration: underline;
}
.text-box .blockquote {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    color: #D67C9F;
    margin-top: 35px;
    margin-bottom: 35px;
    border-left: solid 1px #D67C9F;
    padding-left: 35px;
}
.wrapper-maps {
    padding: 0;
    background-color: #fff
}
#map_canvas {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%
}
#map {
    margin-top: 15px;
    height: 600px;
}
.ft-contact {
    text-align: center;
    line-height: 30px;
}
.ft-contact a {
    color: #373535;
}
.ft-contact a:hover {
    color: #D67C9F;
}
.ft-contact span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #D67C9F;
}
.ft-contact img {
    width: 200px;
}
.ft-contact img:first-child {
    margin-right: 50px;
}
.ft-betalen {
    text-transform: uppercase;
    font-weight: 600;
}
.ft-betalen img {
    width: 35px;
    margin-left: 10px;
    opacity: .7;
}
.ft-disclaimer {
    text-align: right;
}
.ft-disclaimer a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #373535;
}
.ft-disclaimer a:hover {
    color: #D67C9F;
}
@media(max-width:1200px) {
    body {
        margin-top: 250px;
    }
}
@media(max-width:1024px) {}
@media(max-width:991px) {
    .wrapper-top-pink {
        display: none !important;
    }
    body {
        margin-top: 270px;
    }
    .wrapper-th-winkelwagen, .td-winkelwagen-photo {
        display: none;
    }
    .toplogo {
        width: 100%;
        text-align: center;
    }
    .top-search {
        padding-bottom: 20px;
    }
    .wrapper-topzone {
        width: 100%;
        text-align: center;
    }
    .mx-auto {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .navbar {
        float: none;
        text-align: left;
        width: 100% !important
    }
    .navbar li {
        padding-left: 0px;
        padding-right: 0px;
    }
    .wrapper-topnavbar {
        padding-left: 30px;
    }
    .wrapper-topnavbar-first {
        display: none;
    }
    .navbar {
        padding: 0px 0px 15px 0px;
        margin: 0;
        width: 100% !important
    }
    .navbar .text-center {
        text-align: left !important;
    }
    .navbar-toggler {
        padding-top: 0px;
        font-size: 20px;
        font-weight: 600;
        margin-top: 0px;
        border-top: none;
        text-align: left;
        text-transform: uppercase;
        color: #282726;
        padding: 0;
    }
    .navbar-toggler:hover, .navbar-toggler:focus {
        color: #D67C9F;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        outline: none !important;
        /*box-shadow: none;*/
    }
    .navbar-collapse {
        z-index: 101;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
        border-top: none;
        background-color: #fff;
        padding: 15px 15px 0px 15px;
    }
    .navbar li {
        padding-top: 5px;
        padding-bottom: 5px;
        border: none;
    }
    .navbar li a {
        color: #000;
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        border: none;
    }
    .navbar li a:hover, .navbar li a.active, .navbar li a:focus, .navbar .open a, .navbar .open a:focus, .navbar .open a:hover {
        color: #D67C9F;
        background-color: transparent;
        background-image: none;
        opacity: 1;
        border: none;
    }
    .nav-topbar li a:before {
        content: none;
    }
    .nav-topbar li a.active {
        padding-bottom: 3px;
    }
    .dropdown-menu {
        background-color: #fff;
        padding: 0;
    }
    .dropdown-menu li a:hover {
        color: #D67C9F;
    }
    .overlayCarousel {
        display: none;
    }
    .carousel-control-next, .carousel-control-prev {
        top: 48%;
    }
    .wrapper-cat {
        margin-bottom: 30px;
    }
    .info-box {
        margin-top: 0px;
        border-top: none;
    }
    .cta-item {
        margin-bottom: 30px;
    }
    .ft-betalen, .ft-disclaimer {
        text-align: center;
    }
    .ft-disclaimer {
        margin-top: 10px;
    }
    .fixed-top {
        position: initial !important;
        overflow-x: hidden;
    }
    .carousel-photo {
        height: 661px;
    }
    body {
        margin-top: 0px;
    }
    .toplogo {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .btn-winkelwagen {
        position: relative;
        z-index: 2999;
    }
    .btn-winkelwagen a {
        padding: 6px 15px 6px 15px;
        display: block;
        color: #fff !important;
    }
    .btn-winkelwagen a:hover {
        color: #fff !important
    }
    .text-box {
        margin-top: 30px;
    }
    .wrapper-tr-winkelwagen .td-winkelwagen-product {
        padding-bottom: 15px;
    }
    .wrapper-tr-totalwinkelwagen .td-winkelwagen-labeltotal {
        text-align: left;
    }
}
@media(max-width:767px) {
    .login {
        display: none;
    }
    .wrapper-topzone {
        text-align: center;
    }
    .carousel-photo {
        height: 511px;
    }
}
@media(max-width:550px) {
    .btn-winkelwagen {
        margin-top: 20px;
    }
    .carousel-photo {
        height: 367px;
    }
    .top-call {
        display: none;
    }
    .wrapper-topzone {
        padding-right: 20px;
        text-align: right;
    }
    .wrapper-topzone {
        padding-top: 0px;
    }
    .toplogo {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .wrapper-top-pink-smart {
        background-color: #D67C9F;
        display: block;
    }
    .wrapper-top-pink-smart .usp {
        text-align: center;
    }
}
@media(max-width:480px) {
    .carousel-photo {
        height: 320px;
    }
}
@media(max-width:320px) {
    .carousel-photo {
        height: 213px;
    }
}

#kies-snoep{
    padding-top: 60px;
}
#kies-snoep .card{
    border: solid 1px #F5DEE5;
    border-radius: 0;
    background-color: #FBF0F3;
}
#kies-snoep .card-image{
    height: 0;
    padding-bottom: 90%;
    background-position: center;
    background-size: cover;
}
#kies-snoep .card-body{
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}
#kies-snoep .card-body #checkbox{
    width: 100%;
    padding: 0;
    margin: 0;
}

#kies-snoep .card-body label{
    padding: 0;
    margin: 3px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}

.euro-voucher {
    padding: 0 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
     border: 1px solid #D67C9F;
    background: #F5DEE5;
    color: #495057;
   
}
.voucher-input {
    text-rendering: optimizeLegibility;
    
    font-weight: 300;
    font-size: 3.875rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
  
}

.bedrag-voucher{
    max-width: 60%;
    border: 1px solid #D67C9F;
    color: #D67C9F;
  
}

.swal2-styled.swal2-confirm{
    background-color:#495057 !important;
}

#bedrag.form-control.is-valid, .was-validated .form-control:valid, #bedrag.form-control.is-invalid, .was-validated .form-control:invalid{
    background-size: 20px;
    padding-right: calc(0.5em + .75rem) !important;
    background-position: right calc(.15em + .1875rem) center !important;
}

.extra-small{
    font-size: 60% !important;
}