/*
Theme Name: Natural Pharmaceuticals OmegaPremium
Description: Natural Pharmaceuticals OmegaPremium
Author: Dorota Osuch
Text Domain: naturalpharmaceuticals-new-omegapremium
Version: 1.6.0
Author URI: mailto:dorota.osuch@natural.pl
Theme URI: https://omegamarine.lt
*/
a.link-color {
    color: #203366;
    text-decoration: underline;
}

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

.product-color,
.exit-popup-offer-text-1,
.exit-popup-offer-text-2,
.faq-item button,
.navbar-light .navbar-nav .nav-link {
    color: #203366;
}

.product-color-dark,
.o-nas .smaller.product-color,
.o-nas small.product-color,
.red {
    color: #c61631;
}

.navbar-light .navbar-nav .nav-link.nav-link-green {
    color: #c61631;
}

.navbar-light .navbar-nav .nav-link.nav-link-green:hover {
    color: #ff1e1e;
}

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

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

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

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

.exit-popup-corner {
    border-right-color: #c61631 !important;
}

.btn-order.btn-order-colored {
    border: solid 1px #c61631;
    background-color: #ff1e1e;
    background-image: linear-gradient(to bottom, #ff1e1e, #c61631);
}

.btn-order.btn-order-colored:hover,
.radio-button:checked + label {
    border: solid 1px #e6213f;
    background-color: #ff3f3f;
    background-image: linear-gradient(to bottom, #ff3f3f, #e6213f);
}

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

.testimonial-box {
    background-color: #d0ecf9;
    color: #000;
}

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

.om-premium-stripe {
    background: url("assets/img/OMP_gold_strip.png");
}

.customer-service {
    background-color: #e2e0d7;
}

.footer-bg {
    background-color: #5f5f5f;
    color: #fff;
}

.copyright-bg {
    background-color: #203366;
    color: #fff;
}

.exit-popup {
    background: #c61631 !important;
}

.exit-popup-inner {
    background: #fff !important;
}

.exit-popup-close {
    color: #fff;
}

.no-check {
    padding-left: 55px !important;
    background-repeat: no-repeat;
}

.no-check::before {
    background: none !important;
}

.product-bg {
    background-size: cover;
}

@media (max-width: 991px) {
    .product-bg {
        background-image: none !important;
    }
}

.fact-element {
    flex: 1 0 51%;
}

.fact {
    background-color: #f0efeb;
    border: 5px solid #fff;
}

.fact-title {
    margin-top: 10px;
}

.fact-title > span {
    color: #fff;
    padding: 0 .3rem;
    font-size: 4rem;
    line-height: 1;
    float: left;
    margin-right: 5px;
    margin-top: -10px;
}

.fact-title + * {
    clear: both;
}

.circle-color:before {
    background-color: #203366;
}

.border-color-product {
    border-color: #203366;
}
.checkoutBtnView.nextstep {
    display: none; }

.hiddensend {
  display: none; }
  .hiddensend.nextstep {
    display: block; }



.summary .edit {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700; }

.summary .title {
  font-weight: 700;
  font-size: 19px;
  margin: 0 0 15px 0; }

.orderform.nextstep {
  display: none; }

.ie-old div {
  display: none; }

.ie-old #oldbrowser,
.ie-old #oldbrowser div {
  display: block; }


.fs-20 {
    font-size: 20px;
}


.checkoutBtnView.nextstep {
    display: none; }

.hiddensend {
  display: none; }
  .hiddensend.nextstep {
    display: block; }

/*.summary ul {
  list-style-type: disc; }
  .summary ul li {
    margin: 0 0 10px 0; }*/

.summary .edit {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700; }

.summary .title {
  font-weight: 700;
  font-size: 19px;
  margin: 0 0 15px 0; }

.orderform.nextstep {
  display: none; }

.ie-old div {
  display: none; }

.ie-old #oldbrowser,
.ie-old #oldbrowser div {
  display: block; }


.wpcf7-form .checkboxes .wpcf7-form-control-wrap {
    margin-top: 8px;
}

.wpcf7-form .distributor .wpcf7-list-item label {
    position: relative;
}

.wpcf7-form .distributor .wpcf7-list-item label .check {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #1E2882;
    border-radius: 2px;
    position: absolute;
    top: 3px;
    left: -30px;
}

.wpcf7-form .distributor .wpcf7-list-item label .check::before,
.wpcf7-form .distributor .wpcf7-list-item label .check::after
{
    content: '';
    position: absolute;
    height: 4px;
    background: #FF8700;
    visibility: hidden;
}

.wpcf7-form .distributor .wpcf7-list-item label .check::before{
    width: 70%;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.wpcf7-form .distributor .wpcf7-list-item label .check::after {
    width: 150%;
    top: 20%;
    left: 110%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.wpcf7-form .distributor .wpcf7-list-item label input[type=checkbox]:checked ~ .check::before,
.wpcf7-form .distributor .wpcf7-list-item label input[type=checkbox]:checked ~ .check::after{
    visibility: visible;
}

.wpcf7-form .wpcf7-distributor .wpcf7-list-item label {
    position: relative;
}

.wpcf7-form .wpcf7-distributor .wpcf7-list-item label .check {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #1E2882;
    border-radius: 2px;
    position: absolute;
    top: 3px;
    left: -30px;
}

.wpcf7-form .wpcf7-distributor.wpcf7-list-item label .check::before,
.wpcf7-form .wpcf7-distributor.wpcf7-list-item label .check::after{
    content: '';
    position: absolute;
    height: 4px;
    background: #FF8700;
    visibility: hidden;
}

.wpcf7-form .wpcf7-distributor .wpcf7-list-item label .check::before {
    width: 70%;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.wpcf7-form .wpcf7-distributor .wpcf7-list-item label .check::after{
    width: 150%;
    top: 20%;
    left: 110%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.wpcf7-form .wpcf7-distributor .wpcf7-list-item label input[type=checkbox]:checked ~ .check::before,
.wpcf7-form .wpcf7-distributor .wpcf7-list-item label input[type=checkbox]:checked ~ .check::after {
    visibility: visible;
}
.morecontent span{display:none}
.morecontenta span{display:none}
.wpcf7-not-valid-tip,
.screen-reader-response {
    display: none;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok { 
    display: none !important; 
}

div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none; }  