.logo {
    margin-right: 30px;
}
.logo-text {
    font-size: 2em;
    line-height: 0.8;
    /*border-left: 15px dotted #2c7ae7;
    padding-left: 5px;*/
}
.mnu-slider-item div {
    background: rgba(0,0,0,0.6);
    padding: 10px;
    border-radius: 6px;
}
.intro-content {
    background: rgba(0,0,0,0.7);
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #333;
}


/* -----------------------------------
	[13] PRELOADER
-------------------------------------*/
.load-for-js {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}
/*lds-dual-ring*/
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*lds-ring*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* modl cart */

.views-item-img {
    width: 4.6875rem;
    height: 4.6875rem;
    min-width: 4.6875rem;
    border-radius: 0;
    /*overflow: hidden;
    margin-right: 1.25rem;*/
    padding: 0;
    background-color: var(--primary-bg-color);
    border: 1px solid var(--secondary-bg-color);

}
.views-item-img img{
    width: 4.6875rem;
    height: 4.6875rem;
    min-width: 4.6875rem;
    padding: 0;
    margin: 0;
}

.order-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-line .form-field {
    margin-bottom: 0;
}
.preview-line {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    min-height: 75px;
}
.views-item-img {
    position: relative;
}
.views-item-img span{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: var(--main-color);
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-items: center;
    align-items: center;
    text-align: center;
}
.btn-order {
    width: 265px;
    margin-bottom: 0;
    margin-top: 9px;
    height: 50px;
    line-height: 30px;
    border-radius: 0!important;
}
.btn.btn-order::before {
    border-radius: 0;
}