@import url("add/side-menu.css");
:root {
    --white: #ffffff;
    --light-gray: #f9f9f9;
    --gray: #ededed;
    --dark-gray: #3a3838;
    --beige: #a4927f;
    --black: #171515;
    --border: #dcdcdc;
    --header-height-pc: 70px;
}
@font-face {
    font-family: "Fixel Display";
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/shop/font/fixel-display-400.woff2) format("woff2");
}
@font-face {
    font-family: "Fixel Display";
    font-weight: 500;
    font-display: swap;
    src: url(/wp-content/themes/shop/font/fixel-display-500.woff2) format("woff2");
}
@font-face {
    font-family: "Fixel Display";
    font-weight: 600;
    font-display: swap;
    src: url(/wp-content/themes/shop/font/fixel-display-500.woff2) format("woff2");
}
@font-face {
    font-family: "Fixel Text";
    font-weight: 300;
    font-display: swap;
    src: url(/wp-content/themes/shop/font/fixel-text-300.woff2) format("woff2");
}
@font-face {
    font-family: "Fixel Text";
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/shop/font/fixel-text-400.woff2) format("woff2");
}
@media (pointer: fine) {
    ::-webkit-scrollbar {
        width: 6px !important;
    }
    ::-webkit-scrollbar-track {
        background-color: var(--white);
    }
    ::-webkit-scrollbar-thumb {
        background: var(--black);
        border-radius: 20px;
        border: 0px;
        transition: scrollbar-color 0.5s ease-out;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: var(--black);
    }
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--white);
    color: var(--black);
    font-family: "Fixel Text";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    box-sizing: border-box;
    -webkit-locale: auto;
    -webkit-text-size-adjust: none !important;
    -webkit-tap-highlight-color: transparent;
    cursor: default;
}
header {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--white);
    width: 100%;
    height: var(--header-height-pc);
    margin: 0;
    padding: 0;
    z-index: 1000;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
}
main {
    position: relative;
    top: var(--header-height-pc);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.container {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 20px;
}
.container-full {
    max-width: calc(100% - 0px);
    width: calc(100% - 0px);
    margin: 0 0;
}
.block-with-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.col-50 {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}
#preloader.hidden {
	opacity: 0!important;
	pointer-events: none!important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: "Fixel Display";
    font-weight: 500;
    margin: 0;
}
.h1 {
    font-size: 40px;
    line-height: 48px;
}
h2,
.h2 {
    font-size: 35px;
    line-height: 40px;
}
h3,
.h3 {
    font-size: 23px;
    line-height: 32px;
}
h4,
.h4 {
    font-size: 18px;
    line-height: 22px;
}
h5,
.h5 {
    font-size: 16px;
    line-height: 22px;
}
p {
    font-family: "Fixel Text";
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
}
a,
a p {
    color: inherit;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.link {
    transition: all 0.3s ease-in-out;
}
.link:hover {
    color: var(--black);
}
.underline {
    text-decoration: underline;
}
del,
del * {
    color: #aaaaaa !important;
}
ins {
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

.light-gray {
    color: var(--light-gray);
}
.gray {
    color: var(--gray);
}
.dark-gray {
    color: var(--dark-gray);
}
.beige {
    color: var(--beige);
}
.black {
    color: var(--black);
}
.white {
    color: var(--white);
}
ul.list,
ol.list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 0;
}
ul.list li,
ol.list li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
ul.list li strong,
ol.list li strong {
    width: calc(100% - 16px - 20px);
}
ul.list li:before,
ol.list li:before {
    content: "";
    display: flex;
    width: 16px;
    height: 1.5px;
    background: var(--black);
    border-radius: 100%;
    position: relative;
    top: 6.5px;
}
ul.list ul,
ol.list ul {
    margin-left: 30px;
    margin-bottom: 10px;
}
ul.list ul li,
ol.list ul li {
	gap: 6px;
	flex-wrap: nowrap;
}
ul.list ul li:before,
ol.list ul li:before {
    content: "";
    display: flex;
    min-width: 9px;	
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 100%;
    position: relative;
    top: 2.5px;
    border: 1px solid #000;
}
@media (min-width: 1280px) {
    .mob {
        display: none !important;
    }
}
@media (max-width: 1279px) {
    .pc {
        display: none !important;
    }
    .container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        gap: 15px;
    }
    .container-full {
        padding-left: 0px;
        padding-right: 0px;
    }
    h1,
    .h1 {
        font-size: 24px;
        line-height: 32px;
    }
    h2,
    .h2 {
        font-size: 20px;
        line-height: 26px;
    }
    h3,
    .h3 {
        font-size: 18px;
        line-height: 22px;
    }
    p {
        font-size: 14px;
        line-height: 18px;
    }
	ul.list ul, ol.list ul {
		margin-left: 15px;
	}
}
@media (max-width: 1024px) {
    .col-50 {
        width: 100%;
    }
}
/* КНОПКИ */
.btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 1;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 55px;
    width: fit-content;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: "Fixel Display";
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    transition: all 0.5s ease;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}
header .btn {
    height: 45px;
}
.btn span {
    transition: all 0.5s ease;
    color: var(--black);
    height: 10px;
}
.btn img {
    height: 14px;
    object-fit: contain;
    transition: filter 0.3s;
}
.btn-full {
    width: 100%;
}

/* btn-gray - Start */
.btn.btn-gray {
    padding: 14px 28px 13px 28px;
    background: var(--gray);
}
.btn.btn-gray:hover {
    background: var(--black);
}
.btn.btn-gray:hover span {
    color: var(--white);
}
/* btn-gray - End */

/* btn-white - Start */
.btn.btn-white {
    padding: 14px 28px 13px 28px;
    background: var(--white);
}
.btn.btn-white span {
    color: var(--black);
}
.btn.btn-white:hover {
    background: var(--beige);
}
.btn.btn-white:hover span {
    color: var(--white);
}
/* btn-white - End */

/* btn-dark - Start */
.btn.btn-dark {
    padding: 14px 28px 13px 28px;
    background: var(--black);
}
.btn.btn-dark span {
    color: var(--white);
}
.btn.btn-dark:hover {
    background: var(--beige);
}
.btn.btn-dark:hover span {
    color: var(--white);
}
.btn.btn-dark img {
    filter: brightness(0) invert(1);
}
/* btn-dark - End */

/* btn-empty - Start */
.btn.btn-empty {
    padding: 15px 24px;
    background: transparent;
    border: 2px solid var(--border);
}
.btn.btn-empty:hover {
    background: var(--yellow);
    border: 2px solid var(--yellow);
}
.btn.btn-empty:hover span {
    color: var(--black);
}
.btn.btn-empty.yellow {
    border: 2px solid var(--yellow);
}
.btn.btn-empty.yellow span {
    color: var(--white);
    height: 13px;
}
.btn.btn-empty.yellow:hover span {
    color: var(--black);
}
.btn.btn-empty.yellow:hover img {
    filter: brightness(0) invert(0);
}
/* btn-empty - End */

.btn.btn-invert:hover {
    background: var(--dark-blue);
}
.btn.btn-invert:hover span {
    color: #fff;
}
.btn.btn-circle {
    height: 38px;
    width: 38px;
    padding: 9px;
    border: 1px solid var(--border);
    border-radius: 100%;
}
.btn-catalog,
.btn-sale {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.disabled {
    /* pointer-events: none; */
    background: var(--gray) !important;
}
.center {
    margin-left: auto !important;
    margin-right: auto !important;
}
/* КНОПКИ - End */

/* Header Main - Start */
.header-main {
    height: 70px;
    align-items: center;
}
.header-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    width: calc(33.33% - 14px);
}
.header-col.header-center {
    justify-content: center;
}
.header-col.header-right {
    justify-content: flex-end;
}
.side-menu-call {
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}
.side-menu-call > .menu-line {
    display: flex;
    width: 70px;
    height: 2px;
    background: var(--black);
}
.header-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 50px;
    font-family: "Fixel Display";
    font-size: 16px;
    line-height: 16px;
}
.header-phone span {
    padding-top: 3px;
}
.logo-header {
    display: flex;
    align-items: center;
}
.btn-catalog picture {
    transition: all 0.3s ease-in-out;
}
.btn-catalog .close-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
    .header-col {
        width: calc(40% - 14px);
    }
    .header-col.header-center {
        width: calc(20% - 14px);
    }
}
@media (max-width: 1024px) {
    .btn-catalog.active .close-menu {
        opacity: 1;
        visibility: visible;
    }
    .btn-catalog.active picture {
        opacity: 0;
        visibility: hidden;
    }
    .side-menu-call {
        gap: 7px;
    }
    .side-menu-call > .menu-line {
        width: 30px;
    }
}

.btn-circle.user-account {
    background: var(--yellow);
    border: 1px solid var(--yellow);
    margin-left: 14px;
}
/* Shop Bar Menu - Start */
#shop-bar-menu {
    list-style: none;
    display: flex;
    gap: 15px;
    color: var(--black);
    margin-top: 1px;
}
#shop-bar-menu li:nth-child(1) {
    order: 3;
}
#shop-bar-menu li:nth-child(1) .woofc-icon-cart7:before {
    content: "";
    display: flex;
    width: 21px;
    height: 23px;
    background: url(/wp-content/themes/shop/img/icons/cart.svg) no-repeat center center;
    background-size: contain;
}
.woofc-menu-item .woofc-menu-item-inner:after {
    background-color: var(--yellow) !important;
    color: var(--black) !important;
    font-weight: 700 !important;
    border-radius: 100% !important;
    left: initial !important;
    right: -1px !important;
    top: -5px !important;
    padding-top: 1px !important;
}
.woofc-menu-item .woofc-menu-item-inner .woofc-menu-item-inner-subtotal * {
    display: none;
}
#shop-bar-menu li:nth-child(2) {
    order: 1;
}
#shop-bar-menu li:nth-child(2) span.woosc-menu-item-inner:before {
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/shop/img/icons/compare.svg) no-repeat center center;
    background-size: contain;
    margin-bottom: 4px;
}
#shop-bar-menu li:nth-child(3) {
    order: 2;
}
#shop-bar-menu li:nth-child(3) .woosw-menu-item-inner:before {
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/shop/img/icons/wishlist.svg) no-repeat center center;
    background-size: contain;
    margin-bottom: 4px;
}
#shop-bar-menu li > a > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #bfbfbf;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
#shop-bar-menu li i {
    margin-right: 0 !important;
}
.woosc-menu-item .woosc-menu-item-inner:after,
.woosw-menu-item .woosw-menu-item-inner:after,
.woofc-menu-item .woofc-menu-item-inner:after {
    background-color: var(--black) !important;
    color: var(--white) !important;
    font-weight: 300 !important;
    border-radius: 100% !important;
    left: initial !important;
    right: -7px !important;
    top: -5px !important;
    padding-top: 1px !important;
    font-family: "Fixel Display";
    font-size: 9px !important;
    line-height: 14px !important;
    width: 14px !important;
    height: 14px !important;
}
/* Shop Bar Menu - End */
@media (max-width: 1279px) {
    .header-phone {
        display: none;
    }
    .header-col.header-left {
        width: auto;
    }
    .header-col.header-center {
        width: 110px;
        margin-right: auto;
    }
    .header-col.header-right {
        justify-content: flex-end;
        width: auto;
    }
}
@media (max-width: 768px) {
    header .call-back-call,
    header .call-back-call + .btn {
        display: none;
    }
    ul#shop-bar-menu > .menu-item:not(.woofc-menu-item) > a > span {
        visibility: hidden;
        font-size: 0;
        line-height: 0;
    }
    ul#shop-bar-menu > .menu-item > a > span:before,
    ul#shop-bar-menu > .menu-item > a > span:after {
        visibility: visible;
    }
    .woofc-menu-item-inner-subtotal::before {
        display: none;
    }
    .woosc-menu-item .woosc-menu-item-inner:after,
    .woosw-menu-item .woosw-menu-item-inner:after,
    .woofc-menu-item .woofc-menu-item-inner:after {
        width: 13px;
        height: 13px;
        line-height: 13px;
        right: -6px !important;
        top: -4px !important;
    }
}

/* Header Main - End */

/* Breadcrumb - Start */
.woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 30px 20px 30px 20px !important;
    margin: 0 !important;
    color: var(--black) !important;
    overflow-x: auto;
}
.woocommerce .woocommerce-breadcrumb:before {
    display: none !important;
}
.woocommerce-breadcrumb a {
    color: #d9d9d9 !important;
    white-space: nowrap;
}
.woocommerce-breadcrumb span {
    color: #121212 !important;
    white-space: nowrap;
}
@media (max-width: 1279px) {
    .woocommerce-breadcrumb {
        padding: 30px 10px 30px 10px !important;
    }
}
/* Breadcrumb - End */

/* Product List - Start */
.shop-functions-group {
    display: none!important;
}
.product-list,
.category-product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.product-list .product-card,
.category-product-list .product-card {
    width: calc((100vw - 40px) / 4 - 17px);
}
@media (max-width: 1440px) {
    .product-list .product-card {
        width: calc((100vw - 40px) / 4 - 17px);
    }
    .product-list .product-card:nth-child(n + 11) {
        display: none;
    }
}
@media (max-width: 1024px) {
    .product-list .product-card {
        width: calc((100vw - 20px) / 3 - 16px);
    }
    .product-list .product-card:nth-child(n + 9) {
        display: none;
    }
}
@media (max-width: 667px) {
    .product-list,
    .category-product-list {
        gap: 30px 15px;
    }
    .product-list .product-card {
        width: calc((100vw - 15px) / 2 - 13px);
    }
}
/* Product card - Start */
.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
}
.product-card img {
    height: calc((100vw - 40px) / 4 - 17px);
    width: 100%;
    border-radius: 5px;
}
.product-card .product-badge {
    display: none;
}
.product-card .product-badge:has(span) {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--yellow);
    border-radius: 3px;
    padding: 6px 7px 4px 7px;
    font-size: 13px;
    line-height: 13px;
    color: var(--black);
    display: none;
}

.product-card .compare-btn,
.product-card .wishlist-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    background: var(--white);
    border: none;
    border-radius: 3px;
    padding: 5px 5px 6px 5px;
    cursor: pointer;
}
.product-card .compare-btn {
    top: calc(15px + 27px + 7px);
}
.product-card .add_to_cart_button,
.product-card .star-rating,
.product-card .button.product_type_simple {
    display: none !important;
}
.product-card button.wishlist-btn:before {
    content: "" !important;
    display: flex !important;
    width: 27px !important;
    height: 27px !important;
    background: url(/wp-content/themes/shop/img/icons/wishlist.svg) no-repeat center center !important;
    background-size: contain !important;
    margin-right: 0px !important;
}
.product-card button.compare-btn:before {
    content: "" !important;
    display: flex !important;
    width: 27px !important;
    height: 27px !important;
    background: url(/wp-content/themes/shop/img/icons/compare.svg) no-repeat center center !important;
    background-size: contain !important;
    margin-right: 0px !important;
}
button.woosc-btn.woosc-btn-has-icon.woosc-btn-added:before {
    display: flex !important;
}
.product-card .woocommerce-loop-product__title {
    font-family: "Fixel Display";
    font-size: 14px;
    line-height: 17px;
    height: 34px;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    padding-top: 15px;
    color: var(--black);
    border-top: 1px solid #c5c5c5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-card .price {
    font-family: "Fixel Display";
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    width: fit-content;
    padding-top: 15px;
    display: none;
}
.product-card .price .valut {
    font-size: 18px;
}
.product-card .price .per-product {
    display: inline-flex;
    gap: 5px;
    font-size: 15px;
    font-weight: 300;
    color: #717171;
}
.product-card .price del {
    font-size: 14px;
}
.product-card .price del * {
    font-size: 14px !important;
}
.product-card span.price-format .per-product {
    margin-left: 5px;
}
.price-sell {
    display: flex;
    flex-direction: column;
}
@media (max-width: 1024px) {
    .product-card .woocommerce-loop-product__title {
        margin-top: 10px;
        padding-top: 0;
        border-top: 0px solid #c5c5c5;
    }
    .product-card .price {
        padding-top: 5px;
        font-size: 14px;
        line-height: 17px;
    }
    .product-card .price .valut {
        font-size: 14px;
    }
    .product-card img {
        height: calc((100vw - 20px) / 2 - 13px);
    }
    .product-card .product-badge:has(span) {
        top: 10px;
        left: 10px;
        padding: 5px 7px 3px 7px;
        font-size: 12px;
        line-height: 12px;
    }
    .product-card .compare-btn,
    .product-card .wishlist-btn {
        top: 10px;
        right: 10px;
    }
    .product-card .compare-btn {
        top: calc(10px + 27px + 7px);
    }
    .product-card a.add_to_cart_button.ajax_add_to_cart {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: min-content;
        width: 100%;
        margin: 14px 0 0 0;
        padding: 14px 24px 10px 24px;
        background: var(--yellow);
        border: 0;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
        border-radius: 4px;
        cursor: pointer;
        display: none !important;
    }
    .product-card a.add_to_cart_button.ajax_add_to_cart:before {
        content: "";
        display: flex;
        width: 17px;
        height: 17px;
        background: url(/wp-content/themes/shop/img/icons/cart.svg) no-repeat center center;
        background-size: contain;
        margin-bottom: 4px;
    }
}
/* Product card - End */
