
@font-face {
  font-family: 'Lakes-Neue-Trial';
  src: 
       url('/wp-content/themes/symbiosis/assets/font/Lakes-Neue-Trial/TT-Lakes-Neue-Trial-Expanded-Medium-BF66a120acd6ce2.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'CloisterBlack';
  src: url('/wp-content/themes/symbiosis/assets/font/CloisterBlack/CloisterBlack.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'digital-7';
  src: url('/wp-content/themes/symbiosis/assets/font/digital-7/digital-7.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}


:root {
  --font-mono:
    "SF Mono",
    "SFMono-Regular",
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;
}



body {
	margin: 0;
 font-family: "Lakes-Neue-Trial", sans-serif;
	font-size: 14px;
	color: #3B3C3E;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	scroll-behavior: smooth;
}
*, *:before, *:after {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p {
	margin: 0 0 10px;
}
a, button {
	all: unset;
	cursor: pointer;
}
/* Container
===================*/

.elementor-page h1, h1, .elementor-page h3, h3, .elementor-page h4, h4 {
     font-family: "Lakes-Neue-Trial", sans-serif!important;
}

.container {
	max-width: 100vw;
	width: 100%;
	margin: 0 auto;
	padding: 0 14px;
    overflow: hidden;
}

.header-main {
	position: fixed;
	z-index: 99;
	background: #fff;
	width: 100%;
	padding: 0 !important;
}
.header_left ul{
    margin: 0;
}
.nav-menu li a {
    font-size: 14px;
    transition: .1s linear;
    font-family: 'Lakes-Neue-Trial', sans-serif;
	font-size: 14px;
	color: #3B3C3E;
	-webkit-font-smoothing: antialiased;
}

.secondary-image {
    position: absolute!important;
    display: block!important;
    top: 0px!important;
}

.symbiosis-header_logo {
	padding: 12px 0px;
	flex-grow: 0;
	flex-shrink: 0;
	text-align: center;
}
.span-for-header-fixedgo{
    display: block;
     width: 100%;
  height: 40px;
  
  border-bottom: 1px solid black;
}
.header_col {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
}
.header_left {
	display: flex;
	justify-content: flex-start;
	flex: 1;
}
.header_right {
	display: flex;
	justify-content: flex-end;
	flex: 1;
}

#counterCartNav{
  display: flex;
}
.header_left a {
	margin-right: 60px;
	transition: .1s linear;
}
.header_right a, .header_right .open-search-modal {
	margin-left: 60px;
	transition: .1s linear;
	cursor: pointer;
}
.header_left a:hover, .header_right a:hover, .header_right .open-search-modal:hover {
	opacity: 0.9
}
.intro_video_container {
	position: relative;
}
.video-overlay {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100;
	object-fit: cover;
	z-index: 2;
}
video.intro-video {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	object-fit: cover;
	z-index: 1;
	filter: brightness(70%);
}
.intro_text_left, .intro_text_right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	/* Убедитесь, что текст поверх затемнения */
	color: #f9f9f9;
	text-transform: uppercase;
}

.intro_text_center {
    position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 3;
	margin-top: 40px;
}

.intro_text_left {
	left: 14px;
	margin-top: 40px;
}
.intro_text_right {
	right: 14px;
	margin-top: 40px;
}
.slider {
	margin-top: 65px;
	padding-bottom: 320px;
	position: relative;
}
.slider_col {
	display: flex;
	justify-content: space-between;
}
.slider span {
	text-transform: uppercase;
}
span.brand_name {
	font-weight: bold;
	font-size: 20px;
}
.slider_bg_text {
    margin-top: 18.3vw;
}
.slider_text_l span:first-child {
	margin-right: 94px;
}
.slider_text_l {
	display: flex;
	justify-content: space-between;
}
.slider_text_l span:nth-child(2) {
	margin-right: 84px;
}
.slider_text {
	text-transform: uppercase;
	font-size: 4vw;
    letter-spacing: -5px;
}
.slider_1line {
	display: flex;
	justify-content: space-between;
}
.slider_1line div span:nth-child(1) {
	margin-right: 6vw;
}
.slider_1line span {
	margin-right: 2.8vw;
}
.slider_2line, .slider_3line {
	display: flex;
	justify-content: space-between;
}
.slider_3line span:last-child {
	margin-right: 2vw;
}
.slider_svg {
	display: flex;
	justify-content: space-between;
}
.slider_svg_block {
    display: flex;
    align-items: center;
}
.slider_svg_width {
	width: 33.33333%;
}
.slider_svg .slider_svg_block:last-child {
	justify-content: flex-start;
}
.slider_svg div.slider_svg_width:nth-child(2) {
	position: relative;
	left: -8vw;
}
.slider_svg div.slider_svg_width:nth-child(3) {
	width: 20%;
	position: relative;
	left: -5.5vw;
}
.slider_svg div.slider_svg_width:nth-child(1) {
	width: 20%;
}

.slider_svg_width.slider_svg_block div:first-child {
    margin-right: 7px;
}

.slider_svg_width div:first-child {
	color: #858585;
}
.slider_svg_width div {
	font-size: 1.1vw;
}
.slider_svg_block div img {
	width: 2.55vw;
}
.carousel {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}





.nav_page_fiters-clother{
    display: flex;
    justify-content: center;
}


.filter_col.is-loading {
    visibility: hidden;
}

.filter_col.is-ready {
    visibility: visible;
}




.filter {
    margin-bottom: 105px;
}

.filter_text_block {
    display: flex;
    justify-content: center;
}

.filter_text_block span {
    font-size: 30px;
    text-transform: uppercase;
}

.filter_text_block span:first-child {
    margin-right: 10px;
    margin-bottom: 26px;
}

.filter_col {
    display: flex;
    align-items: stretch; 
}

/* ЛЕВЫЙ БЛОК — ФОТО */
.filter_photo {
    flex: 0 0 33%;
    overflow: hidden;       
    border: 1px solid gray;
}

.filter_photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;      
    object-position: center;
    transition: opacity .15s linear;
}

.filter_a {
    flex: 0 0 67%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 10px;
}

.filter_a a {
    padding: 12px 0;
    border-left: 1px solid #858585;
    border-right: 1px solid #858585;
    border-bottom: 1px solid #858585;
    box-sizing: border-box;
    transition: .1s linear;
}

.filter_a a:first-child {
    border-top: 1px solid #858585;
}

.filter_a a div {
    margin-left: 14.5vw;
}

.filter_a a:hover,
.filter_a a.hover-effect {
    background: #3B3C3E;
    color: #F9F9F9;
}

   
.collab {
    margin-bottom: 132px;
}
 
.collab_margin {
    margin-bottom: 17px;
}

/*
.collab_block {
    height: 594px;
    background: url('/assets/image/Collab/background.png') no-repeat center /cover #d9d9d9;
    position: relative;
}
*/
.collab_block {
  height: 594px;
  position: relative;
  overflow: hidden; /* Убедитесь, что видео не выходит за пределы блока */
}

.collab_full_page {
    height: 120vh;
}

.collab_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1; /* Устанавливает видео под другим содержимым */
}


.collab_col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}

.collab_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F9F9F9;
    margin: 20px 16px;
    margin-top: 0px;
    padding-top: 16px;
}

.collab_col span {
    text-transform: uppercase;
    color: #F9F9F9;
    margin: 0 auto;
    padding-bottom: 7px;
}

.collab_titles {
    position: absolute;
}


.collab_titles_left,
.collab_titles_right,
.collab_titles_button {
	position: absolute;
	top: 50%;
	z-index: 3;
	color: #f9f9f9;
	text-transform: uppercase;
}

#collab_page  .collab_titles_left,
#collab_page  .collab_titles_right,
#collab_page  .collab_titles_button {
	position: absolute;
	top: 30%;
	z-index: 3;
	color: #f9f9f9;
	text-transform: uppercase;
}

#collab_page  .collab_titles_button {
    left: 60vw;
}
#collab_page .collab_subtitles_right{
    top: 40%;
}



.collab_titles_left{
    font-size: 26px;
    left: 16px;
}
.collab_titles_left-h1{
    font-size: 26px;
    font-weight: 400;
}
.collab_titles_right {
    max-width: 469px;
    right: 16px;
        text-align: justify;
}

.collab_titles_button {
    position: absolute;
    left: 50%;
    top: 51.5%;
    transform: translate(-50%, -50%);
}


.collab_full_page .collab_titles_button {
    left: 40vw;
    position: absolute;
    right: 0;
    top: 32% !important;
}

.collab_link {
    padding: 7px 18px;
    background: #F9F9F9;
    color: #3B3C3E;
    border-radius: 67px;
}

.rhytm {
     margin-bottom: 140px;
}
.rhytm_inner {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.all-center{
    text-align: center;
}
.rhytm_col_center, .h1_col_center_pg {
    font-size: 26px;
    max-width: 530px;
font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}
.rhytm_col_left_img img, .rhytm_col_right_img img {
    max-width: 330px;
    max-height: 345px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rhytm_col_center_top {
    margin-bottom: auto;
}
.rhytm_col_center_bottom {
    margin-top: auto;
}
.rhytm_col_left, .rhytm_col_right {
    position: relative;
}
.thytm_col_left_title, .thytm_col_right_title {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 3;
	color: #f9f9f9;
	text-transform: uppercase;
}
.rhytm_col_left_img img {
	filter: brightness(50%);
	    transition: .3s linear;
}
.rhytm_col_down {
    display: flex;
    justify-content: space-between;
}
.rhytm_col_center_title {
    text-align: justify;
}

.footer_inner {
    background: #131313;
    color: #F9F9F9;
    padding: 40px 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer_links div {
    margin-top: 7px;
}

.footer_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.footer_links {
    flex: 1;
}

.footer_number {
    margin-top: 26px;
}

.footer_info_links {
    margin-top: 26px;
    color: #858585;
}

.footer_info_links a {
    margin-right: 30px;
}

.footer_info_links a:last-child {
    margin-right: 0px;
}

.footer_social {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.footer_social div {
    margin-left: 17px;
}

.footer_social div:first-child {
    margin-left: 0px;
}
.slider_text .marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

.slider_text .marquee span {
  display: inline-block;
  /* Убираем padding-left, чтобы текст начинался с края контейнера */
  animation: marquee 20s linear infinite;
  margin-right: 50px;
}

/* Ключевые кадры для анимации прокрутки */
@keyframes marquee {
  from { transform: translateX(0%); }
  to { transform: translateX(-100%); }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-10px, -10px);
    }
    50% {
        transform: translate(10px, -15px);
    }
    75% {
        transform: translate(-10px, 10px);
    }
}
.carousel_img img, .carousel_img .home_carousel_posts a img {
    animation: float 25s ease-in-out infinite;
    width: 50vw;
}
.carousel_img .home_carousel_posts a img {
    position: absolute;
    top:-250px;
}

.carousel_img {
    display: flex;
    justify-content: center;
    /*position: relative;*/
}
.carouselImage {
    position: absolute;
    opacity: 0;
     visibility: hidden; /* Изменено с display: none; */
    width: 50vw;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 50vw;
    z-index: 1;
    object-fit: cover;
transition: opacity 0.8s ease-in-out, visibility 0s linear 0.8s; /* Добавлена задержка для visibility */
}
.home_carousel_posts.show, .home_carousel_posts.show .carouselImage {
    opacity: 1;
}
.carouselImage.show {
    opacity: 1;
    visibility: visible; /* Изменено с display: block; */
    transition-delay: 0s; /* Убираем задержку для начала анимации */
}

.home_carousel_posts a{
   
    width:100%;
    height:100%;
    cursor:pointer;
}
.rhytm_page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    text-transform: uppercase;
    margin-bottom: 86px;
}
.rhytm_fline_page {
    margin-bottom: 51px;
}
.left_rhytm_photo, .right_rhytm_photo {
    position: relative;
}
.left_rhytm_photo div img, .right_rhytm_photo div img {
    max-height: 735px;
    width: auto;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.left_rhytm_photo, .right_rhytm_photo {
    width: calc(50% - 7px);
}
.left_rhytm_photo div img {
    filter: brightness(70%);
    transition: .3s linear;
    cursor: pointer;
}
.left_rhytm_photo div img:hover {
    filter: brightness(50%);
    transition: .3s linear;
    cursor: pointer;
}
.right_rhytm_photo div img {
    filter: contrast(100%);
    transition: .3s linear;
    cursor: pointer;
}
.rhytm_col_right, .rhytm_col_left{
    position: relative;
}
.rhytm_col_right a, .rhytm_col_left a{
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}


.right_rhytm_photo div img:hover {
    filter: contrast(50%);
}
.thytm_col_left_title, .thytm_col_right_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 3;
    color: #f9f9f9;
    text-transform: uppercase;
}
.rhytm_photo {
    display: flex;
    justify-content: space-between;
}
.rhytm_photo_text {
    position: absolute;
    top: 50%;
    font-size: 30px;
    transform: translateY(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 3;
    color: #f9f9f9;
    text-transform: uppercase;
}
.rhytm_page_margin {
    margin-bottom: 89px;
}

.assortment {
    margin-bottom: 80px;
    padding-top: 40px!important;
    display: flex;
}

.main_photo {
    width: 50vw;
    object-fit: cover;
    /*height: calc(100vh - 40px);;*/
    aspect-ratio: 4 / 5;
}

.main_photo img, .main_photo video {
    width: 50vw;
    /*height: calc(100vh - 40px);;*/
        aspect-ratio: 4 / 5;
    object-fit: cover;
}

.right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.product-info h1,
.product-info p {
  text-align: center;
  font-weight: normal;
}

.product-info h1, .big-text-conacts {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.product-info p {
    margin-bottom: 19px;
}

/* Стили для таблицы размеров и кнопки */
.size-chart-container a,
.size-chart-container button {
  text-align: center;
  font-size: 10px;
  display: inline-block; /* или использовать flex */
}

.size-chart-container button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.size-chart-container button img {
  margin-left: 10px; /* Отступ справа от текста */
  height: 12px;
}


.number-buttons-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 19px 0;
  margin-bottom: 27px;
  font-size: 16px;
}

.number-buttons-container button {
    padding-left: 26px;
}

.number-buttons-container button:first-child {
    padding-left: 0;
}

.color-selection-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.color-option {
  width: 24px; 
  height: 24px;
}

.price-container {
  text-align: center;
  font-weight: 900;
  margin-bottom: 22PX;
  color: #000000;
  font-size: 10px;
    font-family: 'Lakes-Neue-Trial', sans-serif;
}


.add-to-cart-button-container button {
  text-align: center;
  padding: 7px 18px;

}

.photo-gallery-container {
    position: relative;
    bottom: 0;
    /*min-height: 30vh;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: end;
}

.woocommerce div.product div.summary {
    margin-bottom: 0!important;
}

.main-photo, .thumbnails {
    margin: 0!important;    
    max-width: 350px!important;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    grid-gap: 4px!important;
    display: flex!important;
    margin-left: auto;
    margin-right: auto;
}

.thumbnails .slick-slide {
    margin: 10px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
}

.thumbnails .slick-slide {
    margin: 0 !important;
    display: flex!important;
    flex-direction: column;
    align-items: center;
}

.photo-gallery-container div img, .photo-gallery-container div video {
    width: 100%;
    height: 120px;
    width: 80px;
    object-fit: cover;
}
.slick-slider {
    width: 100%;}

.assorment_inner {
    display: flex;
    justify-content: space-between;
}

.size-chart-container {
    display: flex;
    align-items: center;
    color: #858585;
    border: 1px solid #858585;  
    border-radius: 67px;
    padding: 3.5px 8px;
}

.add-to-cart-button-container {
    text-transform: uppercase;
    font-size: 14px;
    color: #F9F9F9;
    background: #3B3C3E;
  border-radius: 67px;
}

.size-choose {
    text-decoration: underline;
    font-weight: 900;
    color: #3B3C3E;
}

.slider-container { display: flex; }
.main-slider { flex-grow: 1; }
.main-slider .slide { width: 100%; }
.main-slider .slide.active { display: block; }
.thumbnails {     display: flex;
    flex-direction: row;
    margin-left: 20px; }
.thumbnails img { cursor: pointer; margin-bottom: 0px; }

.slide {
  transition: transform 0.5s ease-in-out;
}

.active-thumbnail {
  opacity: 1;
}

.thumbnail {
  opacity: 0.9; /* Немного прозрачные для неактивных миниатюр */
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.time-indicator {
  height: 2px;
  background-color: red;
  width: 0%;
  transition: width 4s linear;
}

.thumbnail-wrapper {
  position: relative;
  display: inline-block; /* или другой подходящий тип отображения */
}

.progress-bar {
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 2px;
  background-color: #FF5555;
  width: 0%;
  transition: width 4s linear;
}

.main-slider {
    overflow: hidden; /* Ограничиваем видимость слайдов за пределами контейнера */
}

.slides-container {
    display: flex; /* Располагаем слайды горизонтально */
    transition: transform 0.5s ease-in-out; /* Плавная анимация при смене слайдов */
}

.slide {
    flex: 0 0 100%; /* Каждый слайд занимает 100% ширины контейнера */
    opacity: 0; /* По умолчанию слайды невидимы */
    transition: opacity 0.5s ease-in-out; /* Плавное появление и исчезновение */
}

.slide.active {
    opacity: 1; /* Активный слайд видим */
}

.nav-product-type {
    width: 90%;
    padding-top: 110px;
    padding-bottom: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-product-type span, .nav-product-type a {
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 18px
}

.nav-product-type span:last-child, .nav-product-type a:last-child {
    margin-right: 0px;
}

.nav_active, .active-product-span-nav{
    background: #3B3C3E!important;
    color: #F9F9F9!important;
    border-radius: 32px!important;
    transition: .15s linear;
}
.more_product_pls_block{
        display: flex;
    justify-content: center;
}
#moreProducrVisibleAjacks{
     background: #3B3C3E;
    color: #F9F9F9;
    padding: 10px 20px;
    border-radius: 46px;
    margin-bottom: 50px;
}
.clothing-page-first-block{
    min-height: 70vh;
}
.clothe_inner{
    min-height: 200px;
}

.clothe_inner, .clothe-teg-season {
    gap: 20px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 77px;
    display: grid;
    grid-template-columns: repeat(5, 4fr);
        align-items: stretch;
}

.clothe_block, .clothe_tags_block {

    position: relative;
}

.clothe_info, .clothe_price {
    
    font-size: 10px;
    z-index: 2;
    text-transform: uppercase;
    white-space: nowrap;
}


.clothe_block img, .clothe_tags_block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 3;
    z-index: 0;
    filter: brightness(80%);
    transition: .3s linear;
}

.clothe_rec_block img {
    transition: .3s linear;    
}

.clothe_block img:hover, .clothe_tags_block img:hover, .clothe_rec_block img:hover {
    filter: brightness(60%);
}

.nav-product-type span, .nav-product-type a {
    transition: .15s linear;
}

.nav-product-type span:hover, .nav-product-type a:hover {
    background: #C9C9C9;
    color: #F9F9F9;
    border-radius: 32px;
}

.clothe_info {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%; 
    white-space: normal; 
    word-wrap: break-word; 
    overflow-wrap: break-word; 
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    z-index: 1;
}
.clothe .more_product_pls_block .more_product_pls:hover {
    background-color: #C9C9C9!important;
}


.clothe_price {
   
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: 12px;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
    font-size: 10px;
    z-index: 1;
    color: #F9F9F9!important;
}

.clothe_price .price_discount{
    text-decoration: line-through;
    font-size: 9px;
}

div.clothe_title h4 {
    font-weight: 500!important;
    font-size: 30px!important;
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
    margin-bottom: 23px;
}

.clothe_recomendation {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 17px; 
position: relative;
margin-bottom: 94px;
}
.clothe_rec_block {
    position: relative;
    aspect-ratio: 0.75;
}
.clothe_rec_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(80%);
}

.basket {
    padding-top: 85px;
}

.basket_tr span {
    text-align: left;
    font-weight: 500;
    color: #858585;
    text-transform: uppercase;
}

img.basket_photo  {
    max-width: 90px;
    max-height: 90px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basket_td {
    display: flex;
    align-items: center;
}

.basket_tr, .basket_td {
  display: flex;
  justify-content: space-between;
    border-bottom: 1px dashed #858585;
    margin-bottom: 7px;
    padding-bottom: 3px;
}



.basket_tr span, .basket_td span {
    flex: 1 1 0px; /* Все столбцы начинают с одинаковой базовой ширины */
    text-align: left;
    box-sizing: border-box;
}

.basket_tr span, .basket_td span {
  min-width: 0;
}

.basket_tr .item, .basket_td .item {
  flex-grow: 1;
}

.basket_tr .description, .basket_td .description {
  flex-grow: 1; 
}

.basket_tr .color, .basket_td .color,
.basket_tr .price, .basket_td .price,
.basket_tr .size, .basket_td .size,
.basket_tr .quantity-selector, .basket_td .quantity-selector {
  flex-grow: 1;
  text-align: left;
}

.basket_tr .quantity-selector, .basket_td .quantity-selector {
    flex-grow: 0.5; 
    margin-left: auto; 
    width: 100px; 
    text-align: right;
}

.basket_tr .quantity {
    text-align: right;
        flex-grow: 0.5; 
}

.basket_td .quantity-selector  {
    position: relative;
    right: 2.5vw;
}
.basket_td .product-thumbnail{
        position: relative;
}
.basket_td .product-thumbnail .product-remove{
    position: absolute;
    color: red;
    position: absolute;
    top: 0;
    right: 0;
}


.basket_amount {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    border-bottom: 1px dashed #858585;

    margin-bottom: 74px;
}

.basket_amount div {
    padding: 32px 0px;
}

.b_text {
    flex-grow: 2; 
    min-width: 52.9vw;
}

.b_price {
    flex-grow: 2;
}

.b_number {
    flex-grow: 0.5;
    text-align: center;
}

.basket_down {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 43px;
}

.basket_confirm_btn {
    text-transform: uppercase;
    background: #3B3C3E;
    padding: 11px 18px;
    border-radius: 67px;
    color: #F9F9F9;
    font-weight: 500;
    margin-bottom: 32px;
}

.basket_down p {
    font-size: 10px;
    color: #858585;
    line-height: 12px;
}

.basket_empty {
    height: 70vh;
    width: 100vw;
    box-sizing: border-box;
    object-fit: cover;
    position: relative;
    text-align: center;
    top: 50%;
}

.basket_empty_inner {
    position: relative;
    top: 20vh;
}

.basket_empty_text {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}



.modal_searh_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; 
    background-color: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    z-index:500;
}

.modal_searh_nav-content {
    background-color: #fff;
    padding: 20px;
    width: 80vw;
    max-width: 550px;
    border-radius: 10px;
    position: absolute;
    top: 40px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.close_searh_nav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}






.clothe-teg-season .pagination-block-btn {
    position: relative;
    bottom: 6px;
    right: -220%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.pagination-block-btn > * {
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    padding: 0 4px;
    margin: 0 3px;
    /* margin-top: 9px; */
    height: 20px;
    background-color: #fff;
    color: #fff;
}

.pagination-block-btn span {
    background-color: #3b3c3e;
    color: #ffffff;
    cursor: pointer;
}





/* 03.02.24 */

.visible {
    opacity: 1;
    transition: opacity 0.5s ease; /* Анимация для плавного перехода */
}

.rhytm_col_right_img img {
    filter: brightness(90%);
}

.rhytm_col_center_none {
    display: flex;
    flex-direction: column-reverse;
}

.rhytm_col_center_block {
    display: none;
}

.brnone {
    display: block;
}

.brblock {
    display: none;
}

.slider_4line {
    display: none;
}

.header_buttons {
    display: none;
}


.modalUnique {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);
    transition: display .3s linear;
}

.modal-content-header {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    padding-top: 90px;
    width: 100%;
    -webkit-animation-name: animatetop; 
    -webkit-animation-duration: 0.4s; 
    animation-name: animatetop; 
    animation-duration: 0.4s;
}

.modalUnique a {
  display: block;
  padding: 14px 20px;
  margin-bottom: 10px;
  background: #E6E6E6;
  font-size: 16px;
  text-decoration: none;
  color: black;
}

.header_modal_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width: 1250px) {
    
    .slider {
        padding-bottom: 200px;
    }
    .collab_titles_button {
        left: 45%;
    }
}

@media(max-width: 991px) {
    .intro_text_center {
        display: none;
    }
    .container {
    	padding: 0 20px;
    }
    .header_col {
        font-size: 12px;
    }
    .header_right a, .header_right .open-search-modal {
        margin-left: 40px;
    }
    .header_left a {
        margin-right: 40px;
    }
    .slider_bg_text {
        margin-top: 30vw;
    }
    .carousel {
        top: 40px;
    }
    .filter_photo {
        width: 45%;
    }
    .filter_a {
        width: 55%;
    }
    .filter_text_block span:first-child {
        margin-right: 12vw;
    }   
    .collab_titles_button {
        top: 65%;
        left: 37%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .collab_titles_left {
        top: 40%;
    }
    .rhytm_col_center_none {
        display: none;
    }

    .rhytm_col_center_block {
        display: block;
        text-transform: uppercase;
        margin: 0 auto;
    }

    div.rhytm_col_center_block.rhytm_col_center {
        max-width: 530px;
    }
    div.rhytm_col_center_block.rhytm_col_center .rhytm_col_top {
        margin-bottom: 50px;
    }
    div.rhytm_col_center_block.rhytm_col_center .rhytm_col_down {
        margin-bottom: 50px;
    }
    .rhytm_col_left_img img, .rhytm_col_right_img img {
        max-width: 100%;
        max-height: 100%;
        width: 46.5vw;
        height: 60vh;
    }
}
.style_mistery_slider_3{
    width: 35%;
    text-align: right;
}
@media(max-width: 756px) {
    .carousel_img img, .carousel_img .home_carousel_posts a img {
    animation: float 25s ease-in-out infinite;
    width: 90vw;
    position: relative;
        bottom: -10vw;
}
    .header_right, .header_left, .slider_text_r, .slider_text_l span:nth-child(2) {
        display: none;
    }
    .slider_text_l {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .slider_col {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }
    .slider_text_l span:first-child {
         margin-right: 0; 
    }
    .brnone {
        display: none;
    }
    .slider_text_l span:nth-child(3) {
        margin-top: 5px;
    }
    .slider_1line {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .slider_1line span {
        display: none;
    } 
    .slider_1line div span {
        display: flex;
    } 
    .slider_1line div {
        display: flex;
        justify-content: space-between;
    } 
    .slider_2line span:last-child, .style_mistery_slider_3 {
        display: none;
    }
    .slider_text {
        font-size: 7.6vw;
        padding: 1vw 0;
        letter-spacing: 1px;
    }
    .slider_1line span {
    margin-right: 0;
    }
    .slider_1line div span:nth-child(1) {
        margin-right: 0;
    }
    .slider_svg_block {
        display: none;
    }
    .slider_svg div.slider_svg_width:nth-child(2) {
        position: relative;
         left: auto; 
        right: 0;
        text-align: right;
    }
    .slider_svg {
        display: flex;
        justify-content: flex-end;
    }
    .slider_svg_width div {
        font-size: 2vw;
        white-space: nowrap;
    }
    .slider_cord div {
        display: none;
    }
    .brblock {
        display: block;
    }
    .slider_4line {
        display: flex;
        justify-content: space-between;
    }
    .cord_3line {
        color: #858585;
        font-size: 2.6vw;
        letter-spacing: 1px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }
    .carouselImage {
        width: 90vw;
    }
    .slider {
        padding-bottom: 110px;
    }
    .filter_photo {
        display: none;
    }
    .filter_a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        
    }
    .filter_a a {
        width: calc(50% - 7px);
        border: 0;
        padding: 0;

        text-align: center;
        background: #E6E6E6;
        height: 47px;

        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;

        margin-bottom: 16px;
    }
    .filter_a a:first-child {
        border: 0;
    }
    .filter_a a.hover-effect {
        background: #E6E6E6;
        color: #3B3C3E;
    }
    .filter_a a div {
         margin-left: 0; 
    }
    .filter_col {
         height: auto; 
    }
    .filter_text_block {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        margin-bottom: 35px;
    }
    .filter_text_block span:first-child {
        margin-bottom: 0;
        margin-right: 8px;
    }
    .filter_text_block span {
        font-size: 26px;
        white-space: nowrap;
    }
    .collab_titles_left, .collab_titles_right, .collab_titles_button {
    position: unset;
    }
    .collab_col {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 70px 30px 55px 30px;
    }
    .collab_titles_button {
         transform: translate(0%, 0%); 
    }
    .collab_inner {
        width: 325px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .collab_inner a {
        margin-top: 36px;
    }
    .collab_titles_left {
        padding-bottom: 20px;
        white-space: nowrap;
    }
    .collab_block {
        height: auto;
    }
    .collab_titles_right {
        max-width: 330px;
        text-align: justify;
        font-size: 1.8vw;
    }
    .collab_titles_button {
        margin: 40px 0px;
    }
    .rhytm_col_down {
        display: none;
    }
    .rhytm_col_left_img img, .rhytm_col_right_img img {
        max-width: 100%;
        max-height: 100%;
        width: 100vw;
        height: 50vh;
        transition: .3s linear!important;
    }
    .rhytm_inner {
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
    }
    div.rhytm_col_center_block.rhytm_col_center .rhytm_col_top {
        margin-bottom: 20px;
    }
    .rhytm_col_center_title {
        font-size: 26px;
    }
    .footer_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .footer_links div {
        text-align: center;
    }
    .footer_number  {
        margin-bottom: 28px;
    }
    .footer_info_links {
        margin-bottom: 22px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 20px;
        font-size: 10px;
        white-space: nowrap;
    }
    .footer_info_links a {
        margin-right: 0px;
    }
    footer .container {
        padding: 0px;
    }
    @keyframes float {
        0%, 100% {
            transform: translate(0, 0);
        }
        25% {
            transform: translate(-5px, -5px);
        }
        50% {
            transform: translate(5px, -10px);
        }
        75% {
            transform: translate(-5px, 5px);
        }
    }
    .collab {
        margin-bottom: 90px;
    }
    .filter {
        margin-bottom: 72px;
    }
    .rhytm {
        margin-bottom: 70px;
    }
    .symbiosis-header_logo {
        padding: 21px;
        padding-left: 0px;
    }
    .symbiosis-header_logo img {
        height: 24px;
        width: auto;
    }
    .header_buttons {
        display: flex;
    }
    .header_buttons button {
        margin-left: 30px;
    }
    .header_basket {
        position: relative;
    }
    .header_basket a{
        position: absolute;
        width:100%;
        height: 100%;
        top: 0;
        right: 0;
    }
    .header_basket span {
        position: absolute;
        
        top: -4px;
        right: -2px;

        font-family: 'Lakes-Neue-Trial', sans-serif;
        font-weight: 900;
        font-size: 10px;
    }


@media(max-width: 420px) {
    .collab_inner {
        width: 85%;
    }
    .footer_info_links {

        gap: 10px;

    }
    .collab_titles_left, .collab_titles_left-h1 {
        font-size: 6vw;
        font-weight: 400;
    }
    
    .rhytm_col_center_title {
        font-size: 18px;
    }
    .footer_inner {
        padding: 50px 28px 20px 28px;
    }
}





.wrapper-page-sys{
    width: 96%;

}

/*COLLABORATION*/
.collaboration_mobile_text {
    display: none;
}

.collab_full_page .collab_titles_left, .collab_full_page .collab_titles_right, .collab_full_page .collab_titles_button {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    z-index: 3;
    color: #f9f9f9;
    text-transform: uppercase;
}

.collab_full_page .collab_subtitles_right {
    position: absolute;
    top: 320px;
}

@media(max-width: 991px) {
    .collab_full_page .collab_titles_button {
        top: 40%;
        transform: translateX(-50%);
        left: 105px;
        flex-flow: column!important;
        align-content: flex-start!important;
        align-items: center!important;
    }
}


/*COLLABORATION*/


.rhytm_photo_page .left_rhytm_photo div img, .rhytm_photo_page .right_rhytm_photo div img {
    width: auto;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

div.rhytm_photo_page.rhytm_photo {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.rhytm_photo_page .left_rhytm_photo, .rhytm_photo_page .right_rhytm_photo {
     width: 100%; 
}

.rhytm_photo_page .left_rhytm_photo {
    padding-top: 65px;
}

.rhytm_photo_page .rhytm_photo_text {
        font-size: 14px;
        white-space: nowrap;
}

div.rhytm_photo_page.rhytm_page {
        display: none;
}

.rhytm_photo_page .rhytm_col_center {
    font-size: 30px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
     margin: 0; 
}

.rhytm_photo_page .rhytm_fline_page {
    margin: 0;
}

.rhytm_photo_page .rhytm_page {
    margin: 25px 0px;
}

.rhytm_page_margin {
        margin-bottom: 50px;
}
}

@media(max-width: 756px) {
.collab_full_page {
    padding-top: 40px;
}
.collab_full_page .collab_titles_left, .collab_full_page .collab_titles_right, .collab_full_page .collab_titles_button {
    position: relative;
    top: auto;
    transform: translateY(0%);
    z-index: 3;
    color: #f9f9f9;
    text-transform: uppercase;
}
.collab_full_page .collab_subtitles_right {
    display: none;
}
.collab_full_page .collab_titles_button {
     top: 0%; 
     transform: translateX(0%); 
    left: 0;
}
.collab_full_page .collab_titles_left {
    left: 0;
}
.collab_full_page .collab_titles_right {
    right: 0;
}
.collaboration_mobile_text {
    position: relative;
    display: block;  
    background: #F9F9F9;
    padding: 80px 30px 120px;
    padding-top: 45px;
    text-transform: uppercase;
    margin-bottom: 60px;
    margin-top: 24px;
}
.dostavka {
    padding-top: 65px;
}

.dostavka_inner {
    position: relative;
}

.dostavka_title {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    max-width: 530px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 120px;
}

.dostavka_map {
    position: absolute!important;
    left: 50%!important;
    transform: translate(-50%, -50%) !important;
    top: 50%!important;
}

.dostavka_recipe {
    width: 528px;
    object-fit: cover;
    box-sizing: border-box;
    margin: 0 auto;
    height: 1290px;
    background: url(/wp-content/themes/symbiosis/assets/image/Dostavka/recipe.png) no-repeat center / cover;
    margin-bottom: 30px;
}

.recipe_inner {
    width: 236px;
    margin: 0 auto;
    padding-top: 75px;
}

.recipe_inner h6 {
    font-family: 'Lakes-Neue-Trial', sans-serif;
    font-size: 10px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 900;
    margin-top: 15px;
}

.recipe_inner p {
    padding-bottom: 20px;
    border-bottom: 1px dashed #000;
    font-size:12px;
}








}
@media(max-width: 500px) {
    .dostavka_map img, .dostavka_map {
        width: 100vw;
    }
    .dostavka_title {
        text-align: justify;
        margin-top: 60px;
        margin-bottom: 70px;
        padding: 0 50px;
    }
}

@media(max-width: 400px) {
    .dostavka_recipe {
        width: auto;
    }
    .dostavka_title {
        padding: 0px;
    }
}

 /*PRODUCT PAGE*/

	.right-block-poductcart{
		display: flex;
    flex-direction: column;
	}
	.woocommerce div.product form.cart .variations {
   height: 1px;
   overflow: hidden;
    opacity: 0;
	position: absolute;
    top: 2000000px
	}
    .woocommerce div.product div.images .flex-control-thumbs {
    /* position: absolute; */
    /*bottom: 80px;*/
    /*left: 100%;*/
    /*width: 100%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden!important;
    display: none!important;
}
.woocommerce-page div.product div.summary {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.attribute-row{
    display: flex;
}

.attribute-row label[name="size"] {
    display: flex;
    width: 15px;
    height: 20px;
    justify-content: center;
    cursor: pointer;
}
.attribute-row label[name="color"] {
    display: flex;
    justify-content: center;
    width: 24px;
    height: 24px;
     border: 1px solid #c6c1c1;
}
.attribute-row span.attribute-label {
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer;
}
.attribute-row input[type="radio"][name="size"],
.attribute-row input[type="radio"][name="color"] {
    display: none;
    cursor: pointer;
}
.selected-radio-size{
    border-bottom: 1px solid black;
    text-align: center;
    font-weight: bold;
}
.selected-radio-color{
    border: 2px solid black!important;
}
.single-product div.product {
    position: relative;
    width: 50vw;
    display: flex;
    justify-content: space-between;
}
.single-product .content-area .site-main .product .entry-summary form.cart {
    border-bottom: none;
    text-align: center;
}

.wp-block-product-new {
    display:none;
}
.wp-block-woocommerce-empty-cart-block h2:last-of-type {
    display:none;
}

#openModalHeaderUnique img {
    width: 25px;
    height: auto;
    object-fit: cover;
}

.assortment .woocommerce-Price-amount bdi {
  text-align: center;
  font-weight: 900;
  color: #000000;
  font-size: 10px;
  font-family: 'Craftwork Grotesk', sans-serif;    
}



.product_type_grouped,.btn-add-to-cart,.product_type_external,.added_to_cart,.add_to_cart_button,.woocommerce-Reviews #review_form input[type=submit],.add_to_wishlist,.woocommerce .woocommerce-message .button,.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
    all: unset!important;
      text-align: center!important;
      padding: 7px 18px!important;
      text-transform: uppercase!important;
        font-size: 14px;
        color: #F9F9F9!important;
        background: #3B3C3E!important;
        border-radius: 67px!important;
}


.wishlist_table .product-add-to-cart a,.single_add_to_cart_button.button,.product_type_grouped,.btn-add-to-cart,.product_type_external,.added_to_cart,.add_to_cart_button::before {
    display: none!important;
}

.single_add_to_cart_button:hover{
    background: gray!important;
    cursor: pointer!important;

}


.woocommerce-product-gallery__image {
    object-fit: cover!important;
    height: calc(100vh - 40px)!important;  
}

.woocommerce-product-gallery__image a img {
    width: 100%!important;
    height: calc(100vh - 40px)!important;
    object-fit: cover!important;    
    
    flex: 0 0 100%;
    transition: opacity 0.5s ease-in-out;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
    width: 48.5vw!important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: auto;
}

.assortment ol.flex-control-nav.flex-control-thumbs {
    /*position: relative;*/
    /*bottom: 0;*/
    /* min-height: 30vh; */
    /*display: flex;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*gap: 10px;*/
    /*align-items: end;  */
    margin: 0px 10px;
    
   display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px; 
}
.assortment  ol.flex-control-nav.flex-control-thumbs li img {
    width: 100%;
    height: 120px;
    max-width: 80px;
    object-fit: cover;  
    cursor: pointer;
}
.assortment ul, .assortment  ol {
  list-style-type: none; /* Убираем маркеры у всех списков */
  all: unset;
}

.assortment li {
  list-style-type: none; /* Убираем маркеры у всех элементов списка */
}

.number-buttons-container input[type="radio" i] {
    all: unset;
    cursor: pointer;
    
}

label[name="size"] {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    cursor: pointer;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    width: 16px;
    height: 20px;
    border-radius: 0;
    cursor: pointer;
}

.assortment ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
  height: 10px; /* Высота скроллбара */
}

/* Стилизация дорожки скроллбара */
.assortment ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-track {
  background: #f1f1f1; /* Цвет дорожки */
  border-radius: 5px; /* Закругление углов */
}

/* Стилизация ползунка скроллбара */
.assortment ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb {
  background: #888; /* Цвет ползунка */
  border-radius: 5px; /* Закругление углов */
}

/* Изменение цвета ползунка при наведении */
.assortment ol.flex-control-nav.flex-control-thumbs::-webkit-scrollbar-thumb:hover {
  background: #555; /* Цвет ползунка при наведении */
}
label[name="color"] {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  padding: 2.8px;
  cursor: pointer;
}

.single-product .content-area .site-main .product .entry-summary form.cart {
    border-bottom: none;
    display: grid;
    text-align: center;
    gap: 22px;
}

.single-product .content-area .site-main .product .entry-summary form.cart {
    padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    width: 50vw!important;
    object-fit: cover!important;
    height: 100vh!important;
}

.pswp__caption__center {
    display: none!important;
}
body.woocommerce-cart .entry-header{
    margin-bottom: 0!important;
}
.cart-content-pagewrapper {
    padding-top: 70px;
}
.emtycart-custom-sys{
     display: none;
}
.contacts-contant-wrapper-symbiosys {
    display: flex;
    padding-top: 120px;
    padding-bottom: 90px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
}.contacts-contant-text-symbiosys{
   padding-bottom: 50px 
}
.contacts_col_center_title{
    text-align: center;
}
@media(max-width: 650px) {
.contacts-contant-wrapper-symbiosys .contacts-contant-map-symbiosys iframe{
    width: 320px;
    height: 400px 
}
}

.nav-product-type {
    padding-top: 110px;
    padding-bottom: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
}

.nav-product-type span, .nav-product-type a {
    margin: 0px;

    text-transform: uppercase;
    font-size: 13px;
}


@media(max-width: 1200px) {
.clothe_block, .clothe_tags_block {
    /*flex: 0 0 calc(25% - 15px);*/

}

.clothe_inner, .clothe-teg-season {
    grid-template-columns: repeat(4, 5fr); 
}
.clothe_recomendation {
    grid-template-columns: repeat(3, 2fr);
}
}
.nav-product-type {
    gap: 30px;
}
.nav-product-type span, .nav-product-type a {
    text-transform: uppercase;
    font-size: 12px;
}

@media(max-width: 991px) {
.clothe_inner, .clothe-teg-season {
    grid-template-columns: repeat(3, 7fr); 
}
.contacts-contant-wrapper-symbiosys {
    display: flex;
    padding-top: 70px;
    padding-bottom: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
}


@media(max-width: 756px) {
.clothe_inner, .clothe-teg-season {
    grid-template-columns: repeat(2, 10fr); 
}
    .nav-product-type {

        padding: 30px 0;
        padding-top: 80px;
    }
    .clothe_info {
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}
.clothe_price {
    bottom: 12px;
    right: 50%;
    transform: translateX(50%);
}
}

@media(max-width: 550px) {
.nav-product-type {
    gap: 15px;
}
.nav-product-type span, .nav-product-type a {
    text-transform: uppercase;
    font-size: 11px;
}
.clothe_recomendation {
    grid-template-columns: repeat(2, 3fr);
}

}

/*.clothe_block, .clothe_tags_block {*/
/*    aspect-ratio: 2 / 3;*/
/*}*/



.flex-control-thumbs {
    overflow-x: auto;
    white-space: nowrap;
}
.flex-control-thumbs li {
    display: inline-block;
     flex: 0 0 auto;
}

@media(max-width: 800px) {
    .photo-gallery-container div img, .photo-gallery-container div video {
        max-width: 100%;
    }
    .slick-list {
  overflow: hidden; /* Добавить это свойство если его нет */
}

.thumbnails .slick-slide {
  flex: 0 0 auto; /* Запретить изменение размеров */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5px !important;
}
.thumbnails {
    margin-top: 1px !important;
    
}
.slick-track {
  display: flex;
  align-items: center;
}

    .slick-track {
        grid-gap: 0px !important;
    }

    .main-photo, .thumbnails {
        width: 100%!important;
        max-width: 100%!important;
        margin-bottom: 44px!important;
    }
    
    .single-product div.product {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.single-product div.product {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
     height: auto; 
    justify-content: flex-start;
}
.woocommerce div.product div.images {
    margin-bottom: 22px!important;
}
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em!important;
    width: 100%!important;
    padding: 0 20px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 20px;
}
.assortment ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
}
.assortment ol.flex-control-nav.flex-control-thumbs li {
  flex: 0 0 auto; 
  width: 100px;
  height: 120px;
}

.woocommerce-product-gallery__image {
    max-height: calc(75vh - 70px);

}
.woocommerce div.product div.images img {
    width: 100% !important;
    max-height: 75vh;
}
.page-grid #main .assortment {
    padding-top: 60px!important; 
    margin-bottom: 0!important;
        display: flex;
    flex-direction: column;
    align-items: center;
}
.main_photo {
    width: 100%;
    object-fit: cover;
    /*height: calc(70vh - 0px);*/
         height: auto;
        aspect-ratio: 4 / 5;
}
.main_photo img, .main_photo video {
    width: 100%;
    /*height: calc(70vh - 0px);*/
     height: auto;
        aspect-ratio: 4 / 5;
    object-fit: cover;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    width: 100vw !important;
    object-fit: cover !important;
    height: calc(100vh - 70px) !important;
}

.woocommerce-product-gallery__image {
    object-fit: cover !important;
    height: calc(100vh - 40px) !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.5em;
    right: 1.2em;
    font-size: 2em;
    z-index: 1;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}
.woocommerce div.product div.summary {
    margin-bottom: 50px!important;
}
.single-product .content-area .site-main .product .entry-summary form.cart {
    margin-bottom: 0!important;
}

.assortment ol.flex-control-nav.flex-control-thumbs li img {
    width: 100%;
    height: 134px;
    width: 90px;
    object-fit: cover;
    cursor: pointer;
}
.flex-control-thumbs {
    overflow-x: auto!important;
    white-space: nowrap!important;
}
.flex-control-thumbs li {
    display: inline-block!important;
}
}
.woocommerce-cart-form {
 width: 100%!important;
}
.woocommerce-cart-form__contents{
        width: 100%;
}
.woocommerce-cart-form__cart-item .product-content{
    display: flex;
    justify-content: space-between;
}
.woocommerce-cart-form__cart-item .product-thumbnail{
    position: relative;
    width: 90px;
    height: 90px;
}
.woocommerce-cart-form__cart-item .product-thumbnail a{
    width: 100%;
}
.woocommerce-cart-form__cart-item .product-thumbnail .product-remove{
    position: absolute;
    top: 0;
    right: 0;
    color: red;
}
button[name="update_cart"] {
    opacity: 0; 
}
.cart-collaterals-cust{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cart_totals  .shop_table_responsive tbody {
    opacity: 0;
    max-height: 1px;
    overflow: hidden;
    position:absolute;
}
 
.product-qty  input[type="number"] {
    width: 60px;
    padding: 8px;
    text-align: center;
    border: none;
}
#applyCouponeS {
    width: 200px;
    font-weight: 900;
    font-size: 10px;
    line-height: 12px;
    border-radius: 67px;
    color: #858585;
    background-color: #E6E6E6;
    padding: 10px!important;
}
input#coupon_code {
    text-align: center;
    border-radius: 67px;
}


.product-bottom{
    position: relative;
}

.quantity {
  display: flex;
  align-items: center;
}
.quantity .qty {
  width: 50px; /* ширина инпута */
  height: 30px; /* высота инпута */
  line-height: 30px; /* высота строки текста, чтобы текст был по центру */
  text-align: center;
  border-radius: 0; /* убираем скругление углов */
  font-size: 16px; /* размер шрифта */
}

.quantity .minus, .quantity .plus {
  width: 30px; /* ширина кнопок */
  height: 30px; /* высота кнопок */
  line-height: 30px; /* высота строки текста, чтобы текст был по центру */
  text-align: center;
  cursor: pointer;
}
.single-product .content-area .site-main .product .entry-summary form.cart .quantity input[type=number] {
    /* margin-bottom: 24px; */
    all: unset;
    margin: 0;
    position: relative;
    display: flex;
    width: 17px;
}


.quantity .minus {
  border-right: 0; /* убираем правую границу у кнопки "-" чтобы казалось, что кнопки вместе */
}

.quantity .plus {
  border-left: 0; /* убираем левую границу у кнопки "+" чтобы казалось, что кнопки вместе */
}

/* Стиль для input при фокусе (убираем стандартный outline) */
.quantity .qty:focus {
  outline: none;
}

/* Для Chrome, Safari, Edge, Opera */
.assortment input::-webkit-outer-spin-button,
.assortment input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Для Firefox */
.assortment input[type=number] {
  -moz-appearance: textfield;
}
.assortment .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

/*checkout*/
ul#shipping_method li input + label, ul.wc_payment_methods li input  + label {
   display: block!important;
    width: 100%;
    height: 100%;
}
ul#shipping_method li input:checked + label, ul.wc_payment_methods li input:checked  + label {
   display: block!important;
    width: 100%;
    height: 100%;
    background-color: #E6E6E6;
    border: 2px solid black;
}
.woocommerce-checkout #customer_details .col-2, .woocommerce-billing-fields__field-wrapper #billing_company_field{
    display: none;
}
[data-block-name="woocommerce/classic-shortcode"] .woocommerce-form-coupon-toggle {
  display: none;
}









.contact-panel {
    display: none;
    position: fixed;
    bottom: 68px;
    right: 36px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.contact-panel-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #e0e0e0;
}

.contact-panel-button {
    display: block;
    text-align: center !important;
    padding: 7px 18px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #F9F9F9 !important;
    background: #3B3C3E !important;
    border-radius: 67px !important;
    cursor: pointer;
}

.contact-panel-button:hover {
    background-color: #0056b3;
}

#contactTrigger {
    cursor: pointer;
font-size: 12px;
    transition: background-color 0.3s;
}

#contactTrigger:hover {
    text-decoration: underline;
}
































.woocommerce-checkout {
    
    width: 100%;
    max-width: 100vw;
    padding: 0 14px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 16px;
    border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #3B3C3E !important;
    color: #fff;
}

.woocommerce form .form-row input.input-text:focus {
    border: 1px solid #3B3C3E!important;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-radius: 4px;
}

body.woocommerce-cart .entry-header, body.woocommerce-checkout .entry-header {
    margin-bottom: 45px;
    padding-top: 80px;
}







.basket_tr .quantity {
    display: flex;
    justify-content: flex-end;
}






    .full-view {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    }
    .photo-block {
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: -205px; /* Изначально скрыт под основным блоком */
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.5s;
    transition: bottom 0.5s, opacity 0.5s; /* Добавлено свойство opacity в transition */
    }
    .content {
        font-size: 26px;
        max-width: 700px;
        text-align: justify;
        text-transform: uppercase;
    }
    .photo-block.visible {
        bottom: 130px!important;
        opacity: 1!important;
    }

    .about_us_hi {
        padding-top: 150px;
        text-align: justify;
    }

    .about_us_hi_inner {
        font-size: 3.4vw;
        text-transform: uppercase;
    }
    .photo-block-2 {
        left: 80%;
    }
    .photo-block-3 {
        left: 30%;
/*        top: 45%;*/
    }
    .photo-block-4 {
        left: 40%;
/*        top: 20%;*/
    }
    .photo-block-5 {

        left: 70%;
   /*     top: 15%;
*/
    }
    .photo-block-6 {
        left: 20%;
/*        top: 20%;*/
    }
    .photo-block-7 {
        left: 83%;
/*        top: 32%;*/
    }
    @media(max-width: 1200px) {
.photo-block {
    background-size: cover;
    background-position: center;
    transform: scale(.5) translateY(0px) translateX(-110%);
    position: absolute;
    bottom: -205px;
    transition: bottom 0.5s;
    transition: bottom 0.5s, opacity 0.5s;
        }
.content {
    font-size: 22px;
    max-width: 700px;
    text-align: justify;
    text-transform: uppercase;
    padding: 0 20px;
}
}
    
    @media(max-width: 756px) {
        .about_us_hi_inner {
            height: auto;
        }
        .about_us_hi_inner {
            font-size: 28px;
        }
    }
    
.pagination-block-btn {
        margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
}

.thanks_shoping_bye_wrapper {
        height: 100vh;
    position: relative;
    top: 50%;
}

.thanks_shoping_bye_inner {
    top: 34%;
}

.woocommerce-error, .woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: rgb(59 60 62 / 56%);
    clear: both;
    color: #ffffff;
    z-index: 10;
    max-width: 400px;
    z-index: 2;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 10px 20px;
    background-color: #3b3c3e;
    color: white;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
}
.basket-title-responsive-mini h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 32px;
    color: #000;
}
@media (min-width: 769px) {
    .cart-collaterals-cust h4, .cart-collaterals-cust span {
    text-transform: uppercase;
    font-size: 2.6vw;
    font-weight: 500;
}
.wc-proceed-to-checkout {
    display: flex;
    justify-content: center;
    padding-top: 70px !important;
}
.cart-collaterals-cust {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed black;
}
}
.cart_totals {
    background: #fff;
}
.woocommerce-notices-wrapper {
    position: absolute;
    top: 49px;
}
.coupon {
    display: flex;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    transform: translate(-50%, 95%) !important;
    position: absolute;
    width: 295px;
    left: 50%;
}
.woocommerce-page table.cart td.actions .coupon .coupon-error-notice{
    position: absolute;
    text-align: center!important;
    top: -10px;
    
}
@media (max-width: 768px) {
.woocommerce-page table.cart td.actions {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.coupon {
    transform: translate(-50%, 390%) !important;
    
}
.woocommerce-page table.cart td.actions .coupon .coupon-error-notice{
        width: 80%!important;
    top: 60px;
}
.cart_totals .wc-proceed-to-checkout {
    display: flex;
    justify-content: center;
    padding-top: 120px;
}
.woocommerce-notices-wrapper {
    position: absolute;
    top: 70px;
}
.product-qty input[type="number"] {
    width: 60px;
    padding: 8px;
    text-align: center;
    border: none;
    background: #e6e6e6;
}
}
.woocommerce-cart table.cart .product-thumbnail, .woocommerce-cart table.cart .product-content {
    height: 105px;
    box-sizing: border-box;
    padding: 0;
}
.basket-new-class-respon {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 6px;
}
@media (max-width: 430px) {
    .basket_confirm_btn{
    font-size: 12px;
    display: flex;
    justify-content: center;
    }
    
}



@media (max-width: 370px) {
  .woocommerce-page table.cart td.actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
      
  }  

}

.basket_empty_text {
    text-transform: uppercase;
    font-size: 4.5vw;
    font-weight: 500;
    margin-bottom: 25px;
}
@media (max-width: 768px) and (min-width: 370px) {
tr.woocommerce-cart-form__cart-item.cart_item .product-content .product-bottom {
    position: absolute;
    bottom: -16px;
    right: 7px;
}
}
.thanks_shoping_bye_inner {
    top: 30%;
}

.woocommerce-page table.cart td.actions .coupon::before {
    display: none;
    content: auto;
}

a.collab_link.hidden {
    display: none;
}

#telegramLink {
    margin-bottom: 10px;
}

#telegramLink, #phoneLink {
    position: relative;
    top: 30px;
}

@media (max-width: 991px) {
    #telegramLink {
    margin-bottom: 10px;
}
.basket_empty {
    width: auto!important;
}
#telegramLink, #phoneLink {
    position: relative;
    top: 0px;
}

}

.woocommerce-shipping-methods li, ul.wc_payment_methods li input + label {
    background: #C9C9C9;
    color: #F9F9F9;
    border-radius: 8px;
    padding: 5px 10px;
}
.shipping_method {
    display: none;
}

ul#shipping_method li input:checked + label, ul.wc_payment_methods li input:checked + label { 
    display: block !important;
    width: 100%;
    height: 100%;
    background-color: #3b3c3e;
    border: 2px solid black;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
        margin-bottom: .5em!important;
}

ul#shipping_method li:has(> input:checked + label) {
    all: unset;

}

.woocommerce-checkout #payment ul.payment_methods li img {
    opacity: .6; 
    vertical-align: middle;
    position: relative;
    box-shadow: none;
    margin: 0!important;
    background: #fff;
    padding: 3px 5px!important;
    border-radius: 2px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    display: none!important;
}

.wc_payment_method.payment_method_mono_gateway input[type="radio"]:checked + label img {
    opacity: 1!important;
    vertical-align: middle!important;
    position: relative!important;
    box-shadow: none!important;
    background: #fff!important;
    padding: 3px 5px!important;
    border-radius: 2px!important;
}

.cart-collaterals-cust .total-bascet_text span {
    display: inline;

}


ul.wc_payment_methods li input + label {
    margin-bottom: 10px;
}
body.woocommerce-checkout .entry-header {
    text-align: center;
}

.rhytm_col_left:hover .rhytm_col_left_img img {
    filter: brightness(60%);
    transition: .3s linear;
    cursor: pointer;
}

.rhytm_col_right_img img {
        transition: .3s linear;
}

.rhytm_col_right:hover .rhytm_col_right_img img { 
        filter: brightness(100%);
    transition: .3s linear;
    cursor: pointer;
}







.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: none;
}

.woocommerce-product-gallery__image {
    opacity: 0;
}

.flex-active-slide {
    opacity: 1;
    transition: 1.6s linear!important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    opacity: 1!important;
    transition: 1.6s linear!important;
    
}

div.flex-viewport.woocommerce-product-gallery__trigger {
    position: relative!important;
    top: auto!important;
    opacity: 1!important;
    right: auto!important;
    font-size: medium!important;
    z-index: auto!important;
    width: auto!important;
    height: auto!important;
    background: transparent!important;
    text-indent: 0!important;
    border-radius: 0!important;
    box-sizing: border-box!important;
    z-index: 10!important;
}

div.flex-viewport.woocommerce-product-gallery__trigger::before, div.flex-viewport.woocommerce-product-gallery__trigger::after {
    display: none!important;
}

@media (max-width: 800px) {
  div.flex-viewport.woocommerce-product-gallery__trigger {
    position: static!important;
    top: auto!important;
    right: auto!important;
    font-size: medium!important;
    z-index: auto!important;
    width: auto!important;
    height: auto!important;
    background: transparent!important;
    text-indent: 0!important;
    border-radius: 0!important;
    box-sizing: border-box!important;
}
img.zoomImg {
 display: none!important; 
 position: relative!important;
 z-index: -9999999999!important;
}
}




.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0;
    right: 0;
background-color:pink;
    border-radius: 0;
    width: 100%;
    height: 457.4px;
    opacity: 0;
}

@media (max-width: 768px){
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
display: none ;
}
.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) " "!important;
    font-weight: 700!important;
    float: left!important;
}

.woocommerce-page table.cart .product-thumbnail {
    display: flex!important;
}
.photo-block-2 {
    left: 80%;
    /* FONT-WEIGHT: 500; */
    top: 80%;
}
.photo-block-3 {
    left: 30%;
    /* top: 45%; */
    top: 80%;
}
.unique-modal-content123 {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center!important;
    align-content: center!important;
}
.woocommerce div.product div.images .flex-control-thumbs{
    justify-content: flex-start;
}
}



@media(min-width: 1301px){
.collab_titles_right {
    font-size:13px;
}
}

@media(max-width: 1300px){
#collab_page  .collab_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw; 
}

#collab_page  .collab_col > * {
    position: static !important; 
    top: auto !important; 
    left: auto !important; 
    transform: none !important; 
    margin: 0; 
    padding: 0; 
    width: 100%; 
    text-align: center; 
}
#collab_page .collab_titles_button {
   align-items: center !important;
    padding: 20px 0; 
}
}




@media(min-width: 991px) {
 .thumbnails.slick-slider {
         position: absolute;
    bottom: 5px;
 }   
}

.assortment .woocommerce-Price-amount bdi {
  text-align: center;
  font-weight: 900;
  color: #000000;
  font-size: 16px;
  font-family: 'digital-7', sans-serif;    
}


@media(max-width: 560px) {

.filter_text_block span {
        font-size: 22px;
        white-space: nowrap;
    }
    
}
@media(max-width: 480px) {
        .collab_full_page .collab_titles_left ,  .collab_full_page .collab_titles_left-h1{
        font-size: 16px;
    }
        .collaboration_mobile_text {
        font-size: 12px;
    }
.about_us_hi_inner {
            font-size: 24px;
        }
.filter_text_block span {
        font-size: 16px;
        white-space: nowrap;
    }
    .collab_titles_left,  .collab_titles_left-h1 {
    font-size: 18px;

}
tr.woocommerce-cart-form__cart-item.cart_item .product-content .product-name {
        font-size: 12px;
    }
tr.woocommerce-cart-form__cart-item.cart_item .product-content .product-size {
        font-size: 8px;
        
    }
.section-total-and-text {
        font-size: 22px;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 12px;
}
   
}
@media(max-width: 400px){
     tr.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
        max-width: 100px;
    }
    tr.woocommerce-cart-form__cart-item.cart_item .product-content .product-name,     tr.woocommerce-cart-form__cart-item.cart_item .product-content .product-color {
        font-size: 9px;
    }
    .section-total-and-text {
        font-size: 18px;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 10px;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-content .product-bottom {
        right: -15px;
    }
}

.name-brend-font-custome{
    text-transform: lowercase!important;
    font-family: "CloisterBlack", sans-serif!important;
    font-size: 38px;
}

.slider .container .slider_col .slider_text_l span:first-child{
    text-transform: lowercase!important;
    font-family: "CloisterBlack", sans-serif!important;
    font-size: 40px;
}


@media(max-width: 650px){
    .slider .container .slider_col .slider_text_l span:first-child{
    font-size: 7.5vw;
    font-weight: 400;
}

    
}




@media(min-width: 1441px){
.clothe_price, .clothe_info {
    font-size: 0.68vw;

}
.clothe_info{
    bottom: 1.9vw;
}
.header_col{
    font-size: 0.82vw;
}
}


@media(min-width: 756px){
.collaboration_mobile_text{
    display: flex

}
.collaboration_mobile_text .collaboration_mobile_text_left{
   width: 40%;
    padding: 40px 0 40px 40px;
 
}
.collaboration_mobile_text .collaboration_mobile_text_right{
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: center;
}
.collaboration_mobile_text .collaboration_mobile_text_right .collab_titles_button{
    position: static !important; 
    top: auto !important; 
    left: auto !important; 
    transform: none !important;
    transition: background-color 0.3s;
    gap: 20px;
    border-radius: 50px;
    padding: 0!important;
}
.collaboration_mobile_text_right #contactTrigger2, .collaboration_mobile_text_right #telegramLink2, .collaboration_mobile_text_right #phoneLink2{
   border: 1px solid gray;
   background: #F9F9F9!important;
}



}



.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width:100%;
}
    .thanks_shoping_bye_inner .wow, #collab_page .wow{
        visibility: hidden;
    }
    
@media (min-width: 1100px) {
    .thanks_shoping_bye_inner {
        top: auto;
    margin-top: 8vw;
    }
    .thanks_shoping_bye .basket_empty {
        height: auto;
        position: relative;
        top: auto;

    }
    .thanks_shoping_bye .basket_empty_text {
    margin-bottom: 3vw;
        }
    .thanks_shoping_bye_inner .basket_confirm_btn{
        padding: 1vw 1.5vw;
        margin-bottom: 2vw;
        font-size: 0.85vw;
    }
    
    .thanks-text-new{
        display: flex;
        flex-direction: column;
        max-width: 75vw;
        margin: 6vw auto;
        text-align: end;
    }
    .thanks-text-new h2{
        font-size: 2vw;
    }
    .thanks-text-new p{
        font-size: 1.4vw;
        font-weight: 400;
    }
    .thanks-text-new a{
        color:black;
        font-size: 1.5vw;
        transition: all 0.3s ease;
    }
    .thanks-text-new a:hover{
        color:#e772df;
        font-weight: 700;
    }
}
@media (min-width: 767px) and (max-width: 1100px) {
    .thanks_shoping_bye_inner {
        top: auto;
        margin-top: 70px;
    }
    .thanks_shoping_bye .basket_empty {
        height: auto;
        position: relative;
        top: auto;

    }
    .thanks_shoping_bye .basket_empty_text {
            margin-bottom: 30px;
        }
    .thanks_shoping_bye_inner .basket_confirm_btn{
        padding: 12px 20px;
        margin-bottom: 20px;
        font-size: 10px;
    }
    
    .thanks-text-new{
        display: flex;
        flex-direction: column;
        max-width: 80%;
        margin: 60px auto;
        text-align: end;
    }
    .thanks-text-new h2{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .thanks-text-new p{
        font-size: 12px;
        font-weight: 400;
        margin: 0 0 5px;
    }
    .thanks-text-new a{
        color:black;
        font-size: 14px;
        transition: all 0.3s ease;
    }
    .thanks-text-new a:hover{
        
        color:#e772df;
        font-weight: 700;
    }
}
@media (min-width: 991px) and (max-width: 1100px) {
    .thanks_shoping_bye{
        padding: 0 20px;
    }
}
@media (max-width: 839px) {
    .header_right a, .header_right .open-search-modal {
        margin-left: 20px;
    }
}
@media (min-width: 320px) and (max-width: 766px){
    .thanks_shoping_bye_inner {
        top: auto;
        margin-top: 70px;
    }
    .thanks_shoping_bye .basket_empty {
        height: auto;
        position: relative;
        top: auto;

    }
    .thanks_shoping_bye .basket_empty_text {
            margin-bottom: 30px;
            font-size: 22px;
        }
    .thanks_shoping_bye_inner .basket_confirm_btn{
        padding: 12px 20px;
        margin-bottom: 20px;
        font-size: 10px;
    }
    
    .thanks-text-new{
        display: flex;
        flex-direction: column;
        max-width: 80%;
        margin: 60px auto;
        text-align: start;
    }
    .thanks-text-new h2{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .thanks-text-new p{
        font-size: 12px;
        font-weight: 400;
        margin: 0 0 5px;
    }
    .thanks-text-new a{
        color:black;
        font-size: 14px;
        transition: all 0.3s ease;
    }
    .thanks-text-new a:hover{
        
        color:#e772df;
        font-weight: 700;
    }
    
}

.single_add_to_cart_button::before svg {
    fill: white;
}

@media (min-width: 767px){
    .confidence {
    padding-top: 65px;
}

.confidence_inner {
    display: flex;
    overflow: hidden;
}

.confidence_left {
    width: 50%;
    position: relative;
    margin-bottom: 180px;
}

.confidence_right {
    width: 50%;
    margin: 180px 0px;
}

.confidence_img {
    position: fixed;
}

.confidence_img img {
    width: 40vw;
}

.confidence_text_mobile {
    display: none;
}
}
@media(max-width: 400px) {
.confidence_text_mobile div {
    font-size: 5vw;
}
}

@media(max-width: 756px) {
    .confidence_img {
        display: none;
    }
    .confidence_inner {
        display: flex;
        overflow: hidden;
        flex-direction: column;
        align-items: center;
        margin-bottom: 90px;
    }
    .confidence_right {
        width: 100%;
        margin-top: 0;
    }
    .confidence_text_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        flex-wrap: nowrap;
        position: relative;
        padding-top: 140px;
        padding-bottom: 110px;
    }
    .confidence_text_mobile div {
        font-size: 5vw;
    }
    .confidence_mobile_img {
        position: absolute;
        right: 0;
    }
    .confidence_left {
        width: 100%;
        position: relative;
        margin-bottom: auto; 
    }
    .collaboration_mobile_text_right{
        position: relative;
    }
    .collaboration_mobile_text_right .collab_titles_button {
        position: absolute;
        width: 100%;
        top:auto;
        transform: translate(-50%, 0%);
        left:50%!important;
        margin: 20px 0px;
        gap: 10px;
    }
    .collaboration_mobile_text_right .collab_titles_button a{
        border:1px solid gray;
        background-color: white;
    }
    #telegramLink2, #phoneLink2{
                position: relative;
        top: -15px;
    }
}






@media (min-width: 768px) {
    .dostavka_recipe {
        padding: 10px 14px;
    }
    
    
}

.returns-wrapper{
    padding: 70px 14px 40px;
}
.returns-wrapper .line-horizontal {
    display: block;
    margin:30px 0;
    width: 100%;
        height: 0.5px!important;
    background-color: #3B3C3E;
}

.single_add_to_cart_button{
    all: unset!important;
      text-align: center;
      width: 240px!important;
    padding: 7px 0!important ;
    display: flex;
    justify-content: center !important;
      text-transform: uppercase!important;
        font-size: 14px!important;
        color: #F9F9F9!important;
        background: #3B3C3E!important;
        border-radius: 67px!important;
}

.single_add_to_cart_button::before {
    content: none !important;
    display: none !important;
}










.media-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    z-index: 1;
}

.media-wrapper img,
.media-wrapper video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.primary-media {
    opacity: 1;
    transition: opacity .3s linear;
    z-index: 1;
}

.secondary-media {
    opacity: 0;
    transition: opacity .3s linear;
    z-index: 2;
    pointer-events: none;
}

.clothe_block:hover .primary-media {
    opacity: 0;
}

.clothe_block:hover .secondary-media {
    opacity: 1;
}
.dostavka_inner h1, .dostavka_inner  h2, .dostavka_recipe h1 ,.dostavka_recipe h2{
                font-size:22px!important;
            }
h1.sfmono-consolas{
    font-size:26px;
}
.dostavka_recipe .recipe_inner p, .dostavka_title, .dostavka_recipe .recipe_inner p{
    font-size: 18px;
}
 
.sfmono-consolas  {
font-family: "SF Mono", Consolas, monospace!important;
 
}
.consolas__short-description{
    font-family: "SF Mono", Consolas, monospace!important;
    font-size: 14px;
}





.quantity.custom-qty {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

.quantity.custom-qty button {
    display: flex;
    flex-direction: row!important;
    
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    background: transparent;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    font-family: "Lakes-Neue-Trial", sans-serif;
}

.quantity.custom-qty input.qty {
    width: 40px;
    text-align: center;
    font-size: 14px;
        line-height: 16px;
        font-family: "Lakes-Neue-Trial", sans-serif;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
}

.basket-new-class-respon .basket-new-class-contant .quantity{
    justify-content: flex-end;
}

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





 
.general-title-block .title-block-page{
    display:flex;
    background-color: white;
    margin:70px auto 86px;
    max-width: 660px;
    flex-direction: column;
    gap:50px;
}
 .general-title-block .title-block-page p, .general-title-block .title-block-page h1{
     font-size:26px;
     font-weight: 400;
     text-transform: uppercase;
 }
 .general-title-block .title-block-page h1{
 display: flex;
    justify-content: space-between;
 }
 .general-title-block .title-block-page p{
     text-align: justify;
 }
 
 .recomendation_block .custom_kosss-recomendation_text, .recomendation_block_new .custom_kosss-recomendation_text {
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
    margin-bottom: 23px;
    font-weight: 500;
    font-size: 30px;
 }
.recomendation_block_new {
     display: flex;
     flex-direction: column;
     gap:23px;
     padding:0 14px;
     margin-bottom: 80px;
 }
 
 
 

 .holovna-page  .general-title-block{
     width: 100%;
     max-width: 1920px;
     margin:0 auto;
     display: flex;
     flex-direction: column;
     align-items: center;
     overflow: hidden;
 }
 .holovna-page  .slider-special-block-wrapper{
     width: 100%;
     padding: 0 5px 77px 14px;
     
 }
 .holovna-page .general-title-block  .slider-special-block-wrapper .title-block-page{
     width: 30%;
     display: flex;
    justify-content: space-between;
     padding-right: 20px;
     max-width: 100%;
     gap:0;
    margin: 0;
    

 }
 .holovna-page  .general-title-block .slider-special-block-wrapper .title-block-page h2{
     font-size:36px;
     text-transform: uppercase;
    font-weight: 400;
    gap: 70px;
    display: flex;
    flex-direction: column;
 }
 
  .holovna-page .title-block-page h2 .rhytm_col_center_subtitle{
     text-align: right;
 }
 
 .holovna-page .slider-special-block-wrapper .slider-block_special-block{
     width: 70%;
     position: relative;
 }
 
 .recomendation_block_new .slider-block_special-block{
     width: 100%;
     position: relative;
 }
 
 
 
 .slider-block_special-block .clothe_inner {
    width: 100%;
    margin-bottom: 0;
}

 .slider-block_special-block .slick-track {
    display: flex !important;
}

.slider-block_special-block .slick-slide {
    display: flex;
   
    height: auto;
    padding: 0 8px;
    box-sizing: border-box;
}


 .slider-block_special-block .clothe_block_slider {
    width: 100%;
    cursor: pointer;
} 
.slider-block_special-block .clothe_block_slider a{
    display: block;
    width: 100%;
    position: relative;

    z-index: 3;
}
.slider-block_special-block .special-more-card a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    flex-direction: column;
    height: 100%;
    text-align: center;
    font-size: 20px;
}
.slider-block_special-block .special-more-card a span{
    text-decoration: underline;
}

 .slider-block_special-block .clothe_block_slider a .card-info-sl{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap:8px;
    justify-content: flex-end;
    padding-bottom: 20px;
}
  .clothe_block_slider a .clothe_info, .holovna-page  .clothe_block_slider a .clothe_price{
    left: auto;
    right: auto;
    position: relative;
    transform: translateX(0);
    bottom: auto;
    top: auto;
    width: 100%;
}
  .slider-block_special-block .clothe_block_slider .media-wrapper {
    position: relative;
    width: 100%;
   
    aspect-ratio: 2 / 3;
    
}

.slider-block_special-block .clothe_block_slider .media-wrapper img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 3;
    position: relative;
    object-fit: cover;
    display: block;
    z-index: 0;
    filter: brightness(80%);
}
.slider-auto_arrow{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc(50% - 24px);
    left: 0;
    opacity: 0.7;
    pointer-events: none;
}
.slider-block_special-block .slider-auto_arrow .flex-center-all{
    width: 48px;
    height: 48px;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #0d0d0d;
    transition: all 0.5s ease;
    cursor: pointer;
    position: absolute;
    z-index: 4;
    pointer-events: auto;
}
.slider-block_special-block  .slider-auto_arrow .prev-button-focus{
    left:20px;
    top:0;
    transform: rotate(270deg);
}
.slider-block_special-block .slider-auto_arrow .next-button-focus{
    top:0;
    right: 20px;
    transform: rotate(90deg);
}
.slider-auto_arrow .flex-center-all svg{
    width:26px;
    height: 26px;
    
}


.slider-auto_arrow .flex-center-all:hover{
   background-color: #5d5d5d; 
}

.mobile-hover-effect-card .slider-kosss-dots{
    display:none;
}
.mobile-hover-effect-card {
  position: relative;
  overflow: hidden;
}

.mobile-hover-effect-card .primary-media,
.mobile-hover-effect-card .secondary-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .35s ease;
}

.mobile-hover-effect-card .secondary-media {
  opacity: 0;
  pointer-events: none;
}

.slider-kosss-dots {
    width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  z-index: 5;
}

.slider-kosss-dots span {
  width: 50%;
  height: 2px;
  
  background: rgba(255,255,255,.5);
}

.slider-kosss-dots span.active {
  background: black;
  
}

.slider-block_special-block .clothe_inner{
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 6%,
        black 91%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 6%,
        black 91%,
        transparent 100%
    );
}

.form-package-block {
    display:flex;
flex-direction: column;

gap:20px;
    
    min-width: 300px;
    max-width: 700px;
    margin: 40px auto 20px;

}
.form-package-block .title-form-package-block{
font-size:12px;
text-align: center;
font-weight: 600;
}

.form-package-block  .package-block-cart{
display:flex;
justify-content: space-between;
width: 100%;
border-bottom: 1px dashed black;
}
.form-package-block  .package-block-cart .package-card-contant{
display:flex;
width: 80%;
gap:20px;
}
.form-package-block  .package-block-cart .package-card-checkbox{
    display:flex;
    width: 10%;
    justify-content: center;
    
}
.form-package-block  .package-block-cart .package-card-checkbox input[type="radio"]{
    appearance: auto;
    -webkit-appearance: auto;
    accent-color: #607D8B;
}
.form-package-block  .package-block-cart .package-card-contant img{
    width: 60px;
    height: 60px;
}
.form-package-block  .package-block-cart .package-card-contant  .package-card-contant-product{
    width:70%;
}

.package-card-contant-product .variation-color-bl{
    display: flex;
    align-items: center;
    gap:20px;
    opacity: 0.1;
      transition: 0.3s;
}
.package-block-wrapper:has(input[type="radio"]:checked) 
.variation-color-bl {
    opacity: 1;
}
.package-card-contant-product .variation-color-bl .variation-item{
    display: flex;
    width: 20px;
    height: 20px;
    
  transition: 0.5s;
    cursor: pointer;
     position: relative;
   
     
}
.package-card-contant-product .variation-color-bl .active-variation{
    
    width: 20px;
    height: 20px;
    border:none;
}

.package-card-contant-product .variation-color-bl .active-variation::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px; 
    width: 100%;
    height: 1.5px; 
    background: #000; 
}








 @keyframes fadeROut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}


   .woocommerce-message{
      background-color: rgba(255, 255, 255, 0.85);
    clear: both;
    color: #000; 
    max-width: 400px;
    position: fixed;
    margin: 0;
    padding: 20px 40px;
    gap: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fadeROut 1s ease 2.5s forwards;
     border: 1px solid black;
    text-align: center;
        border-radius: 5px;
         box-shadow: none !important;
    outline: none !important;
  }
 
  .woocommerce-message:focus,
.woocommerce-message a:focus,
.woocommerce-message .button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce-message {
    -webkit-tap-highlight-color: transparent;
}
.woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-notices-wrapper .woocommerce-message .button  {
      margin-top:20px!important;
  }
  .woocommerce-message:before {
    content: "";
}
.woocommerce-message:after {
    content: "";
}


.woocommerce-shipping-totals .shipping-note{
    font-size: 12px;
    font-weight: 400;
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.summary.entry-summary .cart #monoPayPartInfo{
    width: 240px;
    display: flex;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid black;
    padding: 4px 7px;
    gap: 6px;
    border-radius: 67px;
    align-items: center;
    transition: all 0.5s ease;
    cursor: pointer;
}
.summary.entry-summary .cart #monoPayPartInfo:hover{
    
    background-color: #E6E6E6;
}

.mono-pay-part-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.mono-pay-part-modal.active {
    display: block;
}

.mono-pay-part-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}
.mono-pay-part-header{
    display: flex;
    gap: 12px;
    align-items: center;
}
.mono-pay-part-header svg{
    width: 60px;
    height: 60px;
}
.mono-pay-part-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    width: 40%;
    max-height: 70%;
    background: #fff;
    overflow-y: auto;
    padding: 24px;
    transition: 0.5s ease;
}

.mono-pay-part-modal.active .mono-pay-part-modal-content {
    transform: translate(-50%, -50%) scale(1);
}

.mono-pay-part-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}








    @media(max-width: 768px) {
        .woocommerce-notices-wrapper .woocommerce-message{
            width: 280px;
    padding: 20px;
    
    
  }
    .woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-notices-wrapper .woocommerce-message .button  {
      font-size:10px!important;
      margin-top:12px!important;
  }
  
  .woocommerce-shipping-totals .shipping-note{
    font-size: 10px;
    
}


.mono-pay-part-header{
    padding-bottom: 20px;
    gap: 12px;
}
.mono-pay-part-header svg{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.mono-pay-part-modal-content {

    width: 100%;
    max-height: 80%;
    padding: 24px;
}

.mono-pay-part-modal.active .mono-pay-part-modal-content {
    transform: translate(-50%, -50%) scale(1);
}

.mono-pay-part-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}




    }















@media (max-width: 1281px){
   .holovna-page  .slider-special-block-wrapper {
    flex-direction: column;
    max-width: 765px;
    margin: 0 auto;
            gap: 60px;
    }
    .holovna-page .general-title-block  .slider-special-block-wrapper .title-block-page, .holovna-page .slider-special-block-wrapper .slider-block_special-block{
        width:100%;
        
    }
    .holovna-page .general-title-block  .slider-special-block-wrapper .title-block-page, .holovna-page .slider-special-block-wrapper .slider-block_special-block .title-block-page {
        gap:60px;
    }
    .holovna-page .slider-special-block-wrapper .slider-block_special-block{
        display: flex;
        flex-direction: column-reverse;
        
    }

       .slider-block_special-block .slider-auto_arrow{
      display: none; 
   }
    
    
}

 
 @media (max-width: 765px) {
    .consolas__short-description {
        font-size: 12px;
    }
    
    .quantity.custom-qty input.qty {
    width: 36px;
    text-align: center;
    font-size: 10px;
        line-height: 12px;
        padding: 4px;
}

    
   
    .woocommerce-page table.cart .product-thumbnail{
        height: 100%;
    }
    .woocommerce-page table.cart .product-thumbnail a{
        height: 100%;
    }
    .woocommerce-cart table.cart img {
        height: 100%;
        object-fit: cover;
    }
   
   
    .general-title-block .title-block-page{
 flex-direction: column-reverse;
 gap: 40px;
 margin:86px auto ;

 }
 .general-title-block .title-block-page p{
    font-size: 10px;
 }
 .general-title-block .title-block-page h1{
    flex-direction: column;
    align-items: center;
    gap:20px;
 }
   .holovna-page .general-title-block .slider-special-block-wrapper .title-block-page{
       flex-direction: column;
   }
   .holovna-page .general-title-block .slider-special-block-wrapper .title-block-page p{
       font-size: 18px;
   }
   .slider-special-block-wrapper .slider-block_special-block{
       left:-7.5px;
   }

   .slider-block_special-block .clothe_block_slider a .card-info-sl{
       gap:0;
   }
    .clothe_block_slider a .clothe_info{
        margin-bottom: 2px;
    }
    .slider-block_special-block .special-more-card a{
        height: auto;
        aspect-ratio: 2 / 3;
    }
    
    .mobile-hover-effect-card .slider-kosss-dots{
    display:flex;
}
    #applyCouponeS{
        position: absolute;
    }
.holovna-page .filter_col{
    width: 100%;
}
.holovna-page .filter_col .filter_photo{
    width: 0;
}
.holovna-page .filter_col .filter_a{
    width:100%;
    display: flex;
    flex:1;
    
}

.form-package-block {

    margin: 40px auto 0;
}


.form-package-block .title-form-package-block{
font-size:10px;}
.package-block-wrapper{
    font-size:10px; 

}
.form-package-block  .package-block-cart{

border-bottom: none;
}

.form-package-block  .package-block-cart .package-card-contant {
    width: 90%;
    gap: 10px;
}

.package-card-contant-product .variation-color-bl .variation-item{
    width: 16px;
    height: 16px;
     border:2px solid transparent;
     
}
.package-card-contant-product .variation-color-bl .active-variation{
    
    width: 20px;
    height: 20px;
    border:none;
}

 .container .btn-see-wrapper{
     margin: 50px 0;
 }
 
.container .clothe-teg-season .pagination-block-btn{
    right: 50%;
    transform: translateX(50%);
    position: absolute;
        bottom: -50px;
}

@media (max-width: 768px) {

    /* контейнер */
    .photo-gallery-container .video-thumb {
        position: relative;
    }

    /* убираем белый глюк Safari */
    .photo-gallery-container .video-thumb video {
        opacity: 0;
    }

    /* затемнение */
    .photo-gallery-container .video-thumb::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.25);
        pointer-events: none;
    }

    /* иконка play */
    .photo-gallery-container .video-thumb::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        background: url('/wp-content/themes/symbiosis/assets/image/play.svg') center/contain no-repeat;
        pointer-events: none;
    }
}

.small-text-num{
    font-size: 12px;
}

 
}

  





@media (min-width: 765px){
    .actions_mobile_resize .coupon {
    display: flex;
    
    flex-direction: row;
    transform: translate(-50%, 1300%) !important;
    width: 425px;
    
    }
    .woocommerce-page table.cart td.actions .coupon .coupon-error-notice {
    top: -30px;
    }
    
    .coupon:has(input#coupon_code:focus),
.coupon:has(input#coupon_code:not(:placeholder-shown)) {
    transform: translate(-50%, 1160%) !important;
}
}
 
 
 
 #select2-billing_nova_poshta_region-container, #select2-billing_nova_poshta_city-container, #select2-billing_nova_poshta_warehouse-container, #select2-billing_country-container{
     border:1px solid black;
     border-radius: 5px;
 }
 