
/* Diff: selectors added or modified in custom_local.css vs custom.css */
/* raleway-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'silka';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/silka-regular-webfont.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





/* ========== Variables ========== */
:root {
    --Lactal-Blue: #7ec2e0;
    --Lactal-Magenta: #b72b90;
    --Lactal-Dack-blue: #1f6189;
    --Lactal-Dack-blue2: #164872;
    --Lactal-Offwhite :#eaeaea;
    --cnvs-themecolor: var(--custom-primary-color);
    --cnvs-body-font: "silka", sans-serif;
    --cnvs-primary-font: "silka", sans-serif;
    --cnvs-secondary-font: "silka", sans-serif;
    --custom-logo-font: "silka", sans-serif;
    --custom-number-font: "silka", sans-serif;
    --cnvs-section-bg: var(--Lactal-Offwhite);
    --cnvs-slider-caption-width: 700px;
    --custom-primary-color: var(--Lactal-Dack-blue);
    --custom-bullet-color: var(--Lactal-Dack-blue2);
    --custom-secondary-color: var(--Lactal-Dack-blue2);
    --custom-brand-primary: black;
    --heart-color: var(--custom-primary-color);
    --custom-bglogo: var(--custom-primary-color);
    --custom-bgPicto: var(--custom-primary-color);
    --custom-bggradient: linear-gradient(90deg, rgba(0, 149, 207, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(255, 199, 0, 1) 100%);
    --bs-nav-pills-border-radius: 10px;
    --cnvs-btn-color-dark: var(--Lactal-Dack-blue);
}

/* ========== Header menu color ========== */
#header {
    --cnvs-primary-menu-color:  var( --Lactal-Dack-blue2);
}

/* ========== Hovers moved to secondary color ========== */
a.menu-link:hover {
    color: var(--custom-secondary-color);
}
a.menu-link div:hover {
    color: var(--custom-secondary-color);
}
.widget_links li a:hover {
    color: var(--custom-secondary-color);
}

/* ========== button slider ========== */
#slider a:hover, .homeIntro a:hover {
    border: unset;
    background-color: var(--MittVal-Offwhite-2) ;
    color: var(--MittVal-Offwhite-2);
}

/* ========== nav pill range ========== */
.nav-pills {
    --bs-nav-pills-border-radius: 10px;
}
.tab-container {
    background: var( --MittVal-Offwhite-2);
    border-radius:var(--bs-nav-pills-border-radius);
    padding: 10px;
    box-shadow: unset;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--MittVal-Primar-UI–orange-3);
    background-color: white;
    border:none;
    font-weight: 600;
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-link {
    --bs-nav-link-color:  var(--MittVal-Primar-UI–orange-3);
    border: none;
}

/* ========== Buuton ========== */
.button {
    --cnvs-btn-color: var(--custom-secondary-color);
    --cnvs-btn-color-hover: var(--custom-secondary-color);
}
.button.button-border {
    --cnvs-btn-border-color:  var(--custom-secondary-color);
}

#slider a, .homeIntro a {
    border: none;
    background-color: white;
    color: var(--custom-secondary-color);
    border-radius: var(--bs-nav-pills-border-radius);
}


.title-block {
    --cnvs-title-block-padding: 20px;
    --cnvs-title-block-color: var(--custom-secondary-color);
    --cnvs-title-block-border: 7px;
    --cnvs-title-block-border-color: var(--custom-secondary-color);
    --cnvs-title-block-subtitle-color: var(--custom-secondary-color);
    padding: 2px 0 3px var(--cnvs-title-block-padding);
    border-left: var(--cnvs-title-block-border) solid var(--cnvs-title-block-border-color);
    margin-bottom: 30px;
}
.title-block h2 {
    color: var(--custom-secondary-color);
}
/* ========== home intro ========== */

.homeIntro ul {
    list-style-type: none;
    padding-left: 50px;
    margin-bottom: 20px;}

 .homeIntro ul li::before {
    content: "\e900";
    font-family: icomoon;
    font-size: 1.2em;
    color: var(--custom-bullet-color);
    position: absolute;
    left: 30px;
  }

/* ========== Product ribbon color ========== */
.product .labelruban_product {
    background-color: var(--custom-bullet-color);
    color: white;
    display: inline-block;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    border-radius: 25px;
    font-size: x-small;
}
.product {
    position: relative;

    background-color: white;
}
.small-product {
    padding: 2em;
}

.retail-item {
border: none;
background: white;
border-radius: var(--bs-nav-pills-border-radius);
}
.lesplus .retail-item {
border: solid 1px var(--custom-secondary-color)
}

/* ========== Ingredient circle size ========== */
.content-ingredient {
    background: white;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

/* ========== Gradient circle simplified ========== */
.gradient-circle {
    display: inline-block;
    background: none;
}

/* ========== Bullet and article list markers unified ========== */
.bullet li, #article ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.bullet li::before, #article ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--custom-bullet-color);
}
.header-page .image-box__background {
    background-image: var(--custom-headerbg-mobile);
}
@media (min-width: 768px) {

    .header-page .image-box__background {
        background-image: var(--custom-headerbg-large);
    }
}
.widget_archive li a:hover, .widget li a div:hover,.widget_categories li a,:hover .widget_links li a:hover, .widget_meta li a:hover, .widget_nav_menu li a:hover, .widget_pages li a:hover, .widget_recent_comments li a:hover, .widget_recent_entries li a:hover, .widget_rss li a:hover {
    color: var(--MittVal-Primar-UI–orange-3);
}


/* ========== Slick slider additions ========== */
/* Arrows */
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots baseline */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* Dots turned into progress line */
.slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    background: #cecece;
    height: 1px;
}
.slick-dots li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
}
.slick-dots li:before {
    display: none;
}
.slick-dots li button {
    height: 1px;
    width: 100%;
}
.slick-dots li button:before {
    display: none;
}
.slick-dots li button:after {
    background: #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease;
    width: 100%;
}

.article-grid img {
    border-radius: 50px;
}
