.selctd {
background-color: gold;
}
.v-product-prices__general {
  color: #d62f44;
  font-size: 32px;
  margin-right: 10px;
}

.whatsapp {
position: fixed;
right: 25px;
top: 73%;
z-index: 100000;
width: 55px;
}

.v-products-list__price {
    font-size:32px; 
    color:#A52D2E;
}

.v-product-last-review__wrap {
    border: 3px solid #FFF1C5;
    padding: 16px 20px 17px 15px;
}

.v-product-last-review__triangle {
    border-left: 20px solid #FFF1C5;
}
.hrprice {
    margin-top: -25px;
}

body {
    width: 100%;
}
.v-header-top__text-small {
line-height: 18px;
font-size: 11px;
color: black;
float: left;
height: 40px;
overflow: hidden;
padding-right: 10px;
padding-left: 10px;
background-color: white;
margin-left: 44px;
}
	.v-menuupper__list {
	  padding: 0;
	  margin: 0 0 0 -12px;
	  font-size: 0;
	  white-space: nowrap;
	  float: left;
	}

.v-menuupper__list > .v-menuupper__item {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 8px;
	}
.v-menuupper__list > .v-menuupper__item > .v-menuupper__link {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 12px;
  display: inline-block;
  border-radius: 5px;
  height: 40px;
  line-height: 42px;
}

.myvideo {
position: sticky;
padding-bottom: 30.25%;
height: 0;
overflow: hidden;
margin-bottom: 100px;
float: left;
width: 100%;
}
.myvideo iframe,.myvideo object,.myvideo embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.akciia {
border: 1px yellow solid;
width: 300px;
min-width: 150px;
text-align: center;
float:right;
}

.akciia-button {
height: 37px;
line-height: 37px;
margin-bottom:10px;
padding: 0 20px;
outline: 0;
cursor: pointer;
box-sizing: border-box;
white-space: nowrap;
border-radius: 5px;
display: inline-block;
text-decoration: none;
border: none;
background: #d62f44;
color: #fff;
}


.v-info-blocks_horizontal {
    display: inline-block;
}

.splayer {
width: 100%;
height: 360px;
    
}

	/* Базовые стили слоя затемнения и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнения */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
/* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 2%;
}
/* формируем кнопку закрытия */
.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* изображения внутри окна */
.popup img {
    width: 100%;
    height: auto;
}
/* миниатюры слева/справа */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* элементы м-медиа, фреймы */
.popup embed, 
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup h2 { /* заголовок 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* параграфы */
.popup p {margin: 0; padding: 5px 0}

.akciia_label
{
    background-color: yellow;
height: 35px;
padding-top: 12px;
font-size: 26px;
font-family: Helvetica, sans-serif;
}
.wa-form .wa-field .wa-value {
    margin-left: 50px;
}

.wa-form .wa-field .wa-value input[type="text"], .wa-form .wa-field .wa-value input[type="email"], .wa-form .wa-field .wa-value input[type="password"] {
    min-width: 134px;
}
.wa-form .wa-field .wa-value {
    margin-left: 20px;

}

body {
    font-family: 'Arimo', sans-serif
}
.menu-h {
    display:none;
}
.un-flex {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.akciia_label_un
{
background-color: #FFD700;
padding: 15px 10px;
font-size: 24px;
font-weight:bold;
font-family: Helvetica, sans-serif;
}
.akciia_un {
width: 100%;
text-align: center;
margin-top: 10px;
}

.imgaa {

}


.chosen-container-single .chosen-single {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}
.chosen-container-single .chosen-single span {
    padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}


/*Классы для вывода адаптивного контента*/

  .flex-div {
      display:flex;
      justify-content:space-around;
      flex-wrap:wrap;
  }
  
  .flex-row {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.max-row-width {
 padding:5px;
 margin:0 5px 10px;
 text-align:center;
}

.align-text-row p {
    text-align:center;
    margin-bottom:0;
}

/*Конец классов*/



/*Классы для блолков адресов*/

  .h2_padding h2 {
      padding: 32px 0 20px !important;
      text-align:center;
  }
  
    .img-zoom img:hover {
      transition:.3s;
  }
  .img-zoom img:hover {
      transform:scale(1.1, 1.1);
  }
  
  .padding-bottom-block {
      padding-bottom:24px;
      margin:0 10px;
  }
  .city-17 {
      font-size:18px;
      font-weight:600;
  }
  
  .shop-regions {
    display: flex;
    justify-content: center;
    margin: 14px 0 -16px;
    font-weight:bold;
}


  /*Конец классов*/
  
  .v-product-prices__old {
    color: #01449d;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}
.v-products-card__price-old, .v-products-list__price-old, .v-products-tbl__price-old {
    font-size: 18px;
    color: #01449d;
    text-decoration: none;
}

.v-products-card__price, .v-products-list__price {
    font-size: 20px;
    margin-right: 8px;
    color: #D62F44;
    font-weight: 600;
}

.v-product-prices__general {
    color: #d62f44;
    font-size: 32px;
    margin-right: 10px;
    font-weight: 600;
}

.v-products-tbl__price {
    color: #d62f44;
    font-size: 18px;
}

.obmen {font-size: 14px;
    color: #333;
    font-weight: normal !important;
}

/* Эффект увеличения для верхнего меню VivaShop */
.v-menuupper__link {
    display: inline-block !important;
    transition: transform 0.2s ease-in-out !important;
}

.v-menuupper__link:hover {
    transform: scale(1.15) !important; /* Увеличение на 15% */
    text-decoration: none !important;
}

/* Общая анимация появления */
@keyframes fadeInFog {
    0% {
        opacity: 0;
        filter: blur(12px);
        transform: scale(0.96);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
}

/* Применяем эффект и к спискам, и к основной карточке */
.v-products-card__img, 
.v-product-main-image img, 
.v-image-wrapper img,
.js-product-image {
    animation: fadeInFog 1.0s ease-out forwards !important;
    will-change: opacity, filter;
}
/* Кнопка "Наверх" */
#toTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px; /* Теперь кнопка будет справа */
    z-index: 999;
    width: 50px;
    height: 50px;
    background-color: #01449D;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 30px;
    text-decoration: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* Эффект при наведении */
#toTop:hover {
    background-color: #002d69;
    transform: translateY(-5px); /* Слегка подпрыгивает */
}

/* Плавный скролл для всей страницы */
html {
    scroll-behavior: smooth;
}
/* Стили для кнопок SEO-фильтра */
.v-seofilter-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px !important;
}

.v-seofilter-links a {
    display: inline-block;
    padding: 8px 15px;
    background: #f0f3f7;
    color: #01449D;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #dee2e6;
}

.v-seofilter-links a:hover {
    background: #01449D;
    color: #fff;
    border-color: #01449D;
    transform: translateY(-2px);
}

