/*
 Theme Name:   HelloElementor Child
 Description:  HelloElementor Child Theme
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Добавьте ваши стили ниже */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #ABB737; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #80808080; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #80808080; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #80808012; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #8080801a; }
  table tbody + tbody {
    border-top: 2px solid #80808080; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* new-style */
.header-lang{

}
.header-lang .elementor-item{
  background:#3f444b;
  color: #fff !important;
  border-radius: 16px;
}

.header-logo{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
}
.woocommerce form.cart table.variations label {
  text-align: center;
  padding-top: 20px;
  font-size: 20px !important;
  font-weight: 400;
}
.variations > tr:nth-child(2n+1) > th.label {
  background-color: #D8DBDA;
}
.variations .label {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: none;
  background-color: #D8DBDA !important;
}
.variations .value {
  border: none;
  background-color: #EAEDEC !important;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.variations .value {
  border: none;
}
.reset_variations{
  color: #ABB737;
}
body a{
  color: #ABB737;
}
table tbody > tr:nth-child(2n+1) > td.value {
  box-sizing: border-box;
  background-color: #EAEDEC;
  padding-top: 20px;
  padding-bottom: 0;
}
.woocommerce form.cart table.variations td.value select, .woocommerce div.product.elementor.elementor-10271 .elementor-element.elementor-element-317aa03 form.cart table.variations td.value::before {
  width: 220px;
  margin: 0 auto;
  display: block;
  border: none;
  background-color: #fff !important;
  color: #2B2A29 !important;
  padding: 15px 15px;
  font-size: 16px !important;
}
.reset_variations {
  display: block;
  text-align: center;
  padding-top: 5px;
}
.woocommerce-variation-price{
  margin-bottom: 20px;
}
.woocommerce-variation-price .price{
  font-size: 26px;
}
.woocommerce-variation-add-to-cart .qty {
  padding-right: 7px;
}
.woocommerce a.remove{
  display: flex;
  line-height: 17px;
  justify-content: center;
}
.product-quantity .qty{
  width: 5.631em !important;
  text-align: left !important;
  padding-right: 7px !important;
}
.woocommerce-cart-form__cart-item .product-price{
  font-size: 20px !important;
}
.woocommerce-cart-form__cart-item .product-subtotal{
  font-size: 20px !important;
}
.woocommerce-cart-form__cart-item .product-name{
  font-size: 18px !important;
  line-height: 125%;
}
.woocommerce-cart-form__cart-item .product-thumbnail img{
  min-width: 40px;
}
.actions .coupon input{
  width: 120px !important;
}
.actions .coupon button{
  background:#000 !important; 
  color:#fff;
  font-weight: 500;
  transition: all ease .3s;
  line-height: 0;
}
.actions .coupon button:hover{
  background:#ABB737 !important; 
  color:#fff;
  transition: all ease .3s;
}
.actions button{
  line-height: none;
  /* display: flex !important; */
  height: 37px;
  line-height: 0;
  border: 1px solid transparent !important;
  background:#ABB737 !important;
  
  border-radius: 9px !important;
  color:#fff !important;
   transition: all ease .3s;
}
.actions button:hover{
   background:#000 !important;  
   color:#fff !important;
   transition: all ease .3s;
}
.checkout-button{
  
  background:#ABB737 !important;
  border-radius: 15px 15px 15px 15px !important;
  color:#fff;
  text-decoration: none !important;
}
.checkout-button:hover{
   background:#000 !important;
   color:#fff !important;
}
.woocommerce table.shop_table th{
  border-right: none !important;
  border-bottom:none;
}
table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th{
  background:#EAEDEC !important;
}
.woocommerce table.shop_table td{
  border-top:none !important;
  border-right: none !important;
}
.woocommerce table.shop_table .product-name a{
  color:#000 !important;
  text-decoration: none !important;
}
.woocommerce table.shop_table tr td:last-child{
  border-right: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce table.shop_table th:last-child{
  border-right: 1px solid rgba(0,0,0,.1) !important;
}
.cart-subtotal th{
   border:none;
}
.cart-subtotal td{
   border:none !important;
   font-size: 22px !important;
}
.shipping th{
   border:none !important;
}
.shipping td{
   border:none !important;
}
.order-total td{
   border:none !important;
    font-size: 22px !important;
}
.woocommerce table.shop_table{
  border:none !important;
}
.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{
  position: absolute;
  z-index: 90;
  top: 9px;
  left: 7px;
  color: #ffffff;
  font-size: 12px;
}
.eicon-bag-solid{
  font-size: 30px !important;
}
img.lzl,img.lzl-ing {
                opacity:1 !important;
            }
@media(max-width: 736px){
  .header-menu{
    width: 100% !important;
    position: fixed;
    left: 0;
    top: 22px;
    z-index: 11;
  }
  .header-menu .elementor-menu-toggle{
    width: 40px;
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: start !important;
    transform: translateY(-5px);
  }
  .header-menu .elementor-item{
    padding-left: 10px !important;
  }
  .mob-header-phone{
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  .mob-header-phone i{
    font-size: 13px;
    width: 10px;
    height: 10px;
  }
  .header-cart .elementor-button-icon{
    white-space: nowrap;
  }
  .header-lang .elementor-item {
  padding-left: 5px !important;
  padding: 5px 10px !important;
  border-radius: 5px;
}
.header-logo {
  position: static;
  transform: unset;
}
.ekit-menu-nav-link{
  font-size: 20px !important;
}
.ekit-heading--subtitle{
  font-size: 14px !important;
}
  .woocommerce form.cart table.variations td.value select{
    width: 100%;
    font-size: 14px !important;
  }
  .woocommerce form.cart table.variations label{
    font-size: 16px !important;
  }
}
.elementor-button-icon-qty{
  padding-top: 4px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.pll-parent-menu-item .sub-menu{
  width: 100% !important;
  min-width: unset !important;
  border-radius: 10px;
}
.pll-parent-menu-item .sub-menu .elementor-sub-item:hover{
  border-radius: 10px;
}
.chekout-wrap{
  /* padding-left: 76px;
  padding-right: 76px; */
}
.chekout-wrap .form-row-first{
  width: 100% !important;
}
.chekout-wrap .col-1{
  width: 35% !important;
}
.chekout-wrap .select2-container .select2-selection--single{
  height: 39px !important;
  border: 1px solid #666 !important;
}
 .chekout-wrap .select2-selection__rendered{
  line-height: 20px !important;
 }
 .chekout-wrap .select2-selection__arrow {
  top: -7px !important;
 }
 .chekout-wrap .select2-selection__clear{
  display: none !important;
 }
.chekout-wrap .select2-selection__arrow b{
  top: 77% !important;
}
#billing_postmat_field,#billing_adress_client_field{
  display: none;
}
#billing_nova_poshta_otdelenie{
  display: none;
}
.woocommerce form .form-row .optional{
  display: none !important;
}
.woocommerce-Price-amount{
  display: block !important;
}
.elementor-menu-cart__product-name a{
  color: #000 !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
#place_order{
  background: #ABB737 !important;
  color:#fff;
  border:none;
} 
#place_order:hover{
  background: #000 !important;
  color:#fff;
}
#order_review .shop_table{
  border-collapse: collapse !important; 
} 
#order_review .order-total th{
  border: 1px solid rgba(0,0,0,.1) !important;
  vertical-align: middle;
}
#order_review .order-total td{
  border: 1px solid rgba(0,0,0,.1) !important;
}
#order_review .cart-subtotal th{
  border: 1px solid rgba(0,0,0,.1) !important;
  vertical-align: middle;
}
#order_review .cart-subtotall td{
  border: 1px solid rgba(0,0,0,.1) !important;
}
.elementor-widget-woocommerce-product-price .price{
  display: flex;
}
.elementor-widget-woocommerce-product-price .price span{
  padding-right: 8px;
}
.elementor-widget-woocommerce-product-price .price span:last-child{
  padding-right: 0;
  padding-left: 8px;
}
.elementor-widget-woocommerce-product-price .price bdi span{
  padding: 0 !important;
}

@media(max-width:736px){
  .mob-lang .elementor-menu-cart__toggle_button{
    padding: 0 !important;
    white-space: nowrap;
    flex-direction: row-reverse !important;
  }
  .mob-lang{
   --widgets-spacing: 10px 20px !important;
  }
  .pll-parent-menu-item .elementor-sub-item{
    padding: 10px !important;
    padding-left: 0 !important;
    text-align: center;
    display: block;
  }
  .mob-lang .elementor-menu-cart__toggle_button .elementor-button-text{
    padding-top: 5px !important;
  }
  .elementskit-menu-hamburger:hover{
    background:#ABB737 !important;
  }
  .elementskit-menu-close:hover{
    background:#ABB737 !important;
  }
  .logo-mob-col{
    --widgets-spacing: 10px 20px !important;
  }
  .chekout-wrap .col-1{
    width: 100% !important;
  }
  .actions button{
    font-size: 15px;
  }
  #place_order{
    margin-bottom: 0 !important;
  }
}
.title-menu{
  padding-left: 6px;
  position: relative;
  display: flex;
  align-items:center;
}
.title-menu::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  background: #ABB737;
}
.footer-col__title{
  position: relative;
}
.footer-col__title:after{
  content:"";
  position: absolute;
  left: 0;
  bottom:-8px;
  display: block;
  width: 40px;
  height: 2px;
  background:#ABB737;
}
.header-lang-new{
  position: relative;
  top: -8px;
}
.header-new{
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  --width: 100% !important;
  background:#fff;
  padding: 0;
  padding-left: 5%;
  padding-right: 5%;
}
body{
  padding-top: 86px;
}
.footer-bottom__list ul{
  display: flex;
  gap: 16px;
}
@media(max-width:992px){
  .footer-bottom__list ul{
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
@media(max-width:767px){
  body{
    padding-top: 66px;
  }
  .header-new{
    width: 100% !important;
    --width: 100% !important;
  }
  .header-logo-new{
    position: absolute;
    transform: translateX(-50%);
  }
  .header-lang-new{
    top: 0;
  }
  .menu-header .e-n-menu-wrapper{
    padding-top: 70px;
    display: block !important;
    position: fixed !important;
    z-index: 112 !important;
    width: 90% !important;
    height: 100vh !important;
    max-height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #fff !important;
    transform: translateX(-100%) !important;
    transition: all ease .3s !important;
  }
  
  .menu-header .e-n-menu-wrapper.active{
    transform: translateX(0) !important;
    transition: all ease .3s !important;
  }
  .menu-header .menu-wrapper{
    width: 100% !important;
    box-shadow:none !important;
  }
  body.hidden{
    overflow: hidden;
    height: 100vh;
  }
  .header-burger{
    margin-left: -20px;
  }
  .header-burger-close{
    display: none;
    position: fixed;
    top: 9px;
    right: calc(100% - 20px);
    z-index: 2222222222;
    left: 75%;
    cursor: pointer;
  }
  .menu-header button{
   visibility: hidden !important;
  }
  .menu-header .e-n-menu-wrapper button{
    visibility: visible !important;
    position: absolute !important;
    right: 0;
    left: 72%;
    width: 50px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    border: 1px solid #000 !important;
    border-radius: 14px;
  }
  .header-new{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 11;
    background: #fff;
  }
  .footer-bottom__list ul{
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
#cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background-color: #333; */
  color: #fff;
  text-align: center;
  padding: 0;
  z-index: 9999;
  /* display: none; */
}
#cookieConsentContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
#cookieConsent p {
  margin: 0;
  padding: 0;
}
#acceptCookies {
  /* background-color: #4CAF50; */
  color: white;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  margin-left: 20px;
  text-decoration: none !important;
}
#cookieConsent a {
  color: #f0f0f0;
  text-decoration: underline;
}
@media(max-width:736px){
  #acceptCookies{
    margin-left: 0;
  }
}
/* Скрываем выбор методов доставки в корзине и чекауте */
.woocommerce-shipping-totals.shipping {
    display: none !important;
}

/* На всякий случай скрываем текст с пунктом назначения */
.woocommerce-shipping-destination {
    display: none !important;
}