/* Стандартний файл стилів */
:root {
    --main-black-color: #181818;
    --main-gold-color: #c20e1a;
    --main-gold-color-op: #6c0a0b;

    --font-awesome: 'FontAwesome';
}

a {
    color: #ffffff;
    text-decoration: none;
}

body {
    background: var(--main-black-color);
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

body.fixed {
    position: fixed;
}

header {
    margin-bottom: 45px;
}

.categories_trigger {
    background: var(--main-gold-color);
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    border: 1px solid var(--main-gold-color);
    width: fit-content;
    align-items: center;
    padding: 0 5px;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}

.categories_trigger:hover {
    background: var(--main-gold-color-op)
}

.categories_trigger span {
    padding-left: 10px;
    color: #ffffff;
}

.header_top {
    padding: 17px 0;
}

.header_social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
}

.header_social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 25px;
}

.header_logo {
    text-align: center;
}

.header_logo img {
    max-height: 70px;
}

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

#call-back {
    background: var(--main-gold-color);
    color: #fff;
    height: 30px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

#call-back svg {
    margin-right: 5px;
}

#call-back:hover {
    opacity: 0.8;
}

.header_social ul li {
    margin-right: 10px;
}

.header_social ul li a {
    color: #ffffff;
}

.main_menu_header {
    width: 100%;
}

.main_menu_header ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}

.main_menu_header ul li {
    padding: 0 5px;
}

.main_menu_header ul li a {
    color: #ffffff;
    text-decoration: none;
}

.main_menu_header ul li a:hover {
    color: var(--main-gold-color)
}

.main_menu_header ul li .sub-menu {
    display: none;
}

nav.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slider_item_image {
    position: relative;
}

.slider_item_image img {
    width: 100%;
}

.slider_text_container {
    left: 70px;
    position: absolute;
    z-index: 99999;
    top: 42%;
}

.slider_text_container h2 {
    font-weight: bold;
    font-size: 40px;
    color: var(--main-gold-color);
}

.slider_text_container h3 {
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
}

.slick-prev,
.slick-next {
    z-index: 9;
}

.slick-prev:before,
.slick-next:before {
    content: '\f053';
    font-family: var(--font-awesome)
}

.slick-prev:before {
    left: 0;
}

.slick-next:before {}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
    transform: rotate(180deg);
}

.main_categories_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main_categories_item {
    /* width: 100%; */
	    margin: 10px 0;
}

.main_categories_item a {
    width: 100%;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    background-size: cover !important;
    background-position: center !important;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    align-content: center;
    transition: background-size 0.3s ease, transform 0.3s ease; 
    border: 1px solid var(--main-gold-color);

}

.main_categories_item a:hover {
    /* background-size: 120% !important; Увеличение размера при наведении */
    transform: scale(1.05); /* Увеличение элемента для улучшения эффекта */
}

.main_categories_item a span {
    display: flex;
    height: fit-content;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.products_container {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-type-simple {
    padding: 15px;
}

.product_inner {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.product_inner_img {
    width: 100%;
    display: block;
}

.product_inner_img img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.product-title {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 15px;
    text-align: center;
    height: 50px;
}

.product-title a {
    color: var(--main-black-color);
    text-decoration: none;
}

.price {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 0;
}

.regular-price {
    color: var(--main-black-color);
    font-weight: bold;
    font-size: 14px;
}

.section_header {}

.section_header h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}

.section_header:after {
    content: '';
    display: block;
    background: url('/wp-content/themes/kramnichka/img/heading_separator.svg');
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;

}

.product-type-simple .add_to_cart_button {
    border: 1px solid var(--main-gold-color);
    background: var(--main-gold-color);
    border-radius: 4px;
    width: 145px;
    height: 30px;
    color: #fff;
}

.product-type-simple .add_to_cart_button:hover,
.added_to_cart.wc-forward {
    background: #ffffff;
    color: var(--main-gold-color);

}


.ajax_add_to_cart.loading {
    position: relative;
    pointer-events: none;
}

.ajax_add_to_cart.loading span {
    display: none;
}

.ajax_add_to_cart.loading::after {
    content: '\f110';
    /* FontAwesome spinners */
    font-family: 'FontAwesome';
    /* Ensure to match the FontAwesome version */
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: spinner 1s linear infinite;
}

@keyframes spinner {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ajax_add_to_cart.added {
    display: none;
}

.added_to_cart.wc-forward {
    width: 145px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    background: var(--main-gold-color);
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
}

.about_company_image img {
    border: 1px solid var(--main-gold-color);

}

.reviews_slider {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reviews_slider .slick-list {
    margin-left: -15px;
}

.reviews_slider .slick-slide>div {
    margin: 0 15px;
}

.product-review {
    padding: 15px;
    background: #ffffff;
    /* margin: 0 15px; */
    color: var(--main-black-color);
    border-radius: 20px;
    height: 240px;
}

.review_header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}

.author_image {
    margin-right: 15px;
}

.author_image img {
    border-radius: 100px;

}

.reviews_slider .slick-prev {
    left: -25px;
}

.reviews_slider .slick-next {
    right: -15px;
}

.news_post_image {
    width: 100%;
    border-radius: 20px;
    height: 310px;
    object-fit: cover;
}

.news_post_inner {
    background: #ffffff;
    border-radius: 20px;
    color: var(--main-black-color);
    padding-bottom: 15px;

}

.news_post_inner a {
    text-decoration: none;
    margin-bottom: 15px;
    color: var(--main-black-color);


}

.news_post_title {
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
    margin-top: 20px;
}

.news_post_excerpt {
    padding: 0 15px;
}

.more_link {
    color: var(--main-gold-color);
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

.footer_contacts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_contacts li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.footer_contacts li a {
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 10px;
}

.footer_contacts li a:hover {
    color: var(--main-gold-color)
}

.footer_contacts li svg {
    margin-right: 10px;
}

.footer_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

footer {
    border-top: 2px solid var(--main-gold-color);
    padding-top: 20px;
    margin-top: 40px;
}

.floating-cart {
    position: absolute;
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    color: var(--main-gold-color);
}

.footer_social svg {
    color: var(--main-gold-color);
}

.footer_base_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_base_menu ul li {
    padding-bottom: 15px;
}

.footer_bottom {
    padding: 20px 0;
    border-top: 1px solid var(--main-gold-color);
    margin-top: 20px;
}

.footer-payments-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-payments-gallery .gallery-item {
    max-width: 100px;
    margin-right: 5px;
}

.footer-payments-gallery .gallery-item:last-child {
    margin: 0;
}

.footer-payments-gallery img {
    width: 100%;
}

.footer-shipping-gallery {
    justify-content: flex-start;
}

.footer_copyright {
    text-align: center;
}

.wpcf7 input {
    max-width: 100%;
}

.footer_subscribe_container {}

.footer_subscribe_container input[type="email"] {
    background: #ffffff;
    border-radius: 15px;
    height: 40px;
    padding: 0 10px;
    border: 0;
}


.footer_subscribe_container input[type="submit"] {
    background: var(--main-gold-color);
    color: var(--main-black-color);
    height: 35px;
    border-radius: 10px;
    border: 0;
    margin-top: 10px;
    font-weight: bold;
    color: #ffffff;
}

.wpml-ls-legacy-dropdown-click a {
    background: #00000000;
    border: 0;
}

.wpml-ls-current-language a {
    color: var(--main-gold-color);
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: '\f078';
    font-family: var(--font-awesome);
    border: none;
    border-top: none;
    border-bottom: none;
    margin-left: 10px;
    top: 7px;
    right: unset;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
    color: var(--main-gold-color) !important;
    background: none !important;
    text-decoration: underline;
}

.wpml-ls-legacy-dropdown-click>ul {
    top: 3px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item {
    text-align: right;
}

.header_cart a {
    position: relative;
    text-decoration: none;
}

#cart-count:not(:empty) {
    background: var(--main-gold-color);
    color: #ffffff;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 0;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.category_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-category img {
    display: none;
}



.category_menu .sub-menu {
    display: none;
}

.main_nav>.container {
    position: relative;
}

.categories_menu_container {
    display: none;
    width: 100%;
    background: #181818f0;
    position: absolute;
    z-index: 10;
    border-radius: 20px;
    border: 1px solid var(--main-gold-color);
    margin-top: 15px;
}

.categories_menu_inner {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.category_menu {
    width: 30%;
    border-right: 1px solid #ffffff;
}

.subcategory_menu {
    width: 70%;
}

.category_menu li {
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}

.category_menu li a {
    color: #ffffff;
    text-decoration: none;
}

.category_menu .menu-item-has-children {}

.category_menu .menu-item-has-children::after {
    content: '\f054';
    font-family: var(--font-awesome);
    position: absolute;
    right: 15px;
}

.category_menu .menu-item-has-children.active,
.category_menu .menu-item-has-children.active a {
    color: var(--main-gold-color);
}

.subcategory_menu .sub-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.subcategory_menu .sub-menu li {
    width: 20%;
    padding: 0 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.subcategory_menu .sub-menu img {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid var(--main-black-color);
}

.subcategory_menu .sub-menu li a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.subcategory_menu .sub-menu li a:hover {
    color: var(--main-gold-color);
}

.subcategory_menu .sub-menu li a:hover img {
    border: 1px solid var(--main-gold-color);
}

.category_menu li.active a {
    color: var(--main-gold-color);
    font-weight: bold;

}

.categories_menu_container.menu_active {
    display: block;
}

.about_company_image img {
    width: 100%;
}

.widget_subcategories_widget {
    border: 1px solid var(--main-gold-color);
    padding: 15px;
    border-radius: 20px;

}

.widget_subcategories_widget ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.widget_subcategories_widget li {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
}

.widget_subcategories_widget li:last-child {
    border-bottom: none;
}

.widget_subcategories_widget li a {
    color: #ffffff;
    text-decoration: none;
}

.widget_subcategories_widget li a:hover {
    color: var(--main-gold-color);
}

.woocommerce_products_header {
    padding: 0;
    margin-bottom: 20px;
    background-size: cover !important;
    background-position: center !important;
}

.product_header_inner {
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background: radial-gradient(#181818a3, #181818);
    width: 100%;
}

.woocommerce_products_header h1 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.woocommerce_products_header .woocommerce-breadcrumb a,
.woocommerce_products_header .woocommerce-breadcrumb,
.woocommerce_products_header .woocommerce-breadcrumb span {
    color: #ffffff;
    font-size: 13px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 100;
    text-align: center;
}

.main_category_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.category_description{
    padding: 40px 15px;
}
.hidden_phone{
    display: none;
    height: 30px;
    font-size: 17px;
}
.open_phone{
    width: 200px;
    height: 30px;
    background: var(--main-gold-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 4px;
    cursor: pointer;
}
.open_phone:hover{
    opacity: 0.8;
}
.woocommerce-result-count {
    display: none;
}

.orderby,
#items_per_page {
    background: var(--main-black-color);
    border-radius: 5px;
    padding: 5px;
    border: 1px solid var(--main-gold-color);
    color: #fff;
    /* max-width: 100px; */
}

.products {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.woocommerce-pagination ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    border: 1px solid var(--main-gold-color);
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    margin: 0 10px;
    border-radius: 5px;
    color: #ffffff;
}

.woocommerce-pagination ul li span.current {
    background: var(--main-gold-color);
    color: var(--main-black-color);
}

.product-cat-details {
    font-size: 12px;
    color: #8F8F8F;
}

.product_page {
    padding: 0;
    margin-top: -20px;
}

.product_page .woocommerce-breadcrumb {
    margin-bottom: 20px;
}

.product_header {
    display: flex;
    flex-wrap: wrap;
}

.product_header .product_title h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.product-gallery {}

.product-gallery .slick-slider img {
    width: 100%;
    border-radius: 20px;
max-height: 500px;
    object-fit: contain;
}

.woocommerce-product-rating {
    display: none;
}

.product_header .woocommerce-product-rating {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: end;
}

.product_rating_content .star-rating,
.comment-text .star-rating {
    display: block;
    width: 85px;

}

.product_rating_content .star-rating span,
.comment-text .star-rating span {
    display: block;
    height: 20px;
    background: url('/wp-content/themes/kramnichka/img/stars_active.png');
    background-position: left;
    background-repeat: no-repeat;
}

.product_header .product_rating {
    text-align: right;
}

.product_header .product_rating .star-rating,
.comment-text .star-rating {
    background: url('/wp-content/themes/kramnichka/img/stars.png');
    background-position: left;
    background-repeat: no-repeat;

}

.product_meta {
    display: none;
}

.product_rating_content {
    margin-bottom: 10px;
}

.product_sku {
    font-weight: 100;
    color: #888888;
}

.product_page .price .regular-price {
    color: var(--main-gold-color);
    font-size: 16px;
}

.price_and_addtocart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 10px;
    border: 1px solid var(--main-gold-color);
    padding: 10px;
    border-radius: 4px;
    justify-content: center;
}

.price_and_addtocart .price {
    width: 100px;
    text-align: left;
}

.price_and_addtocart .cart {
    display: flex;
    flex-wrap: nowrap;
}

.quantity_container {
    display: flex;
}

.price_and_addtocart .quantity {
    display: flex;
    flex-wrap: wrap;
}

.price_and_addtocart .quantity .qty {
    width: 55px;
    height: 30px;
    text-align: center;
    background: none;
    border: 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

/* Удаляет стрелочки у числового ввода в Chrome, Safari и Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Удаляет стрелочки у числового ввода в Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.price_and_addtocart .quantity_container button {
    height: 30px;
    font-size: 23px;
    padding: 0;
    width: 30px;
    color: var(--main-gold-color);
    background: none;
    border: none;
}

.single_add_to_cart_button {
    height: 30px;
    width: 150px;
    border: 0;
    background: var(--main-gold-color);
    border-radius: 5px;
    margin-left: 30px;
    color: #ffffff;
}

.single_add_to_cart_button:hover {
    background: var(--main-gold-color-op);
}

.product-summary .custom-heading {
    font-size: 18px;
    text-transform: uppercase;
}

.thumbnails img {
    padding: 5px;
}

.thumbnails .slick-arrow {
    margin-top: -10px;
}

.woocommerce-tabs {
    padding: 0 15px;
    margin-top: 20px;
}

.woocommerce-tabs ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.woocommerce-tabs ul li {
    margin-right: 10px;
}

.woocommerce-tabs ul li:first-child {}

.woocommerce-tabs ul li:last-child {
    margin-right: 0;
}

.woocommerce-tabs ul li a {
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    min-width: 150px;
    display: block;
    text-align: center;
}

.woocommerce-tabs ul li.active {}

.woocommerce-tabs ul li.active a {
    background: var(--main-gold-color);
    color: #ffffff;
    border: 1px solid var(--main-gold-color);
}

.woocommerce-Reviews-title {
    display: none;
}

.comment_container {
    display: flex;
    flex-wrap: wrap;
}

#reviews {}

#reviews ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#reviews ol li {
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

#reviews .comment-text {
    margin-left: 20px;
}

#reviews img {
    border-radius: 5px;
}

#review_form_wrapper {
    border: 1px solid var(--main-gold-color);
    padding: 10px;
    border-radius: 5px;
    background: linear-gradient(0, #ffa5001a, #040404);
}

#review_form .comment-reply-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.comment-form-comment {}

.comment-form-comment label {
    width: 100%;
    margin-bottom: 10px;
}

.comment-form-comment textarea {
    width: 100%;
}

.comment-respond .submit {
    border: 1px solid var(--main-gold-color);
    background: var(--main-gold-color);
    border-radius: 4px;
    width: 145px;
    height: 30px;
}

.comment-form-rating .stars span {
    display: flex;
    flex-wrap: wrap;
}

.comment-form-rating .stars a {
    text-decoration: none;
    color: gray;
    font-size: 0;
    cursor: pointer;
}

.comment-form-rating .stars a::before {
    content: '\f005';
    display: block;
    width: 25px;
    height: 25px;
    font-family: var(--font-awesome);
    font-size: 17px;
}

.comment-form-rating .stars a.active {
    color: var(--main-gold-color) !important;
}

.related.products {
    margin-top: 30px;
}

.related.products>h2,
.recently_viewed_products>h2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.related.products>h2:after,
.recently_viewed_products>h2:after {
    content: '';
    display: block;
    background: url(/wp-content/themes/kramnichka/img/heading_separator.svg);
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}

.recently_viewed_products {
    margin-top: 30px;
}

.woocommerce-breadcrumb svg {
    margin: 0 10px;
}

.wc-block-cart__submit-button,
a.checkout-button {
    background: var(--main-gold-color);
    border-radius: 4px;
    color: var(--main-black-color);
}

.product-remove svg {
    fill: #500303;
    width: 15px;
}

.cart-collaterals {
    width: auto;
}

.cart_container .attachment-woocommerce_thumbnail {}

.cart_container .cart_item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
}

.coupon {
    display: none;
}

.cart_container tr td,
.cart_container thead th {
    border-bottom: 1px solid #fff;
}

.cart_container tr:last-child td {
    border: 0;
}

.product-name {
    display: flex;
    flex-wrap: wrap;
}

.cart_name {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 10px;
    justify-content: space-around;
}

.cart_prod_name {
    color: var(--main-gold-color);
}

.woocommerce-Price-amount {
    font-weight: bold;
    font-size: 17px;
}

.product-sku {
    font-weight: 100;
}

.product-remove a:hover,
.woocommerce a.remove:hover {
    background: none;
}

.product-remove a:hover svg {
    fill: #910707;
}

.product-quantity .input-text {
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.cart_container .qty_container {
    display: flex;
    flex-wrap: wrap;
}

.cart_container .qty_container button {
    height: 30px;
    font-size: 23px;
    padding: 0;
    width: 30px;
    color: var(--main-gold-color);
    background: none;
    border: none;
}

.cart_container .actions {
    display: none;
}

.cart_collaterals .wc-proceed-to-checkout .checkout-button {
    background-color: var(--main-gold-color) !important;
    color: #fff !important;
    width: 100%;
}

.cart_collaterals .wc-proceed-to-checkout .checkout-button:hover {
    opacity: 0.8;
}

.shop_table_responsive th,
.shop_table_responsive td {
    padding: 10px 0 !important;
    border-bottom: 1px solid #ffffff !important;
}

.cart.shop_table_responsive th {
    text-transform: uppercase !important;
    font-weight: 100 !important;
}

.cart_collaterals h2 {
    border-bottom: 1px solid #ffffff !important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    padding: 11px;
    font-weight: 100;

}

.cart-subtotal .woocommerce-Price-amount {
    float: right;
}

.cart_collaterals .woocommerce-shipping-totals td {
    float: right;
    text-align: right !important;
}

.cart_collaterals .order-total td {
    float: right;

}

.cart_collaterals .order-total th,
.cart_collaterals .order-total td {
    width: 100%;
    border-bottom: 1px solid #ffffff !important;
    font-size: 16px;
}

.cart_collaterals .order-total th {
    text-transform: uppercase;
    color: var(--main-gold-color);
}

.woocommerce-shipping-fields,
.woocommerce-form-coupon-toggle {
    display: none;
}

.main_page_title {}

.main_page_title h1 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.main_page_title:after {
    content: '';
    display: block;
    background: url(/wp-content/themes/kramnichka/img/heading_separator.svg);
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}

.woocommerce-checkout h3 {
    border-bottom: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    background: var(--main-black-color);
    border: 0;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
    color: #ffffff !important;
    margin-bottom: 10px !important;
}

#billing_country_field {
    display: none;
}

#billing_state {
    display: none;
}

.woocommerce-shipping-totals.shipping {
    /* display: flex;
    flex-direction: column; */
}

.woocommerce-shipping-totals.shipping th {
    width: 100%;
}

.woocommerce-shipping-totals.shipping td {
    width: 100%;
}

.zen-ui-select__value {
    background: var(--main-black-color);
}

.zen-ui-select__value:hover span {
    color: var(--main-black-color);
}

.zen-ui-select__option {
    color: var(--main-black-color);
}

.payment_box {
    display: none !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: var(--main-black-color);
}

.place-order button#place_order {
    background-color: var(--main-gold-color) !important;
    color: var(--main-black-color) !important;
}

.woocommerce-checkout-review-order {}

.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td {
    border-bottom: 1px solid #fff;
    padding: 0;
}

.woocommerce-checkout-review-order {}

.woocommerce-checkout-review-order .product_name_inner {
    display: flex;
}

.woocommerce-checkout-review-order .product_name_inner img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
}

.product_inner_content .product_inner_title {
    color: var(--main-gold-color);
    margin-bottom: 20px;
}

.product_inner_content .product_inner_qty {
    margin-bottom: 20px;
}

.product_inner_content .product_inner_sku {
    font-weight: 100;
    color: #afafaf;
}

.wc_payment_method img {
    width: 60px;
}

.woocommerce-checkout-review-order-table th {
    width: 300px !important;
}

.woocommerce-checkout-review-order-table td {
    text-align: right;
}

.woocommerce-checkout-review-order-table th:last-child {
    text-align: right;
}

.woocommerce-checkout-review-order-table .cart_item {
    display: table-row !important;
}

/* .product_inner_qty_price{
    display: flex;
} */
.product_inner_qty_price {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    align-items: center;
}

.product-total {
    white-space: nowrap;
}

.woocommerce-shipping-methods {
    text-align: left;
}

.order_details {}

.order_details th,
.order_details td {
    border-bottom: 1px solid #ffffff;

}

.woocommerce-thankyoupage-header {
    padding: 50px 0;
}

.order_number_thk {
    font-size: 40px;
    text-align: center;
    color: var(--main-gold-color)
}

.woocommerce-thankyoupage>p {
    display: none;
}

.woocommerce-order-details .tfoot {}

.woocommerce-customer-details address {
    border: 1px solid #ffffff !important;
}

.single-news-image {
    float: left;
    padding-right: 20px;
    width: 500px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.post_content {
    line-height: 1.5;
}

.main_page_title {
    margin-top: 30px;
}

.articles_list {
    display: flex;
    flex-wrap: wrap;
}

.article_item {
    padding: 15px;
}

.article_inner {
    padding: 16px;
    border: 1px solid var(--main-gold-color);
    border-radius: 10px;
}

.article_item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

.article_item .article_title {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
}

.article_item .article_title a {
    color: var(--main-gold-color);
}

.article_item_date {
    padding: 5px 10px;
    background: var(--main-gold-color);
    border-radius: 5px;
    color: var(--main-black-color);
    width: 150px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
}

.navigation.pagination {}

.navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
}

.navigation.pagination a,
.navigation.pagination span {
    border: 1px solid var(--main-gold-color);
    padding: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    margin: 0 10px;
    border-radius: 5px;
    color: #ffffff;
}

.navigation.pagination a {}

.navigation.pagination span {
    background: var(--main-gold-color);
    color: var(--main-black-color);
}

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

.map_contacts_container {
    display: flex;
    flex-wrap: wrap;
}

.map_iframe iframe {
    width: 100%;
}

.map_form {
    padding-left: 30px;
}

.map_form {}

.map_form label {
    margin-bottom: 5px;
    width: 100%;
}

.map_form input,
.map_form textarea {
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    height: 40px;
    padding: 0 10px;
    border: 0;
    margin-top: 5px;
}

.map_form textarea {
    height: 200px;
}

.map_form input[type="submit"] {
    background: var(--main-gold-color);
    color: #ffffff;
}

.map_form input[type="submit"]:hover {
    background: var(--main-gold-color-op);
    color: #ffffff;
}

.contacts_features {
    display: flex;
    flex-wrap: wrap;
}

.contact_item_icon {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: var(--main-gold-color);
    color: var(--main-black-color);
    margin-right: 10px;
}

.page_contact_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact_item_icon i,
.contact_item_icon svg {}

.contact_item_content {
    padding: 0 5px;
}

.site-main .woocommerce-info {
    border-top-color: var(--main-gold-color)
}

.site-main .woocommerce-info::before {
    color: var(--main-gold-color);
}

.site-main .wc-backward {
    background: var(--main-gold-color) !important;
    color: var(--main-black-color) !important;
}

.recomended_on_all_pages {
    margin: 30px 0;
}

.recomended_on_all_pages .products {}

.recomended_on_all_pages .products li {}

.recomended_on_all_pages .add_to_cart_button {
    background: var(--main-gold-color) !important;
    color: #ffffff !important;
}

.recomended_on_all_pages .products:before,
.recomended_on_all_pages .products:after {
    display: none !important;
}

.cart_totals .woocommerce-shipping-totals.shipping {
    display: none !important;
}

.colsulting_coast_single {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-gold-color);
    margin-bottom: 15px;
}

.colsulting_single_form {
    border: 1px solid var(--main-gold-color);
}

.colsulting_single_form {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.post_content_consulting {
    padding-top: 30px;
}

.consulting_image img {
    height: auto;
    width: 100%;
}

.woocommerce-product-description {
    margin-top: 30px;
    line-height: 1.5;
}

.description_tab {
    display: none;
}

.individual_order {
    margin-bottom: 20px;
}

.individual_order .wp-block-button {
    width: 100%;
}

.individual_order a {
    background: var(--main-gold-color);
    color: #ffffff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    padding: 6px;
    border: 1px solid;
}

.individual_order_form {}

.individual_order_form input[type="file"] {
    background: none;
}

.news_post {
    margin-bottom: 20px;
}

.woocommerce-sorting {
    max-width: 180px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #ffffff;
    color: #515151;
    border-top: 3px solid #ffffff;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: #c20e1a !important;
}

.woocommerce-info {
    border-top-color: var(--main-gold-color-op) !important;
}

.wpml-ls-sub-menu {
    background: #ffffff;
}

.wpml-ls-sub-menu li {
    text-align: center !important;
}

.wpml-ls-sub-menu {
    max-width: 100px;
}

.wpml-ls-item-legacy-dropdown-click {
    position: relative;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    left: initial;
}

.features_repeater_row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid;
}

.feature_repeater_image {
    max-width: 100%;

    margin-bottom: 20px;
}

.feature_repeater_subtitle {
    font-size: 15px;
    font-weight: bold;
}

.feature_repeater_description {}

.only_text_block {
    padding: 30px 0;
}

.contact-form-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--main-black-color);
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.contact-form-modal-content {}

.contact-form-inner {
    max-width: 500px;
}

.contact-form-inner form {}

.contact-form-inner input {
    margin-top: 5px;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    background: #fff;
}

.contact-form-inner button {
    background: var(--main-gold-color);
    color: #ffffff;
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 4px;
}

.contact-form-input {
    margin: 20px 0;
}

.contact-form-input label {
    width: 100%;

}

.close-contact-form-modal {
    width: 30px;
    height: 30px;
    /* background: #ffffff; */
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    border: 2px solid;
    border-radius: 100%;
    font-size: 19px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: right;
}

.thankyou_message {
    padding: 20px;
    border: 2px solid var(--main-gold-color);
    border-radius: 10px;
    width: 300px;
    text-align: center;
    font-size: 20px;
}

#individual_price_order{
    background: var(--main-gold-color);
    color: #fff;
    height: 30px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    min-width: 200px;
    height: 40px;
    text-transform: uppercase;
    justify-content: center;
}
#individual_price_order:hover{
    opacity: 0.8;

}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    border-radius: 0;
    background: none !important;
    border-bottom: 1px solid #ffffff;
}
.woocommerce-bacs-bank-details{
    padding: 10px;
    /* border: 1px solid #fffff; */
    border: 1px solid #ffffff;
}
.wc-bacs-bank-details-heading{
    font-size: 20px;
    margin-bottom: 20px;
}
.woocommerce-order-details__title{
    margin-top: 30px;
    font-size: 20px;
}
.wc-bacs-bank-details-account-name{
    font-size: 22px;
}

@media screen and (max-width:991px) {
    .cart_container .qty_container button {
        display: none;
    }

    .cart_container .product-name {

        flex-wrap: nowrap;
    }

    .single-news-image {
        width: 300px;
        height: 180px;
    }
}

@media screen and (max-width:767px) {

    /* #call-back{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    } */
    .callback_container {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 999;
    }

    #call-back{
        justify-content: center;
    }
    .product_header .product_title h1 {
        margin-top: 15px;
    }

    .recomended_on_all_pages .products {
        justify-content: space-between;
    }

    .price_and_addtocart {
        justify-content: center;
    }

    .header_top .header_social {
        display: none;
    }

    .header_top .categories_trigger>span {
        display: none;
    }

    .header_logo img {
        height: 40px;
    }

    .categories_menu {
        align-content: center;
    }

    .category_menu {
        width: 100%;
        border: none;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .subcategory_menu {
        display: none;
    }

    .slider_text_container {
        left: 15px;
        top: 40%;
    }

    .slider_item_image img {
        width: auto;
        height: 400px;
    }

    .slider_text_container h2 {
        font-size: 35px;
    }

    .slider_text_container h3 {
        font-size: 20px;
    }

    .main_menu_mobile {
        padding-top: 10px;
        border-top: 1px solid #ffffff;
        width: 100%;
        margin-top: 10px;
    }

    .main_menu_mobile ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .categories_menu_inner .header_language {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .main_menu_mobile .sub-menu {
        display: none;

    }

    .main_menu_mobile .menu {
        display: flex;
        flex-wrap: wrap;
    }

    .main_menu_mobile .menu .menu-item {
        width: 50%;
        padding: 5px;
    }

    .main_menu_mobile .menu .menu-item a {
        padding: 7px 5px;
        display: block;
        border: 1px solid;
        margin-bottom: 2px;
        color: var(--main-gold-color);
        text-decoration: none;
        border-radius: 4px;
        height: 100%;
        background: #fff;
        font-size: 12px;
        text-align: center;
    }

    .header_top .container {
        position: relative;
    }

    .toggle-submenu {
        display: block;
        width: 30px;
        height: 30px;
        color: #ffffff;
        position: absolute;
        top: 0;
        right: 0;
    }

    .open-sub-mobile .sub-menu {
        display: block;
    }

    .menu-item-has-children {
        position: relative;
    }

    .category_menu .menu-item-has-children::after {
        display: none;
    }

    .fixed_body {
        position: fixed;
        margin: 0 auto;
        width: 100%;
    }

    .categories_menu_inner {
        overflow-y: auto;
        max-height: 80vh;
        scrollbar-width: none;
        /* Устанавливаем тонкую ширину полосы прокрутки */
        scrollbar-color: #888 #f1f1f1;
        /* Цвет бегунка и трека */
    }

    .main_categories_item {
        margin-bottom: 20px;
    }

    .product-type-simple {
        padding: 5px;
    }

    .product-type-simple .add_to_cart_button {
        width: 110px;
    }

    .main_about .row {
        flex-direction: column-reverse;

    }

    .main_about .about_company_image {
        margin-top: 20px;
    }

    .reviews_slider .slick-slide>div {
        margin: 0 10px;
    }

    .footer_top {
        font-size: 12px;
    }

    .footer_contacts_block {
        margin-bottom: 20px;
    }

    .footer_bottom>div {}

    .footer-payments-gallery {
        justify-content: center;
        margin-bottom: 20px;
    }

    .slick-dots {
        position: initial;
        margin: 30px 0;
    }

    .slick-dots li {}

    .slick-dots li button::before {
        display: none;
    }

    .slick-dots li button {
        background: #ffffff;
        border-radius: 100px;
    }

    .slick-dots li.slick-active button {
        background: var(--main-gold-color);
        border-radius: 100px;
    }

    .categories_menu_container {
        left: 0;
    }

    .cart_item {
        display: flex !important;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .cart_item .product-name:before,
    .cart_item .product-quantity:before,
    .cart_item .product-subtotal:before {
        display: none;
    }

    .cart_item .product-name {
        width: 100%;
        display: flex !important;
        flex-wrap: wrap;
        padding: 0 !important;
    }

    .cart_item .product-name .cart_image {
        width: 20%;
        text-align: left;
        align-items: center;
    }

    .cart_item .product-name .cart_name {
        width: 80%;
    }

    .cart_item .product-name .cart_image img {
        width: 50px;
    }

    .shop_table_responsive td.product-name {
        border-bottom: 1px solid #ffffff26 !important;
    }

    .cart_item .product-quantity,
    .cart_item .product-subtotal,
    .cart_item .product-remove {
        display: flex !important;
        flex-wrap: wrap !important;
        align-content: center !important;
    }

    .cart_item .product-quantity,
    .cart_item .product-subtotal {
        width: 40%;
        padding: 10px 0 !important;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }

    .cart_item .product-remove {
        width: 20%;
        padding: 10px 0 !important;
        justify-content: flex-end;
    }

    .cart_collaterals tr td,
    .cart_collaterals thead th {
        border: none !important;
    }

    .cart_container .qty_container button {
        display: block;
    }

    .woocommerce-checkout-review-order .product_name_inner img {
        width: 40px;
        height: 40px;
    }

    .woocommerce-checkout-review-order-table th {
        width: 200px !important;
    }

    .woocommerce-checkout-review-order-table thead th {
        font-size: 11px;
    }

    .colsulting_coast_single {
        margin-top: 15px;
    }

    .product-title {
        height: 70px;
    }

    .woocommerce-sorting select {
        max-width: 100%;
    }
}


@media screen and (max-width:560px) {
    .single-news-image {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .product-title {
        height: 85px;
    }

    .product_header_inner img {
        max-width: 100%;
    }
}

.available-on-backorder {
    display: block;
    width: 100%;
    border: 1px solid var(--main-gold-color);
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    background: var(--main-gold-color);
    color: #fff;
}

@media screen and (max-width:424px) {
    .price_and_addtocart .price {
        width: 100%;
        text-align: center;
    }

    .price_and_addtocart .cart {
        width: 100%;
    }

    form.cart .quantity {
        width: 100%;

    }

    .single_add_to_cart_button {
        margin: 0;
        width: 100%;
    }

    .quantity_container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .quantity_container .quantity {
        justify-content: center;
    }

    .product-title {
        height: 95px;
    }
}


#billing_company_field,
#billing_address_1_field,
#billing_address_2_field,
#billing_city_field,
#billing_postcode_field{
    display:none !important;
}