body {
    background: #efefef;
}

button, .btn, h1, .h1, h2, .h2, h3, .h3, h4, .h4, .mainmenu ul > li, .search-box-inner .search-input, .cmp-product-thumb .price, .footer .bold, .tabs-outer .nav-item, .cmp-product-thumb .special-tags .badge {
	font-family: 'DK Lemon Yellow Sun', sans-serif;
	font-weight: bold;
}

.btn {
    font-size: 1.5em;
    text-shadow: 0px 1px 4px rgb(0 0 0 / 0.5);
}

.main {
	padding-top: 15px !important;
	background: #FFF;
	box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 0.05), 20px 0px 30px -5px rgb(0 0 0 / 5%), -20px 0px 30px -5px rgb(0 0 0 / 5%);
}

#page-header {
	max-width: 1200px;
	width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#page-header .navbar-brand img {
    max-height: 4.5rem;
}

#page-header-parent .top-bar {
	background: #FFF;
}

#page-header-parent .navbar {
    background-color: #FFF;
    padding: .75em 0 !important;
}

#page-header-parent .border-bottom {
    border-bottom: 0 !important;
}

#page-header-parent .header-fw {
    position: relative;
    left: 0 !important;
    width: 100%;
    box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 0.05), 20px 0px 30px -5px rgb(0 0 0 / 5%), -20px 0px 30px -5px rgb(0 0 0 / 5%);
}

.cart-toggler, .wishlist-toggler, .account-toggler, .navbar-toggler {
	position: absolute;
	top: 50%;
	bottom: unset;
    height: 60px;
    width: 60px;
    padding: 10px !important;
    border-radius: 50%;
    border: 2px dashed rgb(0 0 0 / 0.25);
    -webkit-transform: translateY(-50%);    
    transform: translateY(-50%);
    color: #FFF;
}

button[class*="toggler"] img {
	width: 100%;
	height: 100%;
}


.cart-toggler {
   right: 0;
   background: #4fad9d;
   box-shadow: 0px 0px 0px 5px #4fad9d;
}

.navbar-toggler {
	right: calc((1 * 60px) + .25em);
    background: #c75e7d;
    box-shadow: 0px 0px 0px 5px #c75e7d;
}

.wishlist-toggler {
	right: calc((2 * 60px) + (2 *.25em));
    background: #36acc4;
    box-shadow: 0px 0px 0px 5px #36acc4;
}

.account-toggler {
	right: calc((1 * 60px) + .25em);
    background: #df885b;
    box-shadow: 0px 0px 0px 5px #df885b;
}

.wishlist-toggler .badge-toggler {
    position: absolute;
    right: -5px;
    bottom: -15px;
    display: block;
    width: 25px;
    height: 25px;
    border: 3px solid #FFFF;
    background: #36acc4;
    border-radius: 50%;
    color: #ffffff;
}

.cart-toggler .badge-toggler {
    position: absolute;
    right: -5px;
    bottom: -15px;
    display: block;
    width: 25px;
    height: 25px;
    border: 3px solid #FFFF;
    background: #4fad9d;
    border-radius: 50%;
    color: #ffffff;
}

.search-box-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search-box-inner .search-box-shadow-frame {
	border-bottom: 2px solid #c75e7d;
}


.autocomplete-suggestions {
    top: 73px;
}

@media(min-width: 1200px) {
    .autocomplete-suggestions {
        width: 200% !important;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .autocomplete-suggestions {
        width: 60vw !important;
    }
}

@media(max-width: 991px) {
    .autocomplete-suggestions {
        width: 90vw !important;
    }
}

.autocomplete-suggestions .term-suggestions .image {
    display: none;
}

/*
.search-box-inner .search-box-shadow-frame:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 50%;
	height: 1px;
    width: 50px;
	background: #c75e7d;
    -webkit-transform: translateX(-50%) rotate(-1deg);
    transform: translateX(-50%) rotate(-1deg);
}
*/

.search-box-inner .search-box-shadow-frame:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	height: 1px;
    width: 50px;
	background: #c75e7d;
}

.search-box-inner .search-input {
    padding: .25em 0;
    font-size: 2em;
}

.search-box-inner .search-submit {
	background: transparent;
    padding: .25em;
	font-size: 1.5em;
	color: #c75e7d;
}

.search-box-inner .search-submit .fa {
	position: relative;
    top: -2.5px;
}

.mainmenu {
	margin-top: 1.25em !important;	
}
.mainmenu, .mainmenu ul {
	padding: 0;
	list-style: none;
}

.mainmenu ul > li {
	background: transparent;
	margin-top: -10px;
	padding: 8px 10px;
    font-size: 1.25em;
    font-weight: bold;
    cursor: pointer;
    transition: all 300ms;
}

.mainmenu ul > li:hover {
    position: relative;
    transform: scale(1.05);
    z-index: 5;
}
.mainmenu ul > li > ul > li {
    transition: all 300ms;	
}
.mainmenu ul > li:hover > ul > li {
    box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 0.5);
}

.mainmenu ul > li a {
	display: block;
	width: 100%;
	color: #FFF;	
	text-shadow: 0px 1px 4px rgb(0 0 0 / 0.5);
}

.mainmenu ul#navDropdown0 > li:nth-child(even) li {
    background: #37afc7;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #37afc7;
	transform: rotate(-1deg)
}

.mainmenu ul#navDropdown0 > li:nth-child(odd) li {
    background: #4fad9d;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #4fad9d;
	transform: rotate(1deg) translateX(-5px)
}

.mainmenu ul#navDropdown0 > li:nth-child(3n) li {
    background: #36acc4;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #36acc4;
}

.mainmenu ul#navDropdown0 > li:nth-child(4n) li {
    background: #df885b;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #df885b;
}

.mainmenu ul#navDropdown0 > li:nth-child(5n) li {
    background: #c75e7d;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #c75e7d;
}

 .mainmenu a[href="/bestellbestaetigung"], .mainmenu a[href="/aufnaeher-buegelbilder"] {
	display: none;
}

/* Single */

.single .owl-carousel .owl-nav .owl-prev:not(.disabled), .owl-single-item-nav .fa-chevron-left {
    margin: 0;
    width: 40px;
    height: 40px;
    background: url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/chevron-left.svg);
    text-indent: -9999px;
    opacity: .5 !important;
}

.single .owl-carousel .owl-nav .owl-next:not(.disabled), .owl-single-item-nav .fa-chevron-right {
    margin: 0;
    width: 40px;
    height: 40px;
    background: url(https://cdn02.plentymarkets.com/lkthhmany1l5/frontend/assets/img/chevron-right.svg);
    text-indent: -9999px;
    opacity: .5 !important;
}

.owl-single-item-nav .fa-chevron-left:before, .owl-single-item-nav .fa-chevron-right:before {
	display: none;
}
.single .owl-carousel .owl-nav .owl-prev.disabled, .single .owl-carousel .owl-nav .owl-next.disabled {
	opacity: 0;
}
.single .owl-carousel .owl-nav .owl-prev:not(.disabled):hover, .single .owl-carousel .owl-nav .owl-next:not(.disabled):hover {
	opacity: 1 !important;
}

.single .item-img {
	transition: width 300ms;
	cursor: pointer;
}
.single .item-img:hover {
    width: 85%;
}


.single .single-carousel {
	border: 2px dashed #bdbdbd
}

.single-carousel .owl-dots .owl-dot.active span, .single-carousel .owl-dots .owl-dot:hover span {
	background: var(--primary);
}

.single-carousel .owl-dots, #thumb-carousel .owl-dots {
	display: none;
}

.single-carousel .owl-item img {
	padding: 2em;
}

.single .owl-thumbs .owl-thumb {
    padding: .5em;	 
    border: 2px dashed #bdbdbd;
}

.single .price .h1 {
	font-size: 3.5em;
}

.single .wishlist {
    float: right;
    margin-left: .5em;
    border: 2px dashed #bdbdbd;	
}

.single .add-to-basket-container .btn-primary {
    padding: .75rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.33333;
    border-radius: .2rem;
}

.single .add-to-basket-container .btn-primary .fa-shopping-cart{
    display: none;
}

.single .wishlist .fa {
	position: relative;
    top: 0px;
    font-size: 1.25em;
}

.single .tabs-outer .nav-link {
	font-size: 1.5em;
	color: #212529 !important;
}
.single .tab-content {
	padding-left: 1em;
    padding-right: 1em;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

/* Category */

.category-title {
    position: relative;
    top: .125em;
    padding: .5em 0;
    color: #FFF;
    border: 4px dashed rgb(0 0 0 / 0.25);
	font-size: 3.5em;
	text-align: center;    
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cat-bg-1 {
	background-color: #4fad9d;
	outline: 4px solid #4fad9d;
}

.cat-bg-2 {
	background-color: #37afc7;
	outline: 4px solid #37afc7;
}

.cat-bg-3 {
	background-color: #df885b;
	outline: 4px solid #df885b;
}

.cat-bg-4 {
	background-color: #c75e7d;
    outline: 4px solid #c75e7d;
}

.cmp-product-thumb .price {
    font-size: 2.125rem;
}

.stretched-link::after {
    border: 2px dashed #bdbdbd;
}
.cmp-product-thumb {
    box-shadow: 0px 10px 12px -5px rgb(0 0 0 / 0.25);
}
.cmp-product-thumb .thumb-image {
	padding: 1.5em;
}

.widget-item-list .owl-dots {
	display: none;
}

@media (min-width: 1200px) {
	#vue-app {
		margin-top: 182.5px !important;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
	#vue-app {
		margin-top: 80px !important;
	}
}

@media (min-width: 400px) and (max-width: 991px) {
	#vue-app {
		margin-top: 105px !important;
	}
}

@media (max-width: 399px) {
	#vue-app {
		margin-top: 90px !important;
	}
}



/* Footer */

.footer {
	background: #FFF;
	margin-top: 20px;
    box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 0.05), 20px 0px 30px -5px rgb(0 0 0 / 5%), -20px 0px 30px -5px rgb(0 0 0 / 5%);
}
.footer>.container-max {
	max-width: 100% !important;
}
.footer .at-share-btn-elements a {
    background: #DDD !important;
    border-radius: 1rem !important;
}
.footer .search-box-shadow-frame input {
    overflow: hidden;
    padding: 30px 0 1.6em;
    color: #DDD;
    line-height: 1.325em;
}
.footer h5, .footer .h5 {
    font-size: 1.75em;
    font-weight: bold;
}
.footer hr {
    margin-bottom: 0;
}
.footer .footer-content {
	font-size: 12px;
    z-index: 1;
}
.footer, .footer a {
    color: #676767 !important;
}
.footer a:hover {
    text-decoration: underline;
    color: inherit !important;
}
.footer .footer-socket {
    position: relative;
}
.footer .footer-addon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
}
.footer-columns h5.h-hr {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}
.footer-columns hr {
    border-top: 1px dotted #ddd !important;
}
.footer-columns ul {
    padding: 0;
}
.footer-columns ul > li {
    list-style: none;
    margin: 0;
    line-height: 1.5em;
}
.footer-columns img + img {
    margin-left: 0.35em;
}
.footer-columns div:last-of-type .footer-hr {
    border-bottom: 0 !important;
}
.footer ul.footerList {
    line-height: 17px;
}
.footer .vert-pipe {
    float: left;
    display: block;
    margin: 0 3em;
    height: 100%;
    width: 1px;
}
.footer .bold {
    display: block;
    font-weight: 600;
    color: #676767 !important;
    margin-bottom: .5em;
}
.footer .bold:hover {
    text-decoration: none;
}
.footer .ddown ul, .footer .level1 {
    display: none;
}
.footer .at-icon {
    fill: rgba(0, 0, 0, 0.82) !important;
}
.footer .ps-icons div {
    display: inline-block;
    margin: 0 .02em .2725em;
}
.footer .socials {
    display: table;
}
.footer .socials .fa {
    background: #FFF;
    height: 28px;
    width: 28px;
    border-radius: .25em;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    color: #232323;
}
.footer .socials .fa + .fa, .footer .socials a + a {
    margin-left: 0.25em;
}
.footer .to-top {
    position: absolute;
    top: 0;
	width: 100%;
    height: 45px;
    background: #e0e0e0;
}
.footer .to-top .fa {
    position: absolute;
    top: calc(50% - 3px);
    left: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
    color: #101010;
}
.footer .widget-newsletter .form-check-label .text-appearance {
	color: #909090  !important;
}
#payments, #shipping, #socials, #rating-ts, #benefits {
    float: left;
}
.icon-row {
    margin: 2em 0;
}
.icon-row .icon:first-of-type {
    margin-right: .5em;
}
.icon-row .icon + .icon {
    margin-right: .5em;
}
#payments #paypal {
    background-image: url(https://cdn03.plentymarkets.com/59gww98wp27u/frontend/assets/img/paypal.svg) !important;
}
#payments #visa {
    background-image: url(https://cdn03.plentymarkets.com/59gww98wp27u/frontend/assets/img/visa.svg) !important;
}
#payments #mastercard {
    background-image: url(https://cdn03.plentymarkets.com/59gww98wp27u/frontend/assets/img/mastercard.svg) !important;    
}
#payments #sepa {
    background-image: url(https://cdn03.plentymarkets.com/59gww98wp27u/frontend/assets/img/sepa.svg) !important;    
}
#payments #klarna {
    background-image: url(https://cdn03.plentymarkets.com/59gww98wp27u/frontend/assets/img/klarna.svg) !important;    
}
#payments #amazon_pay {
    background-color: #000;
}
#payments .icon {
    position: relative;
    float: left;
    display: block;
    border: 1px dashed rgba(0, 0, 0, 0.15);
    background-position: center center;
    background-repeat: no-repeat;
}
#payments .icon-md {
    min-width: 60px;
    height: 35px;
    background-color: #FFF;
    background-size: 95%;
}
#payments .icon span {
    position: relative;
    display: block;
    top: 50%;
    padding: 0 .5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-weight: 500;
    font-size: 75%;
    text-transform: uppercase;
    color: #000;
}
#shipping #deutschepost {
    background-image: url(https://cdn03.plentymarkets.com/59gww98wp27u/frontend/assets/img/deutsche_post.svg) !important;
    background-color: #ffcc02;
}
#shipping #dhl {
    background-image: url(https://cdn03.plentymarkets.com/59gww98wp27u/frontend/assets/img/dhl.svg) !important;
    background-color: #ffcc02;
}
#shipping #dpd {
    background-color: #d80031;
}
#shipping #hermes {
}
#shipping #ups {
    background-color: #2c0c01;
}
#shipping #gls {
    background-color: #162056;
}
#shipping .icon {
    position: relative;
    float: left;
    display: block;
    border: 1px dashed rgba(0, 0, 0, 0.15);
    background-position: center center;
    background-repeat: no-repeat;
}
#shipping .icon-md {
    min-width: 60px;
    height: 35px;
    background-color: #FFF;
    background-size: 95%;
}
#shipping .icon span {
    position: relative;
    display: block;
    top: 50%;
    padding: 0 .5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-weight: 500;
    font-size: 75%;
    text-transform: uppercase;
    color: #000;
}
#socials .icon {
    position: relative;
    float: left;
    display: block;
}
#socials .icon svg * {
    fill: #ff831b !important;
}
.footer #newsletter-form button {
    height: 40px;
    line-height: 1.65em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.15em;
}
.footer #newsletter-form .newsletter-checkbox {
    display: flex;
}
.footer #newsletter-form .newsletter-checkbox input {
    position: relative;
    bottom: -0.125em;
    margin-right: 0.5em;
}
.footer #newsletter-form .newsletter-checkbox input {
    position: relative;
    bottom: -0.125em;
    margin-right: 0.5em;
}
.footer-columns ul > li {
    list-style: none;
    margin: 0;
    line-height: 1.5em;
}
.footer-columns ul {
    padding: 0;
}
.footer .vertical-menu {
    margin-left: -.5em;
    margin-right: -.5em;
    margin-bottom: 0.25em;
    padding: 0;
}
.footer .vertical-menu li {
    display: inline-block;
    list-style: none;
    padding: 0 .5em;
}
.footer .vertical-menu li + li {
    border-left: 1px solid rgb(224, 224, 224);
}
.footer hr { border-style: dashed !important; border-color: rgb(224, 224, 224) !important; }

.footer-socket-top {
    background-color: #d8d8d8;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.6);
}

.footer .input-unit {
    border: 1px solid #e0e0e0 !important;
}

.footer .input-unit input[type] {
	background: transparent !important;
	color: #FFF;
}

@media (min-width: 1201px) {
    .footer {
        padding: 1.75em 0;
        font-size: 0.85em;
    }
    .footer .additional-info {
        margin-bottom: 2em;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .footer {
        padding: 15px 0;
    }   
    .footer .additional-info {
        margin-bottom: 2em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer {
        padding: 30px 0;
    }    
    .footer #payments .icon-md, .footer #shipping .icon-md {
        min-width: 45px;
        height: 35px;
        margin-bottom: .5em;
    }
    .footer #socials {
        margin-left: 1.5em;
    }
    .footer #socials svg {
        height: 35px !important;
        width: 35px !important;
    }
    .footer #socials svg + svg {
        margin-left: .345em;
    }
    .footer .icon-row {
        margin: 1em 0;
    }
    .footer .vert-pipe {
        margin: 0 2.75em;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .footer {
        padding: 30px 0;
    }
    .footer #payments .icon-md, .footer #shipping .icon-md {
        min-width: 45px;
        height: 35px;
        margin-bottom: .5em;
    }
    .footer #shipping {
        clear: both;
    }
    .footer #socials {
        margin-left: 1.5em;
    }
    .footer #socials svg {
        height: 35px !important;
        width: 35px !important;
    }
    .footer #socials svg + svg {
        margin-left: .345em;
    }
    .footer .icon-row {
        margin: 1em 0;
    }
}
@media (max-width: 575px) {
    .footer {
        padding: 15px 0;
    }
    .footer .footer-column .collapse_arrow {
        background: url(https://cdn02.plentymarkets.com/1zdxao4kxfap/frontend/img/arrow.svg);
        background-size: 100%;
        position: absolute;
        right: 0;
        top: .95em;
        height: 11px;
        width: 11px;
        transform: rotate(90deg);
        transition: all .3s;
    }
    .footer h5, .footer .h5 {
        font-size: 1.25em;
    }
    .footer .footer-hr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .footer .footer-head {
        position: relative;
    }
    .footer .footer-column .h5, .footer .bold {
        display: block;
        padding: .5em 0 0em;
    }
    .footer .footer-column .footer-head {
        position: relative;
    }
    .footer .collapse {
        padding-bottom: 0;
    }
    .footer .socials {
        margin: 1em 0;
    }
    .footer .footer-socket {
        text-align: center;
    }
    .footer .footer-socket hr {
        margin: 4em 0;
    }
    .footer .footer-socket span {
        display: block;
        margin: 1.25em 0;
    }
    .footer .footer-addon {
        position: relative;
        top: 0;
        display: table;
        height: 50px;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none;
    }
    .footer #payments .icon-md, .footer #shipping .icon-md {
        min-width: 45px;
        height: 35px;
        margin-bottom: .5em;
    }
    .footer #socials {
        margin-left: 1.5em;
    }
    .footer #socials svg {
        height: 35px !important;
        width: 35px !important;
    }
    .footer #socials svg + svg {
        margin-left: .345em;
    }
    .footer .additional-info {
        text-align: center;
    }
    .footer .icon-row {
        margin: 1em 0;
    }
}
@media (min-width: 576px) {
    .footer .collapse {
        display: block !important;
    }
    .footer .bold {
        margin-bottom: .5em;
        padding-bottom: .5em;
        border-bottom: 1px dashed rgb(224, 224, 224);
    }
}
@media (min-width: 992px) {
    .search-box-inner {
        margin-left: 5em;
    }
}
@media (max-width: 991px) {
    #page-header .navbar-brand img {
        max-height: 3.5rem !important;
    }	
	#page-header-parent .header-fw {
		padding-bottom: 50px !important;
	}
    .cart-toggler, .wishlist-toggler, .account-toggler, .navbar-toggler {
        height: 45px;
        width: 45px;
        padding: 0px !important;
        font-size: 15px;
    } 

.cart-toggler {
   right: 0;
   background: #4fad9d;
   box-shadow: 0px 0px 0px 5px #4fad9d;
}

.navbar-toggler {
	right: calc((3 * 50px)) !important;
}

.wishlist-toggler {
	right: calc((2 * 50px)) !important;
}

.account-toggler {
	right: calc((1 * 50px)) !important;
}    
    
    .search-box-inner {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        -webkit-transform: translate(0);
        transform: translate(0);
    }	
    .search-box-inner .search-input {
        padding: .25em 0;
        font-size: 1.5em;
    }
}


@media (max-width: 575px) {
.brand-wrapper {
	width: 100%;
}
.navbar-brand {
	position: relative;
    left: 0%;
}
.navbar-brand img {
    max-height: 2.125rem;
}
.cart-toggler, .wishlist-toggler, .account-toggler, .navbar-toggler {
    height: 30px;
    width: 30px;
    padding: 0px !important;
    font-size: 15px;
}	
.header-fw > .container-max:first-of-type {
	padding-left: 8.5px;
    padding-right: 8.5px;
}
.navbar-toggler {
	right: calc((3 * 35px)) !important;
}

.wishlist-toggler {
	right: calc((2 * 35px)) !important;
}

.account-toggler {
	right: calc((1 * 35px)) !important;
} 
.wishlist-toggler .badge-toggler, .cart-toggler .badge-toggler {
    width: 20px;
    height: 20px;
    font-size: .65em;
    border: 3px solid #FFFF;	
}
}

@media (max-width: 399px) {
#page-header .navbar-brand img {
    max-height: 2.15rem !important;
}
}

@font-face {
    font-family: 'DK Lemon Yellow Sun';
    src: url('https://cdn03.plentymarkets.com/59gww98wp27u/frontend/assets/fonts/DKLemonYellowSun.woff2') format('woff2'),
        url('https://cdn03.plentymarkets.com/59gww98wp27u/frontend/assets/fonts/DKLemonYellowSun.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fix */

.lang-select > li + li {
	margin-left: .25em;
}

.single .card-pc ul, .single .tab-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single .card-pc ul li, .single .tab-content ul li {
    padding-left: 15px;
    background-image: url(https://cdn03.plentymarkets.com/59gww98wp27u/frontend/assets/img/chevron.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 0px 5px;
}

.single .card-pc {
    background-image: url(https://cdn03.plentymarkets.com/59gww98wp27u/frontend/assets/img/patchcreator_img.svg);
    background-repeat: no-repeat;
    background-size: 15em;
    background-position: calc(100% + 4.5em) -2em;
}

.category-thumbnails > .widget-inner:nth-child(1n) .cat-caption {
    background: #36acc4;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #36acc4;	
}

.category-thumbnails > .widget-inner:nth-child(2n) .cat-caption {
    background: #df885b;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #df885b;	
}

.category-thumbnails > .widget-inner:nth-child(3n) .cat-caption {
    background: #4fad9d;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #4fad9d;	
}

.category-thumbnails > .widget-inner:nth-child(4n) .cat-caption {
    background: #c75e7d;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #c75e7d;	
}

.category-thumbnails .category_box {
	padding-bottom: calc(100% + 3em) !important;
	border: 2px dashed #bdbdbd;
}


.category-thumbnails .category_box .cat-caption {
	position: absolute;
    padding: 5px 10px;
    left: 50%;
    line-height: 1;
    white-space: nowrap;
    color: #FFF;
    bottom: 1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.category-thumbnails .category_box > a > img {
	top: 0 !important;
	-webkit-transform: translate(-50%, 0%) !important;
	transform: translate(-50%, 0%) !important;
}

.cmp-product-thumb .thumb-title {
	overflow: hidden;
	max-height: 32px;
}

/* -- */

.widget-title-bar {
    position: relative;
    margin-bottom: -.5em;
    z-index: 1;
}

.widget-title-bar .widget-inner {
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #37afc7;
    transform: rotate(-.25deg);	
}


.slider-home {
    border: 2px dashed #bdbdbd;
    box-shadow: 0px 10px 12px -5px rgb(0 0 0 / 0.25);
}

@media (max-width: 650px) {
   #radio-spot img {
   	   max-width: 104px;
   }
   #radio-spot .h2 {
   	   display: block;
       padding-right: 100px;
   }
}

.cookie-bar .hidden {
    display: none;
}

@media  (max-width: 575.98px) {
    .cmp-product-thumb .thumb-content, .cmp-product-thumb .thumb-image {
        float: none !important;
        width: 100% !important;
    }
    .widget-title-bar .h1, .widget-title-bar h1, .widget-title-bar .h2, .widget-title-bar h2, .widget-title-bar .h3, .widget-title-bar h3 {
    	font-size: 1.5em !important;
    }
}


.mainmenu > li {
    background: transparent;
    margin-top: -5px;
    padding: 8px 10px;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    transform: scale(1);
    transition: all 300ms;
}

.mainmenu > li:hover {
    position: relative;
    transform: scale(1.05) !important;
    z-index: 5;
}


.mainmenu > li a {
	display: block;
	width: 100%;
	color: #FFF;	
	font-family: 'DK Lemon Yellow Sun', sans-serif;
	text-shadow: 0px 1px 4px rgb(0 0 0 / 0.5);
}

.mainmenu > li.ddown ul {
	display: none !important;
}

.mainmenu > li:nth-child(even) {
    background: #37afc7;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #37afc7;
	transform: rotate(-1deg)
}

.mainmenu > li:nth-child(odd){
    background: #4fad9d;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #4fad9d;
	transform: rotate(1deg) translateX(-5px)
}

.mainmenu > li:nth-child(3n) {
    background: #36acc4;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #36acc4;
}

.mainmenu > li:nth-child(4n) {
    background: #df885b;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #df885b;
}

.mainmenu > li:nth-child(5n) {
    background: #c75e7d;
    border: 2px dashed rgb(0 0 0 / 0.25);
    outline: 2px solid #c75e7d;
}

.mainmenu> li:hover {
    box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 0.5);
}

.mobile-navigation .nav-direction, .mobile-navigation .mainmenu li a {
    padding: .25em 1rem;	
}

.filter-toggle {
	display: none !important;
}
.filter-collapse {
	display: block !important;
}
.filter-collapse .filterdrop {
    padding: 0 0 20px !important;
}

.cross-selling .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
    transform: scale(.75);	
}

.cross-selling .owl-nav .owl-prev {
    right: 2em;	
}

#vue-app .filterdrop>div>.card>.h3 {
    padding: 5px 30px 5px 10px !important;
    font-size: 1.5em !important
}

@media (min-width: 992px) {
    .brand-wrapper .back-toggler {
        position: absolute;
        right: 0px !important;
        top: 50% !important;
        font-size: 1.5em !important;
        white-space: nowrap !important;
        height: 40px !important;
        line-height: 15px;
        width: 7em !important;
        border-radius: .05em !important;
    }  	
}


@media (min-width: 576px) and (max-width: 991px) {
    .search-box-inner {
        width: calc(100% - 160px) !important;
        top: calc(100% + 6px) !important;
    }
    .brand-wrapper .navbar-toggler {
        position: absolute;
        right: 0px !important;
        top: calc(100% + 25px) !important;
        font-size: 1.5em !important;
        white-space: nowrap !important;
        height: 28px !important;
        width: 7em !important;
        border-radius: .05em !important;
    }
    .brand-wrapper .back-toggler {
        position: absolute;
        right: 0px !important;
        top: 50% !important;
        font-size: 1.5em !important;
        white-space: nowrap !important;
        height: 28px !important;
        width: 7em !important;
        border-radius: .05em !important;
    }   
}

@media (max-width: 575px) {
    .search-box-inner {
        width: calc(100% - 120px) !important;
        top: calc(100% + 6px) !important;
    }
    .brand-wrapper .navbar-toggler {
        position: absolute;
        right: 0px !important;
        top: calc(100% + 25px) !important;
        font-size: 1em !important;
        white-space: nowrap !important;
        height: 25px !important;
        width: 7em !important;
        border-radius: .05em !important;
    }
    .brand-wrapper .back-toggler {
        position: absolute;
        right: 0px !important;
        top: 50% !important;
        font-size: 1em !important;
        white-space: nowrap !important;
        height: 25px !important;
        width: 7em !important;
        border-radius: .05em !important;
    }
}

#rmOrganism{
    z-index: 1;
    position: relative;
}


.rmBody.rmBody--embed {
background: #F7F9FA;
}
#rmOrganism .rmBase {
background: #F7F9FA;
color: #969A9E;
font-family: Arial, Helvetica, sans-serif;
}
#rmOrganism .rmBase__comp--textlink {
color: #37aec6;
}
#rmOrganism .rmBase__comp--link {
color: #37aec6;
}
#rmOrganism .rmBase__comp--button {
background: #37aec6;
border: 0px solid #1CCC71;
border-radius: 5px;
color: #ffffff;
}
#rmOrganism .rmBase__comp--cta {
background: #37aec6;
border: 0px solid #1CCC71;
border-radius: 5px;
color: #ffffff;
}
#rmOrganism .rmBase__compError {
color: #FFFFFF;
background-color: #FF0000;
}
#rmOrganism .rmSubscription {
background: #F7F9FA;
color: #969A9E;
font-family: Arial, Helvetica, sans-serif;
}
#rmOrganism .rmSubscription .rmBase__el {
font-size: 16px;
margin-bottom: 1em;
}
#rmOrganism .rmSubscription .rmBase__el--logo {
text-align: center;
}
#rmOrganism .rmSubscription .rmBase__el--heading {
margin-bottom: 0px;
text-align: center;
}
#rmOrganism .rmSubscription .rmBase__el--text {
margin-bottom: 28px;
text-align: center;
}
#rmOrganism .rmSubscription .rmBase__el--link {
text-align: center;
}
#rmOrganism .rmSubscription .rmBase__el--captcha {
text-align: center;
}
#rmOrganism .rmSubscription .rmBase__el--cta {
align-items: stretch
}
#rmOrganism .rmSubscription .rmBase__el--legal-notice {
text-align: center;
}
#rmOrganism .rmSubscription .rmBase__comp--heading {
color: #021C1E;
font-size: 36px;
line-height: 45px;
}
#rmOrganism .rmSubscription .rmBase__comp--text {
font-size: 16px;
line-height: 24px;
}
#rmOrganism .rmSubscription .rmBase__compLabel {
color: #C9CED4;
}
#rmOrganism .rmSubscription .rmBase__comp--cta {
font-size: 16px;
}
#rmOrganism .rmPopup__close {
font-family: Arial, Helvetica, sans-serif;
}
#rmOrganism .rmPopup__backdrop {
background: #303233;
opacity: 0.6;
}
#rmOrganism .rmPage {
background: #F7F9FA;
color: #969A9E;
font-family: Arial, Helvetica, sans-serif;
}
#rmOrganism .rmPage .rmBase__comp--heading {
color: #021C1E;
}
#rmOrganism .rmPage .rmBase__compLabel {
color: #969A9E;
}
.rmBody{margin:0;padding:0}#rmOrganism{box-sizing:border-box}#rmOrganism *{color:currentColor;border:0;font-size:100%;font:inherit;margin:0;outline:none;padding:0;vertical-align:baseline}#rmOrganism *,#rmOrganism :after,#rmOrganism :before{box-sizing:inherit}#rmOrganism button::-moz-focus-inner,#rmOrganism input::-moz-focus-inner{border:0;padding:0}#rmOrganism input[type=email],#rmOrganism input[type=password],#rmOrganism input[type=text],#rmOrganism textarea{-webkit-appearance:none}#rmOrganism .hidden{display:none!important}#rmOrganism .rmPopup__container{bottom:0;display:none;left:0;overflow:hidden;pointer-events:none;position:fixed;right:0;top:0;z-index:1000}#rmOrganism .rmPopup__container.rmPopup--show{display:flex}#rmOrganism .rmPopup__container .rmPopup__backdrop{display:block;height:100%;left:0;pointer-events:auto;position:absolute;top:0;width:100%}#rmOrganism .rmPopup__container .rmPopup{overflow:hidden;pointer-events:auto}#rmOrganism .rmPopup__container .rmPopup .rmPopup__close{align-items:center;background:rgba(0,0,0,.6);border-radius:100%;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:700;height:1.6em;justify-content:center;line-height:1;position:absolute;right:2px;text-align:center;top:2px;width:1.6em;z-index:100}#rmOrganism .rmPopup__container .rmPopup.rmPopup--modal{border-radius:1em 1em 0 0;max-height:90%;overflow:hidden;position:absolute;bottom:0;left:50%;transform:translate(-50%);width:98%}@media screen and (min-width:768px){#rmOrganism .rmPopup__container .rmPopup.rmPopup--modal{border-radius:1em;box-shadow:0 0 1em rgba(0,0,0,.25);bottom:auto;top:5%;width:calc(100% - 2em)}}#rmOrganism .rmPopup__container .rmPopup.rmPopup--sidebar{border-radius:1em 0 0 0;box-shadow:0 0 1em rgba(0,0,0,.25);max-height:calc(100% - 1em);overflow:hidden;position:absolute;right:0;bottom:0;width:calc(100% - 1em)}#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner{box-shadow:0 0 1em rgba(0,0,0,.15);overflow:hidden;position:absolute;left:0;width:100%}#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-top{top:0}#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-bottom{bottom:0}#rmOrganism .rmBase__el .comp__input,#rmOrganism .rmBase__el .comp__select{background:#fff;border:none;border-radius:.25em;box-shadow:inset 0 2px 1px rgba(0,0,0,.05),inset 0 0 0 1px rgba(0,0,0,.2);color:#666;font-family:inherit;font-size:1em;font-weight:400;height:2.5em;line-height:1.5;margin:0;outline:none;padding:.5em;vertical-align:top;width:100%}#rmOrganism .rmBase__el .comp__input:focus,#rmOrganism .rmBase__el .comp__select:focus{box-shadow:inset 0 2px 1px rgba(0,0,0,.05),inset 0 0 0 1px rgba(0,0,0,.5);color:#666;outline:none}#rmOrganism .rmBase__el .comp__input::placeholder{color:currentColor!important;opacity:1!important}#rmOrganism .rmBase__el.rmBase__el--has-error .rmBase__compError{display:inline-block}#rmOrganism .rmBase__el--title .rmBase__comp--titleInput{margin-top:1em}#rmOrganism .rmBase__el--image{margin:0!important}#rmOrganism .rmBase__comp--image{background:no-repeat 50%;height:100%;position:relative;width:100%}#rmOrganism .rmBase__comp--image.image--fit{background-size:cover}#rmOrganism .rmBase__comp--image .image__link{display:block;height:100%;width:100%}#rmOrganism .rmBase__comp--logo{border:none;display:inline-block;height:auto;max-width:100%;vertical-align:top}#rmOrganism .rmBase__comp--logolink{display:inline-block}#rmOrganism .rmBase__comp--cta{cursor:pointer;display:inline-block;font-family:inherit;line-height:1.5;font-weight:700;text-align:center;padding:.5em 1.5em}#rmOrganism .rmBase__comp--button,#rmOrganism .rmBase__comp--link{cursor:pointer;display:inline-block;line-height:1.5;text-decoration:none}#rmOrganism .rmBase__comp--link{font-weight:400;padding:.5em 0}#rmOrganism .rmBase__comp--link:hover{text-decoration:underline}#rmOrganism .rmBase__comp--button{font-weight:700;padding:.5em 1em}#rmOrganism .rmBase__comp--textlink{cursor:pointer;font-weight:400;text-decoration:none}#rmOrganism .rmBase__comp--textlink:hover{text-decoration:underline}#rmOrganism .rmBase__comp--captcha{display:inline-block;max-width:100%;overflow:hidden;text-align:left;vertical-align:top}#rmOrganism .rmBase__comp--coupon{border:2px dashed;display:inline-block;line-height:1.5;padding:.75em 2.25em}#rmOrganism .rmBase__comp--birthday{display:flex}#rmOrganism .rmBase__comp--birthday .comp__select{flex-grow:1;min-width:1%}#rmOrganism .rmBase__comp--birthday .comp__select:not(:first-child){margin-left:1em}#rmOrganism .rmBase__comp--privacy{align-items:center;display:flex}#rmOrganism .rmBase__comp--privacy .privacy__visual{flex-shrink:0;font-size:16px;height:4em;margin-right:1em;width:4em}#rmOrganism .rmBase__comp--privacy .privacy__text{font-size:11px;line-height:1.4;text-align:left}#rmOrganism .rmBase__comp--privacy .privacy__text a{color:currentColor;text-decoration:underline}#rmOrganism .rmBase__comp--checkbox .vFormCheckbox,#rmOrganism .rmBase__comp--radio .vFormCheckbox{align-items:flex-start;display:inline-flex}#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__indicator,#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__indicator{background:#fff;border:1px solid #ccc;border-radius:.125em;color:#666;cursor:pointer;display:inline-block;flex-shrink:0;font-size:1.25em;height:1em;line-height:0;position:relative;vertical-align:top;width:1em}#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input,#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input{display:none;left:0;opacity:0;position:absolute;top:0}#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input:checked~.vFormCheckbox__indicator:after,#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input:checked~.vFormCheckbox__indicator:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='10' height='10'%3E%3Cpath fill='%23333' d='M19.4 2.6c-.8-.8-2-.8-2.8 0L6.4 12.8l-3-3.1c-.8-.8-2-.8-2.8 0-.8.8-.8 2 0 2.8L5.1 17c.8.8 2 .8 2.8 0l1.4-1.4L19.4 5.4c.8-.8.8-2 0-2.8z'/%3E%3C/svg%3E") no-repeat 50%;content:"";display:block;height:.75em;left:50%;margin:-.375em 0 0 -.375em;position:absolute;top:50%;width:.75em}#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__label,#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__label{font-size:1em;line-height:1.25;margin:0}#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__indicator~.vFormCheckbox__label,#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__indicator~.vFormCheckbox__label{margin:0 0 0 .75em}#rmOrganism .rmBase__comp--checkbox .vFormCheckbox:hover .vFormCheckbox__indicator,#rmOrganism .rmBase__comp--radio .vFormCheckbox:hover .vFormCheckbox__indicator{border-color:#666}#rmOrganism .rmBase__comp--checkbox{font-size:1em;line-height:1.25}#rmOrganism .rmBase__comp--radio{padding-top:.625em}#rmOrganism .rmBase__comp--radio .vFormRadio__group--inline,#rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked{display:inline-flex;flex-direction:row;flex-wrap:wrap}#rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked{flex-direction:column}#rmOrganism .rmBase__comp--radio .vFormRadio{align-items:flex-start;display:inline-flex;vertical-align:top}#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__indicator{background:#fff;border:1px solid #ccc;border-radius:100%;color:#666;cursor:pointer;display:inline-block;flex-shrink:0;font-size:1.25em;height:1em;position:relative;vertical-align:top;width:1em}#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input{display:none;left:0;opacity:0;position:absolute;top:0}#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input:checked~.vFormRadio__indicator:after{background:currentColor;border-radius:100%;content:"";display:block;height:.5em;left:50%;margin:-.25em 0 0 -.25em;position:absolute;top:50%;width:.5em}#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__label{font-size:1em;line-height:1.25;margin:0 0 0 .75em}#rmOrganism .rmBase__comp--radio .vFormRadio:hover .vFormRadio__indicator{border-color:#666}#rmOrganism .rmBase__comp--radio .vFormRadio--inline{display:inline-flex}#rmOrganism .rmBase__comp--radio .vFormRadio--inline:not(:first-child){margin-left:1em}#rmOrganism .rmBase__comp--radio .vFormRadio--stacked{display:flex}#rmOrganism .rmBase__comp--radio .vFormRadio--stacked:not(:first-child){margin-top:.5em}#rmOrganism .rmBase__compError{border-radius:3px;display:none;font-size:12px;font-weight:700;line-height:1.5;margin-top:2px;padding:1px 5px}#rmOrganism .rmBase__compError--radio{margin-top:.5em}#rmOrganism .rmBase__comp--legal-noticeDivider{background:currentColor;border:none;color:inherit;display:inline-block;font-size:1em;height:2px;line-height:0;margin-bottom:1em;opacity:.25;overflow:hidden;width:10em}#rmOrganism .rmBase__comp--legal-notice{font-size:11px;line-height:1.4}@media screen and (min-width:480px){#rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left{display:flex}#rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compLabel{flex-basis:30%;flex-shrink:0;hyphens:auto;margin:0;max-width:30%;padding:.625em .5em 0 0}#rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compContainer{flex-grow:1}}#rmOrganism .rmLayout--vertical.rmBase{display:flex;flex-direction:column;max-width:100%}@media screen and (min-width:768px){#rmOrganism .rmLayout--vertical.rmBase .rmBase__container{padding:2em}}#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-top .rmBase__el--image{flex-shrink:0;height:100px}@media screen and (min-width:768px){#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-top .rmBase__el--image{height:140px}}#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right{max-width:640px}#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__el--image{flex-shrink:0;height:100px}@media screen and (min-width:768px){#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__body{flex-direction:row}#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__el--image{flex-basis:0px;flex-grow:1;height:auto;order:10}#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__content{flex-basis:80%;flex-grow:1;flex-shrink:0;max-width:400px}}#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom .rmBase__el--image{flex-shrink:0;height:100px;order:10}@media screen and (min-width:768px){#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom .rmBase__el--image{height:140px}}#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left{max-width:640px}#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__el--image{flex-shrink:0;height:100px}@media screen and (min-width:768px){#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__body{flex-direction:row}#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__el--image{flex-basis:0px;flex-grow:1;height:auto}#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__content{flex-basis:80%;flex-grow:1;flex-shrink:0;max-width:400px}}#rmOrganism .rmLayout--horizontal.rmBase{display:flex;flex-direction:column;max-width:640px}@media screen and (min-width:768px){#rmOrganism .rmLayout--horizontal.rmBase .rmBase__container{padding:2em}#rmOrganism .rmLayout--horizontal.rmBase .rmBase__section{display:flex;flex-direction:row}#rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el{flex-basis:0px;flex-grow:1;margin-right:1em}#rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el:last-child{margin-right:0}#rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--cta:not(:only-child),#rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--link:not(:only-child){flex-basis:auto;flex-grow:0;flex-shrink:0}#rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--label-pos-top~.rmBase__el--cta:not(:only-child),#rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--label-pos-top~.rmBase__el--link:not(:only-child){align-self:flex-end}#rmOrganism .rmLayout--horizontal.rmBase .rmBase__section:last-child .rmBase__el{margin-bottom:0}}#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right{max-width:800px}#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__el--image{flex-shrink:0;height:100px}@media screen and (min-width:768px){#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__body{flex-direction:row}#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__el--image{flex-basis:0px;flex-grow:1;height:auto;order:10}#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__content{flex-basis:90%;flex-grow:1;flex-shrink:0;max-width:640px}}#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left{max-width:800px}#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__el--image{flex-shrink:0;height:100px}@media screen and (min-width:768px){#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__body{flex-direction:row}#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__el--image{flex-basis:0px;flex-grow:1;height:auto}#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__content{flex-basis:90%;flex-grow:1;flex-shrink:0;max-width:640px}}@media screen and (min-width:768px){#rmOrganism .rmLayout--banner.rmBase{display:flex;flex-direction:column}#rmOrganism .rmLayout--banner.rmBase .rmBase__content{margin:0 auto;max-width:1200px;width:100%}#rmOrganism .rmLayout--banner.rmBase .rmBase__container{padding:1em 2em}#rmOrganism .rmLayout--banner.rmBase .rmBase__section{display:flex;flex-direction:row;min-width:480px}#rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el{flex-basis:0px;flex-grow:1;margin-right:1em}#rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el:last-child{margin-right:0}#rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--cta:not(:only-child),#rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--link:not(:only-child){flex-basis:auto;flex-grow:0;flex-shrink:0}#rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--label-pos-top~.rmBase__el--cta:not(:only-child),#rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--label-pos-top~.rmBase__el--link:not(:only-child){align-self:flex-end}#rmOrganism .rmLayout--banner.rmBase .rmBase__section:last-child .rmBase__el{margin-bottom:0}}#rmOrganism .rmSubscription.rmBase__body{display:flex;flex-direction:column;overflow:hidden}#rmOrganism .rmSubscription .rmBase__content{-webkit-overflow-scrolling:touch;box-sizing:border-box;margin:0;overflow:auto}#rmOrganism .rmSubscription .rmBase__container{padding:2em 1em}#rmOrganism .rmSubscription .rmBase__el .rmBase__compLabel{display:block;line-height:1.25;margin:0 0 .25em;max-width:99%;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}#rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-none .rmBase__compLabel.rmBase__compLabel--hideable{display:none}#rmOrganism .rmSubscription .rmBase__el.rmBase__el--cta{display:flex;flex-direction:column}#rmOrganism .rmSubscription .rmBase__section:last-child .rmBase__el:last-child{margin-bottom:0}.rmBody.rmBody--subscription.rmBody--popup{background:#e9edf2}.rmBody.rmBody--subscription.rmBody--embed #rmOrganism .rmBase{margin:0 auto}#rmOrganism .rmPage{font-size:16px}#rmOrganism .rmPage .rmBase__container{margin:0 auto;max-width:44em;padding:2em 1em}@media screen and (min-width:768px){#rmOrganism .rmPage .rmBase__container{padding:2em}}#rmOrganism .rmPage .rmBase__comp--heading{font-size:2em;line-height:1.25}#rmOrganism .rmPage .rmBase__compLabel{display:block;line-height:1.25;margin:0 0 .25em;max-width:99%;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}#rmOrganism .rmPage .rmBase__el{font-size:1em;line-height:1.4;margin-bottom:1em}#rmOrganism .rmPage .rmBase__el--logo{margin:0 0 3em}#rmOrganism .rmPage .rmBase__el--coupon,#rmOrganism .rmPage .rmBase__el--cta,#rmOrganism .rmPage .rmBase__el--unsubscribe-reason{margin:3em 0}#rmOrganism .rmPage .rmBase__el--coupon .rmBase__compLabel,#rmOrganism .rmPage .rmBase__el--unsubscribe-reason .rmBase__compLabel{margin:0 0 .5em;max-width:100%;overflow:visible;text-overflow:unset;white-space:normal}#rmOrganism .rmPage .rmBase__el--unsubscribe-reason{text-align:left}#rmOrganism .rmPage .rmBase__el--legal-notice{margin-top:3rem;text-align:left}#rmOrganism .rmPage .rmBase__section:last-child .rmBase__el:last-child{margin-bottom:0}#rmOrganism .rmLayout--page-centered .rmPage .rmBase__container,#rmOrganism .rmLayout--page-centered .rmPage .rmBase__container .rmBase__el--legal-notice{text-align:center}#rmOrganism .rmLayout--legacy .rmBase__el .comp__input,#rmOrganism .rmLayout--legacy .rmBase__el .comp__select{border-radius:0;height:2em;padding:.25em .5em}@media screen and (min-width:360px){#rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left{display:flex}#rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compLabel{flex-basis:140px;flex-shrink:0;hyphens:auto;margin:0;max-width:140px;padding:.375em .5em 0 0}#rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compContainer{flex-grow:1}}#rmOrganism .rmLayout--legacy.rmBase{display:flex;flex-direction:column;max-width:400px}#rmOrganism .rmLayout--legacy.rmBase .rmBase__container{padding:10px}.rmBody.rmBody--subscription.rmBody--legacy{background:transparent}.rmBody.rmBody--subscription.rmBody--legacy.rmBody--embed #rmOrganism .rmBase{margin:0 auto 0 0}

.shipping-addresses-select + header.mb-3, .shipping-method-select {
    display: none;
}

.widget-accordion .card button {
    text-shadow: none !important;
}

.widget-accordion .card button .h5 {
    font-size: 1em !important;
    color: #000;
}

.widget-inner p {
    line-height: 1.75;
}

@media(min-width: 991px) {
    .desktop-heading h1 {
        font-size: 2.85em;
    }
}

.vertical-align .widget-inner > div > .widget {
    height: 100%;
    display: flex;
    align-items: center;
}

.vertical-align .widget-full-width {
    width: 100% !important;
    left: unset !important;
}