/*
Theme Name: Luchiana-Child
Theme URI: https://parkofideas.com/luchiana/
Text Domain: luchiana-child
Description: Cosmetics and Beauty Shop Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: luchiana
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.home {
    background-color: #fff;
}

::-moz-selection {
    color: var(--text-color) !important;
    background: #E2E2E3 !important;
}

::selection {
    color: var(--text-color) !important;
    background: #E2E2E3 !important;
}

/* Header -------------------------------------------------------------- */
.c-header__top-row-item--other {
    position: relative;
    padding-left: 140px;
}

.c-header__top-row-item--other:before {
    content: "";
    background-image: url('img/mueller-logo.svg');
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px

}

.c-header__logo {
    margin-bottom: -50%;
    padding: 0;
}

@media screen and (max-width: 1169px) {
  .c-header__logo {
    margin-bottom: -5%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-header__logo {
    margin-bottom: -15%;
    padding: 0;
      height: auto;
      top: -15px;
  }

    .c-header__outer--mobile .c-header__search-button {
        right: unset;
    }

    .c-header__outer--mobile .h-cb {
        display: inline-block;
        width: 63px;
        height: 60px;
    }

    .h-cb.c-header__button-link.c-header__search-button {
        margin-right: 20px;
        top: 3px;
    }

    .h-cb.h-cb--svg.c-header__menu-button {
        top: -2px;
    }

  .c-header__row:lang(de-DE) {
    height: 60% !important;
      top: 14px;
  }

    .c-header__row {
        display: flex;
    }

    body.home .c-header__row {
        top: 0;
    }
}

#mobile-top-menu .c-header__top {
    display: none !important;
}

.c-header__top-row {
  cursor: pointer;
}

/* scroll to top button -------------------------------------------------------------- */

#scrollUp {
    position: fixed;
    bottom: 11px;
    right: 11px;
    width: 42px;
    height: 42px;
    background: #000;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.6,0.6);
    transition: all .25s ease-out;
}

#scrollUp.vis {
    opacity: 1;
    visibility: visible;
    transform: scale(1,1);
}

#scrollUp.vis:hover {
    transform: scale(1.1,1.1);
}

#scrollUp svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* Front Page -------------------------------------------------------------- */

.c-ip-image-list-1__thumb {
    border-radius: 0;
}

.bzfy-t-feed-tile-grid {
    background: none !important;
}


/* Shop HEADER -------------------------------------------------------------- */

.woocommerce .c-page-header {
    padding: 50px 20px;
    min-height: 280px;
}

.woocommerce .c-page-header__wrap {
    display: block;
}

.woocommerce .c-page-header__title {
    float: left;
    margin-left: -40px;
}

.post-type-archive-product .c-page-header__title,
.single-product .c-page-header__title,
.tax-product_cat .c-page-header__title {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    color: #000;
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 1px;
}

.woocommerce .c-breadcrumbs {
    display: block;
    width: 1160px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.woocommerce .c-breadcrumbs__list {
    position: relative;
    left: 0;
    bottom: auto;
    transform: none !important;
    width: 100%;
    padding: 0;
    display: block;
    text-align: left;
}

.woocommerce .c-breadcrumbs__item {
    display: inline-block;
}

/* PRODUCT GRID -------------------------------------------------------------- */

.c-ip-product-tabs .c-product-grid__wrap .c-product-grid__item,
.c-ip-product-tabs .c-product-grid__wrap .c-product-grid__item--normal,
.archive .c-product-grid__wrap .c-product-grid__item,
.archive .c-product-grid__wrap .c-product-grid__item--normal,
.c-product__products--upsells .c-product-grid__wrap .c-product-grid__item,
.c-product__products--upsells .c-product-grid__wrap .c-product-grid__item--normal
 {
    width: calc(50% - 10px);
    margin: 5px;
}

.c-ip-product-tabs .c-product-grid__wrap, .archive .c-product-grid__wrap, .c-product__products--upsells .c-product-grid__wrap {
    margin: -5px !important;
}

.c-product-grid__item--normal {
    padding-bottom: 0 !important;
}

.c-product__slider-item img {
	-o-object-fit:       contain !important;
	   object-fit:       contain !important;
}

/*
deactivated until product images are correct
.c-ip-product-tabs .c-product-grid__wrap .c-product-grid__item .c-product-grid__thumb-wrap img,
.elementor-widget-woocommerce-products:not(.elementor-grid-1) .c-product-grid__item .c-product-grid__thumb-wrap img {
  background-color: #e2e2e3;
} */

/* color Dots  -------------------------------------------------------------- */

#colorDots {
    list-style: none;
    padding: 0;
    text-align: left;
}

#colorDots li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all .3s ease-out;
}

#colorDots li .dot {
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: all .25s ease-out;
}

#colorDots li.current{
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #0000004d;
}

#colorDots li.current .dot {
    border-radius: 50%;
    transform: scale(.65,.65);
}

.variations_form table.variations {
    display: none !important;
}

.currentColorTitle {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.48px;
    color: #00000099;
    margin: 30px 0 10px;
    text-align: left;
}

/* Shop -------------------------------------------------------------- */


.woocommerce-page:not(.single-product) .l-inner, .c-product__products {
    background-color: #ffffff;
 }

.single-product .l-inner {
    background-color: #ffffff;
}

.c-product{
    margin-bottom: 0 !important;
}

.c-product__atc-wrap {
    padding: 0;
    background: none;
    width: 100%;
    margin-top: 0;
}

.c-product__products {
    padding-top: 60px;
    padding-bottom: 60px;
}

.single-product .c-product__products{
    margin-top: 0 !important;
}

.woocommerce-variation-price, .woocommerce-variation-availability {
    display: none !important;
}

.customProductInfo {
    padding: 40px 30px;
}

.customProductInfo p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.54px;
}

.customProductInfo .c-ip-heading--small {
    font-size: 22px;
    letter-spacing: 4.4px;
}

.customProductInfo.application_note{
    background-color: #e2e2e3;
}

.customProductInfo.beauty_tip.inci{
    background-color: #f4f3f2;
}

.customProductInfo.application_note .customProductInfoWrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.customProductInfo.application_note img {
    max-width: 50%;
    margin: 0 auto;
}

.customProductInfo.product_description{
    background-color: #d4d4d5;
    margin-top: 100px;
}

.customProductInfo .inner{
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.customProductInfoWrap{
    max-width: 983px;
    margin-left: auto;
    margin-right: auto;
}


.customProductInfo.beauty_tip.inci .productCol:first-child {
    padding-bottom: 50px;
    position: relative;
}

.customProductInfo.beauty_tip.inci .productCol:last-child {
    padding-top: 50px;
}

.customProductInfo.beauty_tip.inci .productCol:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    right: 0;
    background: #000;
}

#inciContents {
    list-style: none;
    padding: 0;
    margin: 0;
}

#inciContents li {
    display: none;
}

#inciContents li.firstVis {
    display: block;
}

.c-ip-heading--small{
    font-size: 22px;
}

.c-product__quantity.hidden {
    margin-left: 0;
    display: none;
}

.c-product__wrap .single_add_to_cart_button,
.c-product__wrap .c-button {
    line-height: 14px;
    height: 60px;
    padding: 17px 11.2px 18px 21px;
    position: relative;
}

.c-product__wrap .single_add_to_cart_button {
    max-width: 208px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.c-product__wrap .c-button {
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
}

.c-product__wrap .single_add_to_cart_button:before,
.c-product__wrap .c-button:before {
    position: absolute;
    background: #000;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease-out;
}

.c-product__wrap .single_add_to_cart_button:before {
    content: "Get The Look";
    line-height: 60px;
}


.c-product__wrap .single_add_to_cart_button:hover:before,
.c-product__wrap .c-button:hover:before {
    opacity: 1;
    visibility: visible;
}

.c-product__atc-wrap {
    padding: 0 !important;
    max-width: 100% !important;
}

.c-product__wrap .c-product__title {
    line-height: 1.22;
    letter-spacing: 5.4px;
    font-size: 36px;
    width: 100%;
    text-align: center;
}

.entry-summary .c-product__title{
    display: none;
}

.c-product__title.mobileTitle {
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: 3.6px;
    margin: 30px 0;
}

.entry-summary {
    text-align: center;
}

.c-product__share {
    justify-content: center;
}

.woocommerce-variation-add-to-cart {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

.woocommerce-result-count, .woocommerce-ordering select.orderby, .c-catalog-ordering__col--ordering .c-custom-select {
    color: #7e7d7d;
}

.woocommerce-ordering{
    position: relative;
}

.woocommerce-ordering .sortTrigger{
    display: inline-block;
    color: #7e7d7d;
    background: #faf8f4;
    position: relative;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
}

.woocommerce-ordering .sortTrigger div{
    position: relative;
    padding-right: 16px;
    display: inline-block;
}

.c-catalog-ordering__col--ordering .c-custom-select, .c-catalog-ordering__col--result > p {
    opacity: 1 !important;
}

.c-product-grid__price-wrap {
    display: none !important;
}

.c-product__share .c-product__share-title {
    font-size: 18px;
    opacity: .6;
    letter-spacing: 0.54px;
}

.viewProduct {
    display: inline-block;
    width: 175px;
    margin: 0 auto;
}

.single-product .viewProduct,
.c-ip-product-tabs .viewProduct,
.c-product-grid .viewProduct {
    display: none !important;
}

.c-product-grid {
  margin-top: 0 !important;
}

#subcategoriesListWrap {
    display: none;
}

.c-catalog-ordering__filter-show-button {
    border-color: #7e7d7d;
    color: #7e7d7d;
}

@media (min-width: 768px) {

  .fixedProductThumb:not(.fixedProductThumb__desktop--center) .c-product-grid__thumb-wrap.hasFixedBg {
      background: none;
  }

  .fixedProductThumb__desktop--center .productContent {
    position: relative;
  }

  .fixedProductThumb__desktop--center .c-product-grid__thumb-wrap.hasFixedBg{
      background-color: none;
      opacity: 0;
      visibility: hidden;
  }

  .fixedProductThumb__desktop--center .c-product-grid__thumb-wrap.hasFixedBg img {
      display: none;
  }

  .fixedProductThumb__desktop--center .c-product-grid__details, .fixedProductThumb__desktop--center .c-ip-heading {
      background: rgba(255,255,255,.9);
  }

  .fixedProductThumb__desktop--center .c-product-grid__thumb-wrap_fixed {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: auto 26%;
      background-position: center;
      background-attachment: fixed;
      background-repeat: no-repeat;
      z-index: 0;
  }

  .e--ua-safari .fixedProductThumb__desktop--center .c-product-grid__thumb-wrap.hasFixedBg img {
      display: block !important;
  }

  .e--ua-safari .fixedProductThumb__desktop--center .c-product-grid__thumb-wrap.hasFixedBg{
      background-color: none;
      opacity: 1 !important;
      visibility: visible !important;
  }

  .e--ua-safari .fixedProductThumb__desktop--center .c-product-grid__thumb-wrap_fixed {
      display: none !important;
  }

    #scrollUp {
        bottom: 30px;
        right: 30px;
    }

    .c-ip-slider__text-above--full {
        letter-spacing: 0.52em;
    }

    .c-ip-slider__title--full {
        letter-spacing: 0.1em;
    }

    .customProductInfo {
        padding: 80px 20px;
    }

    .c-ip-product-tabs .c-product-grid__wrap .c-product-grid__item--normal,
    .c-ip-product-tabs .c-product-grid__wrap .c-product-grid__item,
    .archive .c-product-grid__wrap .c-product-grid__item--normal,
    .archive .c-product-grid__wrap .c-product-grid__item,
    .c-product__products--upsells .c-product-grid__wrap .c-product-grid__item--normal,
    .c-product__products--upsells .c-product-grid__wrap .c-product-grid__item
     {
        width: calc(33.33% - 40px) !important;
        margin: 20px;
    }

    .c-ip-product-tabs .c-product-grid__wrap, .archive .c-product-grid__wrap, .c-product__products--upsells .c-product-grid__wrap {
        margin: -20px !important;
    }

}

/* make all grid elements in product grid same height */
.productContent {
  display: flex;
  height: 100%;
  flex-direction: column;
}

@media (min-width: 900px) {
    .customProductInfo.application_note .customProductInfoWrap{
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: inherit;
    }

    .customProductInfo.application_note img {
        margin-right: 30px;
    }
}

@media (min-width: 1190px) {

    .c-ip-image-list-1__item:hover a .c-ip-image-list-1__thumb {
        transform: scale(1.05) !important;
    }

    .single-product .c-product-grid__wrap .c-product-grid__item--normal,
    .single-product .c-product-grid__wrap .c-product-grid__item {
        /* width: calc(25% - 40px) !important; */
    }

    .woocommerce-variation-add-to-cart {
        max-width: 100%;
    }

    .c-product__wrap .single_add_to_cart_button {
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .c-product__wrap .c-button {
        margin-left: 0;
        margin-right: 0;
    }

    .c-product__share {
        justify-content: flex-start;
    }

    .entry-summary, .c-product__wrap .c-product__title {
        text-align: left;
    }

    .entry-summary .c-product__title{
        display: block;
    }

    .c-product__title.mobileTitle {
        display: none;
    }

    .c-header__top-row-list {
        padding: 12px 0 11px 0px;
    }

    .c-product--layout-1.l-section--container  {
        width: 100%
    }

    .c-product--layout-1.l-section--container .c-product__wrap, .customProductCols,
    .single-product .c-product-grid__list {
        width: 1160px;
        margin-left: auto;
        margin-right: auto;
    }

    .post-type-archive-product .c-page-header__wrap,
    .single-product .c-page-header__wrap,
    .tax-product_cat .c-page-header__wrap {
        width: 1160px;
        max-width: 100%;
    }

    .post-type-archive-product .c-page-header__title,
    .single-product .c-page-header__title,
    .tax-product_cat .c-page-header__title {
        background: rgba(255, 255, 255, 0.6);
        padding: 40px;
    }

    .customProductCols {
        display: grid;
        -moz-column-gap: 100px;
             column-gap: 100px;
        grid-template-columns: calc(50% - 50px)  calc(50% - 50px) ;
        position: relative;
    }

    .customProductCols:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background: #000;
    }

    .customProductCols.singleCol {
        display: block;
    }

    .customProductCols.singleCol:after {
        content: none;
    }

    .customProductCols.singleCol .productCol{
        width: 600px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .customProductInfo.beauty_tip.inci .productCol:first-child,
    .customProductInfo.beauty_tip.inci .productCol:last-child {
        padding: 0;
    }

    .customProductInfo.beauty_tip.inci .productCol:first-child:after {
        content: none;
    }
}

@media (max-width: 1189px) {

    .woocommerce-ordering .sortTrigger{
        text-align: left;
    }

    .c-header__logo-img {
        max-height: 105px !important;
    }

    .single-product .c-page-header {
        display: none;
    }

    .customProductInfo, .single-product .c-product__products {
        margin-left: -30px;
        margin-right: -30px;
    }

    .c-header__top-row-item--other:before {
        width: 70px;
        height: 14px;
        margin-top: -7px;
    }

    .home .c-header--header-type-4 {
        height: 110px;
    }

    .home .c-header__top-row{
        height: 50px;
        background: #fff;
    }

    .c-header__top-row-list {
        padding: 10px !important;
        margin: 0 !important;
    }

    .home .c-header__top-row-item--other {
        color: #000;
        padding-left: 90px;
    }

    .c-header__top-row-item {
        margin: 0 !important;
    }

    .home .c-header--sticky-support {
        transition: all .15s ease-out;
    }

    .home .c-header--sticky {
        transform: translate(0px, -50px);
    }

    .home #main-header {
        height: 110px;
    }

    .home #main-header:lang(en-US) {
      height: auto;
    }

    .home .c-header__top-row-item--other {
        display: inline-block;
    }

    .c-header__outer--mobile .c-header__search-button {
        font-size: 26px;
        top: 4px;
        right: -12px;
    }
}

.c-product-grid__details {
  padding: 26px 15px 30px 15px !important;
}

@media (max-width: 767px) {

    .home .c-header__top-row-item--other {
        text-align: left;
        width: 100%;
    }

    .c-ip-slider__text-above--full {
        letter-spacing: 1px;
    }

    .c-ip-slider__button {
        display: inline;
    }

    .c-ip-slider__title--full {
        margin-bottom: 35px;
    }

    .c-product-grid__details {
        padding: 16px 10px 20px 10px !important;
        hyphens: auto;
    }

    .c-ip-woocommerce-carousel__wrap {
        position: relative;
        z-index: 1;
    }

    .fixedProductThumb .productContent {
        position: relative;
    }
    .fixedProductThumb .c-product-grid__thumb-wrap.hasFixedBg{
        background-color: none;
        opacity: 0;
        visibility: hidden;
    }

    .fixedProductThumb .c-product-grid__thumb-wrap.hasFixedBg img {
        display: none;
    }

    .fixedProductThumb .c-product-grid__details, .fixedProductThumb .c-ip-heading {
        background: rgba(255,255,255,.9);
    }

    .fixedProductThumb .c-product-grid__thumb-wrap_fixed {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: contain;
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .e--ua-safari .fixedProductThumb .c-product-grid__thumb-wrap.hasFixedBg img {
        display: block !important;
    }

    .e--ua-safari .fixedProductThumb .c-product-grid__thumb-wrap.hasFixedBg{
        background-color: none;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .e--ua-safari .fixedProductThumb .c-product-grid__thumb-wrap_fixed {
        display: none !important;
    }

	#subcategoriesListWrap {
        display: block;
        padding: 0;
        margin: 0;
        background: #000;
        overflow-x: auto;
    }

    #subcategoriesListWrap ul{
        list-style: none;
        margin: 0;
        padding: 0 10px;
        width: auto;
        white-space: nowrap;
    }

    #subcategoriesListWrap ul li {
        display: inline-block;
        text-transform: uppercase;
    }

    #subcategoriesListWrap ul li a{
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.36px;
        padding: 30px 10px 10px 10px;
        display: block;
    }

    /* header.hasCatSlider .c-header__logo {
        margin-bottom: 45px;
    }

    header.hasCatSlider .c-header--mobile .c-header__row {
        overflow: hidden;
    } */

    .c-header__logo {
        padding-left: 15px;
    }

    .c-page-header__wrap {
        margin-left: 10px !important;
        margin-right: auto !important;
    }

    .woocommerce .c-breadcrumbs {
        margin-left: 10px;
    }

    .woocommerce .c-page-header {
        padding: 20px;
        min-height: 0;
    }

    .woocommerce .c-page-header__title {
        margin-left: -30px;
    }
}


/* ------------   Lookbook   ------------------------------ */

.woocommerce-lookbook .woocommerce-lookbook-inner .wlb-item.wlb-default {
    background-color: #fff !important;
    color: #707070 !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
    line-height: 30px !important;
}

.woocommerce-lookbook .woocommerce-lookbook-inner .wlb-item.wlb-default {
    background: #fff !important;
    color: #707070 !important;
}

.wlb-item.wlb-default.wlb-ajax:after {
    content: '' !important;
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #fff !important;
    border-radius: 20px !important;
    opacity: 0.6 !important;
    position: absolute !important;
    left: -6px !important;
    top: -6px !important;
}

.wlb-item.wlb-default.wlb-ajax:hover {
    transform: scale(1.5) !important;
}

.wlb-product-frame.wlb-lookbook-container.product {
    padding: 10px;
}

.wlb-product-data button.single_add_to_cart_button.button.alt,
.wlb-product-data a.c-button.c-ip-button.c-button--outline {
    display: none !important;
}

.woocommerce-lookbook-quickview .wlb-read-more a {
    border: 1px solid #000;
    display: block !important;
    padding: 10px;
    text-transform: uppercase !important;
    text-align: center;
    max-width: 300px;
}

.woocommerce-lookbook-quickview .wlb-read-more a:before {
    content: '' !important;
}

.wlb-controls .wlb-controls-previous,
.wlb-controls .wlb-controls-next,
.wlb-close {
    color: #fff !important;
}

.wlb-product-price {
  display: none !important;
}

@media screen and (max-width: 782px) {
    .woocommerce-lookbook-quickview .wlb-product-wrapper.wlb-0 .wlb-product-frame {
        height: auto !important;
    }

    .woocommerce-lookbook-quickview .wlb-product-wrapper.wlb-0 .wlb-product-frame .wlb-right .wlb-close {
        right: -6px;
    }

    .woocommerce-lookbook-quickview .wlb-product-wrapper.wlb-0 .wlb-product-frame .wlb-right .wlb-product-data {
        padding: 8px;
    }

    .woocommerce-lookbook-quickview-inner .product p,
    .woocommerce-lookbook-quickview-inner .product h1,
    .woocommerce-lookbook-quickview-inner .product h2,
    .woocommerce-lookbook-quickview-inner .product h3,
    .woocommerce-lookbook-quickview-inner .variations_button,
    .woocommerce-lookbook-quickview-inner form.cart {
        margin: 2px 0 !important;
        padding: 0 !important;
    }

    .woocommerce-lookbook-quickview .wlb-product-title a {
        font-family: 'Lato';
        font-size: 14px!important;
        text-transform: uppercase;
        line-height: 1.43;
        letter-spacing: 1.4px;
        text-align: center;
        white-space: normal !important;
        overflow: auto !important;
        text-overflow: unset !important;
    }

    .woocommerce-lookbook-quickview .wlb-product-short-description, .woocommerce-lookbook-quickview .wlb-product-price {
        text-align: center;
    }

    .woocommerce-lookbook .woocommerce-lookbook-inner .wlb-item.wlb-default {
        width: 28px !important;
        height: 28px !important;
        font-size: 20px !important;
        line-height: 24px !important;
    }
}

.c-catalog-ordering__filter-show-button {
  display: none !important;
}

.c-header-search__price {
  display: none !important;
}

.c-header.c-header--header-type-4:lang(en-US) {
  /* height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;  */
  height: 60px;
}

.c-header__top-row:lang(en-US) {
  display: none;
}

.c-header--sticky:lang(en-US) {
  transform: none;
}
@media screen and (max-width: 1189px) {
  .c-header__menu-button-icon {
    width: 25px !important;
    overflow: hidden;
  }
}

.c-product__atc-wrap:lang(en-US) .single_variation_wrap {
  display: none !important;
}

.c-shop-sidebar__content--desktop .widget_product_categories .product-categories .cat-parent > a {
  display: flex;
  justify-content: space-between;
}

.c-shop-sidebar__content--desktop .widget_product_categories .product-categories .cat-parent > a::after {
  content: "\2304";
  display: inline-block;
  position:relative;
  bottom: 4.5px;
  margin-left: 7px;
  font-size: 12px;
}

.c-shop-sidebar__content--desktop .widget_product_categories .product-categories .cat-parent.current-cat > a::after,
.c-shop-sidebar__content--desktop .widget_product_categories .product-categories .cat-parent.current-cat-parent > a::after {
  visibility: hidden;
}

.c-shop-sidebar__content--desktop .widget_product_categories .product-categories .cat-parent:not(.current-cat):not(.current-cat-parent) .children {
  max-height: 0;
  overflow: hidden;
  transition: max-height 150ms ease-out;
}

.c-shop-sidebar__content--desktop .widget_product_categories .product-categories .cat-parent:not(.current-cat).isopen > a::after {
  transform: rotate(180deg);
}

.c-shop-sidebar__content--desktop .widget_product_categories .product-categories .cat-parent:not(.current-cat).isopen .children {
  max-height: 600px;
  transition: max-height 350ms ease-in;
}

.c-mobile-menu__subitem--parent {
  color: var(--mobile-menu-color) !important;
}

/* Usercentrics */
.uc-embedding-wrapper h3 {
  margin-top: 14px !important;
  font-family: inherit;
}
.uc-embedding-wrapper span, .uc-embedding-wrapper span a {
  font-size: 0.6rem;
  font-family: inherit;
  color: black;
}
.uc-embedding-wrapper span a:hover {
  text-decoration: underline;
}
.uc-embedding-container .uc-embedding-buttons {
  margin-bottom: 15px;
}
.uc-embedding-container .uc-embedding-buttons .uc-embedding-more-info:hover {
  background: gainsboro none repeat scroll 0% 0%;
}
.uc-embedding-container .uc-embedding-buttons .uc-embedding-accept {
  background: rgb(48, 48, 48) none repeat scroll 0% 0%;
  color: white;
}
.uc-embedding-container .uc-embedding-buttons .uc-embedding-accept:hover {
  background: rgb(22, 22, 22) none repeat scroll 0% 0%;
}


/* optimization of producttitles on mobile devices on productoverviewpage */

@media screen and (max-width: 767px) {
    .c-product-grid__details {
        padding: 16px 5px 10px 5px !important;
    }
    .c-product-grid__item--normal .woocommerce-loop-product__title {
        font-size: 16px !important;
        letter-spacing: 0.1em !important;
        line-height: 22px !important;
        hyphenate-limit-chars: auto 4;
        -ms-hyphenate-limit-chars: auto 4;
    }
}

/* optimization end */

/* ivory search plugin style  */

.is-search-form input.is-search-input {
    min-height: 50px;
    background-color: transparent;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    margin-top: 50px;
}

.is-search-form input[type=search]:focus {
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .is-search-form input[type=search]:focus {
        color: #ffffff;
    }
}

.is-search-form .is-search-submit {
    margin-top: 50px !important;
    min-height: 50px;
    min-width: 35px;
}

.is-search-form .is-search-icon {
    height: 50px;
    border: none;
    background-color: transparent;
}

.is-search-form .is-loader-image {
    margin-top: 23px;
}

.is-search-form .is-search-icon svg {
    margin-top: 8px;
}

.is-ajax-search-result {
    background: transparent !important;
    padding: 0 !important;
}

.is-ajax-search-no-result {
    background: transparent !important;
}

.is-ajax-search-posts .is-search-sections {
    background: transparent !important;
}

.is-ajax-search-details .is-ajax-search-items>div,
.is-ajax-search-post {
    background: transparent !important;
}

.is-ajax-search-posts .left-section {
    margin-right: 20px;
}

.is-ajax-search-posts .is-search-sections .is-title a {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: #000000;
}

@media screen and (max-width: 767px) {
    .is-ajax-search-posts .is-search-sections .is-title a {
        color: #ffffff;
    }
}

.is-ajax-search-posts .is-search-sections .meta {
    display: none;
}

.is-ajax-search-posts .is-search-sections .is-search-content {
    display: none;
}

/* ivory search plugin style  end */

/* yoast breadcrumbs */

#breadcrumbs {
    display: block;
    width: 1160px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#breadcrumbs span {
    -ms-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    padding: 0 4px;
}

#breadcrumbs span:first-child {
    padding: 0 4px 0 0;
}

#breadcrumbs a,
#breadcrumbs span {
    color: #000;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* yoast breadcrumbs  end */

/* comments */

@media screen and (max-width: 450px) {
    .post-template.post-template-elementor_header_footer .c-post__comments-row {
        padding-left: 0;
        padding-right: 0;
    }

    .post-template.post-template-elementor_header_footer .comment-form {
        padding: 0 0 40px 0;
    }
}

#comments ol.commentlist p.comment-awaiting-moderation {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  margin-right: 25px;
  margin-top: 0;
  order: 3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #comments .commentlist .children {
    margin-left: 25px !important;
  }
}



/* comments end */
