@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700&display=swap&subset=cyrillic');
html, body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 16px;
  background-color: #efefef;
}
html, body, ul, ol, li, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, select, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del, ins {
  text-decoration: none;
}
/*li {
  list-style: none;
}*/
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  /*    font-size: 100%;*/
}
h1, h2, h3, h4, h5, h6, div, a, input, textarea {
  box-sizing: border-box;
}
i, em {
  font-style: italic;
}
.hidden {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: " ";
}
.clearfix:after, .tpad:after, .bpad:after {
  content: " ";
  display: table;
  line-height: 0;
  clear: both;
}
.anti-underline, .anti-underline:hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
sub {
  vertical-align: baseline;
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input, button, textarea, select {
  /*    font-size: 100%;*/
}
button:focus {
  outline: none !important;
}
input:focus {
  outline: #fff 0px solid !important;
}
select:focus {
  outline: #fff 0px solid !important;
}
p {
  padding: 1rem 1rem;
  font-weight: 400;
  line-height: 1.5;
}
ul, ol {
  padding: 1rem 1rem;
}
li {
  margin-left: 1rem;
  padding-bottom: 1rem;
}
a {
  color: #000;
}
a:hover {
  color: #e20613;
}
.entry-content a {
  color: #000;
}
.entry-content a:hover {
  color: #e20613;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
  padding: 0 1rem 1rem;
}
h1 + h2, h2 + h3, h3 + h4, h4 + h5, h1 + h3, h2 + h4, h3 + h5, h1 + h4, h2 + h5, h1 + h5 {
  padding: 0 1rem 1rem;
  margin-top: 0;
}
body h1 {
  font-size: 3rem !important;
  color: #000;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  margin: 1rem 0 0 0;
  padding: 3rem 1rem 2rem 1rem;
}
body h2 {
  font-size: 1.8rem !important;
  font-weight: 300;
  line-height: normal;
  margin: 1rem 0 0 0;
  padding: 3rem 1rem 2rem 1rem;
}
body h3 {
  font-size: 1.2rem !important;
  font-weight: bold;
  line-height: normal;
  margin: 1rem 0 0 0;
  padding: 2rem 1rem 1rem 1rem;
}
body h4 {
  font-size: 1.1rem !important;
  font-weight: 300;
  line-height: normal;
  margin: 1rem 0 0 0;
  padding: 2rem 1rem 1rem 1rem;
}
body h5 {
  font-size: 1rem !important;
  font-weight: bold;
  line-height: normal;
  margin: 1rem 0 0 0;
  padding: 2rem 1rem 1rem 1rem;
}
.topbox {
  background: url("../images/fon.jpg") no-repeat center top;
  background-size: cover;
  border-top: 10px solid #e20613;
  /*  padding-bottom: 2rem;*/
  padding-top: 3rem;
}
.header {
  display: none;
  flex-wrap: wrap;
}
.header div {
  flex: 1 1 20%;
  text-align: center;
  display: flex;
  align-items: center;
}
.header .lg_box {
  flex: 1 1 50%;
}
.lg_box a {
  display: block;
  width: 250px;
  height: auto;
  text-decoration: none;
}
.srv_box a, .cat_box a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.srv_box a span.i, .cat_box a span.i {
  white-space: nowrap;
  display: inline-block;
  padding: 4px;
  width: 30px;
  height: 30px;
  background-color: #e20613;
  transition: all 0.5s;
}
.srv_box a:hover span.i, .cat_box a:hover span.i {
  box-shadow: 0 10px 50px 10px #ffffff;
  transition: all 0.2s;
}
.srv_box a span.i img, .cat_box a span.i img {
  object-fit: contain;
  height: 100%;
  width: auto;
  color: #fff;
}
.srv_box a span.h, .cat_box a span.h {
  display: inline-block;
  font-weight: 600;
  padding: 0 10px;
  color: #333;
}
.products-block-post-template li {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  border-radius: 4px 4px 0 0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
header + div.wp-block-group {
  background-color: #fff;
  box-shadow: 0 0 20px #00000020;
  padding-top: 3rem;
}
.wc-block-add-to-cart-form .input-text {
  padding: 0.5rem;
}
.wc-block-breadcrumbs {
  background-color: #ffffff10;
  padding: 0.2rem 1rem;
}
.wp-block-query-pagination {
  /*  background-color: #ffffff20;*/
}
.wp-block-query-pagination-numbers {
  margin-bottom: 0 !important;
}
.wp-block-query-pagination-numbers span, .wp-block-query-pagination-numbers a, .wp-block-query-pagination-next, .wp-block-query-pagination-previous {
  display: inline-block;
  padding: 0.5rem;
  background-color: #dddddd50;
  margin-bottom: 0 !important;
  text-decoration: none;
}
.wp-block-query-pagination-numbers span, .wp-block-query-pagination-numbers a:hover, a:hover.wp-block-query-pagination-next, a:hover.wp-block-query-pagination-previous {
  background-color: #000;
  text-decoration: none;
  color: #fff;
}
.page-numbers.current {
  background-color: #fff;
  color: #000;
}
.added_to_cart.wc_forward {
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 0.8rem;
}
.catalogbox {
  background: #ffffff60 !important;
  padding: 1rem;
}
.woocommerce h3, .woocommerce h2, .woocommerce h1 {
  padding: 0.5rem 1rem 0;
  margin: 0 0 0 0;
}
.woocommerce h3 {
  font-size: 1rem !important;
}
.woocommerce-breadcrumb {
  font-size: 0.8rem !important;
}
.wc-block-breadcrumbs ~ h1 {
  margin-top: 0;
}
#tab-additional_information h2 {
  padding: 1.5rem 1rem 0;
  font-weight: 600;
  font-size: 1.2rem !important;
  display: none;
}
.wc-block-add-to-cart-form .quantity {
  margin-right: 0;
/*  display: block;*/
}
.wp-block-woocommerce-product-details p {
  padding: 0.5rem 1rem;
}
.menu {
  padding: 5vh 0;
}
.menu ul {
  display: flex;
  justify-content: center;
}
.menu ul li {
  list-style: none;
}
.menu ul li a {
  text-transform: uppercase;
  display: block;
  font-size: 0.8rem;
  padding: 1rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.mbox {
  background-color: #fff;
  text-align: center;
  box-shadow: 0 3px 50px 0 #00000030;
  padding: 1rem;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.mbox img, .mbox span {
  pointer-events: none;
}
.fbox {
  text-align: center;
  /*  padding: 1rem;*/
}
.triple {
  display: flex;
  justify-content: space-around;
}
.triple a {
  display: block;
  flex: 0 1 30%;
  margin: 2% 0.5%;
  position: relative;
  overflow: hidden;
  transition: all 1s;
}
.triple a span {
  position: absolute;
  display: block;
  z-index: 5;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-sizing: border-box;
}
.triple a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footerbox {
  background: url("../images/fon2.jpg") no-repeat center top;
  background-size: cover;
}
.addrssbox {
  padding: 1rem 0;
  background-color: #e20613;
}
.fbox .triple a span {
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  display: block;
  background-color: #000;
  width: auto;
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
  border-top: 5px solid #e20613;
  height: 100%;
}
.fbox .triple a:hover {
  box-shadow: 0 0 20px 20px #ffffff90;
  transition: all 0.2s;
}
ul.whatyear {
  position: absolute;
  z-index: 5;
  background-color: #66666690;
  width: 100%;
  height: 97%;
  padding: 0;
  margin: 0 auto;
  display: none;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
ul.whatyear li {
  /*  font-size: 0.8rem;*/
  min-width: 65%;
  list-style: none;
  margin: 0.5rem auto 0;
  display: block;
  padding: 0.4rem;
  text-decoration: none;
  background-color: #00000095;
  color: #fff;
}
ul.whatyear li:hover {
  background-color: #e20613;
}
.wide {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 5rem 0;
}
/*.search-results .widget_product_categories {*/
/*  display: none !important;*/
/*}*/
.footerbox .wide {
  width: 100%;
}
.bankinn p {
  color: #fff;
  text-align: center;
}
.bankinn p span {
  font-size: 1.3rem;
}
.tphone {
  margin: 0 auto;
  text-align: center;
}
.tphone img {
  height: 40px;
  width: auto;
  margin: 0 0.5rem;
}
.tphone a {
  display: inline-block;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 1rem;
  line-height: 40px;
  vertical-align: top;
}
.mob {
  display: none
}
.wp-site-blocks {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
footer.wp-block-template-part {
  margin-top: 0;
}
.wc-block-mini-cart {
  width: 45px;
}
.wc-block-mini-cart__badge {
  background-color: #e20613;
  color: #fff;
}
.wp-block-navigation-link a {
  text-decoration: none;
  background-color: #00000000;
  transition: all 1s;
  padding: 1px 0.5vw;
}
.wp-block-navigation-link a:hover {
  background-color: #00000015;
  transition: all 0.2s;
  text-decoration: none;
}
.wp-block-navigation-link a:focus {
  color: #fff !important;
}
.wp-block-navigation-link a:focus {
  background-color: #e20613 !important;
}
.wp-element-button, .wp-block-button__link, .single_add_to_cart_button, #formOrderOneClick .button, .wc-block-components-drawer__close-wrapper .wc-block-components-drawer__close {
  background-color: #00000097;
  border-radius: 3px;
  transition: all 0.2s;
  color: #fff;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
}
.wp-block-button span {
  color: #fff !important;
}
.wp-element-button:focus, .wp-block-button__link:focus, .single_add_to_cart_button:focus, #formOrderOneClick .button:focus {
  background-color: #e20613 !important;
}
.wc-block-grid__product-link {
  padding: 0.5rem 1rem;
}
.wp-site-blocks a.wc-block-grid__product-add-to-cart.wp-block-button, a.wc-block-grid__product-add-to-cart.wp-block-button {
  color: #fff !important;
  font-size: 1rem;
}
.clickBuyButton {
  /*  background-color: #00000050;*/
}
.single_add_to_cart_button:hover, .buyButtonOkForm:hover, #formOrderOneClick .button:hover {
  background-color: #000000;
}
.single_add_to_cart_button:focus, .buyButtonOkForm:focus, #formOrderOneClick .button:focus {
  background-color: #e20613 !important;
}
.new-products li.wc-block-grid__product a {
  font-size: var(--wp--preset--font-size--small) !important;
  text-decoration: none !important;
  color: #fff !important;
}
.new-products .woocommerce-Price-amount {
  font-size: 1rem;
}
.new-products li.wc-block-grid__product {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: solid 1px #cccccc;
}
.new-products .wc-block-grid__product-title {
  font-size: var(--wp--preset--font-size--medium) !important;
  text-decoration: none;
  font-weight: 400;
  color: #333;
}
.wp-block-button.wc-block-components-product-button .wp-block-button__link.loading:after {
  content: "\29D7" !important;
}
.wc-block-order-confirmation-summary-list {
  padding: 1rem !important;
  border: 2px solid #333;
  border-radius: 4px;
  border-bottom: 8px solid #333;
}
.wc-block-order-confirmation-billing-address {
  border: 1px solid #333;
  border-bottom: 8px solid #333;
  border-radius: 4px;
  padding: 16px;
}
#wp--skip-link--target {
  background-color: #fff;
}
#buyoneclick_form_order .table-wrap table tr th:first-child {
  background-color: #44444480;
  width: 50%;
  text-align: left;
  letter-spacing: 1px;
  font-size: 0.7rem;
}
#buyoneclick_form_order .table-wrap table tr th:nth-child(2) {
  background-color: #44444480;
  width: 25%;
  letter-spacing: 1px;
  font-size: 0.7rem;
}
#buyoneclick_form_order h2 {
  padding-left: 0;
}
#buyoneclick_form_order .table-wrap table tr th:nth-child(3) {
  background-color: #44444480;
  width: 25%;
  letter-spacing: 1px;
  font-size: 0.7rem;
}
#buyoneclick_form_order .table-wrap table tr td:first-child {
  text-align: left;
}
.form-message-result {
  text-align: center
}
#formOrderOneClick .popup .close_order {
  border-radius: 2px;
  box-shadow: none;
  top: -2px;
  right: -2px;
  z-index: 100;
}
#formOrderOneClick .popummessage .close_message, #formOrderOneClick .popummessage .close_message:hover {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  padding: 2px;
  top: -2px;
  right: -2px;
  border-radius: 2px !important;
  cursor: pointer;
  color: #fff;
  background: none !important;
  background-color: #e20613 !important;
  font-family: inherit;
  box-shadow: none;
  border: none;
}
.popummessage {
  border-radius: 2px !important;
}
.main-info {
  width: 90%;
  max-width: 1200px;
  margin: 2rem auto 0;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 3px 50px 0 #00000030;
}
.main-info img {
  max-width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
.main-info div::after {
  content: " ";
  display: table;
  line-height: 0;
  height: 1rem;
  clear: both;
}
.wc-block-components-sidebar-layout {
  margin-bottom: 0 !important;
}
.wc-block-mini-cart__button {
  cursor: pointer;
}
.wc-block-grid__product-price {
  font-size: 1.8rem;
  padding: 0 1rem;
}
.wc-block-grid__product-price .custom-stock-text {
  font-size: 0.9rem;
  line-height: 0.5rem;
  color: red;
}
.wp-block-post .wc-block-grid__product-price {
  font-size: 1rem;
  padding: 1rem 0;
}
.wc-block-add-to-cart-form {
  padding: 1rem;
}
.wc-block-components-product-sku, .wp-block-post-terms {
  padding: 1rem;
  font-size: 0.8rem;
  color: #999;
}
.wp-block-woocommerce-product-image-gallery {
  padding: 1rem;
}
.single_add_to_cart_button span, .single_add_to_cart_button, .wc-block-components-product-button__button {
  line-height: 1rem !important;
}
.catalogbox .wc-block-components-product-image img.size-woocommerce_single, img.size-woocommerce_thumbnail {
  max-height: 366px !important;
}
.has-post-thumbnail img.size-woocommerce_single {
  max-height: 165px !important;
}
.custom-cart {
  background-color: #fff;
}
.custom-search {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 2rem 0 1rem;
}
.custom-search form {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 2px;
}
.wc-block-components-product-metadata__description p {
  padding: 0.1rem 0;
}
button.wc-block-cart-item__remove-link {
  color: #e20613;
}
.components-button span {
  color: #fff;
}
a.outlined span.wc-block-components-button__text {
  color: #000 !important;
}
a:hover.outlined span.wc-block-components-button__text {
  color: #fff !important;
}
.wc-block-mini-cart__title {
  flex-wrap: wrap;
}
.wc-block-mini-cart__title span {
  display: block;
  flex: 1 1 100%;
}
.wp-block-woocommerce-mini-cart-title-items-counter-block {
  font-size: 0.7em;
}
.price.wc-block-components-product-price {
  padding: 0;
}
a.wc-block-components-product-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5rem;
  padding: 0.2rem 0 0.5rem 0;
  text-decoration: none;
}
.price.wc-block-components-product-price {
  padding: 0.2rem 0;
}
.wp-block-navigation a:where(:not(.wp-element-button)):focus {
  text-decoration: none;
}
li.wp-block-navigation-item:nth-child(1), li.wp-block-navigation-item:nth-child(2) {
  display: none;
}
.custom-checkout .wc-block-components-radio-control__secondary-label .wc-block-formatted-money-amount, .custom-cart .wc-block-components-radio-control__description-group .wc-block-components-radio-control__description {
  display: none;
}
.fancybox-caption__body {
  display: none;
}
.custom-single-product img.attachment-shop_single, .custom-single-product img.attachment-woocommerce_gallery_thumbnail, .custom-single-product img.wpgs-thumb-main-image {
  margin: 0 auto;
}
.wc-block-components-totals-shipping .wc-block-formatted-money-amount {
  display: none;
}
.custom-single-product .woocommerce-Tabs-panel {
  display: block !important;
}
.wc-block-components-product-badge.wc-block-components-product-backorder-badge {
  visibility: hidden;
  position: relative;
}
.wc-block-components-product-badge.wc-block-components-product-backorder-badge:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 2px;
  border-radius: 3px;
  content: "Только по предзаказу";
  border: 1px solid #00000050;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-components-drawer__close-wrapper .components-button.wc-block-components-button.wp-element-button.wc-block-components-drawer__close.has-icon {
  border: 1px solid #000;
}
.wc-block-mini-cart__template-part .wc-block-cart-items__header {
  display: block !important;
  z-index: 99;
  position: relative;
}
.wc-block-mini-cart__template-part .wc-block-cart-items__header-image, .wc-block-mini-cart__template-part .wc-block-cart-items__header-product {
  display: none !important;
}
.wc-block-mini-cart__template-part .wc-block-cart-items__header-total {
  text-align: right !important;
  width: 100vw !important;
}
.wc-block-order-confirmation-totals table .wc-item-meta {
  font-size: .8rem;
  list-style-type: none;
  margin: 0.1rem 0 0;
  padding: 0;
}
.wc-block-order-confirmation-totals table .wc-item-meta p {
  padding: 0 1rem;
}
.wc-block-order-confirmation-billing-address address {
  padding: 1rem;
}
.has-global-padding {
  padding-bottom: 2rem
}
.wp-block-post-template {
  list-style: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 96%;
}
div.is-loading:empty {
  display: none;
}
.cwginstock-panel-heading {
  display: none;
}
.cwginstock-subscribe-form .panel-primary {
  background-color: #efefef;
  border: none !important;
}
.cwgstock_button, .form-field.wpmtst-submit input {
  max-width: 200px !important;
  padding: 5px !important;
  border: none !important;
  background-color: #00000097 !important;
  border-radius: 3px;
  transition: all 0.2s;
  line-height: 2.5rem;
  cursor: pointer;
}
.main-form .form-field.wpmtst-submit input {
  width: 200px;
  padding-top: 5px;
  background: skyblue;
  color: white;
}
.main-form .form-field.wpmtst-submit .strong-form label {
  font-weight: 700;
}
.strong-form-inner p:first-child {
  padding: 1rem 0 1rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}
.main-form .form-field {
  margin-bottom: 0;
}
.main-form .strong-rating-wrapper .star svg {
  width: 35px;
}
.main-form .wpmtst-testimonial-content.testimonial-content p, .main-reviews p {
  padding: 1rem 0;
}
.main-reviews h3 {
  padding: 1rem 0 0;
}
.main-reviews .wpmtst-testimonial-field.testimonial-field.testimonial-name {
  border-top: 1px solid #E6E6E6;
  font-style: italic;
  margin-top: 3rem;
}
.main-reviews div::after {
  height: 0.2rem
}
h1.wp-block-post-title {
  max-width: none;
}
.wp-block-post-content p {
  max-width: none;
}
.main-review-one div::after {
  height: 0;
}
.main-review-one .wp-block-group {
  margin-top: 0 !important;
}
.main-review-one .wp-block-group h1 {
  margin-bottom: 0 !important;
}
.main-review-one .has-global-padding {
  padding: 0;
}
.cwgstock_button:hover, .form-field.wpmtst-submit input:hover {
  background-color: #000000 !important;
  transition: all 0.2s;
}
.cwginstock-subscribe-form {
  max-width: 500px;
}
.cwginstock-subscribe-form {
  display: inline-block;
}
.cwginstock-subscribe-form input {
  padding: 0.3rem
}
.woocommerce-product-attributes.shop_attributes th, .woocommerce-product-attributes.shop_attributes td {
  padding: 0.3rem 1rem;
  border-bottom: 1px solid #efefef;
}
.ma-link {
  background: url("../images/ma.svg") no-repeat left top;
  background-size: contain;
}
.ma-link a {
  background-color: #e20613;
  color: #efefef !important;
  margin-left: 30px;
}
.ma-link a:hover {
  background-color: #bd0613;
  color: #fff !important;
}
.ma-link-mobile {
  display: none !important;
}
.ma-link {
  display: inline-block !important;
}
.custom-select-categories select {
  width: 360px;
  max-width: 100%;
}
.custom-select-categories select option {
  padding: 0.2rem 0;
}
.widget_product_categories {
  margin-left: 10px;
}
.widget_product_categories .select2-container {
  width: 350px !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 350px !important;
}
.select2-search--dropdown {
  display: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #00000097;
}
.select2-results li {
  margin-left: 0;
}
.main-form label.error {
  display: none !important;
}
.main-form .max-length-counter {
  display: none !important;
}
.main-reviews .testimonial-heading p {
  /*  font-weight: bold;*/
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin: 0.5rem auto;
  line-height: 1.5rem;
  font-size: 1.4rem;
  background-color: #efefef;
}
.main-form h1 {
  margin: 0;
  padding: 1rem 1rem 0rem 1rem;
}
.linkbox {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: url('../images/li_logo_white.svg') 2rem center no-repeat #ffffff10;
  background-size: 4rem;
  padding: 1rem 1rem 1rem 7rem;
  font-size: 1rem;
  width: 350px;
  margin: auto;
  letter-spacing: 1px;
}
.linkbox:hover {
  color: #fff;
  background: url('../images/li_logo_white.svg') 2rem center no-repeat #ffffff20;
  background-size: 4rem;
}
.wp-block-navigation ul li {
  margin-left: 0;
}
@media screen and (max-width: 1000px) {
  .srv_box a, .cat_box a {
    flex-direction: column;
  }
  html #wpadminbar {
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .ma-link-mobile {
    display: inline-block !important;
  }
  .ma-link {
    display: none !important;
  }
  .ma-link-mobile a {
    background-color: #e20613;
    color: #efefef !important;
  }
  .lg_box a {
    width: 200px;
  }
  .wp-block-navigation-link a {
    padding: 1px;
    font-size: 0.8rem;
  }
  .srv_box a span.h, .cat_box a span.h {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  html, body {
    font-size: 13px;
  }
  .mob {
    display: block
  }
  .wide {
    width: 90%;
    margin: auto;
    padding: 3rem 0;
  }
  .header div {
    flex: 1 1 auto;
    padding: 0.5rem 0;
  }
  .header .lg_box {
    flex: 1 1 100%;
  }
  .lg_box a {
    margin: 0 auto;
    width: 180px;
  }
  .header .srv_box, .header .cat_box {
    display: none;
  }
  /*  .g-box {
    background-color: #e20613;
    display: block;
    text-align: right;
  }
  .g-box a {
    display: inline-block;
  }*/
  nav.wp-block-navigation-is-layout-flex {
    position: absolute;
    top: 2px;
    right: 10px;
  }
  li.wp-block-navigation-item:nth-child(1), li.wp-block-navigation-item:nth-child(2) {
    display: block;
  }
  .cat_box, .srv_box {
    display: none;
  }
  button.wp-block-navigation__responsive-container-open {
    color: #ffffff;
  }
  .is-menu-open {
    background-color: #e20613 !important;
    color: #fff !important;
  }
  .topbox {
    border-top: 50px solid #e20613;
  }
  /*.g-box a {*/
  /*    display: inline-block;*/
  /*    width: 5rem;*/
  /*    height: 3rem;*/
  /*    background: url("../images/burger.svg") no-repeat top;*/
  /*    background-size: 2.5rem;*/
  /*}*/
  /*  .g-box a.close {
    background: url("../images/close.svg") no-repeat top;
  }*/
  .clickclack a {
    text-transform: uppercase !important;
    font-size: 1.4rem;
    padding: 1rem;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
  }
  .clickclack svg {
    height: 40px;
    width: 40px;
  }
  .menu {
    position: absolute;
    z-index: 10;
    top: 4rem;
    left: 0;
    width: 100%;
    background-color: #e20613;
  }
  .menu ul {
    flex-direction: column;
  }
  .menu ul li a {
    font-size: 1rem;
    padding: 0.5rem;
    color: #fff;
  }
  .triple {
    flex-direction: column;
  }
  .custom-single-product img.attachment-shop_single, .custom-single-product img.attachment-woocommerce_gallery_thumbnail, .custom-single-product img.wpgs-thumb-main-image {
    width: 100%;
    height: auto;
  }
  .wc-block-cart-items__header {
    display: block !important;
  }
  .wc-block-cart-items__header-image, .wc-block-cart-items__header-product {
    display: none !important;
  }
  .wc-block-cart-items__header-total {
    text-align: right !important;
    width: 100vw !important;
  }
  .wc-block-components-radio-control .wc-block-components-radio-control__input {
    left: 0 !important;
  }
  .ma-link a {
    margin-left: 0;
  }
  .ma-link-mobile {
    display: none !important;
  }
  .ma-link {
    display: inline-block !important;
  }
  .widget_product_categories .select2-container {
    width: 280px !important;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px !important;
  }
}