/*
Theme Name: Natural Pharmaceuticals VitaSolaris DC Proper Automation
Description: Natural Pharmaceuticals VitaSolaris DC Proper Automation
Author: Dorota Osuch
Text Domain: naturalpharmaceuticals-new-vitasolaris-dc-proper-automation
Version: 2.0
Author URI: mailto:dorota.osuch@natural.pl
Theme URI: https://omegamarine.ee
*/


a.link-color {
    color: #cf480b;
    text-decoration: underline;
}

a.link-color:hover {
    color: #bb4108;
}

.product-color,
.exit-popup-offer-text-1,
.exit-popup-offer-text-2 {
    color: #cf480b;
}

.product-color-dark,
.faq-item button {
    color: #bb4108;
}

.arrow {
    border-left: 10px solid #cf480b;
}

.faq-item h2 {
    border-left: 3px solid #bb4108;
}

.product-color-border {
    border: 7px solid #cf480b;
}

.product-color-bg,
.faq-item button:hover,
.faq-item button[aria-expanded="true"] {
    background: #bb4108;
}

.faq-item button {
    background-color: #fafafa;
}

.exit-popup-corner,
.testimonial-box {
    border-right-color: #cf480b !important;
}

.navbar-light .navbar-nav .nav-link.nav-link-green {
    color: #3b665b;
}
.navbar-light .navbar-nav .nav-link.nav-link-green:hover {
    color: #487f6a;
}

@media (min-width: 992px) {
    .testimonial-box {
        min-height: 200px;
    }
}

.burst div,
.burst div:before,
.burst div:after {
    background: #df4c0e;
}

.product-color-icon,
.list-checkbox li::before {
    /* generator: https://codepen.io/sosuke/pen/Pjoqqp */
    filter: invert(30%) sepia(92%) saturate(3335%) hue-rotate(13deg) brightness(95%) contrast(101%);
}

.testimonial-box {
    background-color: #cf480b;
}

.footer-bg {
    background-color: #3e2415;
    color: #c5bdb9;
}

.copyright-bg {
    background-color: #000;
    color: #c5bdb9;
}

.what-is-heading {
    color: #000;
}

.exit-popup-corner-price-text-right {
    right: -70px !important;
    font-size: 30px !important;
    margin-top: 20px;
    text-align: center;
}

/* .btn-highlight,
.btn-order {
    color: #000;
    border: solid 1px #f25b00;
    background-color: #FDD400;
    background-image: linear-gradient(to bottom, #FDD400, #F07402);
}

.btn-highlight:hover,
.btn-order:hover {
    color: #000;
    border: solid 1px #f25b00;
    background-color: #FDD400;
    background-image: linear-gradient(to bottom, #FDD400, #F07402);
    filter: brightness(105%);
} */

.border-color-product {
    border-color: #cf480b;
}

.container-limited {
  max-width: 1310px;
  margin: 0 auto;
}

/* Disabled fields controlled by address scripts */
.wpcf7-form input:disabled,
.wpcf7-form select:disabled {
    color: #969696;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}

/* ======================================================
   FORM SELECTS – floating placeholder
====================================================== */
.np-select-wrap {
    position: relative;
}

.np-select-wrap::before {
    content: attr(data-placeholder);
    position: absolute;
    left: 14px;
    top: -7px;
    z-index: 2;
    padding: 0 4px;
    font-size: 12px;
    line-height: 1;
    color: inherit;
    background: #fff;
    pointer-events: none;
}

.np-select-wrap select.form-control {
    min-height: 54px;
    box-shadow: none;
    outline: none;
}

.np-select-wrap select.form-control:focus {
    box-shadow: none;
    outline: none;
}

/* Hide placeholder/empty value text under the floating label. */
.np-select-wrap select.form-control:required:invalid,
.np-select-wrap select.form-control:has(option:checked[value=""]),
.np-select-wrap select.form-control:has(option:checked[value="undefined"]) {
    color: transparent;
}

.np-select-wrap select.form-control option {
    color: initial;
}

.np-select-wrap select.form-control option[value=""],
.np-select-wrap select.form-control option[value="undefined"] {
    color: transparent;
}

.np-select-wrap select.wpcf7-not-valid {
    border-color: red;
}

.np-select-wrap .np-label-container label {
    display: none !important;
}

.exit-popup-corner-price-text {
	font-size: 21px !important;
    right: -35px !important;
    width: 230px !important;
}

.exit-popup-corner-price-xs {
font-size: 25px !important;
    right: -70px !important;
    margin-top: 5px !important;
    width: 170px !important;
}

.exit-popup.exit-popup-new {
background: rgb(250, 125, 0);	
}

.exit-popup-inner {
	background: linear-gradient(0deg, #fff 0%, #ffffff 100%);
}