.content{
    margin: 8px 8px 8px 0;
    border-radius: 32px;
    background-color: #fff;
    padding: 28px 32px;
    box-shadow: 0px 3px 8px 0px rgba(184, 207, 220, 0.70), 0px 2px 2px 0px rgba(171, 194, 209, 0.40), 0px 0px 1px 0px rgba(26, 32, 36, 0.24);
}


.settings-tabs .tabs-nav{
    display: flex;
    align-items: center;
}

.settings-tabs .btn--secondary-2{
    background-color: #F1F7FB;
    color: #6F8FA6;
    border: 1.5px solid transparent;
    border-radius: 360px;
}

.settings-tabs .btn--secondary-2.active-tab{
    border: 1.5px solid #0094FF;
    color: #010D0C;
}

.settings-tabs .tabs-nav li + li {
    margin-left: 12px;
}

.settings-tabs .tabs-header{
    margin-bottom: 24px;
}

.card-border{
    border-radius: 24px;
    border: 2px solid #ECF1F5;
}

.setting-group-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.setting-group-item .form-group-input{
    min-width: 400px;
    display: flex;
    align-items: center;
}

.setting-group-item + .setting-group-item{
    margin-top: 16px;
}

.user-70x70{
    width: 70px;
    height: 70px;
    min-width: 70px;
    overflow: hidden;
    border-radius: 360px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.title-decor-group{
    display: flex;
    gap: 16px;
}

.title-decor{
    display: flex;
}

.content-web.content{
    margin: 0;
    border-radius: inherit;
    padding: 0;
    box-shadow: none;
}

.title-decor-group{
    display: flex;
    gap: 16px;
}

.section-haed{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-section{
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
}

.product-item-web-wrap{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
   gap: 35px;

}

.product-item-web__img{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    overflow: hidden;
    background-color: #F1F7FB;
    height: 200px;
    margin-bottom: 16px;
}

.product-item-web__title{
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 8px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-item-web__desc{
    color: #6F8FA6;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
}

.product-item-web .btn--shadow{
    white-space: nowrap;
}

.products-swiper{
    overflow: visible;
}

.swiper-button-prev svg{
    transform: rotate(180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}


.swiper-button-next,
.swiper-button-prev{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px 0px #EBEBEBB2, 0px 2px 2px 0px #EAEAEA66, 0px 0px 1px 0px #1A20243D;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    top: 100px;
}
.product-categories-item{
    padding: 36px 28px 36px 36px;
    border-radius: 32px;
    background-color: #F1F7FB;
    display: flex;
    flex-direction: column;
    height: 270px;
}

.product-categories-item__img{
    margin-bottom: 30px;
}

.product-categories-item__title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-top: auto;
    white-space: nowrap;
}

.banner-schedule{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F1F7FB;
    border-radius: 32px;
    padding: 35px 50px;
    background-image: url(../img/banner-schedule-decor.svg);
}

.banner-schedule__text{
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #6F8FA6;
}

.banner-schedule__group-text{
    display: flex;
    flex-direction: column;
}

.cart-checkout-group{
    display: flex;
    height: 100vh;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    display: none;
}

.water-delivery-group{
    background-color: #F1F7FB;
    border-right: 2px solid #ECF1F5;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 36px 0;
    overflow: auto;
}

.water-delivery-group .select-count .btn--square{
    background-color: #fff;
}

.delivery-address-group{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 36px 0;
    overflow: auto;
}

.title-20{
    font-weight: 500;
    font-style: 20px;
    line-height: 23px;
}

.filters-group{
    display: flex;
    align-items: center;
}

.filters-group .sort-by{
    margin-left: 26px;
    padding-left: 26px;
    border-left: 1px solid #ECF1F5;
}

.filters-group .btn{
    color: #0094FF;
}

.sort-by.dropdown-open .btn svg{
    transform: rotate(180deg);
}

.btn-shadow{
    box-shadow: 0px 3px 8px 0px #CCDCE7B2, 0px 2px 2px 0px #CCDCE7, 0px 0px 1px 0px #1A20243D; 
    background-color: #fff;
}

.product-item__price-group{
    display: flex;
    align-items: center;
    gap: 24px;
}

.product-item__img-52x52{
    width: 52px;
    min-width: 52px;
    height: 52px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.btn--36x36{
    width: 36px;
    height: 36px;
    min-width: 36px;
}

.water-delivery-group .product-item__body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;   
}

.water-delivery-group .product-item + .product-item{
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #DBE6ED;
}

.total-list{
    box-shadow: 0px 3px 8px 0px #CCDCE7B2, 0px 2px 2px 0px #CCDCE7, 0px 0px 1px 0px #1A20243D;
    background-color: #fff;
    padding: 20px;
    border-radius: 24px;
}

.total-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-item-name{
    color: #6F8FA6;
    font-size: 13px;
    line-height: 16px;
}

.total-item-value{
    color: #010D0C;
    font-size: 13px;
    line-height: 16px;
}


.total-list__total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ECF1F5;
}

.total-item + .total-item{
    padding-top: 16px;
}

.water-delivery-group .container,
.delivery-address-group .container{
    max-width: 510px;
}

.water-delivery-group .select-count .btn--secondary:hover{
    color: var(--primary);
}

.w-232{width: 232px;}

.upload-photo .input-upload{
    display: none;
}
