/* Imports ============================================================= */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url("https://use.typekit.net/tfj3zty.css"); /* Futura */

/* Colors ==============================================================
*
*   Roze        :       #ca9491;
*   Licht Roze  :       #fff3f2;
*   Donker Grijs:       #252525;
*   Grijs       :       #dbdbdb;
*   Licht Grijs :       #efefef;
*
*
========================================================================= */

/* Default ============================================================== */

.link.authorization-link {
    display: none;
}

#newspopupemail-error{
    color: #FFF;
}
input::-ms-clear {
    display: none;
}
body {
    color: #252525;
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.6rem;
    box-sizing: border-box;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
hr {
    border: 0;
    border-top: 1px solid #dbdbdb;
    margin-bottom: 20px;
    margin-top: 20px;
}
h1 {
    margin-top: 0;
    margin-bottom: 2rem;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-family: "futura-pt", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
}
h2 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
h3 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 2.1rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
h4 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
h5 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h6 {
    font-weight: 600;
    line-height: 1;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
    color: #252525;
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.4rem;
}
a,
.alink {
  color: #252525;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
a:visited,
.alink:visited {
  color: #252525;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #ca9491;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #ca9491;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #dbdbdb;
    border-radius: 1px;
    font-family: 'futura-pt', sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.4;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
select {
    background: #fff no-repeat center right /8px 4px;
    border: 1px solid #dbdbdb;
    border-radius: 1px;
    font-family: 'futura-pt', sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.4;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;

    background-size: 40px;
    padding-right: 28px;

    transition: all .3s ease-in-out;
}
select:hover {
    border-bottom-color: #ca9491;
}
textarea {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #dbdbdb;
    border-radius: 1px;
    font-family: 'futura-pt', sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 1.4;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
}
._keyfocus *:focus, input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .action-gift:active {
    box-shadow: none;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
    border-radius: 0px;
}
.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
    padding-top: 0 !important;
}
.action.primary {
    font-family: 'futura-pt', sans-serif;
    background: #ca9491 none repeat scroll 0 0;
    border: 1px solid #ca9491;
    color: #fff;
    margin-top: 20px;
    transition: all .3s ease-in-out;
    border-radius: 0;
}
.action.primary:hover {
    background: #1c1c1c none repeat scroll 0 0;
    border: 1px solid #1c1c1c;
    color: #fff;
}
.action.primary:focus,
.action.primary:active {
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    color: #fff;
}
div.mage-error[generated] {
    margin-top: 3px;
}
.abs-margin-for-forms-desktop,
form .fieldset .legend,
.column:not(.sidebar-main) form div.actions-toolbar,
.column:not(.sidebar-additional) form div.actions-toolbar,
.login-container form .fieldset:after {
    margin-left: 0px;
}
form .fieldset > .field:not(.choice) > .label,
form .fieldset > .field > .label {
    margin-left: 0px;
    width: 100%;
    padding: 0px;
    text-align: left;
    margin-bottom: 5px;
}
form .fieldset > .field > .control,
form .fieldset > .field:not(.choice) > .control {
    width: 100%;
}
form .fieldset > .field.choice:before,
form .fieldset > .field.no-label:before {
    padding: 0px;
    width: auto;
}
.page-print .sections.nav-sections {
    display: none;
}
iframe {
    max-width: 100%;
}
.ho-hint-outline {
    margin: 5px!important;
    padding: 5px!important;
}

/* ===================================================================== */

/* Header ============================================================== */
.page-header {
    position: sticky;
    top: 0;
    z-index: 9;
}
body .header.content {
    padding: 20px;
    z-index: 5;
}
.header.links, .link.wishlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header.links li {
    margin-bottom: 0;
}
.header.links a, .link.wishlist a {
    font-size: 0;
}
.header.links a:after,
.link.wishlist a:after {
    font-family: 'FontAwesome';
    font-size: 24px;
}
.header.links a:after{
    content: '\f007';
}
.link.wishlist a:after {
    content: '\f004';
}
body .minicart-wrapper {
    margin-left: 0;
    float: none;
}
.minicart-wrapper .action.showcart {
    line-height: 1;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcartactive .counter.qty {
    color: #ca9491;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    content: '\f290';
    font-family: 'FontAwesome';
    color: #252525;
    font-size: 22px;
    transition: all .3s ease-in-out;
    line-height: 1;
    vertical-align: unset;
}
.minicart-wrapper .action.showcart .text {
    font-size: 0;
}
.minicart-wrapper .action.showcart .counter.qty {
    line-height: 1;
    top: 0;
    font-size: 15px;
    vertical-align: bottom;
    background-color: transparent;
    color: #000;
    transition: all .3s ease-in-out;
}
.minicart-wrapper .action.showcart .counter.qty:before {
    content: "(";
}
.minicart-wrapper .action.showcart .counter.qty:after {
    content: ")";
}
.panel.wrapper {
    background-color: #e3cdcc;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.panel.header {
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}
.header_textmessage {
    text-align: center;
    color: #1c1c1c;
    font-size: 15px;
    letter-spacing: .2px;
}
.header_textmessage ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.header_textmessage ul li {
    list-style: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-size: 15px;
}
.header.content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
body .header.content:before,
body .header.content:after {
    content: none;
}
.header.content .nav-toggle {
    order: 0;
}
.header.content .logo {
    grid-column: 1/2;
    grid-row: 1 / 2;
    position: absolute;
    order: 5;
    margin: 0;
    padding: 0;
    top: -15px;
}
.header.content .block-search {
    grid-column: 2/3;
    grid-row: 1 / 2;
    width: 100%;
    padding-left: 0;
}
.header.content .header-container-cta {
    grid-column: 3/-1;
    grid-row: 1 / 2;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}
.header.content .block-search .control {
    padding-bottom: 0;
}
.block-search .control input {
    height: 45px;
}
.block-search .action.search {
    height: 45px;
    bottom: 0;
    top: 0;
    right: 20px;
}
.block-search .action.search:before {
    content: '\f002';
    color: #ca9491;
    font-family: 'FontAwesome';
    line-height: normal;
    overflow: visible;
    font-size: 18px;
    transition: all .3s ease-in-out;
}
.block-search .action.search:hover:before {
    color: #252525;
}
.header.content .lof-autosearch{
    float: none;
    margin: 0 auto;
    width: 370px;
    height: 45px;
}
.header.content .lof-search{
    width: 370px;
}
.header.content .lof-search input.input-text{
    height: 45px;
    line-height: 45px;
}
.lof-autosearch .button-search{
    color: #ca9491;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease;
}
.lof-autosearch .button-search:hover{
    color: #252525;
}
.nav-sections-item-content > .blackbird_menu_container {
    display: block;
}
.navigation li.level0.level-top {
    margin-right: 20px;
}
.navigation li.level0.level-top.last {
    margin-right: 0;
}
.navigation .level0 > .level-top {
    padding: 21px 12px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
}
body .rootmenu .rootmenu-list {
    text-align: center;
}
body .rootmenu .rootmenu-list > * {
    text-align: left;
}
.nav-sections-item-content {
    background-color: #ca9491;
}
body .rootmenu-list > li {
    border-right-color: #ca9491 !important;
}
a.menu-item-active > span {
    color: #fff;
    font-weight: 500;
}
.rootmenu {
    z-index: 0;
}
.rootmenu > .rootmenu-list .rootmenu-click > .rootmenu-arrow:after,
.rootmenu > .rootmenu-list .halfmenu .cat-arrow:after {
    content: "\f078";
    font-family: 'FontAwesome';
    margin-left: 8px;
    display: inline-block;
    font-size: 14px;
}
.rootmenu > .rootmenu-list .rootmenu-click > .rootmenu-arrow,
.rootmenu > .rootmenu-list .halfmenu .cat-arrow {
    background: none;
    height: auto;
    width: auto;
    float: none;
    margin: 0;
    display: inline-block;
    font-style: normal;
}
.rootmenu .sub-cat-name {
    display: inline-block;
    vertical-align: middle;
}
.rootmenu > .rootmenu-list .halfmenu ul .halfwidth-popup-sub-sub {
    top: 31px;
    background: #ca9491;
    box-shadow: none;
    padding: 12px;
    min-width: 210px;
    border: 1px solid #efefef;
}
.rootmenu > .rootmenu-list > li > .rootmenu-click + a:not(.active):after,
.rootmenu .has-sub-cat:after {
    content: "\f078";
    font-family: 'FontAwesome';
    margin-left: 8px;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: 24px;
    right: -9px;
    cursor: pointer;
    z-index: 100;
    height: auto;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 0;
    transform: none;
}
.rootmenu > .rootmenu-list > li.hover > .rootmenu-click + a:not(.active):after {
    color: #fff;
}
.rootmenu > .rootmenu-list > li > a > .homeicon + em {
    display: block;
    font-style: normal;
}
body .rootmenu > .rootmenu-list > li > a.active .homeicon {
    display: none;
}
body .rootmenu * {
    -webkit-font-smoothing: auto;
    /*font-weight: 300;*/
}
.rootmenu > .rootmenu-list > li > a {
    padding: 21px 12px;
    line-height: normal;
	font-weight: 300;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.rootmenu > .rootmenu-list > li > a:hover, .rootmenu > .rootmenu-list > li > a.active {
	font-weight: 500;
}
.rootmenu > .rootmenu-list > li {
    float: none;
    margin-right: 20px;
}
.rootmenu > .rootmenu-list > li:last-child {
    border-right: 0px;
}
.rootmenu-list > li > a.active {
	font-weight: 500;
}
.usps-fullwidth{
	background-color: #ca9491;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
.usps-container{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding: 10px 20px;
	width: 100%;
}
.usps-fullwidth ul {
	padding: 0;
    width: 100%;
    margin: 0;
    list-style: none;
}
.usps-fullwidth li {
	position: relative;
}
.usps-fullwidth li:after {
	content: "\f004";
    color: #fff;
    font-size: 18px;
    font-family: "FontAwesome";
	position: absolute;
	right: -59px;
	top: 1px;
}
.usps-fullwidth ul:not(.slick-initialized) {
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}
.usps-fullwidth ul:not(.slick-initialized) li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin: 0 50px;
}
.usps-fullwidth ul:not(.slick-initialized) li:first-child {
	margin-left: 0;
}

/* ===================================================================== */

/* ============================= FOOTER ================================ */

.page-footer{
    background: #252525;
}
.footer.content{
    color: #FFF;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-block{
    font-size: 13px;
    font-weight: 400;
}
.footer-block.cms{
    max-width: 360px;
    width: auto;
}
.footer-block.cms h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    text-transform: uppercase;
}
.footer-block.cms p{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}
.footer-block.cms ul{
    line-height: 30px;
    -webkit-column-count: 2;column-count: 2;
    font-size: 14px;
}
.footer-block.cms ul li{
    margin: 0;
}
.footer-block.cms ul li a{
    color: #FFF;
}
.footer-block.cms ul li a:hover{
    color: #ca9491;
}
.footer.bottom .block.payment p img {
    max-height: 30px;
    width: auto;
}


/* ===================================================================== */

#opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
    width: auto !important;
    max-width: 100%;
    min-width: auto!important;
}
.rootmenu > .rootmenu-list .halfmenu, .rootmenu > .rootmenu-list > li > .megamenu {
    z-index: 10;
}
.rootmenu-list > li:hover > a, .rootmenu-list > li > a:hover {
    background-color: transparent;
}
.minicart-items .update-cart-item {
    padding: 0;
    border: 0;
    background: transparent;
}
.minicart-items .update-cart-item:before {
    content: '\f021';
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 32px;
}
.minicart-items .update-cart-item span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.cms-no-route .column.main {
    background-color: #fff;
    padding: 20px;
    min-height: auto;
    margin: 0 0 40px;
}
body.cms-no-route .page-title-wrapper {
    padding-top: 0;
}
.cms-no-route .column.main dl a {
    text-decoration: underline;
}
.checkout-onepage-success .nav-sections-item-content {
    position: static!important;
}
.checkout-onepage-success .page-title-wrapper {
    margin: 30px 0 10px!important;
}
.checkout-onepage-success .page-main > .page-title-wrapper .page-title {
    margin-bottom: 0;
    padding: 0;
}
.checkout-payment-method .field-select-billing .field-select-billing:not(.terms-and-conditions) .label {
    display: block!important;
    width: 100%!important;
}
.opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
    position: relative;
    margin-left: 0;
    top: 0;
}
.rootmenu-list > li > a.active:after {
    z-index: 11;
}
.swatch-option-tooltip .title {
    margin: 0;
    border: 0;
    padding: 0;
    text-transform: none;
    font-weight: 500;
	color: #252525;
}
.swatch-option-tooltip {
	border-color: #dbdbdb;
}
.swatch-option-tooltip .corner:after, .swatch-option-tooltip-layered .corner:after {
    top: -1px;
    left: -15px;
	border-width: 7px 7px 0 7px;
}
.swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:before {
	top: 0;
	border-color: #dbdbdb transparent transparent transparent;
	border-width: 8px 8px 0 8px;
}
.swatch-option-link-layered:focus > div {
	box-shadow: none;
}
.tig-postnl-field-group .field span {
    max-width: none;
}
.tig-postnl-validation-message[style*="block"] {
    bottom: 0;
    top: auto;
    position: relative;
    text-align: left;
    background-color: transparent;
    z-index: 9;
}
.checkout-payment-method .payment-method-title label[for="klarna_pay_later"] div:first-child {
    float: none!important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
body .tig-postnl-delivery-from {
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible;
    position: static;
}
.tig-postnl-validation-message {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    text-align: center;
    font-size: 17px;
    background-color: rgba(255,255,255,0.8);
    font-weight: 600;
    pointer-events: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.postnl-deliveryoptions .delivery_options .delivery .days .wrapper strong .deliverydays-date {
    display: none;
}
.checkout-index-index .payment-method img {
    max-width: 40px;
    width: auto;
}
.mollie-buttons .redirect-block a.button {
    background-color: #ca9491;
    border: 1px solid #ca9491;
    color: #fff!important;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 24px;
    line-height: 1.6;
    box-shadow: none;
}
.mollie-buttons .redirect-block a.button:hover {
    background-color: #fff;
    border: 1px solid #ca9491;
    color: #ca9491!important;
}
.checkout-payment-method .payment-method-content div.messages {
    margin: 0;
}
label[for=klarna_pay_later]::before{content:"Klarna - ";}
label[for=klarna_pay_later]::after { content:" (gratis)"; }
body .osc-place-order-block {
    border: 0;
    padding: 0!important;
    margin-bottom: 0;
}
body .osc-place-order-block > .osc-newsletter {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.home_row.home_bestsellers {
    max-width: 100%;
}
.home_row_inner .block {
    max-width: 100%;
}
.lof-autosearch .ui-autocomplete-loading {
    background-image: none;
}
.opc-block-shipping-information {
    padding: 0;
    margin-bottom: 30px;
}
.opc-block-shipping-information .shipping-information-title {
    background-color: #ca9491;
    padding: 12px 10px 12px 32px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    line-height: 1.1;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.pakjegemak-address .shipping-information-title span {
    font-weight: bold !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    line-height: 1.1;
}
.opc-block-shipping-information .shipping-information-content {
    padding: 20px;
    background-color: #fff !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.input-text.amxnotif-guest-email::placeholder{
    opacity: 0.6;
}
.checkout-payment-method .payment-method-title .action-help {
    display: none;
}
.checkout-container div.mage-error[generated], .checkout-container .field-error {
    font-size: 1.4rem;
    font-weight: 700;
}
#checkbox-address-check-error {
    display: inline;
    font-size: 1.4rem;
    font-weight: 700;
    color: #e02b27;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
#shipping-method-buttons-container #error-continue-btn {
    clear: both;
    float: right;
}
.row.banner-container {
    margin-bottom: 0;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.row.banner-container > p {
    margin-bottom: 0;
    width: 100%;
}
.row.banner-container img {
    display: block;
    max-height: 600px;
    height: auto;
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}
.row.banner-container:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -10px;
	background: rgba(0,0,0,0.5);
	background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 75%);
	max-width: 1240px;
	margin: auto;
}
.row.banner-container .banner-text {
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: 50px;
    line-height: 1;
}
.row.banner-container .banner-text p {
	margin: 0;
}
.row.banner-container .banner-text strong {
	font-weight: 700;
    font-size: 75px;
    font-family: 'Pinyon Script', sans-serif;
    padding-top: 10px;
    display: block;
}
.row.banner-container .banner-text a {
	font-size: 18px;
	color: #fff;
	background-color: #ca9491;
	padding: 12px 22px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}
.row.banner-container .banner-text a:hover {
	background-color: #1c1c1c;
}
.one-step-checkout-wrapper .mp-4 #co-place-order-area .col-mp.osc-address-input-check {
    padding: 0;
    margin-bottom: 10px;
}
.one-step-checkout-wrapper .mp-4 #co-place-order-area .col-mp.osc-address-input-check label {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.opc-wrapper .form-shipping-address .fieldset.address {
    position: relative;
}
.opc-block-shipping-information {
    padding: 0;
}
.opc-block-shipping-information .shipping-information-title {
    margin-bottom: 0;
}
.form-login .label[for="newsletter-subscribe"] {
    font-size: 15px;
}

.checkout-agreements-block .checkout-agreements {
    margin-bottom: 0;
}
.checkout-agreements-block .checkout-agreements .checkout-agreement {
    display: block;
}
.checkout-agreements-block .checkout-agreements .checkout-agreement .required-entry {
    height: auto;
    padding: 8px;
}
.checkout-agreements-block .checkout-agreements .checkout-agreement .label {
    position: relative;
    margin-left: 20px;
    background-color: transparent;
}
.paynl .payment-method-content p {
    margin: 0;
    padding: 10px 0;
}

/* Mirasvit Search ===================================================== */

.mst-searchautocomplete__autocomplete {
	border-top: 2px solid #ca9491;
}
.mst-searchautocomplete__highlight {
	color: #ca9491;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
	float: none;
	margin: 10px 0 0;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart button {
	margin-top: 0;
}
.mst-searchautocomplete__item.magento_catalog_product:first-child {
    padding-top: 0;
}
.mst-searchautocomplete__autocomplete ul {
    padding: 15px 15px 5px;
}
.mst-searchautocomplete__item.magento_catalog_product .store .price {
    font-size: 15px;
}
.mst-search__highlight {
	background-color: #ca9491;
	color: #fff;
}

/* ===================================================================== */

/* Checkout ============================================================ */

.checkout-container .authentication-wrapper {
    display: none;
}
.opc-progress-bar-item {
    width: 50%;
}
.opc-progress-bar-item > span,
.opc-progress-bar-item._complete > span {
    color: #252525;
    font-weight: 500;
}
.opc-progress-bar-item:before,
.opc-progress-bar-item > span:before {
    background: #dbdbdb;
}
.opc-progress-bar-item > span:after {
    background-color: #fff;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before,
.opc-progress-bar-item._complete:before,
.opc-progress-bar-item._complete > span:before {
    background: #ca9491;
}
.opc-progress-bar {
    margin-top: 20px;
}
.opc-wrapper .step-title {
    font: 500 26px/1.1 'futura-pt', sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    padding-bottom: 15px;
}
.opc-block-summary > .title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
}
.opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
    max-width: none;
	margin-top: 0;
}
#opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
    width: 100% !important;
}
.postnl-deliveryoptions .delivery_options {
    position: static;
    max-width: 550px;
}
.opc-wrapper .checkout-payment-method .fieldset legend+br {
    display: none;
}
.opc-wrapper .payment-group .step-title {
    position: absolute;
    top: -43px;
    left: 0;
    width: 100%;
}
.opc-wrapper div.step-content#checkout-step-payment {
    position: relative;
    margin-top: 46px;
}
.page-wrapper .opc-block-shipping-information {
    padding: 0;
}
.page-wrapper .opc-block-shipping-information .shipping-information-title {
    margin-bottom: 0;
}
body .page-wrapper .column.main .opc-block-shipping-information .shipping-information-title button.action.action-edit {
    background: transparent!important;
    top: 5px;
    right: 5px;
}
body .page-wrapper .column.main .opc-block-shipping-information .shipping-information-title button.action.action-edit:before,
body .page-wrapper .column.main .opc-block-shipping-information .shipping-information-title button.action.action-edit:hover:before {
    color: #fff;
}
.checkout-payment-method .form-discount .actions-toolbar .primary {
    float: none;
}
.opc-block-summary .not-calculated {
    white-space: pre-wrap;
}
.checkout-payment-method .field-select-billing, .checkout-payment-method .billing-address-form {
    max-width: none;
}
.checkout-payment-method .checkout-billing-address .primary .action-cancel {
    padding: 7px 15px;
    margin: 0;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.6rem;
    border: 1px solid #eee;
    font-weight: 700;
    text-decoration: none;
}
.opc-block-shipping-information .shipping-information-title {
    border-bottom: 0;
}
body .page-wrapper .column.main .checkout-container .actions-toolbar>.primary .action {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body .page-wrapper .column.main .checkout-container .actions-toolbar>.primary .action:hover {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #ca9491;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: #ca9491;
}
.modal-popup .modal-title {
    font-weight: 500;
}
.modal-popup.modal-slide .modal-footer button {
	padding: 7px 15px;
    margin: 0;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.6rem;
    border: 1px solid #eee;
    font-weight: 700;
    text-decoration: none;
	background-color: #ca9491;
    border-color: #ca9491;
    color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.modal-popup.modal-slide .modal-footer button:hover {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}
.opc-wrapper .edit-address-link,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:focus,
.opc-wrapper .edit-address-link:active {
    color: #252525;
    text-decoration: underline;
}
body .page-wrapper .column.main .checkout-container .actions-toolbar > .primary .action {
    pointer-events: auto!important;
    cursor: pointer!important;
}
.opc-block-summary .table-totals .totals-tax, .cart-summary .cart-totals .totals-tax {
    display: none;
}

/* ===================================================================== */

/* Slick ======================================================== */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	margin: 0 50px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ===================================================================== */

/* Product Detail Pagina =============================================== */

.product-info-main .page-title-wrapper .page-title {
	margin-top: 0;
}
.product_backbtn {
    display: block;
    margin: 25px 0;
}
a[data-zoom-id] img, .mz-thumb img,
body .mt-thumb-switcher.mz-thumb-selected img {
	border: 0;
}

/* ===================================================================== */

/* Cart ================================================================ */

.cart.table-wrapper .item-actions td {
	padding: 8px 0;
}
.cart.table-wrapper .item .col .product-image-container {
	display: block;
}
.cart.table-wrapper .actions-toolbar > .action.action-towishlist {
	display: none;
}
.cart.table-wrapper .actions-toolbar > .action {
	background: none;
	border: 0;
	padding: 0;
	color: #252525;
	text-decoration: underline;
	margin: 0 20px 0 0;
	font-weight: 400;
}
.cart.table-wrapper .actions-toolbar > .action:hover {
	background: none;
	border: 0;
	padding: 0;
	color: #ca9491;
	text-decoration: underline;
}
.cart.table-wrapper .product-item-details .actions-toolbar {
	position: absolute;
	bottom: 20px;
}

/* ===================================================================== */

/* Contact ============================================================= */

.contact-details h1,
.contact-details h2,
.contact-details h3,
.contact-details h4,
.contact-details h5,
.contact-details h6 {
	margin-top: 0;
}
.contact-index-index .page-title-wrapper {
	padding: 0;
}

/* ===================================================================== */

/* CMS Pagina's ======================================================== */

.cms-page-view .page-title-wrapper {
	padding: 0;
}

/* ===================================================================== */

/* Customer ============================================================ */

.order-links .item {
    margin: 0 20px 10px 0;
}
.order-details-items .items-qty .item .title {
    border: 0;
    text-transform: none;
    font-weight: 400;
}
.order-details-items .price-including-tax, .order-details-items .price-excluding-tax {
	font-size: 16px;
}
.order-details-items .order-title .action {
	display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}
.block-order-details-view .box-content .payment-method .title {
	border: 0;
	text-transform: none;
}
.actions-toolbar > .secondary:last-child {
	float: right;
	margin: 0;
}

/* ===================================================================== */

/* ============================= Pop-Up Mageplaza================================ */
#mageplaza-betterpopup-block .mageplaza-betterpopup-content #bio_ep_close img {
    display: none;
}
#mageplaza-betterpopup-block .mageplaza-betterpopup-content #bio_ep_close::before {
    content: '\f2d3';
    color: #000000;
    position: relative;
    font-family: "FontAwesome";
    font-size: 20px;
    top: 3px;
}

.mageplaza-betterpopup-content #mp-popup-template4 {
    width: 100%;
    height: fit-content;
    align-items: center;
    display: inline-grid;
}
#mp-popup-template4 .tmp4-text-content {
    width: 93.3%;
    margin: 0;
    padding: 20px;
    background: transparent;
}
#mp-popup-template4 .tmp4-text-content .tmp4-title {
    text-align: center;
    color: #000000;
    font-family: 'Pinyon Script', sans-serif;
}
#mp-popup-template4 .tmp4-text-content .tmp4-title:before {
    content: "\f004";
	color: #ca9491;
	font-size: 25px;
	font-family: "FontAwesome";
    margin-right: 10px;
}
#mp-popup-template4 .tmp4-text-content .tmp4-title:after {
    content: "\f004";
	color: #ca9491;
	font-size: 25px;
	font-family: "FontAwesome";
    margin-left: 15px;
}

#mp-popup-template4 .tmp4-text-content .tmp4-sub-title {
    color: #ca9491;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: normal;
    margin: 10px 0;
}

#mp-popup-template4 .tmp4-text-content .tmp4-text {
    text-align: center;
    margin: 0 auto;
}
#mp-popup-template4 .tmp4-download-content .appstore,
#mp-popup-template4 .tmp4-download-content .playstore {
    background-color: #ca9491;
    border: 1px solid #ca9491;
    border-radius: 10px;
    padding: 5px 10px;
}
#mp-popup-template4 .tmp4-download-content .appstore:hover,
#mp-popup-template4 .tmp4-download-content .playstore:hover {
    background-color: transparent;
}
#mp-popup-template4 .tmp4-download-content .appstore {
    margin-right: 20px;
}
#mp-popup-template4 .tmp4-download-content .appstore::before,
#mp-popup-template4 .tmp4-download-content .playstore::before {
    font-family: "FontAwesome";
    margin-right: 5px;
}

#mp-popup-template4 .tmp4-download-content .appstore::before {
    content: "\f179";
}

#mp-popup-template4 .tmp4-download-content .playstore::before {
    content: "\f17b";
}

#mp-popup-template4 form.subscribe {
    margin: 0;
    align-items: center;
}
#mp-popup-template4 form.subscribe .tmp4_field_newsletter {
    padding-right: 0;
}

#mageplaza-betterpopup-block .mageplaza-betterpopup-content #mp-popup-template4 .form {
    display: flex;
    justify-content: center;
    width: 93.3%;
    padding: 20px;
    padding-top: 0;
    position: relative;
}
#mp-popup-template4 .form .tmp4_field_newsletter input {
    margin: 0 auto;
    border-radius: 0;
    width: 250px;
}
#mp-popup-template4 .form .tmp4_field_newsletter .mage-error {
    bottom: -6px !important;
    left: inherit !important;
}
#mageplaza-betterpopup-block .mageplaza-betterpopup-content .form button.action.subscribe.primary.tmp4-button {
    background-color: #ca9491 !important;
    margin: 0;
    margin-left: 20px;
    height: 35px;
    font-size: 12px !important;
    transition: all .2s ease-in-out;
}

#mageplaza-betterpopup-block .mageplaza-betterpopup-content .form button.action.subscribe.primary.tmp4-button:hover {
    background-color: #252525 !important;
}

#mp-popup-template4 .form .tmp4_field_newsletter .mage-error {
    font-family: 'Open Sans';
    font-size: 12px;
    bottom: -3px !important;
}

.mageplaza-betterpopup-content #popup-success-content .tmp4-text-content {
    width: 93.3%;
    margin: 0;
    padding: 20px;
    background: transparent;
}
.mageplaza-betterpopup-content #popup-success-content .tmp4-text-content .tmp4-title {
    text-align: center;
    color: #000000;
    font-family: 'Pinyon Script', sans-serif;
    margin-bottom: 20px;
    font-size: 40px;
}
.mageplaza-betterpopup-content #popup-success-content .tmp4-text-content .tmp4-title:before {
    content: "\f004";
	color: #ca9491;
	font-size: 25px;
	font-family: "FontAwesome";
    margin-right: 10px;
}
.mageplaza-betterpopup-content #popup-success-content .tmp4-text-content .tmp4-title:after {
    content: "\f004";
	color: #ca9491;
	font-size: 25px;
	font-family: "FontAwesome";
    margin-left: 15px;
}

.mageplaza-betterpopup-content #popup-success-content .tmp4-text-content .tmp4-sub-title {
    color: #ca9491;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
}

.mageplaza-betterpopup-content #popup-success-content .tmp4-text-content .tmp4-text {
    text-align: center;
    margin: 0 auto;
}

#mageplaza-betterpopup-block .mageplaza-betterpopup-content .form .popup-loader {
    left: 0 !important;
    text-align: center;
    padding-top: 30px;
}

/* Newsletter block */
.footer.content .footer-block.iframe {
    display: none;
}
.footer.content > p {
    display: none;
}
.footer.content .block.newsletter {
    width: 250px;
    float: inherit;
}

.footer.content .block.newsletter form .field.newsletter {
    max-width: 250px;
    margin-right: 0;
}
.footer.content .block.newsletter .label {
    margin: 0;
    position: inherit;
}
.footer.content .block.newsletter .content .field.newsletter .control input {
    width: 250px;
}
.block.newsletter .content .field.newsletter .label h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
.block.newsletter .content .field.newsletter .label span {
    font-size: 14px;
}
.block.newsletter .content .field.newsletter .control {
    margin-top: 5px;
}
.block.newsletter .content .form .actions {
    margin-top: 10px;
}
.block.newsletter .content .form .actions button {
    border-radius: 0;
    color: #FFFFFF;
    background-color: #ca9491;
    transition: all .2s ease-in-out;
}
.block.newsletter .content .form .actions button:hover {
    background-color:#ccc;

}
