html{
height: -webkit-fill-available;
padding: 0;
margin: 0;

}
body{
padding: 0;
margin: 0;
min-height: 100%;
height: -webkit-fill-available;
letter-spacing: 4px;
font-family:"Calibri", sans-serif;
background: 
        url('/local/templates/crispos.ru/images/fon.png') no-repeat top center,  
        linear-gradient(to bottom, #000000, #000000); 
}
header{
height: 88px;
width: 100%;
background: black;
display: none;
}
footer{
height: 88px;
width: 100%;
background: black;
display: none;
}
.main{
min-height: -webkit-fill-available;
display: flex;
flex-direction: column;
justify-content: space-between;
background: #2b3558;
}
.container{
display: flex;
flex-direction: column;
}
.content{
display: flex;
justify-content: flex-start;
}
.item.left{
width: auto;
flex-grow: 2
}
.main__content{
flex-grow: 1
}
.right{
    
}
 
.background-container {
position: relative;
width: 100%;
height: 100%;
}

.black-strip {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100px; /* Высота черной полосы */
 
z-index: -999;
}

.image-background {
position: absolute;
top: 100px; /* Начинаем изображение под черной полосой */
left: 0;
width: 100%;
height: 100%; /* Оставшаяся высота для изображения */
background-image: url(/local/templates/crispos.ru/images/glass-03.png);
background-repeat: no-repeat;
background-size: cover; /* Заполнение изображения по размеру блока */
z-index: -999;
}

.container-flex {
flex-grow: 1;

}
.item{
height: 500px;
}

.left {

color: #a5a5a5;

}
.container .left.center-header {

color: #fff;
display: flex;
justify-content: center;
}
.logo{

font-size: 23px;

}
.logo__main{

margin-top: 10px;

}

.cart__small{
display: flex;
justify-content: space-around;
width: 50px;
height: 50px;

}
.cart__small .ico{    
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.mini-cart-info{
display: flex;
flex-direction: column;
justify-content: space-around;
}
.left__header{
display: flex;
justify-content: space-between;
}

.phone {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.logo__main .phone {
    font-size: 13px;
    margin-top: 4px;
    color: #cccccc;
}


.products{
margin-top: 20px;
}
/*set_socket_blocking*/

.col{
display: flex;
flex-direction: column;
}



.info-wegth{
width: 65%;
margin: auto;
margin-left: 50px;
}
.cube {
position: relative; /* Для правильного позиционирования псевдоэлемента */
width: 40%;
height: 301px;
max-width: 200px;
min-width: 200px;
background: #29817575;
border: 3px solid #224d49;
border-radius: 2px;
box-shadow: 5px 0 15px rgba(0, 0, 0, 0.5); /* Тень справа */
transform: perspective(1000px) rotateY(-15deg); /* 3D эффект */
transform-style: preserve-3d; /* Для работы с 3D трансформациями */
transition: transform 0.6s ease, box-shadow 0.6s ease;
cursor: pointer;
margin: auto;
margin-top: 20px;
}

/* Правое ребро */
.cube::before {
content: '';
position: absolute;
top: 0;
right: -10px;
width: 18px;
height: 100%;
background-color: #1a433e;
transform: rotateY(50deg) translateZ(12px);
z-index: -1;
transition: transform 0.6s ease;
}

/* Эффект при наведении  
.cube:hover {
transform: perspective(1000px) rotateY(0deg);  
box-shadow: 10px 0 20px rgba(0, 0, 0, 0.7);  
}


.cube:hover::before {
transform: rotateY(180deg) translateZ(5px);  
}

*/


.block__product{
display: flex;
}

.detail_product{
flex-grow: 1;
display: flex;
justify-content: flex-start;
width:350px;

}
.small-title{
width:100%;
}
.small-params{
display: flex;
}
.item--first-product{
cursor: pointer;
 
padding-bottom: 5px;
width: calc(100% - 10px);
padding: 5px;
}
 
.search{
width: 100%;
background: #d7d7d757;
border: none;
border-radius: 2px;
padding: 5px;
}
.item--first-product .small-price{
background: #71717163;
padding: 3px;
margin: 2px;
display: flex;
font-size: 73%;
width: fit-content;
}

.item--first-product-link{
    text-decoration: none;
    border-bottom: 1px solid #333;
}

.item--first-product-link.selected{
    background: #3737373d;
}
.title-info-left{
width: 145px;
/*border-bottom: 1px solid #fff;*/
height: 0px;
margin-right: 20px;
}
.title-info-right {
width: 145px;
/*border-bottom: 1px solid #fff;*/
height: 0px;
margin-left: 20px;
}
.title__info img{
width: 69px;
}
.title-info-right.hide,.title-info-left.hide{
border: none;
font-size: 0.9em;
}
.title__info{
display: flex;
align-items: center;
}
.price__info{
display: flex;
align-items: end;
min-height: 30px;
width: 100%;
margin: auto;

}

.ind2{
display: flex;
align-items: end;
min-height: 30px;
width: 100%;
margin: auto;
position: absolute;
top: -30px;
}

.price__info.hide{
display: flex;
align-items: end;
    
}
.main-price{
font-size: 2em;
margin-top: 10px;
width: 40%;
display: flex;
align-items: baseline;
justify-content: center;
}
.main-price span{
font-size: 0.6em;
}
.text-max-count{
width: max-content;
margin-left: 120%;
margin-top: 8px;
}
.color-item{
margin-left: 24px;
margin-top: 8px;
}
.option-color{
width: 16px;
height: 16px;
background: #f76262;
margin-bottom: 10px;

}



.option-color {
margin-right: 9px;
margin-top: 23px;
}
.color-items{

cursor: pointer;
display: flex;
}
.add-cart{

display: flex;
flex-direction: column;
justify-content: flex-start;
height: fit-content;

}

.text-product-size {
width: max-content;
margin-left: 117%;

}
.text-product-option{
width: max-content;
margin-left: 117%;

}
.text-product-option-variable{

margin-left: 200%;

}
.header-cart{

margin-top: -97px;
margin-left: 80px;

}
.product-size-variable .item-variable{
width: max-content;
}
.product-size-variable.text-product-option-variable {
margin-left: 160%;
}
.item-variable{
font-size: 2.1em;
min-width: 104px;
align-items: center;
display: flex;
justify-content: center;
align-items: end;
margin-bottom: 10px;
cursor: pointer;
}
.size-variable.selected{
background-color: #2c4271;
}
.item-variable.selected{
border: 1px solid #8b8b8b;
padding: 4px;
}
.item-variable span{
font-size: 0.5em;
letter-spacing: 1px;
margin-bottom: 4px;
}
.max-count-main{
margin-bottom: 8px;
margin-left: 14px;
}
.main-option-variable{
margin-top: 50px;
}
.info-cart{
display: flex;
align-items: end;
}
.info-cart span{
font-size: x-small;
}
.add-cart-button{
display: flex;
justify-content: center;
width: max-content;
 
padding: 3px;
border-radius: 2px;
margin-top: 2px;
cursor: pointer;
}
.product-main-sku {
opacity: 0; /* Прозрачность для плавности */
transition: opacity 1s ease; /* Плавное изменение прозрачности */
visibility: hidden; /* Скрываем блок для избежания кликов */
}

.visible-block {
opacity: 1; /* Сделать блок видимым */
visibility: visible; /* Делаем блок доступным для взаимодействия */
transition: opacity 1s ease; /* Плавное изменение прозрачности */
width: inherit;
}

.plastic-rectangle {
width: 224px;
height: 333px;
margin: auto;
/*background: linear-gradient(to bottom, rgba(0, 255, 0, 0.2) 50%, rgba(0, 255, 0, 0.1) 100%);
border: 2px solid rgba(0, 128, 0, 0.8); /* темно-зеленая граница */

box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* легкая тень для объема */
display: flex;
align-items: center;
justify-content: center;
position: relative;
}

.filter-wigth{
    height: 333px;
    width: 50px;
    position:relative;overflow: hidden;
    margin-left: 25px;
    /*background: #5958582e; /
    background-image: url("/local/templates/crispos.ru/images/scroll.png");*/
}

.text-ind{

transform: rotate(-90deg);
display: inline-block;
width: 50px;
height: 20px;
    
margin-bottom: 25px;
margin-top: 25px;
}

.g-ind{
display: flex;
flex-direction: column;
left: -30px;
position: absolute;
align-items: center;
}

.g-ind .top-ind{
    
    /*height: 130px;*/
}
.g-ind .bottom-ind{
    
    /*height: 130px;*/
}
.title__info {
        width: 100%;
        margin-bottom: 10px;
}

.filter-product{
    display: flex;

}

body .menu{
    background: none;
}
.parametr-bottom{    
    
}

.info-price{
    top: 0;
    right: 0;
    font-size: 81%;
    margin-left: 10px;
    color: #939393;
}

.img_header{
    width: 100%;
    justify-content: center;
}

.item_img_header{
    margin-top: 24px;
}

.item_img_header img{
    width: 35px;
}

.line{
    position: absolute;
    top: -33px;
    right: -70px;
    width: 69px;
}

.text-layer1 img{
    width: 15px;
    margin-right: 10px;
        
}

.text-layer1{
    position: absolute;
    top: -60px;
    right: -110px;
    font-size: 146%;
    display: flex;
}

.text-layer1 .font-mm{
    font-size: 30%;
}


.add-cart-button{
    
    padding: 5px;
    color: #939393;
    border-radius: 5px;
    font-size: 82%;
    top: 0px;
    right: 7px;
    position: relative;

}

.add-cart-button span{
    position: absolute;
    top: -6px;
    right: -9px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .menu--item button{
    color: #939393;
    width: 100%;
}


body .menu--item  button.selected {
    background: #494949;
    padding: 1px;
    border-radius: 5px;
}
.item-catigory img{
    height: 118px;
}

.item-catigory{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.group-category {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 25px;
}
.item-catigory:first-child {
    margin-left: 0; /* Убираем отступ слева у первого элемента */
}

.df {
    display: flex;
}
.df-c {
    display: flex;
    flex-direction: column;
}
.df-r {
    display: flex;
    flex-direction: row;
}
.jc-sb {
    justify-content: space-between;
}
.jc-sa {
    justify-content: space-around;
}
.jc-se {
    justify-content: space-evenly;
}
.jc-c {
    justify-content: center;
}
.jc-fe {
    justify-content: flex-end;
}
.jc-fs {
    justify-content: flex-start;
}
.ai-c {
    align-items: center;
}
.ai-fe {
    align-items: flex-end;
}
.ai-fs {
    align-items: flex-start;
}
.ai-bl {
    align-items: baseline;
}
.ai-st {
    align-items: stretch;
}
.ac-c {
    align-content: center;
}
.ac-sa {
    align-content: space-around;
}
.ac-sb {
    align-content: space-between;
}
.ac-fe {
    align-content: flex-end;
}
.ac-fs {
    align-content: flex-start;
}
.ac-st {
    align-content: stretch;
}
.as-c {
    align-self: center;
}
.as-fe {
    align-self: flex-end;
}
.as-fs {
    align-self: flex-start;
}
.as-bl {
    align-self: baseline;
}
.as-st {
    align-self: stretch;
}
.fw-w {
    flex-wrap: wrap;
}
.fw-nw {
    flex-wrap: nowrap;
}
.fw-wr {
    flex-wrap: wrap-reverse;
}

.menu--item button {
position: relative;
}

body .menu--item button::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: var(--line-width);
height: 3px;
background: #ffffff2b;
transform: translate(-50%, -50%);
}
 
iframe {
width: 100%;
height: 100%;
border: none;
overflow-x: hidden;
}
#cart-items li {
    margin: 10px 0;
    list-style: none;
    width: 100%;
}
#cart-items {
    padding: 0px;
    margin: 0px;
}
#cart-items li{
    text-align: left;
    display: flex;
    flex-direction: column;
    background: #f3f3f3;
    padding-top: 3px;
    padding-bottom: 3px;
}
.name-small-basket-item {
    width: 80%;
    font-size: 90%;
}
.quantity-block{
    width: 50%;
    justify-content: end;
    display: flex;
}
.delete-item {
    background: none;
    border: none;
    color: red;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.update-quantity{
width: 50px;
text-align: center;
border: 1px solid #ededed;
}
.quantity-controls{

    display: flex;
    width: 120px;
    height: 26px;

}
.increase-quantity, .decrease-quantity {
    border: none;
    max-width: 21px;
    cursor: pointer;
    font-size: 20px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

.increase-quantity:hover, .decrease-quantity:hover {
    background-color: #e0e0e0;
}

.delete-item:hover {
    color: darkred;
}

.price-small-basket-item{
    color: #676565;
    width: fit-content;
    border-radius: 3px;
    padding: 1px;
}

.modal a.close-modal {
    border: 1px solid #877c7c;
    border-radius: 100px;
}

.quantity-and-price{
    display: flex;
    align-items: center;
}
body .blocker{
    padding: 5px;
}
body .modal{
    width:100%;
}
body #cart-popup{
    padding: 5px;
}
a{
    color: #d7d7d7;
}
.logo{
    cursor: pointer;
}

.item--first-product {
    display: grid;
    grid-template-columns: 1fr 0fr 1fr;
    align-items: center;
    gap: 32px;
}
  
.product-info {
    display: flex;
    flex-direction: column;
    max-width: 100px;
}

.product-code {
    font-size: 82%;
    word-wrap: break-word;
}

.small-price-param {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
}

.weight-box {
    background-image: url(/local/templates/crispos.ru/images/kg.svg);
    width: 45px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.weight {
    font-size: 80%;
    letter-spacing: normal;
    margin-right: 5px;
}

.small-price {
    white-space: nowrap;
}
.small-price-param-margin{
    margin-top: -17px;
    justify-content: right;
    margin-right: -12px;
}
.item--first-product .small-price {
    background:none;
    padding: 3px;
    margin: 2px;
    display: flex;
    font-size: 73%;
    width: fit-content;
}
.item-catigory img{
    cursor:pointer;
}

.logo__main{
    text-align: center;
}

.article-title-fs{

    font-size: 18px;

}

.brand-title-fs{

    font-size: 13px;
	color: #878585;

}

body .logo__main .hreader-email-fs{

    font-size: 16px;

}

body .logo__main .header-phone-fs{

    font-size: 16px;

}

/* Цены с форматированием */
.price-integer {

    font-size: 15px; /* Основная часть крупнее */
    font-weight: bold;
    line-height: 1;
	letter-spacing: 2;

}

.price-rest {

    font-size: 13px; /* Остальная часть меньше */
    margin-top: -1px; /* Смещаем вверх в пикселях */
    vertical-align: top; /* Смещаем вверх */
	color: #878585;
	letter-spacing: 2;

}

.price-rest sup {

    font-size: 10px; /* Для дробной части */
    vertical-align: top;

}
 /* Цены с форматированием*/


.description-header-product{
    margin-bottom: 10px;
    font-size: 87%;
    font-weight: 100;
    letter-spacing: 2;
    color: #dbdbdb;
}
.description-header-product p{
    margin: 0;
}
.item--first-product{text-decoration: none;}
.text_color{
	color:#fff;
}
#bx-soa-order{
	background:#fff;
}
@media (max-width: 1024px) {
    body .detail_product {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    body .group-category {
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 7%;
        margin-bottom: 21px;
    }
}