.shop__block__1 {
    background-color: #fff;
    padding-top: 370px;
    position: relative;
    border-radius: 0 0 72px 72px;
    overflow: hidden;
    color: #fff;
}

.shop__block__1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 50%);
    z-index: 2;
}

.shop__block__1 > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.shop__block__1 > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.shop__block__1 .row {
    position: relative;
    z-index: 3;
    justify-content: center;
}

.shop__block__1 .row > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}

.shop__block__1 h2 {
    font-size: 56px;
    font-weight: 400 !important;
    margin: 0;
}

.shop__block__1 h1 {
    font-size: 80px;
    font-weight: 400 !important;
    margin: 0;
}

.shop__block__1 .col-11 > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .375rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, .5);
    margin-top: 1.5rem;
}

.shop__block__1 .col-11 > div a {
    color: #fff;
}

.shop__block__1 .col-11 > div a:hover {
    color: #D7B56D;
}

.shop__block__1 ul {
    list-style: none;
    margin: 48px 0 80px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.shop__block__1 ul a {
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 56px;
    border: 1px solid #fff;
    line-height: 100%;
    font-size: 1.5rem;
    display: block;
}

.shop__block__1 ul a:hover,
.shop__block__1 .active a {
    background: #fff;
    color: #000;
}

.types__products {
    margin-top: 5rem;
}

.product__price__add_to_cart {
    font-size: 2rem !important;
    font-weight: 300 !important;
}

.product__price__add_to_cart button {
    background: transparent;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    border: 1px solid #D7B56D;
}

.product__price__add_to_cart button:hover {
    background: #D7B56D;
}

.product__price__add_to_cart button:hover svg path {
    stroke: #fff;
}

.card__product {
    position: relative;
    margin: 0;
}

.card__product > a:nth-child(2n) {
    font-size: 1.5rem;
}

.card__product .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__product .ratio picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}

.add__to__wishlist {
    position: absolute;
    top: 2rem;
    left: 2.75rem;
    width: 5rem !important;
    height: 5rem !important;
    background: #fff !important;
    border: 0 !important;
}

.add__to__wishlist:hover svg path {
    stroke: #D7B56D !important;
    fill: #D7B56D !important;
}

.in__wishlist svg path {
   fill: #D7B56D;
}

.to__wishlist {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: #fff;
    position: fixed;
    right: 2rem;
    top: 50%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.1) !important;
}

.to__wishlist:hover {
    background-color: #D7B56D;
}

.to__wishlist:hover svg path {
    stroke: #fff;
}

.to__cart {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    right: 2rem;
    top: calc(50% + 20px + 5rem);
    z-index: 9;
    box-shadow: 0 15px 35px rgba(0,0,0,.1) !important;
}

.to__cart svg {
    max-width: 33px;
    max-height: 33px;
}

.to__cart:hover {
    background-color: #D7B56D;
}

.to__cart:hover svg path {
    stroke: #fff;
}

.count__block {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background-color: #E31E24;
    color: #fff;
    font-size: .75em;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop__block__1__inner {
    padding-top: 170px;
    margin-bottom: 5rem;
}

.in__cart {
    background-color: #D7B56D !important;
}

.in__cart svg path {
    stroke: #fff;
}

.category__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}

.category__list a {
    width: 100%;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: 1.5rem;
    color: #000;
    border-radius: 1.5rem;
    background-color: #f9f9f9;
    border-left: 5px solid #D7B56D;
}

.category__list a:hover {
    color: #D7B56D;
}

.category__list a > div {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #D7B56D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category__list a > div svg {
    max-width: 12px;
    max-height: 12px;
}

.category__list .active {
    background-color: #D7B56D;
    color: #fff !important;
}

.category__list .active > div {
    border-color: #fff;
}

.category__list .active > div svg path {
    fill: #fff;
    stroke: #fff;
}

.product__inner__block__1 {
    margin-bottom: 3rem;
}

.product__inner__block__1 a .ratio > div {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    display: block;
    border-radius: 1.5rem;
    border-left: 5px solid #D7B56D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__inner__block__1 a .ratio > div picture {
    border: 1px solid #D7B56D;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: .3s all;
}

.product__inner__block__1 a .ratio > div picture:hover {
    background-color: #fff;
}

.product__inner__block__1 h1 {
    font-size: 3.5rem;
}

.product__inner__block__2 > div:first-child {
    display: flex;
    gap: 1.5rem;
}

.product__inner__block__2 > div:first-child > div:first-child {
    width: 100%;
    max-width: 134px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product__inner__block__2 > div:first-child > div {
    width: 100%;
}

.product__inner__block__2 .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 2rem;
    overflow: hidden;
    cursor: pointer;
}

.product__inner__block__2 .ratio picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.product__inner__block__2 .ratio picture:hover img {
    transform: scale(1.1);
}

.product__inner__block__2 > div:last-child > div {
    padding: 4rem 0 0 4rem;
}

.product__inner__block__2 h3 {
    font-size: 3.5rem;
    font-weight: 400 !important;
}

.sizes {
    display: flex;
    align-items: center;
    margin: 2rem 0 3.5rem 0;
}

.sizes input {
    display: none;
}

.sizes label {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    border: 1px solid #D7B56D;
    color: #D7B56D;
    line-height: 100%;
    cursor: pointer;
}

.sizes input:checked ~ label {
    background-color: #D7B56D;
    color: #fff;
}

.product__table {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3.5rem;
}

.product__table > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
}

.buy__button {
    background-color: transparent;
    color: #000;
    font-size: 2rem;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    width: auto;
    border: 1px solid #D7B56D;
    border-radius: 72px;
    line-height: 100%;
    padding: 2rem 5rem;
    font-weight: 400;
}

.buy__button:hover {
    color: #fff;
    border-color: #000;
    background-color: #111;
}

.buy__button__in__cart {
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    width: auto;
    border: none;
    border-radius: 72px;
    line-height: 100%;
    padding: 2rem 5rem;
    font-weight: 400;
}

.description__product {
    margin-top: 4rem;
}

.description__product h4 {
    font-size: 2rem;
    font-weight: 400 !important;
    line-height: 100%;
    margin-bottom: 2rem
}

.description__product p {
    font-size: 1rem;
    line-height: 160%;
}

#cart__preview {
    width: 100%;
    max-width: 792px !important;
    padding: 0 2rem;
    border-radius: 3.5rem 0 0 3.5rem;
}

#cart__preview .close {
    position: absolute;
    top: 3rem;
    right: 2rem;
    opacity: .3;
    z-index: 9;
    cursor: pointer;
    transition: .3s all;
}

#cart__preview .close:hover {
    opacity: 1;
}

#cart__preview h3 {
    display: block;
    line-height: 100%;
    font-size: 3rem;
}

.card_1 .ratio img {
    width: auto !important;
    height: auto !important;
}

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

.orders__table__row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.orders__table__row > div {
    flex-shrink: 1;
}

.orders__table__row button {
    padding: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.orders__table__image {
    width: 100%;
    max-width: 137px;
}

.orders__table__image picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
}

.orders__table__image picture img {
    object-fit: contain !important;
    width: 100%;
    height: 100%;
    transition: .3s all;
}

.orders__table__image picture:hover img {
    transform: scale(1.1);
}

.orders__table__text {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    max-width: 320px;
    font-size: 1.5rem;
}

.orders__table__text a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.orders__table__text a:hover {
    color: #D7B56D;
}

.orders__table__text span {
    font-size: 1rem;
    color: #999;
}

.orders__table__count {
    width: 100%;
    max-width: 90px;
}

.orders__table__count > div {
    display: flex;
    gap: 1rem;
    align-items: center;
    background-color: #F0F0F0;
    justify-content: space-between;
    padding: 1rem;
    border-radius: .5rem;
    line-height: 100%;
}

.orders__table__count > div button:hover {
    opacity: .5;
}

.orders__table > div {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e1e1e1;
}

.orders__table > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

#cart__preview .orders__table {
    margin-top: 7rem;
}

#cart__preview .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
}

.cart__preview__header {
    position: fixed;
    width: 100%;
    z-index: 3;
    background: #fff;
    padding: 2rem 0;
    top: 0;
}

.cart__preview__itogo {
    padding: 2rem 0;
    border-top: 1px solid #C1C1C1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2rem;
    font-weight: 600;
}

.cart__preview__itogo > div:last-child {
    font-size: 3rem;
    font-weight: 400;
}

.cart__preview__itogo__to__cart {
    width: 100%;
    display: block;
    line-height: 100%;
    padding: 2rem 0;
    border-radius: 100px;
    border: 1px solid #D7B56D;
    font-size: 2rem;
    color: #000;
    text-align: center;
    margin-bottom: 1.5rem;
    transition: .3s all;
    cursor: pointer;
}

.cart__preview__itogo__to__cart:hover {
    background-color: #D7B56D;
    color: #fff;
}

.cart__page .row > div:last-child > div {
    padding-left: 3rem;
}

.order__detailes .ratio div {
    background-color: #D7B56D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    border-radius: 100%;
}

.order__detailes b {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.order__detailes input,
.order__detailes select {
    width: 100%;
    padding: 1rem;
    background-color: #F5F5F5;
    font-size: 1.2rem;
    line-height: 100%;
    border-color: transparent;
    border-radius: .5rem;
}

.order__detailes select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 1.2rem 1rem;
    background: url(../img/select__arrow.svg) center right 1rem no-repeat #F5F5F5;
    cursor: pointer;
}

.order__detailes p {
    font-size: 1rem;
    color: #999;
    margin: 1rem 0 0 0;
}

.order__detailes p strong {
    color: #000;
}

.order__detailes__1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.order__detailes__1 b {
    width: 100%;
    margin-bottom: 1rem;
}

.order__detailes__1 input {
    width: calc(50% - .5rem);
}

.delivery__info {
    width: 100%;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: 1.5rem;
    color: #000;
    border-radius: 1.5rem;
    background-color: #f9f9f9;
    border-left: 5px solid #D7B56D;
    margin-top: 3rem !important;
}

.delivery__info:hover {
    color: #D7B56D;
}

.delivery__info > div {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #D7B56D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery__info > div svg {
    max-width: 12px;
    max-height: 12px;
}

.order__details {
    display: flex;
    background-color: #F9F9F9;
    padding: 2rem 8rem 2rem 3rem;
    border-radius: .5rem;
    color: #000;
    justify-content: space-between;
}

.order__details a {
    color: #000;
    font-weight: 500;
}

.order__details a:hover {
    color: #57ACCD;
}

.order__details span {
    font-size: 1.5rem;
}

.order__details h3 {
    font-size: 8rem;
    font-weight: 300 !important;
    color: #D7B56D;
    margin: 0;
}

.order__details > div:first-child {
    gap: .25rem;
}

.order__details > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.order__details > div > div {
    display: flex;
    flex-direction: column;
}

.order__details__next {
    margin-top: 1.5rem;
    display: flex;
    gap: 1.5rem;
}

.order__details__next a {
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem 2rem;
    border-radius: 50px;
    background: #D7B56D;
    color: #fff;
}

.order__details__next a:hover {
    background: #000;
    color: #fff;
}

.order__details__next a:last-child {
    background: #fff;
    border: 1px solid #D7B56D;
    color: #D7B56D;
}

.order__details__next a:last-child:hover {
    color: #fff;
    background: #D7B56D;
}

.category__image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category__image img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1200px) {}
@media (max-width: 992px) {
    .shop__block__1 {
        padding-top: 150px;
        border-radius: 0 0 48px 48px;
    }
    
    .shop__block__1 h2 {
        font-size: 24px;
    }
    
    .shop__block__1 h1 {
        font-size: 36px;
    }

    .shop__block__1 ul {
        gap: .75rem;
        margin-bottom: 32px;
    }

    .shop__block__1 ul a {
        font-size: 16px;
    }

    .product__inner__block__2 > div:last-child > div {
        padding: 1rem;
    }

    .cart__page > .row > div:last-child > div {
        padding: 0 1rem;
    }
    
    .order__detailes {
        margin-bottom: 5rem;
    }

    .order__details {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
}
@media (max-width: 768px) {
    #cart__preview {
        border-radius: 0;
    }
}
@media (max-width: 576px) {
    .zag h4 {
        margin: 3rem 0 2rem 0;
    }

    .types__products {
        margin-top: 8rem !important;
    }

    .to__cart {
        right: 1rem;
        bottom: 1rem;
        top: auto;
    }

    .to__wishlist {
        right: 1rem;
        bottom: calc(1rem + 6rem);
        top: auto;
    }

    .add__to__wishlist {
        top: 1rem;
        left: 1rem;
    }

    .product__price__add_to_cart button {
        width: 5rem;
        height: 5rem;
    }

    .product__price__add_to_cart button svg {
        max-width: 2rem;
        max-height: 2rem;
    }

    .category__list {
        flex-direction: row;
        overflow: scroll;
        margin-bottom: 4rem;
    }

    .category__list a {
        font-size: 1rem;
        padding: 1rem;
    }

    .product__inner__block__1 .ratio picture {
        width: 3rem !important;
        height: 3rem !important;
    }

    .product__inner__block__1 .ratio picture img {
        max-width: 1rem !important;
        max-height: 1rem !important;
    }

    .product__inner__block__1 h1 {
        font-size: 1.5rem;
    }

    .product__inner__block__2 > div:first-child {
        flex-direction: column-reverse;
    }

    .product__inner__block__2 > div:first-child > div:first-child {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .product__inner__block__2 > div:first-child > div:first-child > div {
        width: calc(33.3333333% - 1rem) !important;
    }

    #cart__preview {
        padding: 0 1rem;
    }

    #cart__preview .close {
        top: 2.2rem;
        right: 1rem;
    }

    #cart__preview h3 {
        font-size: 2rem;
    }

    .orders__table__image,
    .orders__table__text {
        margin-bottom: 1.5rem;
    }

    .delivery__info {
        font-size: 1rem;
    }

    .delivery__info > div {
        display: none;
    }

    .order__detailes__1 {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .order__detailes__1 input {
        width: 100%;
    }

    .order__detailes input,
    .order__detailes select {
        font-size: 1rem;
    }
    
    .order__detailes p {
        font-size: .75rem;
    }

    .order__detailes .ratio div {
        font-size: .75rem;
    }

    .order__details__next {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }

    .order__details__next a {
        width: 100%;
        text-align: center;
    }
}