.uk-hidden-visually:not(:focus):not(:active):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}
.uk-navbar-right {margin-left: 0! important;}
.uk-navbar-left {margin-right: calc(50% - 52px - 239px);
    margin-left: auto;
    display: flex;
justify-content: flex-end;}

.uk-font-primary, .uk-h3, h3, .uk-heading-small, .uk-nav-primary {
	font-family: 'Montserrat' !important;
}

.accordion {
  max-width: 600px; margin: 0 auto;
  
}

.accordion__heading {
  display: block; position: relative; cursor: pointer;
  padding: 10px 15px; margin: 0;
  color: #000;
}

.accordion__heading:after, .accordion__heading:before {
  content: ""; position: absolute;
  width: 12px; height: 1px;
  top: 50%; right: 20px;
  background: #000;
  transition: all 0.1s;
}

.accordion__checkbox:checked~.accordion__heading:before {
  transform: rotate(90deg);
  opacity: 0;
  transition: all 0.1s;
}

.accordion__heading:after {
  transform: rotate(90deg);
  transition: all 0.1s;
}

.accordion__checkbox:checked~.accordion__heading:after {
  transform: rotate(180deg);
}

.accordion__checkbox {
  display: none; position: absolute; left: -9999em;
}

.accordion__checkbox:checked~.accordion__content {
  max-height: 1000px;
  transition: all 2s;
}

.accordion__content {
  max-height: 0; overflow: hidden; padding: 0 15px;
  transition: all 0.5s;
}

.accordion section {
		border-bottom:1px solid #000;
	}
.uk-section {
	padding-top: 120px! important;}
.full_description .uk-grid {
	display:none;
}
.product_title {
	margin-bottom:70px! important;
}

/*.wc-block-components-checkout-place-order-button__text { 
    font-size: 0px !important;
}

.wc-block-components-checkout-place-order-button__text::after {
  content: 'Оформить заказ';
  font-size: 15px;
}*/

.uk-h2, h2 {
    font-family: Roboto! important;
}

.add_to_cart_button {
    background-color: rgba(0, 98, 67, .8)! important;
    color: #fff! important;
}
.add_to_cart_button:hover {
	color: #000! important;
    background-color: rgba(255, 255, 255, .26)! important;
    border-color: #e4e4e4! important;
}
.custom-product li{
	--uk-inverse: dark;
    background-color: rgba(255, 255, 255, .7);
    color: #1d1d1d;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    box-shadow: 0 5px 16px rgba(0, 0, 0, .06);
    padding: 20px;
    margin: 30px;
}

ul.products>* .woocommerce-loop-product__title {
    font-size: 24px!important;
	font-weight:400!important;
	font-family: 'Montserrat' !important;
}
/*.custom-product .price bdi {
    font-size: 22px;
    color: #d19a5a;
    font-weight: 700;
	line-height: 1.4;
    font-family: 'Montserrat' !important;
}

.custom-product .price del bdi {
    color: #969696;
	font-weight: 400;
	font-family: 'Montserrat' !important;
	font-size: 22px;
}
.custom-product ul.products>* .price {
    margin-top: 0;
	font-size: 22px;
}*/

.price bdi {
    font-family: 'Montserrat' !important;
}

.price del bdi {
	font-family: 'Montserrat' !important;
}

@media screen and (max-width: 480px) {
	.uk-navbar-left {margin-right: auto;
	margin-left: 0;}
	.uk-navbar-right {margin-left: auto! important;}
	
}