/**
 * Theme Name:  Vetola
 * Version:     2.01
*/
body {
   font-family: "Nunito"!important;
    position: relative;
}

/* "Nunito"
/* "Comfortaa" */
/* WordPress базовые стили
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; 
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; 
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}





.single__dscr h3 {
    font-size: 20px;
}
.single__dscr h4 {
    font-weight: 600;
    font-size: 18px;
}

.single__content-blog,
.cart-page__content {
		display:flex;
		flex-direction: column;
		gap:15px;
		margin-bottom: 40px;
	}
	.single__content-blog h2,
	.cart-page__content h2 {
		font-family: PP Pangram Sans Rounded;
		font-size:20px;
		font-weight:700;
		line-height:26px;
		color: #032940;
	}
	.single__content-blog p,
	.cart-page__content p {
     	font-family: PP Pangram Sans Rounded;
		font-size:16px;
		line-height:22px;
	}
.single__content-blog img,
.cart-page__content img {
width:auto;
}
    .single__content-blog ul,
	.cart-page__content ul {
		margin-left:20px;		
list-style-type: disc;
	}
    .single__content-blog li,
	.cart-page__content li {
		line-height:22px;	
		list-style: disc;
	}

/* My account (BEM) */
.my-account__content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 40px;
}

/* Форма входа my-account — отступы между элементами */
.my-account__woocommerce form.woocommerce-form-login.login {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.woocommerce form.login {
	margin: 0;
}

/* Форма редактирования аккаунта — отступы между элементами */
form.woocommerce-EditAccountForm.edit-account {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* Поля ввода формы входа / регистрации my-account */
.my-account__woocommerce .woocommerce-form-login input[type="text"],
.my-account__woocommerce .woocommerce-form-login input[type="password"],
.my-account__woocommerce .woocommerce-form-login input[type="email"],
.my-account__woocommerce .woocommerce-form-register input[type="text"],
.my-account__woocommerce .woocommerce-form-register input[type="password"],
.my-account__woocommerce .woocommerce-form-register input[type="email"] {
	width: 100%;
	padding: 17px 15px;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	font-size: 16px;
	font-family: "Neue Haas Unica", sans-serif;
	color: rgba(14, 41, 62, 1);
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.my-account__woocommerce .woocommerce-form-login input:focus,
.my-account__woocommerce .woocommerce-form-register input:focus {
	outline: none;
}

/* Кнопка «Показать пароль» — выравнивание по правому краю */
.my-account__woocommerce .woocommerce-input-wrapper {
	position: relative;
}
.my-account__woocommerce .show-password-input {
	position: absolute;
	right: 15px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
}

/* На мобильных: формы входа/регистрации одна под другой */
@media (max-width: 768px) {
	#customer_login {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	#customer_login .u-column1,
	#customer_login .u-column2 {
		width: 100%;
		float: none;
		margin: 0;
	}
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	justify-content: right;
}

/* Обёртка пароля WooCommerce: поле не должно сжиматься при показе пароля */
.woocommerce form .password-input,
.woocommerce-page form .password-input {
	display: block;
	width: 100%;
	position: relative;
}

/* Поля ввода и select во всех формах WooCommerce */
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
	width: 100%;
	padding: 17px 15px;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	font-size: 16px;
	font-family: "Neue Haas Unica", sans-serif;
	color: rgba(14, 41, 62, 1);
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}

.woocommerce table.my_account_orders {
	font-size: 16px;
}

.woocommerce-info {
	border-top-color: #0e293e;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 1.5em 1em 1.5em;
}

.woocommerce-info::before {
	display: none;
}

.woocommerce-message::before {
	display: none;
}

.woocommerce-error::before {
	display: none;
}

.woocommerce-shipping-destination {
	display: none;
}

/* Скрыть clearfix ::before у списка товаров (пустой первый пункт) */
.category-product__list.products::before,
.category-product__list.products::after {
	content: none !important;
	display: none !important;
}

.my-account__content h2 {
	font-family: PP Pangram Sans Rounded;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #032940;
}
.my-account__content p {	
	font-size: 18px;
	line-height: 22px;
}

/* Ссылки внутри параграфов не переносятся на новую строку */
.my-account__content p a {
	display: inline;
	white-space: nowrap;
}
.my-account__content img {
	width: auto;
}
.my-account__content ul {
	margin-left: 20px;
	list-style-type: disc;
}
.my-account__content li {
	line-height: 22px;
	list-style: disc;
}

/* Single blog (BEM) */
.single-blog__content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 40px;
}
.single-blog__content h2 {
	font-family: PP Pangram Sans Rounded;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #032940;
}
.single-blog__content p {
	font-family: PP Pangram Sans Rounded;
	font-size: 16px;
	line-height: 22px;
}
.single-blog__content img {
	width: auto;
}
@media (max-width: 768px) {
	.single-blog__content img {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin-left: 0;
	}
}
.single-blog__content ul {
	margin-left: 20px;
	list-style-type: disc;
}
.single-blog__content li {
	line-height: 22px;
	list-style: disc;
}

/* Category blog (BEM) */
.category-blog {
	margin-top: 60px;
}
.single-blog {
	margin-top: 60px;
}
.category-blog__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(auto, 1fr));
	gap: 20px;
}
.category-blog__item {
	list-style: none;
}
.category-blog__item-link {
	text-decoration: none;
	color: inherit;
	display: block;
}
.category-blog__item-img {
	overflow: hidden;
}
.category-blog__item-img img,
.category-blog__item-pic {
	border-radius: 15px;
	width: 100%;
	height: auto;
	display: block;
    aspect-ratio: 16 / 10;
}
.category-blog__item-date {
	background: #F1F1F1;
	border-radius: 15px;
	padding: 5px 10px 7px 10px;
	font-size: 14px;
	max-width: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0.8;
	font-weight: 500;
}
.category-blog__item-title {
	font-family: PP Pangram Sans Rounded;
	font-weight: 500;
	font-size: 18px;
	color: #032940;
	/*margin: 15px 0;*/
	line-height: 1.3;
}

/*Категория блога */
	.category-news__content {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 20px;		
	}
	.category-news__item-img img {
		border-radius:15px;
	}
	.category-news__item-title {
font-family: PP Pangram Sans Rounded;
font-weight: 500;
font-size: 18px;
		color:#032940;
		margin-top:15px;
		margin-bottom:15px;
	}
	.category-news__item-date {
    background: #F1F1F1;
    border-radius: 15px;
    padding: 5px 10px 7px 10px;
    font-size: 14px;
    max-width: 90px;
	margin-top: 10px;	
    margin-bottom: 10px;
    line-height: 0.8;
    font-weight: 500;
}

    



/*Категория товаров */
.category-product__content {
    /*display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 20px;*/
	margin-bottom: 20px;
	}
	.category-product__item-img img {
		border-radius:15px;
	}
	.category-product__item-title {
font-weight: 500;
font-size: 19px;
color: #032940;		
		/*margin-top:15px;	
		margin-bottom:15px;*/		
	}
	.category-product__item-date {
    background: #F1F1F1;
    border-radius: 15px;
    padding: 5px 10px 7px 10px;
    font-size: 14px;
    line-height: 0.8;
    font-weight: 500;
    width: fit-content;
}
.category-product__item {
	border-radius: 15px;
	/*padding: 10px;*/
}



/*Форма*/
input.input-wrapper-icon-name  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    border-radius: 0px;
    background: #fff;
    border-radius: 135px;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.input-wrapper-icon-name::before {
    content: "";
    position: absolute;
    z-index: 20;
    width: 37px;
    aspect-ratio: 4 / 4;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.input-wrapper-icon-name::before {
    background-image: url(images/icons/name.svg);
}

input.input-wrapper-icon-phone  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    border-radius: 0px;
    background: #fff;
    border-radius: 135px;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.input-wrapper-icon-phone::before {
    content: "";
    position: absolute;
    z-index: 20;
    width: 37px;
    aspect-ratio: 4 / 4;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.input-wrapper-icon-phone::before {
    background-image: url(images/icons/name.svg);
}






/*Фильтр производителей*/

.catalog-type_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}
.catalog-type_block a img {
    min-width: 80px;
    height: 45px;
}

.catalog-type_text {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 45px;
    margin-right: 10px;
}

.catalog-type_block a img:first-child {
	
}
.catalog-type_block a img:nth-child(2n) {
	
}
.catalog-type_block a img:nth-child(3n) {

}

/*Категория товара*/

.category-product {
    padding-top: 60px
}

.category-product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
}

.category-product__nav {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.category-product__nav .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.category-product__nav .menu-list>li.active>a {
    background: #0e293e;
    color: #fff
}

.category-product__nav .menu-list>li.active>a::before {
    background-image: url("../images/icons/arrow-sub-menu-white.svg")
}

.category-product__nav .menu-list>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-radius: 30px;
    background: #daf128;
    color: #0e293e;
    font-size: 20px;
    font-weight: 500
}

.category-product__nav .menu-list>li>a::before {
    content: "";
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 4/4;
    background-image: url("../images/icons/arrow-sub-menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.category-product__nav .menu-list>li .sub-menu {
    display: none
}

.category-product__nav .menu-list>li .sub-menu li a {
    width: 100%;
    padding: 12px 0;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9
}

.category-product__body {
    width: 100%
}

.category-product__body .breadcrumbs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: -50px
}

.category-product__body .title-section {
    margin-bottom: 20px
}




/*.blog__add {   
    line-height: 0.8!important;
    padding: 10px 10px 13px 10px!important;
}
.blog__add::after {    
    margin-top: 5px!important;
}
.single__nav .menu-list>li>a::before {   
    margin-top: 8px!important;
}
.single__nav .menu-list>li>a {  
    line-height: 0.4!important;
    padding: 3px 10px 10px 10px!important;
}*/



/* Мобильная версия */
@media (max-width: 600px) {
	
    .category-product__content {
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 20px;
    margin-bottom: 20px;		
}
.catalog-type_block a img {
    width: 45%;   
}	
.catalog-type_block {
        flex-direction: row;
        display: flex;
}
.catalog-type_block a img {      
        width: auto;
        height: 36px;
}
.catalog-type_text {
	display:none;
}
.single,
.category-blog,
.single-blog,
.checkout-section {
    padding-top: 30px!important;
}	
.category-news__content,
.category-blog__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 20px;
}	

	.footer__nav-col {
		width:50%;
	}	
	
	
}	


@media (max-width: 600px) {
    .header__marketplaces a {
        display: flex;      
        justify-content: center;
        align-items: center;
    }
    .header__marketplaces a img {
        max-width:150px;
    }
    .header__marketplaces {        
        width: 100%;
    }
}


.header__marketplaces a img {
   height:40px;
	width:auto;
}

.footer__addres::before {   
    width: 60px!important;   
}
.single__dscr a {
	text-decoration: underline;
    color: #005bff;
}
.single__content-blog a,
.my-account__content a {
	display: flex;
	gap: 20px;
}
.single-blog__content a {
    display: inline;
    color: #0076bd;
    text-decoration: none;
}
.single-blog__content a:hover {
    text-decoration: underline;
}
.my-account__woocommerce {
	display: flex;
	gap: 20px;
}
.my-account__woocommerce .woocommerce-notices-wrapper {
	display: none;
}
.my-account__woocommerce .woocommerce-privacy-policy-text {
	display: none;
}
.my-account__woocommerce a {
	text-decoration: underline;	
}
.woocommerce-MyAccount-content {
    width:100%;
}
section.my-account {
    /*margin-top:60px;*/
}
.woocommerce ul#shipping_method li {
    margin: 0 0 20px;
    line-height: 1.5em;
    padding: 20px 35px;
    min-height: 58px;
    list-style: none outside;
    border: 1px solid #CCC;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 0;
}
.woocommerce ul#shipping_method li input.shipping_method {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    pointer-events: none;
}
.woocommerce ul#shipping_method li label {
    display: block;
    margin: 0;
    cursor: pointer;
    position: static;
    z-index: 1;
    padding: 0;
    font-size: 18px;
    font-family: "Neue Haas Unica", sans-serif;
    font-weight: 400;
    width: auto;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
}
.woocommerce ul#shipping_method li:hover,
.woocommerce ul#shipping_method li:has(input:checked) {
    background: #daf128;
    border: 1px solid #daf128;
}
/* Только адрес ПВЗ — под способом доставки; кнопка «Выбрать ПВЗ» остаётся справа в первой строке */
.woocommerce ul#shipping_method li .cdek-office-info {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
    background: #ccc;
    border-radius: 6px;
    margin-top: 5px;
    padding: 0;
    font-size: 16px;
}
.woocommerce ul#shipping_method li .open-pvz-btn {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
}
.woocommerce ul#shipping_method li:hover .cdek-office-info,
.woocommerce ul#shipping_method li:has(input:checked) .cdek-office-info {
    background: transparent;
}

/* Кнопка «Выбрать ПВЗ» (СДЭК) — слева, фирменный стиль */
.woocommerce-shipping-totals td:has(.open-pvz-btn),
tr.shipping td:has(.open-pvz-btn) {
    text-align: right;
}
.open-pvz-btn {
    position: relative;
    z-index: 10;
    display: inline-block;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 6px 16px;
    color: #ffffff;
    background: #032940;
    font-family: "Neue Haas Unica", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
   /*line-height: 22px;*/
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    box-sizing: border-box;
}
.open-pvz-btn a {
    position: relative;
    z-index: 1;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-size: 14px;
}
/* Когда способ доставки с ПВЗ выбран или при наведении на строку — кнопка «Выбрать ПВЗ» тёмная */
.woocommerce ul#shipping_method li:hover .open-pvz-btn,
.woocommerce ul#shipping_method li:has(input:checked) .open-pvz-btn,
.woocommerce-shipping-totals td:has(.woocommerce ul#shipping_method li:has(input:checked)) .open-pvz-btn {
    background: #032940;
    color: #FFFFFF;
}
.open-pvz-btn[aria-small] {
    font-size: 14px;
}
/* На мобильных: способ доставки и цена в одну строку, ниже кнопка ПВЗ и адрес ПВЗ друг за другом */
@media (max-width: 768px) {
    .woocommerce-shipping-totals.shipping td:has(.open-pvz-btn),
    tr.shipping td:has(.open-pvz-btn) {
        text-align: left;
    }
    .woocommerce ul#shipping_method li {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 10px 15px;
    }
    .woocommerce ul#shipping_method li label {
        grid-column: 1;
        grid-row: 1;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.25em;
    }
    .woocommerce ul#shipping_method li .open-pvz-btn {
        grid-column: 1;
        grid-row: 2;
        margin-top: 10px;
        margin-left: 0;
    }
    .woocommerce ul#shipping_method li .cdek-office-info {
        grid-column: 1;
        grid-row: 3;
    }
}
.woocommerce-form-coupon-toggle {
    display: none!important;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    color: #FFFFFF;
    float: right;
    text-align: center;
    background-color: #0E293E;
    border-radius: 100px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    color: #FFFFFF;
    float: right;
    text-align: center;
    background-color: #0E293E;
    border-radius: 100px;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: rgba(218, 241, 40, 1);
    color: #0E293E;
}

mark {
    background:none;
    font-weight:bold;
}
.woocommerce .woocommerce-order-details {
    margin-top:20px;
}
.woocommerce ul.products a {
    text-decoration: none!important;
}

/* Всплывающее окно «Войдите для избранного» */
#favorites-login-popup .popup__btn {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 10px auto 0;
	padding: 16px 24px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	background: #0E293E;
	border-radius: 10px;
	text-decoration: none;
	transition: opacity 0.2s ease;
}
#favorites-login-popup .popup__btn:hover {
	opacity: 0.9;
	color: #fff;
}

/* Кнопка «Подтвердить заказ» — по левому краю */
.woocommerce-checkout #payment .form-row.place-order {
	text-align: left;
}
.woocommerce-checkout #place_order {
	width: auto;
	float: right;
	text-align: center;
	color: #FFFFFF;
	background-color: #0E293E;
	border-radius: 100px;
}

.woocommerce #payment #place_order {
	float: left;
}

.woocommerce-checkout #payment {
	background: none;
}

/* Описание адреса под способом доставки «Самовывоз» */
.vetola-pickup-address {
	font-size: 14px;
    color: #000000;
}

.checkout-privacy-policy label {
    display: flex !important;
}

/* Сообщение «Ваш заказ принят» на странице благодарности */
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	margin-bottom: 20px;
}

/* Заголовок «Информация о заказе» на странице заказа */
.woocommerce-order-details__title {
	margin-bottom: 20px;
}

/* Заголовки «Платёжный адрес» / «Адрес доставки» в блоке данных заказа */
.woocommerce-customer-details .woocommerce-column__title {
	margin-bottom: 20px;
}

/* Суммы на мобильных: по правому краю, ширина под 6 цифр + ₽ */
@media (max-width: 768px) {
	.woocommerce-Price-amount.amount {
		display: inline-block;
		/*min-width: 8ch;*/
        min-width: auto;
		text-align: right;
        margin-left:0px!important;
		font-size: 16px;
	}
	.woocommerce .order-total td,
	.woocommerce-checkout-review-order-table td.woocommerce-Price-amount,
	.woocommerce table.shop_table td.woocommerce-Price-amount {
		text-align: right;
	}
}
