* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #000;
    line-height: 1;
    font-family: "Ruberoid";
    font-size: 0.875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "Ruberoid";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

body.woommod-open::before {
    content: '';
    background: #0000008e;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 45;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper>* {
    min-width: 0;
}

/*
  (i) Стили будут применяться ко 
  всем классам содержащим *__container
  Например header__container, main__container и т.д.
  Снипет (HTML): cnt
  */


.shoptop {
    height: 100vh;
}

.shoptop__container {
    max-width: 100%;
    padding: 0 104px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shoptop__title {
    font-weight: 700;
    font-size: 96px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
}

.shoptop__title-subtitle {
    font-size: 70px;
    font-weight: 600;
    line-height: 96px;
    color: #d0d0d2;
    text-transform: uppercase;
}

.shoptop__title::before {
    content: "";
    width: 24px;
    height: 24px;
    background: #FB3F3A;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -25px;
}

.shopcat {
    padding-top: 110px;
}

.shopcat__container {
    max-width: 1280px;
    padding: 0 16px;
}

.shopcat__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    color: #0C0C26;
    text-align: center;
}

.shopcat__subtitle {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    color: #0C0C26;
    margin-bottom: 16px;
    text-align: center;
}

.shopcat__desc {
    font-family: "circe";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.woocommerce.columns-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px;
    row-gap: 32px;
    position: relative;
}

.shopcat__morebtn.loaded {
    touch-action: none;
}

.shopcat__morebtn.loaded::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    background: #00000012;
    z-index: 2;
}

.shopcat__product {
    width: 100%;
    height: fit-content;
}

.shopcat__product-img {
    display: block;
    width: 100%;
    height: 617px;
}

.shopcat__product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shopcat__product-title {
    margin-top: 15px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #0C0C26;
    display: block;
}

.shopcat__product-price {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #0C0C26;
    padding: 0 10px !important;
    margin-top: 5px !important;
}

.futures__container {
    max-width: 1280px;
    padding: 0 16px;
    margin-top: 60px;
}

.product__container {
    max-width: 1280px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product__lside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    margin-right: 40px;
    height: 639px;
}

.product__thumb {
    width: 108px;
    cursor: pointer;
}

.product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__image {
    width: 504px;
    height: 100%;
}

.product__image img {
    width: 100%;
    height: 100%;
}

.shopcategor {
    padding-top: 50px;
}

.shopcat__morebtn {
    width: 249px;
    height: 58px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border: 1px solid #DFDFDF;
    color: #0C0C26;
    font-family: Ruberoid;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 50px auto 115px auto;
    overflow: hidden;
}

.shopcat__morebtn.hidden {
    visibility: hidden;
    touch-action: none;
    opacity: 0;
}

.shopcategor__container {
    max-width: 1280px;
    padding: 0;
    display: flex;
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    gap: 20px;
}

.shopcategor__item {
    max-width: 305px;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 25px;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    transition: all 0.5s ease 0s;
}

.shopcategor__item .shopcategor__img {
    width: 100%;
    object-fit: cover;
}

.shopcategor__item .shopcategor__text {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0C0C26;
    font-family: Ruberoid;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    transition: all 0.3s ease 0s;
}

.shopcategor__item:hover .shopcategor__text img {
    transition: all 0.3s ease 0s;
    transform: translateX(5px);
}

@media (max-width: 767.98px) {
    .shopcategor__container {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        gap: 0;

    }

    .shopcategor {
        padding-top: 5px;
    }

    .shopcategor__item {
        width: calc(50% - 5px);
        height: auto;
        gap: 10px;
    }

    .shopcategor__item .shopcategor__img {
        height: 313px;
    }

    .shopcategor__item .shopcategor__text {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.product__rside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #0C0C26;
}

.product__price {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #0C0C26;
    opacity: 0.6;
    margin: 25px 0;
}

.product__description {
    font-family: "circe";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0C0C26;
}

.variations {
    margin: 55px 0;
    width: 100%;
}

.variations tbody {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 10px;
}

.variations tbody tr {
    display: flex;
    align-items: center;
}

.variations .label {
    font-family: "circe";
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #0C0C26;
    margin-right: 15px;
}

.product__variations {
    margin: 55px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.product__variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product__variation label {
    font-family: "circe";
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #0C0C26;
    margin-right: 15px;
}

.product__variation select {
    width: 100%;
    height: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    padding: 8px 20px;
    appearance: none;
    outline: none;
    font-family: "circe";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(12, 12, 38, 0.6);
    position: relative;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.product__variation select option {
    height: 40px;
    padding: 8px 20px;
    border-color: #DFDFDF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.variations .value {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.select_box_select {
    display: none !important;
}

.variations .value:has(select[data-type="select"])::after {
    content: url('../assets/images/selearr.svg');
    position: absolute;
    left: 85px;
    top: 50%;
    transform: translateY(-50%);
}

.select_option {
    border: none;
    margin-right: 13px;
}

.select_option span,
.select_option img {
    border: 1px solid rgba(0, 0, 0, 0.4);
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    text-decoration: none;
    line-height: 0;
    text-align: center;
    cursor: pointer;
}

.select_option:hover span,
.select_option.selected span {
    border: 1px solid #000000;
    padding: 3px;
}

.variations .value select {
    width: 110px;
    height: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    padding: 8px 34px 8px 20px;
    appearance: none;
    outline: none;
    font-family: "circe";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(12, 12, 38, 0.6);
    position: relative;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.variations .value select option {
    height: 40px;
    padding: 8px 20px;
    border-color: #DFDFDF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.variations__color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}

.variations__color li input {
    display: none;
}

.variations__color li input:checked+label {
    opacity: 0.4;
    padding: 3px;
}

.variations__color li label {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin: 0;
    border: 1px solid #000000;
}

.product__buybtn {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "circe";
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    background: #0C0C26;
    border-radius: 6px;
    margin-bottom: 40px;
}

.product__shortdesc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.product__shortdesc-item b {
    font-family: "circe";
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #0C0C26;
    margin-bottom: 5px;
    display: block;
}

.product__shortdesc-item p {
    font-family: "circe";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0C0C26;
    display: block;
}

.product__futures {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.product__future {
    max-width: 413px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0px 30px 30px;
    gap: 10px;
    border: 1px solid #F0F0F0;
}

.product__future img {
    display: block;
}

.product__future-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__future-text b {
    font-family: "circe";
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.product__future-text span {
    font-family: "circe";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.size-tables {
    font-family: "circe";
    font-weight: 400;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0C0C26;
    border-bottom: 1px solid #0C0C26;
    display: block;
    margin-left: auto;
    padding-top: 10px;
}

.product__variation-select {
    width: 180px;
    height: 40px;
    position: relative;
}

.product__variation-select img {
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.related__container {
    max-width: 1360px;
    padding: 0 0 0 80px;
    margin-top: 84px;
}

.related__product-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #0C0C26;
    margin-top: 25px;
    margin-bottom: 5px;
}

.related__products-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 40px;
}

.related__product {
    width: 305px;
}


.related__product-img {
    display: block;
    width: 100%;
    height: 298px;
}

.related__product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related__product-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0C0C26;
}

.size__table {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 664px;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    z-index: 50;
    height: 100%;
}

.size__wrapper {
    margin: 10px auto 57px auto;
    width: 504px;
    overflow-x: scroll;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
}

.size__subtitle {
    width: 504px;
    margin: 0 auto;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin-top: 35px;
}

.size__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.size__column span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    display: block;
    padding: 10px;
}

.size__header {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    padding: 10px 10px 5px 10px;
}

.modal__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    max-width: 504px;
    margin: 0 auto;
    margin-top: 52px;
    padding: 0 10px;
}

.modal__close {
    cursor: pointer;
    position: absolute;
    top: 54px;
    right: 13%;
}

@media (max-width: 63.99875em) {
    .product__lside {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 414px;
        height: auto;
        margin-right: 15px;
    }

    .product__thumbs {
        width: 100%;
    }

    .product__thumb {
        height: 108px;
    }

    .product__image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-height: 525px;
        height: auto;
        width: 100%;
    }

    .product__variation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product__variation label {
        margin: 0;
    }

    .product__futures {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product__future {
        padding: 20px 30px 20px 20px;
    }

    .size-tables {
        margin: 0;
    }

    .related__container {
        margin-top: 50px;
        padding: 0 16px;
    }
}

@media (max-width: 47.99875em) {
    .shopcat {
        padding-top: 30px;
    }

    .shopcat__morebtn {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .shopcat__title {
        font-size: 26px;
        line-height: 33px;
    }

    .shopcat__subtitle {
        font-size: 20px;
        line-height: 26px;
        margin-top: 8px;
    }

    .shopcat__desc {
        font-size: 14px;
        margin-bottom: 44px;
    }

    .woocommerce.columns-3 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .shopcat__product-title {
        font-size: 14px;
        line-height: 19px;
        padding: 0;
    }

    .shopcat__product-price {
        font-size: 16px;
        line-height: 24px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .futures__container {
        margin-top: 24px;
    }

    .product__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product__lside {
        max-width: 504px;
        width: 100%;
        margin: 0 auto 30px auto;
    }

    .product__image {
        max-height: 639px;
        overflow: hidden;
    }

    .variations {
        margin: 34px 0;
    }

    .product__variations {
        margin: 14px 0 30px 0;
    }

    .product__buybtn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 53px;
        margin-bottom: 0;
        height: 63px;
        border-radius: 0;
    }

    .product__shortdesc {
        gap: 19px;
        margin-top: 30px;
    }

    .related__product-title {
        font-size: 14px;
        line-height: 19px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .related__product {
        width: 166px;
    }

    .related__product-img {
        height: 187px;
    }
}

@media (max-width: 29.99875em) {

    .shopcat__morebtn {
        width: 100%;
    }

    .shoptop__container {
        padding: 0 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .shoptop__title-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .shoptop__title::before {
        width: 15px;
        height: 15px;
        top: 5px;
        left: -18px;
    }

    .shoptop__title {
        font-size: 75px;
        text-align: center;
    }

    .shoptop__title-subtitle {
        color: #fff;
        font-size: 50px;
        line-height: 69px;
        margin-top: 15px;
        text-align: center;
		font-weight: 700;
    }

    .shopcat__product-img {
        height: 187px;
    }

    .shopcat__product-img img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .product__lside {
        gap: 11px;
        margin-bottom: 17px;
    }

    .product__thumb {
        width: 79px;
        height: 79px;
    }

    .product__title {
        font-size: 16px;
        line-height: 17px;
    }

    .product__price {
        margin: 14px 0 27px 0;
        font-size: 18px;
        line-height: 24px;
    }

    .product__variation-select {
        width: 100%;
    }

    .product__buybtn {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 20;
    }
}

.cart__container {
    max-width: 1064px;
    padding: 0 16px;
    margin-bottom: 150px;
}

.beckward__btn {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    background: #0C0C26;
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 50px;
    margin-top: 18px;
}

.cart__product-wrap hr:first-child {
    display: none;
}

.cart__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #0C0C26;
    text-align: center;
    margin: 50px 0;
}

.cart__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    padding-bottom: 24px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 40px;
}

.cart__header-image {
    max-width: 325px;
    width: 100%;
}

.cart__header-quant {
    max-width: 100px;
    width: 100%;
}

.cart__header-sum {
    max-width: 95px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart__product-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart__product-wrap hr {
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    margin: 20px 0;
}

.cart__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.cart__product-image {
    max-width: 325px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.reset_variations {
    display: none !important;
}

.woocommerce-variation-price {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #0C0C26;
    opacity: 0.6;
    margin-bottom: 25px;
}

.cart__product-image img {
    display: block;
    width: 157px;
    height: 100%;
    object-fit: cover;
}

.cart__product-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
}

.cart__product-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #6A6A6A;
}

.cart__product-vars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.cart__product-var {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #6A6A6A;
}

.cart__product-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #0C0C26;
}

.cart__product-quant {
    max-width: 100px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0;
}

.cart__product-sum {
    max-width: 95px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: auto 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: right;
    color: #6A6A6A;
}

.cart__product-remove {
    position: absolute;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #6A6A6A;
    border-bottom: 1px solid #6A6A6A;
    bottom: 10px;
    right: 0;
}

.cart__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart__promo input {
    border: 1px solid #E3E3E3;
    outline: none;
    height: 35px;
    max-width: 196px;
    width: 100%;
    text-align: center;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #AEAEAE;
}

.cart__promo-btn {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    background: #0C0C26;
    padding: 10px 0;
    max-width: 156px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart__summary {
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #1C1B1B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    margin: 75px 0 17px 0;
}

.cart__summary .woocommerce-Price-amount {
    font-weight: 400 !important;
}

.cart__check-btn {
    width: 290px;
    height: 44px;
    background: #0C0C26;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: auto;
}

.ui-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
}

.cart__container hr {
    border-bottom: 1px solid #EEEEEE;
    margin: 30px 0 25px 0;
}

.quantity__prev {
    cursor: pointer;
}

.quantity__result {
    width: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #6A6A6A;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
}

.quantity__result::-webkit-inner-spin-button,
.quantity__result::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.quantity__next {
    cursor: pointer;
}

@media (max-width: 47.99875em) {
    .cart__header-sum {
        display: none;
    }

    .cart__product-sum {
        display: none;
    }
}

@media (max-width: 29.99875em) {
    .cart__header {
        display: none;
    }

    .cart__product {
        height: 185px;
    }

    .cart__product-image {
        max-width: 100%;
    }

    .cart__product-image img {
        width: 127px;
    }

    .cart__product-text {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cart__product-vars {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .cart__product-var {
        width: 40%;
    }

    .cart__product-price {
        margin-top: 15px;
    }

    .cart__product-quant {
        position: absolute;
        left: 152px;
        bottom: 10px;
        max-width: 70px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: 0;
    }

    .cart__check-btn {
        width: 100%;
    }

    .var-name {
        display: none;
    }

    .woocommerce-variation-price {
        margin-bottom: 0;
    }

    .variations tbody tr {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .variations tbody tr .value select {
        width: 100%;
    }

    .variations .value:has(select[data-type="select"])::after {
        left: auto;
        right: 12px;
    }

    .variations tbody tr .label {
        margin: 0;
    }

    .variations tbody {
        justify-content: flex-start;
        gap: 0;
    }

    .variations tbody tr:not(:first-child) {
        margin-top: 22px;
    }

    .variations tbody tr:has(.size-tables) {
        margin-top: 5px
    }

    .product__shortdesc {
        margin-top: 0;
    }
}

.shopcat__pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    margin-top: 35px;
}

.shopcat__pagination a,
.shopcat__pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #0C0C26;
    color: white;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
}

.shopcat__pagination a:hover,
.shopcat__pagination span:hover {
    background: transparent;
    color: #0C0C26;
}

.page-numbers.current {
    background: transparent;
    color: #0C0C26;
    border: 1px solid #0C0C26;
}

header.mob .logo_mob a::before {
    display: none;
}

header.mob .trio-lang a {
    color: black;
}

header.mob .icon_menu a img {
    filter: invert(1);
}

.btn-static {
    visibility: hidden;
    position: fixed;
    opacity: 0;
}

.btn-fixed {
    visibility: visible;
    position: fixed;
    opacity: 1;
}

.cart__promo {
    display: none;
}


.shopcats__container {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    font-family: "Ruberoid";
    display: flex;
    flex-wrap: wrap;
}

.shopcats__item {
    width: 50%;
    margin-bottom: 20px;
}

.shopcats__item.full-width {
    width: 100%;
}

.shopcats__item img {
    width: 100%;
}

.shopcats__item-name {
    padding-left: 10px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

.shopcats__item-price {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    padding-left: 10px;
}

.shopside {
    font-family: "Ruberoid";
    width: 275px;
    position: fixed;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    background: #fff;
    padding: 30px;
    z-index: 2000;
    box-sizing: border-box;
    right: 0;
    transform: translateX(100%);
    transition: .3s all ease;
}

.shopside.openside {
    transform: translateX(0);
    transition: .3s all ease;
}

body.openside::before {
    content: '';
    background: #00000056;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
}

.shopcats__btn {
    font-family: "Ruberoid";
    width: 220px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C0D23;
    font-size: 16px;
    letter-spacing: 0.3em;
    font-weight: 400;
    color: #D9D9D9;
    margin: 0 auto;
}

.side-close {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1001;
}

.shopside::-webkit-scrollbar {
    display: none;
}

.shopside__container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shopside__product {
    width: 100%;
}

.shopside__product img {
    width: 100%;
    max-height: 300px;
}

.shopside__name {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
}

.shopside__price {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    color: #000;
}

.side-loaded {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}