/*
Theme Name: Mykulyn
Text Domain: mykulyn
Author: RedStone
Author Uri: http://redstone.media/
Version: 1.0
*/
.wpcf7 .wpcf7-not-valid {
    border-color: var(--clr-red);
}
.wpcf7-not-valid-tip{
    display: block;
    font-size: 0.75rem;
    line-height: 1.5em;
    font-weight: 400;
    color: var(--clr-red);
    margin-top: 0.25rem;
}
.wpcf7-response-output, .screen-reader-response, .wpcf7-form-control-wrap[data-name="your-file"]{
	display: none !important;
}
.SumoSelect > .CaptionCont{
    display: block !important;
}
.h-links .current-menu-item a {
    color: var(--clr-secondary);
}
.footer-links .current-menu-item a{
    color: var(--clr-white);
}
.h-btn.current-menu-item{
    color: var(--clr-black) !important;
    background-color: var(--clr-secondary) !important;
}
.h-btn.current-menu-item > svg {
    color: currentColor;
}
.blog-detail-img{
    position: relative;
}
.resend-code{
    position: relative;
}
button.loading{
    position: relative;
}
.resend-code[disabled]{
    color: var(--clr-primary);
    cursor: no-drop;
    opacity: 0.5;
}
.cbn-empty-block {
    display: none;
    text-align: center;
    margin-block: var(--sp-lg);}

.cbn-empty-block > * + * {
    margin-top: var(--sp-xs);
}
.prd-not-available{
    font-size: 12px;
    color: var(--clr-red);
    line-height: 14px;
}
.fl-list li{
    position: relative;
    z-index: 1;
}
.fl-list .ch-box{
    position: relative;
    z-index: -1;
}
.cart-informer .error{
    color: var(--clr-red);
}
.cart-loading.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255,255,255,.3);
}
.feedback-btn.active, .feedback-btn.active > *{
    color: var(--clr-secondary);
}
.feedback-message{
    text-align: right;
    font-size: 12px;
    margin-top: 2px;
    color: var(--clr-red);
    line-height: 14px;
    display: none;
}
.feedback-message.success{
    color: var(--clr-primary);
}
.cmt-controls .feedback-message{
    text-align: left;
    margin-top: -13px;
    width: 100%;
}
.SumoSelect.open .search-txt{
    z-index: 1;
    font-weight: 400;
    font-size: var(--font-size);
    line-height: 1.25em;
    height: var(--int-height);
    padding-top: calc(var(--int-height) - var(--int-pd) - 1.25em);
    padding-bottom: var(--int-pd);
    text-overflow: ellipsis;
    color: var(--clr-black);
    transition: var(--transition-1);
}
.SumoSelect .no-match{
    font-size: var(--font-size);
    line-height: 1.25em;
    margin-top: -20px;
}
.stepper.disabled,
.js_order_btn[disabled]{
    pointer-events: none;
    opacity: .8;
    filter: grayscale(100%);
}
.form-block-message {
    display: none;
    position: relative;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.5em;
    color: #26263b;
    padding: 1rem;
}
.form-block-message::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    background-size: 100%;
}
.form-block-message__error {
    background: rgba(227, 105, 105, 0.2);
}
.form-block-message__error::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 16V12M12 8H12.01M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23E36969' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.form-block-message__success {
    background: rgba(114, 179, 81, 0.2);
}
.form-block-message__success::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 16V12M12 8H12.01M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%2372B351' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.form-block-message__info {
    background: rgb(237, 241, 246);
}
.form-block-message__info::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 16V12M12 8H12.01M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23004486' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.woocommerce-notices.form-block-message{
    display: block;
    padding-left: 42px;
    margin-bottom: 20px;
}
.woocommerce-notices.form-block-message:before{
    position: absolute;
    left: 10px;
}
.woocommerce-notices.form-block-message li{
    margin-bottom: 3px;
}
.woocommerce-notices.form-block-message li:last-child{
    margin-bottom: 0;
}
.woocommerce-notices.form-block-message strong{
    font-weight: 500;
}
.price-wrap.product-variable{
    flex-direction: row;
}
@media (min-width: 576px) {
    .cmt-controls .feedback-message{
        display: none !important;
    }
}
@media (max-width: 575px) {
    .cmt-top > .feedback-message{
        display: none !important;
    }
}

.btn.add-bonuses{
    --btn-md-height: 2.88rem;
}

.checkout-rest-inner input:disabled{
    opacity: 0.6;
}

.loading .checkout-wrapper{
    opacity: 0.3;
    pointer-events: none;
    visibility: visible;
}
.prg-point.is-active{
    background-color:var(--clr-primary);
}

.wpcf7 .input-field:not(.value) .SumoSelect .CaptionCont > span{
    line-height: 0;
}

.banner-bg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    .banner-bg_desktop {
        display: block;
    }
}

@media (max-width: 767px) {
    .banner-bg_mobile {
        display: block;
    }
}

.simple-bg:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--rd-1);
    background-color: var(--bg-1);
    background-size: 25%;
    background-position: bottom -2% right -3%;
    background-repeat: no-repeat;
    background-image: url(../img/decor-2.svg);
}

.simple-bg *{
    color:#131313;
}

#billing_bonus.invalid{
    border-color: var(--clr-red);
}

.mg-top-50{margin-top:50px}
.gallery-item.lightbox-img:hover{
    cursor:pointer;
}

.delivery-item:not(:has(.text)) {
    align-items: center;
}
.delivery-item:not(:has(.text)) .delivery-icon{
    grid-row: 1;
}

.more-btn{
    margin-top:0.6em;
}