/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.6.4
*/

/**
 *  change link behaviour
 */

#tab-description a
{
    text-decoration: underline;
}

.hide {
    display: none !important;
}
.one-pixel {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 0;
    right: 0;
    z-index: -10000;
}
.is-larger {
    font-size: 1em !important;
}
.z-0 {
    z-index: 0;
}
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.z-3 {
    z-index: 3;
}
.z-4 {
    z-index: 5;
}
.z-5 {
    z-index: 6;
}
.z-6 {
    z-index: 6;
}
.z-7 {
    z-index: 7;
}
.z-8 {
    z-index: 9;
}
.z-10 {
    z-index: 10;
}
/* Message Notices */
.message-container.alert-color {
    background: #ffeeee;
}
.message-container.success-color {
    background: #eefff3;
}
.message-notice {
    background: #fffbee;
    color: #afa62f;
}
.message-notice, .message-container.alert-color, .message-container.success-color {
    padding: 20px !important;
    margin: 30px auto;
    border: 1px solid;
}

/* Shopauskunft */
.sa-widget-content h4 {
    font-size: 1.6em;
    line-height: 1.5em;
}
.sa-widget-content h4::after {
    content: '';
    display: block;
    width: 10%;
    margin: 20px auto;
    padding-bottom: 1px;
    background-color: #cacaca;
}
.sa-widget-content label {
    padding: 0 40px;
    text-align: center;
}

/***************  nav   ***************/
ul.nav > li.primary-link a {
    background: #e30005;
    border-radius: 15px;
    padding: 5px 10px;
}

/*************** flatsome nav submenu fix for active element  ***************/
.active>ul.sub-menu {
    display: table !important;
}
/* fix end */

.products .product.type-product .col-inner {
    overflow: hidden;
}
.no-bottom-margin {
    margin-bottom: 0;
}

/* Reposition Recaptcha */
.grecaptcha-badge {
    bottom: 75px !important;
}

/* Subfooter */
.footer-widgets.footer.footer-3 {
    background: #636363;
}
/* Shopauskunft Widget */
.shopauskunft {
    margin: 0 20px;
}
.shopauskunft img {
    max-width: 79px;
}
.header-wrapper.stuck .shopauskunft > div {
    display: none;
}

.footer-row .img-inner {
    background: #fff;
}

.footer-row .img-inner img {
    aspect-ratio: 500 / 313;
    object-fit: contain;
}

.footer-row .footer-additional .img-inner img {
    aspect-ratio: 500 / 475;
    object-fit: contain;
}

/* Flexbox Single Product */
.product-small {
    display: flex;
    flex-direction: column;
}

/* Product Flickity Slider */
.flickity-slider .ivpa-content {
    display: none;
}

.product-small .box-text {
    display: flex;
    flex-flow: column wrap;
    flex: 1 0 auto;
    justify-content: flex-end;
}

.product-small .col-inner {
    display: flex;
}

.price-wrapper {
    margin: 10px 0;
}

/* White Products Column for Blocks */
.white-products-col .col-inner .product-small {
    background: #fff;
}

/* Stock Alert */
#stock_notifier_main_form {
    border: 1px solid #00000022;
    border-radius: 0px !important;
    padding: 9px;
    background: #ffffff60;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
}
#stock_notifier_main_form h5 {
    font-size: 1.1em;
    font-weight: 100;
    line-height: 1.5em;
    margin-bottom: 1em;
    margin-top: 0em;
    text-transform: uppercase;
    color: #8d8d8d !important;
}
#stock_notifier_main_form button {
	margin: 10px auto;
	display: block;
	width: 80%;
	color: #fff;
	background-color: var(--primary-color);
	border-color: rgba(0,0,0,0.05);
}
#stock_notifier_main_form input.stock_alert_email {
    width: 90%;
}

/* PWB Brands */
.pwb-az-listing-header li {
    border: 0 none;
}
.pwb-az-listing-header a {
    display: inline-block;
    background: #ff3636;
    color: #fff;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    line-height: 1.6em;
}
.pwb-single-product-brands {
    margin-bottom: 20px;
}
.pwb-single-product-brands img {
    max-height: 111px;
    width: 100%;
}
.pwb-all-brands .pwb-brands-cols-outer {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
}
.pwb-all-brands .pwb-brands-cols-outer [class*="pwb-brands-col"] {
    flex: 22% 0;
    border: 1px solid #cccccc;
    padding: 12px 12px;
    margin: 5px;
    max-width: 22%;
}
.pwb-all-brands .pwb-brands-cols-outer [class*="pwb-brands-col"] > p {
    text-align: center;
    padding-top: 8px;
    margin: 0;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 > p:first-child {
    height: inherit;
    padding: 0 8px 8px;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 > p small {
    display: inline-block;
    background: #ff3636;
    color: #fff;
    border-radius: 99%;
    width: 20px;
    height: 20px;
    line-height: 1.7em;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 > p a {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* AWS Search */
.aws-container .aws-search-form {
    height: 40px;
}
.aws-container .aws-search-form * {
    border-radius: 99px !important;
}
.aws-container .aws-search-form .aws-form-btn {
    background: none;
    border: 0 none;
    border-left: none;
    margin-left: -40px;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    color:inherit;
}

.shop-container > [class*="-description"] {
    padding: 20px;
    box-shadow: 1px 4px 9px 0px rgba(0,0,0,0.12), 0px 0px 2px rgba(0,0,0,0.24);
    margin-bottom: 65px;
    background-color: #f9f9f9;
    background-image: linear-gradient(150deg, #f1f1f1 0%, #ffffff 100%);
}

.shop-container > [class*="-description"] > *:first-child {
    font-size: 1.5em;
    font-weight:600;
    color: inherit;
}

.shop-container > [class*="-description"] > *:not(:first-child) {
    font-size: 1em;
    font-weight: 100;
    color: inherit;
}

.product_list_widget .wc-gzd-additional-info {
    display: none !important;
}

.product_list_widget .wc-gzd-additional-info.delivery-time-info {
    display: inherit;
}

.badge-container {
    margin: 58px 0 0 0;
}

/* Age Gate */
.age-gate-heading.age-gate-logo img {
    max-width: 10%;
}

/* Adult Badge */
.badge-container ~ .badge-container.for-adult {
    margin-top: 116px;
}
.badge-container ~ .badge-container.for-adult.loop {
    margin-top: 102px;
}
.product-gallery-disclaimer {
    display: block;
    font-size: 0.6em;
    line-height: 1.3em;
    margin-bottom: 10px;
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {

    .pwb-all-brands .pwb-brands-cols-outer {
        justify-content: center;
    }
    .wc-block-product-meta {
        padding-top: 30px;
    }
    /* PWB Brands */
    .pwb-all-brands .pwb-brands-cols-outer [class*="pwb-brands-col"] {
        flex: 46% 0;
        border: 1px solid #cccccc;
        padding: 12px 12px;
        margin: 5px;
        max-width: 46%;
    }
    .message-notice, .message-container.alert-color, .message-container.success-color {
        border-top: 1px solid;
        border-right: none;
        border-bottom: 1px solid;
        border-left: none;
        margin: 0;
    }
    ul.nav > li.primary-link a {
        color: #fff;
        margin: 10px;
        margin-left: 20px;
        padding-left: 10px !important;
        flex-grow: 0;
    }
}

.product_meta .sku_wrapper {
    font-weight: 700;
}

.woocommerce-form-register .woocommerce-form-row .woocommerce-button {
    background-color: #de0303;
}

.woocommerce-form-login .form-row .woocommerce-form-login__submit {
    background-color: #de0303;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
    flex-wrap: wrap;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 > p:first-child {
    height: inherit;
    padding: 0 8px 8px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 > p a {
    overflow: visible;
}

.woocommerce-account .woocommerce-info.message-wrapper {
    font-size: 20px !important;
    letter-spacing: .05em;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Noticia Text", sans-serif;
}

.woocommerce-account .woocommerce-info.message-wrapper a {
    background-color: #de0303;
    border-radius: 5px!important;
    cursor: pointer;
    display: table;
    font-size: 15.55px;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-top: 18px;
    max-width: 100%;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    vertical-align: middle;
    color: #fff;
    font-family: Lato, sans-serif;
}

.woocommerce-account .woocommerce-info.message-wrapper a:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0, 0.2);
    color: #fff;
    opacity: 1;
    outline: none;
}

@media (max-width: 549px) {
    .woocommerce-account .woocommerce-info.message-wrapper {
        font-size: 16px !important;
    }

    .woocommerce-account .woocommerce-info.message-wrapper a {
        margin-top: 13px;
    }
}