/* Off-canvas Filter */
.off-canvas-filter:before {
    content: '\e904' !important;
    font-family: icomoon !important;
  	font-size: 18px;
    margin-right: 10px;
}
.off-canvas-filter {
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    font-size: var(--j-font_size-font-size-okjyn7) !important;
    color: rgba(62, 55, 51, 1) !important;
    background-color: rgba(255, 255, 255, 0) !important;
    --background-color: rgba(255, 255, 255, 0) !important;
    border-width: 0 !important;
}
#product-category .off-canvas-filter-container {
  display: none;
}
.desktop.mobile-filter-container-open .mobile-wrapper-header>a:before {
    content: '\e905' !important;
    font-family: icomoon !important;
    font-size: 30px;
    color: rgba(62, 55, 51, 1);
}
.desktop.mobile-filter-container-open .mobile-wrapper-header {
    padding-top: 20px;
    --element-padding-top: 20px;
    padding-right: 8px;
    --element-padding-right: 8px;
    padding-bottom: 20px;
    --element-padding-bottom: 20px;
    padding-left: 8px;
    --element-padding-left: 8px;
}
.desktop.mobile-filter-container-open .mobile-wrapper-header>a {
    margin-inline-start: unset;
}
.desktop.mobile-filter-container-open .mobile-filter-container {
    padding: 15px 30px;
}
.module-filter .panel-body>div>label .count-badge {
    font-size: 14px;
}
.module-filter .panel-group .panel-title {
    padding: 15px 0;
}
.mobile-wrapper-reset {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
}
.mobile-wrapper-reset .filter-reset {
    margin-inline-start: auto;
    font-family: 'Playfair Display' !important;
    font-weight: 400 !important;
    font-size: var(--j-font_size-font-size-lfzm1o) !important;
    color: rgba(249, 56, 78, 1) !important;
    font-style: italic !important;
}
.mobile-wrapper-reset .filter-product-total {
    font-family: 'Montserrat' !important;
    font-weight: 600;
}
.mobile-wrapper-reset .filter-reset a {
    color: rgba(249,56,78,1) !important;
    text-decoration: none;
    font-size: 18px;
}
.mobile-wrapper-reset .filter-reset a:hover {
    text-decoration: none;
}
.mobile-wrapper-reset .filter-reset a:visited {
    color: rgba(249,56,78,1) !important;
}
.mobile-filter-container {
    min-width: 22vw;
}
@media (max-width: 767px) {
    .mobile-filter-container {
        min-width: 300px;
    }
}

/* Main Menu */
.dropdown-menu .mega-menu-content div.links-menu ul li:last-child>a:before {
    transform: translate3d(135px, 0px, 0px) !important;
}
.desktop-main-menu-wrapper .main-menu>.j-menu>.main-menu-item.dropdown>.j-dropdown {
    top: calc(50% + var(--element-height-sticky, var(--element-height, 0px)) / 2) !important;
    padding-top: 52px;
}
.header-sticky.header-desktop-compact .mid-bar .main-menu>.j-menu>.main-menu-item.dropdown>.j-dropdown {
    top: calc(50% + var(--element-height, 0px) / 2) !important;
    padding-top: 32px;
}
.site-overlay {
    opacity: 0 !important;
}
.menu-open .site-overlay {
    opacity: .5 !important;
    transition: opacity .15s .35s ease-in-out !important;
}

/* Trustpilot */
.top-menu.third-menu .j-menu .top-menu-item:last-child {
    display: inline-flex;
}
.trustpilot-rating-stars {
    margin-top: 5px;
    margin-right: 10px;
}
.trustpilot-rating-stars .tp-tooltip {
    position: relative;
    color: #f9384e;
    font-size: 16px;
}
.trustpilot-rating-stars .tp-tooltip i {
    margin-right: 3px;
    color: #f9384e;
}
.trustpilot-rating-stars .tp-tooltip .tp-tooltip-text {
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
    font-size: 12px;
    color: rgba(62,55,51,1) !important;
    visibility: hidden;
    min-width: 230px;
    background-color: #f9f7f2;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 0;
    margin-left: -60px;
    opacity: 0;
    transition: .3s;
    transform: translate3d(0px, 20px, 0px);
}
.trustpilot-rating-stars .tp-tooltip .tp-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
}
.tp-tooltip:hover .tp-tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.trustpilot-rating-stars .tp-tooltip a, .trustpilot-rating-stars .tp-tooltip a:hover {
    text-decoration: none;
}
/* Product Gallery */
.product-gallery img {
	width: 100%;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 1000ms;
}
.product-gallery img.stretch {
	aspect-ratio: .5;
}
.product-gallery .first-image {
	grid-row: 1/3;
}
.product-gallery .first-image img.stretch {
	aspect-ratio: 1/2.062 !important;
}
.product-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	max-width: 100%;
}
.product-gallery figure {
	margin: 0;
	position: relative;
	overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 1399px) {
    .product-gallery ul {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    }
}
@media (prefers-reduced-motion: no-preference) {
	.product-gallery a:is(:hover, :focus) img {
		transform: scale(1.2);
	}
}
/* Category Custom Block */
#category-custom-block .block-header-text {
    font-family: fakyflowers;
    font-size: var(--j-font_size-font-size-kpem3m);
    font-weight: 400;
    margin-top: 162px;
    --element-margin-top: 162px;
}
#category-custom-block .block-body {
    --display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    --image-split-ratio: 100%;
    max-width: 910px;
    margin-inline-start: auto;
    margin-inline-end: auto;
}
#category-custom-block .block-item {
    padding: 0;
    width: calc(100% / 1 - .01px);
}
@media (max-width: 430px) {
    #category-custom-block .block-header-text {
        font-size: var(--j-font_size-font-size-qbopxb);
    }
}
/* Related Products Option */
.product-layout.related-products .image {
    border: 2px solid rgb(249 247 242);
    border-radius: 9999px;
}
.product-layout.related-products .image.selected {
    border: 3px solid #dddbd5;
}
.product-layout.related-products .checkbox input[type=checkbox] {
    visibility: hidden;
}
.product-layout.related-products .name a {
    font-family: 'Playfair Display' !important;
    font-style: italic !important;
    color: rgba(249,56,78,1) !important;
}
.product-layout.related-products .side-product {
    text-align: center;
}
.product-layout.related-products .side-product .price {
    display: block;
}
.product-layout.related-products .side-product .price .price-normal {
    font-weight: 600;
}
.product-layout.related-products .checkbox {
    justify-content: center;
}
.product-blocks.blocks-details .swiper-container {
    max-width: 35vw;
}
.side-products:not(.swiper-wrapper) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.side-products:not(.swiper-wrapper) .product-layout.related-products.swiper-slide {
    margin-right: 0 !important;
}

.btn:after, .btn:before, span:after {
    font-style: normal !important;
}
.btn:after, .btn:before {
    overflow: visible;
}

.postnl-shipping-pickup-address {
    padding-left: 28px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    color: #828282;
}
.popup .product-info .product-stats li {
    justify-content: center;
}
.popup .product-info {
    padding: 15px;
}
.popup .product-info .description h2 {
    margin-top: 40px;
}
.popup .product-info .page-title {
    margin-bottom: 40px;
    line-height: normal;
}
.popup .product-info .btn-more-details {
    margin-top: 20px;
    font-size: 18px;
}
.popup .product-info .button-group-page .btn-more-details:after {
    font-size: 42px;
    margin-left: 15px;
}
.quick-checkout-wrapper .section-shipping .ship-wrapper p {
    margin-top: 0 !important;
}
.module-filter .range-slider {
    top: 0px !important;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    padding: 0 10px;
}
.module-filter .irs-from, .module-filter .irs-to {
    display: block !important;
}
.irs-min, .irs-max {
    background: #fff;
}
.irs-from, .irs-to, .irs-single {
    background: #f9384e;
}
.module-filter .filter-price, .module-filter .filter-attribute {
    padding: 0px 15px 10px 0px;
}
.module-filter .extra-controls {
    height: 25px;
    margin-top: 10px;
}
/* Trace & Trace */
#track-trace .address-container {
    padding-left: 20px;
}
#track-trace .tracktrace-address-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
#track-trace .address h3 {
    margin-bottom: 10px;
}
#track-trace .tracktrace-image {
    margin-top: 60px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    overflow: hidden;
}
#track-trace .current-status-box {
    background-color: rgba(249,56,78,1);
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
#track-trace .postnl-box {
    background-color: rgba(249,247,242,1);
    border-radius: 0 0 10px 10px;
    padding: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    display: flex    ;
    align-items: center;
    justify-content: center;
}
#track-trace .postnl-box a {
    text-decoration: none;
    color: #f99e21;
    margin-left: 10px;
}
#track-trace .current-status-box .current-status-date {
    font-size: 20px;
    font-weight: 600;
}
#track-trace .old-status {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
#track-trace-form #content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: 50%;
    margin: 0 auto;
}
#track-trace-form .page-title, #track-trace .page-title {
    font-size: 20px;
    margin-bottom: 40px;
}
#track-trace-form .buttons .pull-right .btn {
    margin: 0 auto;
}
#track-trace .tracktrace-steps {
    background-color: rgba(249,56,78,1);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 10px auto 0 auto;
}
#track-trace .event.not-complete .tracktrace-steps {
    background-color: #fff;
    border: 1px solid rgba(249,56,78,1);
    z-index: 999;
}
#track-trace .old-status .event {
    display: grid    ;
    grid-template-columns: 15% 15% 70%;
    min-height: 70px;
}
#track-trace .event-date {
    text-align: right;
    line-height: normal;
}
#track-trace .event-date span {
    font-size: 14px;
    display: block;
}
#track-trace .event-desc {
    position: relative;
}
#track-trace .event:not(:last-child) .event-desc::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 10px;
    left: -34px;
    width: 10px;
    height: 100%;
    border-left: 4px solid rgba(249,56,78,1);
}
#track-trace .event.not-complete .event-desc, #track-trace .event:not(:last-child) .event-desc.opacity-5::before {
    opacity: .5;
}
.dropdown>a::after, .language-currency .dropdown-toggle::after {
    content: "\e40b";
    font-family: 'icomoon';
    border-width: unset;
    border-style: unset;
    border-color: unset;
    border-left-color: unset;
    border-right-color: unset !important;
    border-top-color: unset !important;
    border-bottom-color: unset !important;
    margin-inline-start: 5px;
    margin-inline-end: 0;
    transform: unset;
}
.price-old {
    border-right: 1px solid #f9384e;
    padding-right: 5px;
    color: #828282 !important;
}
.price-new, .product-price-new {
    color: #20b414 !important;
}
.product-price-old {
    margin-right: 5px;
    border-right: 1px solid #f9384e;
    padding-right: 5px;
    color: #828282 !important;
    text-decoration: line-through;
    -webkit-text-decoration: line-through;
}
#form-review {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    overflow: inherit;
}
#form-review h4 {
    font-family: 'Playfair Display' !important;
    color: rgba(249,56,78,1) !important;
    font-style: italic !important;
}
.review-block-left, .review-block-right {
    width: 50%;
    display: block;
}
.review-block-left {
    padding-right: 60px;
    border-width: 0;
    border-right-width: 1px;
    border-style: solid;
    border-color: rgba(221, 219, 213, 1);
}
.review-block-right {
    padding-left: 50px;
}
.grid-row-44-2>.row-bg {
    background-color: rgb(230 230 230) !important;
}
#form-review .rate i {
    font-size: 16px;
    opacity: .3;
    cursor: pointer;
}
#form-review .rate i.rating-star {
    color: #f9384e;
    opacity: 1 !important;
}
#form-review input[type=radio] {
    visibility: hidden;
    width: 0;
    min-width: 0;
}
#review p {
    margin-top: 0;
}
#review .table {
    margin-bottom: 20px !important;
}
.rating .fa-stack {
    font-size: 10px !important;
    width: 2em !important;
}
.rating .fa-stack i {
    opacity: .3;
}
.rating .fa-stack i.star {
    opacity: 1;
    color: #f9384e;
}
.input-group.sort-by select {
    background-image: unset !important;
}
.input-group.sort-by::after {
  position: absolute;
  content: "\e40b";
  right: 1rem;
  pointer-events: none;
  font-family: 'icomoon';
}
.top-menu-8 .trustpilot-rating-stars {
    display: none;
}
@media (max-width: 767px) {
    #track-trace .address-container {
        padding-left: 0;
    }
    #track-trace .status-container {
        margin-bottom: 40px;
    }
    #track-trace .tracktrace-image {
        margin-top: 40px;
    }
    #track-trace .event:not(:last-child) .event-desc::before {
        left: -27px;
    }
    #track-trace .tracktrace-address-box .address {
        padding: 20px;
    }
    .review-block-left, .review-block-right {
        width: 100%;
    }
    .review-block-left {
        padding-right: 0;
        border-width: 0;
        border-right-width: 0;
        padding-bottom: 50px;
    }
    .review-block-right {
        padding-left: 0;
        padding-top: 50px;
        border-width: 0;
        border-top-width: 1px;
        border-style: solid;
        border-color: rgba(221, 219, 213, 1);
    }
    #product-product .block-content.block-html, #product-product .block-content h2 {
        font-size: 24px !important;
    }
    .mobile-header-active .mobile-header .mobile-top-bar2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-header-active .mobile-header .mobile-top-bar2 {
        height: var(--mobile-top-bar, 35px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }
    .mobile-top-bar2 .top-menu {
        height: auto;
    }
    .mobile-header-active .mobile-top-bar2 .top-menu>.j-menu>.menu-item>a>.links-text {
        max-width: none;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
        padding-bottom: initial;
    }
    .mobile-header-active .mobile-top-bar2 .top-menu>.j-menu>.menu-item>a, .mobile-header-active .mobile-top-bar2 .top-menu>.j-menu>.menu-item>a>.links-text {
        font-family: 'Playfair Display' !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        color: rgba(62, 55, 51, 1) !important;
        font-style: italic !important;
    }
    .mobile-top-bar2 .top-menu {
        background-color: #f9f7f2;
    }
    .mobile-top-bar2 {
        border-bottom: 1px solid rgba(221, 219, 213, 1);
    }
    .mobile-top-bar2 .top-menu-8 .trustpilot-rating-stars {
        display: block !important;
        text-align: center;
        margin: 0;
        width: 60%;
    }
    .mobile-top-bar2 .trustpilot-rating-stars i:not(:last-child) {
        margin-right: 3px !important;
        color: #f9384e;
    }
    .mobile-top-bar2 .trustpilot-rating-stars a {
        text-decoration: none;
    }
    .mobile-top-bar2 ul li {
        display: flex !important;
    }
}
