
*, *::before, *::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
  
}

a {
	text-decoration: none;
}

ul, ol, li {
	list-style: none;
}

/* ===========GLOBAL==================== */

:root{
  --black:     #000000;
	--blackmhov: #333333;
	--primary:   #FF6D6D;
	--bg-gray:   #F7F7F7;
	--violet:    #AE4CCF;
	--white:     #FFFFFF;
  --lightred:  #c36;
    
	
}

html {
    scroll-behavior: smooth;
  }



.wrapper{
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}


.container{
  max-width: 1250px; 
  margin: 0 auto;
	padding: 0 10px;
}

.row{
  display: flex;	
	margin-left: auto;   
  margin-right: auto;

}








h1{
  font-family: Arial, Helvetica, sans-serif ;
  font-weight: 600;
  font-size: 37px;
  line-height: 45px;
}

h2{
  font-family: "Montserrat", Sans-serif ;
  font-weight: 700;
  font-size: 32px;
}

h2.h2_next_order{
  font-family: "Montserrat", Sans-serif ;
  font-weight: 700;
  font-size: 37px;

}

h3{
  font-family: "Montserrat", Sans-serif ;
  font-weight: 500;
  font-size: 22px;
}

h4{
  font-family: "Montserrat", Sans-serif ;
  font-weight: 500;
  font-size: 18px;
}

h5{
  font-family: "Montserrat", Sans-serif ;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}

.textlabel{
  font-family: "Montserrat", Sans-serif ;
  font-size: 16px;
}

/***************woocommerce-product-details__short-description*************************************/


.woocommerce-product-details__short-description p,  .tab_panel p{
  margin-bottom: 10px;
  color: var(--blackmhov);
  line-height: 1.5;
  font-size: 16px;
}

.woocommerce-product-details__short-description li,  .tab_panel li{
  margin-bottom: 10px;
  color: var(--blackmhov);
  line-height: 1.5;
  font-size: 16px;

}

.woocommerce-product-details__short-description ol ,  .tab_panel ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.woocommerce-product-details__short-description ol li,  .tab_panel ol li{
  margin-bottom: 10px;
  color: var(--blackmhov);
  line-height: 1.5;
  font-size: 16px;
  list-style-type: decimal;
  list-style-position: inside;
}

.woocommerce-product-details__short-description ul ,  .tab_panel ul {
  list-style-type: disc;
  list-style-position: inside;
}

.woocommerce-product-details__short-description ul li,  .tab_panel ul li{

  list-style-type: disc;
  list-style-position: inside;
}




.woocommerce-product-details__short-description div,  .tab_panel div{
  margin-bottom: 10px;
  color: var(--blackmhov);
  line-height: 1.5;
  font-size: 16px;

}

.woocommerce-product-details__short-description h1, .tab_panel h1,
.woocommerce-product-details__short-description h2, .tab_panel h2,
.woocommerce-product-details__short-description h3, .tab_panel h3,
.woocommerce-product-details__short-description h4, .tab_panel h4 
{
  margin-top: 8px;
  margin-bottom: 16px;
  line-height: 1.5;
  color: rgb(51, 51, 51);
}


/****************************************************/

.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright{
  display: block;
  margin-left: 1rem;
  float: right;
}

.alignleft{
  display: block;
  margin-right: 1rem;
  float: left;
}



embed{
  display: block;
  margin-left: auto;
  margin-right: auto;


}


/**************Template-examples**************************************/

.template1row {
  gap: 10px;
}

.template1row   .column1, .template1row   .column2{
  align-items: center;
}

.template_copy{
  width: 120px;
  height: 40px;
  background-color: #FF6D6D;
  color: var(--white);
  cursor: pointer;
}







/****************************************************/

body{
  font-family: "Montserrat", Sans-serif ;
  font-size: 18px;
}

.footer_main_title{
  font-family: "Montserrat", Sans-serif ;
  font-weight: 500;
  font-size: 37px;
  color: var(--primary);
}

.footer_second_title{
  font-family: "Montserrat", Sans-serif ;
  font-weight: 500;
  font-size: 29px;
  color: var(--primary);
}

.footer_text_one{
  font-family: "Montserrat", Sans-serif ;
  font-weight: 500;
  font-size: 20px;
  color: var(--white);
}

.footer_text_two{
  font-family: "Montserrat", Sans-serif ;
  font-weight: 500;
  font-size: 16px;
  color: #aeacac;
  text-transform: uppercase;
}




@media (max-width: 1250px) {
  h1 {
    font-size:calc(22px + 28*((100vw - 320px)/930))
  }


  h2 {
    font-size:calc(16px + 16*((100vw - 320px)/930))
  }

  h2.h2_next_order{
    font-size:calc(22px + 15*((100vw - 320px)/930))
  }

  h4 {
    font-size:calc(14px + 4*((100vw - 320px)/930))
  }


  h3 {
    font-size:calc(15px + 7*((100vw - 320px)/930))
  }

  body{
    
    font-size:calc(14px + 4*((100vw - 320px)/930))
  }

  .footer_main_title{
    font-size:calc(23px + 14*((100vw - 320px)/930))
  }

  .footer_second_title{
    font-size:calc(20px + 9*((100vw - 320px)/930))
  }

  .footer_text_one{
    font-size:calc(16px + 4*((100vw - 320px)/930))
  }
}

/* ===========MODAL===================== */

.modal {
  position: fixed;
  visibility: visible;
  opacity: 1;
  top: 0;
  
  transition: .3s;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(51, 51, 51, 1);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: scroll;
  background-color: #333333;
  /*padding: 60px 15px;*/
}
 
.modal_active {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: -1000px;
  transition: .3s;
}


.modal__content {
  width: 100%;
  
  max-width: 700px;
  padding: 50px  40px;

  background: var(--bg-gray);
  text-align: center;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 5px 15px #091638;
}

.modal__content h2{
  color: var(--primary);
  margin-bottom: 20px;
}

.modal__content  p{
  margin-bottom: 10px;
  color: var(--blackmhov);
  line-height: 1.5;
  font-size: 16px;
  font-family: sans-serif;
}

.modal__content  li{
  margin-bottom: 10px;
  color: var(--blackmhov);
  line-height: 1.3;
  font-size: 16px;
  font-family: sans-serif;

}

.modal__content ul{
  margin-bottom: 15px;
  list-style: disc ;
}

.modal__content li{
  
  list-style: disc outside ;
}

.modal__content .markers li::marker {
	color: var(--blackmhov)
	
}



.modal-button{
  padding: 12px 24px;
  cursor: pointer;
  color: var(--white);
  font-size: 16px;

  
}

#modal-yes{
  background-color: var(--violet);
  font-weight: 600;
}

#modal-no{
  background-color: var(--primary);
  font-weight: 600;
}
#modal-no  img, #modal-yes img{
  margin-right: 5px;
  width: 14px;
  height: 14px;

}


/* ===========HEADER===================== */
.header_top{
	background-color: var(--black);
	padding: 10px 0px;
}

.header_top .row{
	align-items: center;
}
.col_logo{
	padding-right: 20px;
  width: 26%;
}

.col_logo img{
  max-width: 100%;
}

.col_search{
	flex-grow: 1;
}

.col_search input{
	width: 100%;
	height: 44px;
	padding-left: 16px;
}

.col_search input:focus{
	outline: #FFFFFF;
}

.col_search, .col_cabinet, .col_chart, .col_burger{
	padding: 0px  20px;
}

.col_expand{
  display: none;
}

.col_chart  a{
  position: relative;
}

.truemisha-cart-frag-1{
  position: absolute;
  right: -8px;
  top: -20px;
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: var(--violet);
  color: var(--white);
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}

/*
#mini-cart-count{
  position: absolute;
  right: -8px;
  top: -20px;
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: var(--violet);
  color: var(--white);
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}
*/
/* Бургер*/

.burger{
  padding: 13px 0px;

}

.burger_line{
  display: block;
  background-color: var(--primary);
  height: 3px;
  width: 32px;
  position: relative;
}

.burger_line::before,
.burger_line::after{
    background: var(--primary);
    content: '';
    display: block;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    height: 100%;
}
.burger_line::before{
    top: 8px;
}
.burger_line::after{
    top: -8px;
}

.burger.active .burger_line{
  background-color: transparent;
}

.burger.active  .burger_line::before{
  top: 0px;
  transform:  rotate(-45deg) ;
}

.burger.active  .burger_line::after{
  top: 0px;
  transform:  rotate(45deg) ;
}

.search_row{
  display: none;
}

/* Вторая строка  хедера  - меню*/

.header_menu{
	background-color: var(--primary);
}


.header_menu_list {
	display: flex;
	align-items: center;
  position: relative;
}

.header_menu_item{
	display: flex;
  
}

.header_menu_item .header_menu_link{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	font-weight: normal;
	color: var(--white);
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 7px;
}


.header_menu_item .indikator{
  display: inline-block;
	position: relative;
	top: -1px;
}

.header_menu_item .indikator:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3.5px 0 3.5px;
	border-color: #ffffff transparent transparent transparent;
	margin: 0px 0px 0px 7px;
	transition: all 0.3s ease 0s;
}

/* Субменю  при разр  > 1250 пх */
@media (min-width: 1251px) {

  .header_menu_item:hover{
	  background-color: var(--blackmhov);
  }
  .header_menu_item:hover .sub-menu{
    display: block;
  }
  

  /*===============  .header_menu_item:last-child .sub-menu{
    right: 0px;
    left: auto;
  }
  
  .header_menu_item:nth-last-child(2) .sub-menu{
    right: 0px;
    left: auto;
  }================================================*/

  
  .sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    
  
    top: 50px;
    left: 0px;
  
    padding: 10px 10px;
    background-color: var(--bg-gray);
    color: var(--blackmhov);
    z-index: 10;
  }

  .sub-menu_list{
    columns: 3;
  }

  .sub-menu_list li{
    width: 33.3%;
  }
  
  .sub-menu_list li a{
    text-decoration: none;
    line-height: 35px;
    padding: 0px 14px;
    color: #333333;
    white-space: nowrap;
  }

  .col_burger {
    display: none;
  }
  .menu_arrow{
    display: none;
  }

}


/* Открываем меню  при разр  < 1250 пх */
@media (max-width: 1250px) {
  /* По умолч. меню закрыто, открываем  классом актив */
  .header_menu{
    display: none;
  }
  .header_menu.active{
    display: block;
  }
  .header_menu.active .header_menu_list{
    display: block;
  }
   /* Делаем  блоки на всю ширину */
  .header_menu.active .header_menu_item{
    display:  block;
    position: relative;
  }

  .header_menu.active .header_menu_list {
    flex-grow: 1;

  }

  .header_menu_item .indikator::after{
    display: none;
  }

  .menu_arrow{
    position: relative;
    top: 2px;
    left: 2px;
    height: 30px;
    width: 40px;
    display: inline-block;
  }

  span.rotate img{
    transform: rotate(90deg);
  }


   /* Убираем паддинги в контейнере меню,  чтобы  белые были на вю ширину */
  .header_menu.active #container_menu{
    padding: 0px;
  }

  .header_menu.active .sub-menu{
    background-color: var(--bg-gray);
    color: var(--blackmhov);
    
  }

  .header_menu.active .sub-menu li{
    
    padding: 10px 25px;
  }

  .header_menu.active .sub-menu a{
    color: var(--blackmhov);
    
  }

  .header_menu_item .sub-menu{
    display:  none; 
  }
  .header_menu_item.open .sub-menu{
    display:  block; 
  }




}


@media (max-width: 768px){
  .col_logo{
    width: 250px;
  }
  .col_search {
    display: none;
  }
  .col_expand{
    display: block;
    flex-grow: 1;
  }
  .search_wrap{
    width: 100%;
  }

  .col_search, .col_cabinet, .col_chart, .col_burger{
    padding: 0px  10px;
  }

}



/* ===========Section first_slider===================== */

.first_slider{
  
  background-color: var(--black);
}

.first_slider .swiper-slide{
  
  background-color: var(--black);
}

.first_slider_col{
  min-width: 0;
}

.first_slider .swiper{
  position: relative;
}

.first_slider .swiper-slide img{
  max-width: 100%;
}

.first_slider .swiper-scrollbar{
  display: none;
}

.swiper-pagination-bullet-active{
  background-color: var(--primary);
}

.first_slider_textwrap{
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%,-20%);
  text-align: center;
  min-width: 370px;

}
.first_slider_textwrap  h2{
  color: var(--white);
  margin-bottom: 10px;

}


.first_slider_btn{
  height: 50px;
  max-width: 370px;
  width: 100%;
  background-color: var(--primary);
  color: var(--white);
  display: block;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;

}

.swiper-slide-active .first_slider_textwrap{
  animation-name: btn_appear;
  animation-duration: 1s;
}

@keyframes btn_appear {
  from{
    bottom: 0%;
    opacity: 0;

  }
  to{
    bottom: 15%;
    opacity: 1;

  }
  
}

/* ============Climax-points-slide==================== */

.climax_points_wrap{
  display: flex;
  background-color: #000000;
  
}
.climax_point_content_col{
  width: 37%;
  background-color: var(--black);
  
}
.climax_point_img_col{
  width: 63%;
  box-sizing: border-box;

}

.climax_point_content_col{
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.climax_point_content_col   h1{
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif ;
  margin-bottom: 30px;
  color: var(--white);
  animation-name: lightSpeedInLeft;
  animation-duration: 2s;
}

.climax_point_content_col   h3{
  color: var(--violet);
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}

.cp_second_text{
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--white);
  max-width: 334px;
  margin-left: auto;
  margin-right: auto;
}

.cp_button{
  display: block;
  width: 150px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 4px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  margin-bottom: 30px;
}

.cp_note{
  font-size: 10px;
  color: var(--white);
}



@media (max-width: 992px){
  .climax_point_content_col   h1{
    margin-bottom: 15px;
  }
  .climax_point_content_col   h3{
    margin-bottom: 15px;
  }

  .cp_second_text{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .cp_button{

    margin-bottom: 15px;
  }
}

@media (max-width: 768px){
  .climax_point_img_col{
    display: none;
  }

  .climax_point_content_col{
    width: 100%;
    background-color: transparent;
    
  }

}


/* ================================ */


.first_slider-swiper-button-prev{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  
}
.first_slider-swiper-button-prev img{
  transform: rotateY(180deg);
  position: relative;
  top: 8px;
  left: 8px;
}

.first_slider-swiper-button-next{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 1;
  
}
.first_slider-swiper-button-next img{
  position: relative;
  top: 8px;
  left: 8px;
}

@media (max-width: 768px){
  .first_slider-swiper-button-prev, .first_slider-swiper-button-next{
    display: none;
  }
  .first_slider_textwrap{
    position: static;
    max-width: none;
    transform: translate(0,0);
  }

  .first_slider_btn{
    max-width: none;
    width: 100%;
  }
  .first_slider_textwrap  h2{
    margin-top: 10px;
  }


}

/* ===========Section navi===================== */

.navi{
  padding: 60px 0px;
  background-color: var(--bg-gray);
}

.navi h2{
  color: var(--primary);
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
  max-width: 1158px;
}

.navi_row_items{
  column-gap: 1.6%  ;
  flex-wrap: wrap;
  row-gap: 20px;
}

.navi_item{
  width: 23.8%;
  
}

.inner_navi_item{
  width: 100%;
  padding-bottom: 136.8%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.inner_navi_item img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
  
}

/*===============================*/

.inner_navi_text{
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", Sans-serif ;
  text-transform: uppercase;
  color: var(--lightred);
}



@media (max-width: 768px){
  .navi_item{
    width: 48.7%;
  }
  .navi_row_items{
    column-gap: 2.6%  ;
  }
}
/* ===========Section toptrand===================== */

.toptrand{
  padding: 50px 0px;
  background-color: var(--black);
}

.toptrand h2{
  color: var(--primary);
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
}

.swiper-wrapper {
  align-items: stretch;
}

.toptrand .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.toptrand .toptrand_item{
  height: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}



.toptrand a.shoprandomly_item_img{
  display: block;
  
}

.toptrand_col{
  min-width: 0;
}

.toptrand_item_item{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.toptrand-swiper-button-prev{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 1;
  
}
.toptrand-swiper-button-prev img{
  transform: rotateY(180deg);
  position: relative;
  top: 8px;
  left: 8px;
}

.toptrand-swiper-button-next{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  
}
.toptrand-swiper-button-next img{
  position: relative;
  top: 8px;
  left: 8px;
}

.toptrand  .toptrand-pagination{
  position: absolute;
  bottom: -30px;
  z-index: 1;
}

.toptrand-pagination .swiper-pagination-bullet-active{
  z-index: 2;
  background-color: var(--primary);
}

@media (max-width: 768px){
  .toptrand-swiper-button-prev, .toptrand-swiper-button-next{
    display: none;
  }
}


/* ===========Section topvibro===================== */

.topvibro{
  padding: 50px 0px;
  background-color: var(--white);
}

.topvibro h2{
  color: var(--primary);
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
}

.topvibro_col{
  min-width: 0;
}

.topvibro .swiper-wrapper {
  align-items: stretch;
}

.topvibro .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}





.topvibro_item{
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border: 1px solid #aeacac;
}

.topvibro-swiper-button-prev{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 1;
  
}
.topvibro-swiper-button-prev img{
  transform: rotateY(180deg);
  position: relative;
  top: 8px;
  left: 8px;
}

.topvibro-swiper-button-next{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  
}
.topvibro-swiper-button-next img{
  position: relative;
  top: 8px;
  left: 8px;
}

.topvibro  .topvibro-pagination{
  position: absolute;
  bottom: -30px;
  z-index: 1;
}

.topvibro-pagination .swiper-pagination-bullet-active{
  z-index: 2;
  background-color: var(--primary);
}

@media (max-width: 768px){
  .topvibro-swiper-button-prev, .topvibro-swiper-button-next{
    display: none;
  }
}


/* ===========Section brandshop===================== */

.brandshop{
  padding: 50px 0px;
  background-color: var(--bg-gray);
}

.brandshop h2{
  color: var(--primary);
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
}

.brandshop_col{
  min-width: 0px;
}

.brandshop_item{
  width: 100%;
  display: flex;
  flex-direction: column;
  
}

.brandshop-swiper-button-prev{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 1;
  
}
.brandshop-swiper-button-prev img{
  transform: rotateY(180deg);
  position: relative;
  top: 8px;
  left: 8px;
}

.brandshop-swiper-button-next{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  
}
.brandshop-swiper-button-next img{
  position: relative;
  top: 8px;
  left: 8px;
}

.brandshop  .brandshop-pagination{
  position: absolute;
  bottom: -30px;
  z-index: 1;
}

.brandshop-pagination .swiper-pagination-bullet-active{
  z-index: 2;
  background-color: var(--primary);
}

@media (max-width: 768px){
  .brandshop-swiper-button-prev, .brandshop-swiper-button-next{
    display: none;
  }
}

/* ===========Section topdong===================== */

.topdong{
  padding: 50px 0px;
  background-image: linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,.5) ), url("../img/topdong_bg.webp");
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.topdong h2{
  color: var(--primary);
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
}

.topdong_col{
  min-width: 0;
}


.topdong .swiper-wrapper {
  align-items: stretch;
}

.topdong .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}


.topvibro_item{
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border: 1px solid #aeacac;
}



.topdong_item{
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
}

.topdong-swiper-button-prev{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 1;
  
}
.topdong-swiper-button-prev img{
  transform: rotateY(180deg);
  position: relative;
  top: 8px;
  left: 8px;
}

.topdong-swiper-button-next{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  
}
.topdong-swiper-button-next img{
  position: relative;
  top: 8px;
  left: 8px;
}

.topdong  .topdong-pagination{
  position: absolute;
  bottom: -30px;
  z-index: 1;
}

.topdong-pagination .swiper-pagination-bullet-active{
  z-index: 2;
  background-color: var(--primary);
}

@media (max-width: 768px){
  .topdong-swiper-button-prev, .topdong-swiper-button-next{
    display: none;
  }
}





/* ===========Section shoprandomly===================== */

.shoprandomly{
  padding: 50px 0px;
  background-color: var(--bg-gray);
}

.shoprandomly h2{
  color: var(--primary);
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
  
}




.shoprandomly_row{
  column-gap: 1.6%  ;
  flex-wrap: wrap;
  row-gap: 20px;
}


.shoprandomly_item{
  width: 23.8%;
  display: flex;
  flex-direction: column;
}

.shoprandomly_item_img{
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--white);
}

.shoprandomly_item_img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.shoprandomly_item_descrip{
  padding: 10px;
  background-color: var(--white);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.shoprandomly_item_descrip h4{
  color: var(--primary);
  text-align: center;
  
}

.shoprandomly_item_descrip h4 a{
  color: var(--primary);
  text-align: center;
  
}



.shoprandomly_item_title{
  margin-bottom: 10px;
  flex-grow: 1;
}
.shoprandomly_item_stars{
  height: 6px;
  text-align: center;
  line-height: 6px;
  margin-bottom: 16px ;
}

.shoprandomly_item_stars img{
  width: 10px;
  height: 10px;

}



.shoprandomly_item_price{
  color: var(--primary);
  text-align: center;
  font-size: 18px;
  margin-bottom: 12px ;
}
.shoprandomly_item_button{
  display: block;
  width: 100%;
  max-width: 150px;
  height: 35px;
  margin: 0 auto;
  background-color: var(--violet);
  color: var(--white);
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
}

.added_to_cart{
  text-align: center;
  font-size: 14px;
  color: var(--primary);

  display: block;
  margin: 2px auto;
}

.cross-sells{
  display: none;
}

.shoprandomly_item_button.added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom;
}

.col_shopproducts     .login_earn{
  display: none;
}

.col_shopproducts .wlr-product-message{
  text-align: center;
}

.col_shopproducts .shoprandomly_item_price{
  margin-bottom: -2px;
}





@media (max-width: 768px){
  .shoprandomly_item{
    width: 48.7%;
  }
  .shoprandomly_row{
    column-gap: 2.6%  ;
  }
}


/* ===========Section next_order==========

.next_order{
  background-image:  linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,.5) ), url('../img/next_order.jpg'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.next_order .row{
  justify-content: center;
  height: 321px;
}

.next_order .col{
  max-width: 600px;
  flex-grow: 1;
  padding: 10px;
  display: none;
}

.next_order h2{
  color: var(--primary);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
}

.next_order h3{
  color: var(--primary);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 800;
}

.next_order_spase{
  height: 70px;
}

#email{
  display: block;
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 20px;
  z-index: 1;
}
.next_order_check{
  display: inline-block;
  margin-bottom: 10px;
}

#coding{
  display: inline-block;
  height: 24px;
  
}

.next_order label{
  color: #FFFFFF;
}

.next_order button{
  width: 100%;
  height: 40px;
  background-color: var(--violet);
  color: #FFFFFF;
}
======= */

/* =========== sex_blog  page===================== */
.sex_blog_arh{
  padding: 50px  0px;
  background-color: var(--bg-gray);
}

.sex_blog_arh h1 {
  margin-bottom: 35px;
  color: var(--primary);
  
}
.sex_blog_arh .row:first-child{
  justify-content: center;
}

.sex_blog_row{
  column-gap: 1.25%;
  flex-wrap: wrap;
  row-gap: 20px;
}

.sex_blog_item {
  width: 32.5%;
  display: flex;
  flex-direction: column;
  
}

.sex_blog_item_img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--white);
}

.sex_blog_item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sex_blog_item_descrip {
  padding: 10px;
  background-color: var(--white);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.sex_blog_item_descrip h4 a {
  color: var(--violet);
  text-align: center;
  
}

.sex_blog_item_descrip h4 {
  color: var(--violet);
  text-align: center;
  padding: 10px 0px;
}

.sex_blog_item_descrip p {
  font-size: 16px;
  font-weight: 400;
  color: var(--blackmhov);
  margin-bottom: 14px;
  line-height: 1.5;
}

.sex_blog_item_descrip p a{
  color: var(--violet);
}


@media (max-width: 980px){

  .sex_blog_row{
    column-gap: 2%;
  }
  
  .sex_blog_item {
    width: 49%;
  }
}

@media (max-width: 470px){


  
  .sex_blog_item {
    width: 100%;
  }
}





/* ===========Section sex_blog===================== */
.sex_blog{
  background-image:  linear-gradient( rgba(0,0,0,.5), rgba(0,0,0,.5) ), url('../img/next_order.jpg'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.sex_blog .row:first-child{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.sex_blog .row:first-child  h3{
  color: var(--primary);
}

.sex_blog h2{
  color: var(--primary);
  
  text-transform: uppercase;
}

.sex_blog  .col{
  min-width: 0;
}

.sex_blog .sex_blog_item{
  width: 100%;
}

.sex_blog .swiper-wrapper {
  align-items: stretch;
}

.sex_blog .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.sex_blog .sex_blog_item {
  height: auto;
  
  flex-grow: 1;
}


/* ===========Single sex_blog===================== */

.single_sex_blog{
  padding: 50px 0px;
  background-color: var(--bg-gray);
}

.single_sex_blog .main-heading{
  text-align: center;
}
.single_sex_blog .main-heading h1{
  margin-bottom: 35px;
  color: var(--primary);
  
}

.single_sex_blog p {
  font-size: 16px;
  font-weight: 400;
  color: var(--blackmhov);
  margin-bottom: 14px;
  line-height: 1.5;
}

.single_sex_blog  img{
  float: left;
  margin-right: 10px;
  width: 100%;
  height: 100%;
  max-width: 400px;
}

@media (max-width: 768px){

.single_sex_blog  img{
  float:none;
  margin-right: 0px;
  text-align: center;
  max-width: none;
}
.single_sex_blog_body{
  text-align: center;
}

  

}


/* ===========Section shipping===================== */

.shipping {
  padding: 30px  0px;
}

.shipping  .row{
  gap: 1.2%;
  flex-wrap: wrap;
}

.shipping .col{
  width: 32.52%;
  padding: 10px;

}


.shipping_img {
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  height: 88px;
  width: 88px;
  border: 3px solid  var(--primary);
}

.shipping_img img{
  width: 45px;
  height: 45px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.shipping_h3{
  height: 65px;
  padding-top: 23px;
  padding-bottom: 16px;
  
}

.shipping h3{

  color: var(--violet);
  text-align: center;
  font-weight: 500;
}

.shipping_text{
  color: #7a7a7a;
  text-align: center;
  margin: 0 auto;
  max-width: 390px;
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.7;
}


@media (max-width: 768px){
  .shipping .col{
    width: 100%; 
  }

}


/* ===========Section footer_up===================== */

.footer_up{
  padding: 30px  0px;
  background-color: var(--blackmhov);
}

.footer_up .row{
  flex-wrap: wrap;
}

.footer_up_col{
  width: 25%;
  padding: 10px;
}

.footer_main_title, .footer_second_title, .footer_text_one{
  margin-bottom: 20px;
}

.footer_second_title{
  margin-top: 7px;
}

.footer_text_two{
  line-height: 1.5;
  margin-bottom: 20px;
}

.footer_up li a{
  line-height: 31px;
  text-transform: uppercase;
  font-size: 14px;
  color: #aeacac;
  padding: 3px 10px;
}
.contact_item{
  display: flex;
  align-items: center;
  color: #aeacac;
  margin-bottom: 8px;
  line-height: 1.5;
}

.contact_item img{
  margin-right: 10px;
}

.contact_item .contact_item_text a{
  color: #aeacac;
}
.footerlogo{
  max-width: 100%;
}


@media (max-width: 768px){
  .footer_up_col{
    width: 100%; 
  }

}

/* ===========Section footer_down===================== */

.footer_down{
  background-color: #000000;
  padding: 60px 0px;
}

.row_footer_down_img{
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: center;
  row-gap: 10px;
}

.row_coptright{
  color: #FFFFFF;
  justify-content: center;
}


/* ===========Section shop_subcat===================== */

.shop_subcat{
  background-color: var(--violet);
  height: 200px;
  
}



.col_img_wrap{
  flex-grow: 1;
}

.col_img_wrap img{
  max-height: 200px;
  object-fit: contain;
  pointer-events: none;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
}

.col_sub_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow:1 ;
}

.col_sub_links h1{
  color: var(--white);
  margin-bottom: 20px;
}

.col_sub_links a{
  color: var(--white);
}

.col_sub_links ul{
  columns: 3;
  column-gap: 50px;
}

.col_sub_links ul li{
  padding: 5px 0px ;
}

@media (max-width: 768px){

  .col_img_wrap{
    display: none;
  }
  .shop_subcat{
    
    height: auto;
    padding: 10px 0px;
    
  }
  .col_sub_links ul{
    columns: 3;
    column-gap: 20px;
  }

}



/* ===========Section mainshop===================== */

.mainshop{
  padding: 50px  0px;
  
}

.mainshop_row{
  flex-wrap: wrap;
  gap: 1.6%;
  
}
/* ===========shopsidebar===================== */
.col_shopsidebar{
  width: 25%;
  padding: 10px;
  box-shadow: 2px 2px 7px rgba(106, 107, 104, 0.3);
}


/*====================*/
.price_filter_wrap{
  display: flex;
  justify-content: center;
  align-items: end;
  height: 16px;
}

.price_filter_wrap .range-line{
  flex-grow: 1;
  
  height: 4px;
  background-color: var(--lightred);
  position: relative;
}

.range-pointer-left, .range-pointer-right{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--lightred);
  position: absolute;
  user-select: none;
  touch-action: none;
  
}

.range-pointer-left{
  left: 0px;
  top: -10px;
}

.range-pointer-right{
  left: 0px;
  top: -10px;
}

.price_result{
  display: flex;
  margin-top: 16px;
}

.euro{
  margin-left: 5px;
}

.price_between{
  flex-grow: 1;
}

.filter_button{
  display: none;
  background-color: var(--violet);
  height: 35px;
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 35px;
  border-radius: 4px;
  margin-top: 16px;
}


/*====================*/




.col_shopsidebar li{
  display: flex;
  align-items: center;
}
.col_shopsidebar label{
  
  padding-left: 5px;
}

.col_shopsidebar  h5{
  margin-bottom: 16px;
  margin-top: 24px;
}


.col_shopsidebar .textlabel{
  color: var(--lightred);
  padding: 2px 0px;
  line-height: 1.5;
}

.col_shopsidebar .textlabel span{
  color: var(--blackmhov);
  padding-left: 5px;
}

.sidebar_on-off{
  display: none;
  padding: 16px 0px;

}

.sidebar_on-off div{
  font-size: 18px;
}

.price_filter_wrap{
  display: block;
}

.sidebar_on-off .indikator{
  display: inline-block;
	position: relative;
	top: -1px;
}

.sidebar_on-off .indikator:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: var(--violet) transparent transparent transparent;
	margin: 0px 0px 0px 7px;
	transition: all 0.3s ease 0s;
}


@media (max-width: 768px){
  .sidebar_on-off{
    display: block;


  }
  .sidebar_filter_wrap{
    display: none;
  }

  .sidebar_off{
    display: none;
  }



}


/* ===========shopproducts===================== */


.col_shopproducts{
  width: 73.4%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.2%;
  row-gap: 15px;
}

.col_shopproducts  .shoprandomly_item{

  width: 31.86%;
  box-shadow: 2px 2px 7px rgba(106, 107, 104, 0.3);
  max-height: 500px;

}

.woocommerce-pagination{
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.page-numbers li{
  display: inline-block;
  margin: 0px 5px;
}

.page-numbers li a{
  color: var(--violet);
}



@media (max-width: 768px){
  .col_shopsidebar{
    width: 100%;
    
  }
  .col_shopproducts{
    width: 100%;
    gap: 2.6%;
  }

  .col_shopproducts  .shoprandomly_item{

    width: 48.7%;
  }



}






/*=================single_main==================*/

.single_main{
  padding: 40px  0px;
}

.single_main_row{
  flex-wrap: wrap;
}

.single_main_col_slider, .single_main_col_content{
  width: 50%;

}

.single_main_col_slider{
  min-width: 0;
  padding: 0px  30px;
}

.single_swiper{
  width: 100%;
}


.single_img_wrap_full{
  width: 100%;
  overflow: hidden;
}

.single_img_wrap_full img{
  width: 100%;
}
/*
.single_img_wrap_full img:hover{
  transform: scale(1.2);
  transition: 1s;
}
*/


.single_img_wrap{
  width: 100%;
  padding-bottom: 120%;
  position: relative;
  overflow: hidden;
}

.single_img_wrap img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}




/*************************************/

.single_swiper-button-prev{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 1;
  
}
.single_swiper-button-prev img{
  transform: rotateY(180deg);
  position: relative;
  top: 8px;
  left: 8px;
}

.single_swiper-button-next{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  
}
.single_swiper-button-next img{
  position: relative;
  top: 8px;
  left: 8px;
}


/****************************************/

.single_main .swiper-scrollbar{
  display: none;
}
.mini_single_swiper-button-prev , .mini_single_swiper-button-next{
  color: var(--primary);
}

.mini_single_swiper{
  padding: 5px  36px;
}

.mini_single_swiper .single_img_wrap {
  box-shadow: 2px 2px 7px rgba(106, 107, 104, 0.3);
}

.single_tags{
  color: var(--primary);
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.single_tags svg{
  width: 50px;
  margin-right: 10px ;
  
}

.ptotect_icons{
  display: flex;
  margin-top: 30px;
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
  gap: 6.6%;
}

.ptotect_icons  .ptotect_icons_wrap{
  width: 20%;
}
.ptotect_icons  .ptotect_icons_wrap img{
  width: 100%;
  max-width: 64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ptotect_icons  .ptotect_icons_wrap p{
  text-align: center;
  font-size: 13px;
  color: var(--violet);
  margin: 2px 0px;
  
}



.single_main_col_content h1{
  margin-bottom: 14px;
  color: var(--primary);
}

.single_main_col_content p{
  font-size: 16px;
  font-weight: 400;
  color: var(--blackmhov);
  margin-bottom: 14px;
  line-height: 1.5;

}


.login_earn{
  
  margin-left: 10px;
  margin-top: -10px;
  font-size: 14px;
  display: block;
  line-height: 1.4;
}

.woobt-wrap .login_earn{
  display: none;
}


.login_earn a{
  font-size: 14px;
  color: var(--violet);

}


.price_row{
  display: flex;
  align-items: center;
  
}

.single_price_icon , .single_price {
  line-height: 31px;
  font-size: 26px;
  color: #7a7a7a;
} 

.single_price{
  margin-left: 5px;
}

#num_product{
  border: 1.5px  solid var(--primary);
  width: 58px;
  height: 44px;
  margin-left: 9px;
  font-size: 16px;
  text-align: center;
}

input#num_product::-webkit-outer-spin-button,
input#num_product::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.single_add_to_cart{
  color: var(--white);
  font-size: 16px;
  height: 46px;
  width: 100%;
  max-width: 146px;
  line-height: 46px;
  background-color: var(--primary);
  margin-left: 9px;
  font-weight: 600;
}


.climax_points{
  padding: 10px  0px;
  font-size: 16px;
  color: var(--blackmhov);
}

@media (max-width: 768px){
  .single_main_col_slider, .single_main_col_content{
    width: 100%;
  }

  .single_main_col_content h1{
    margin-top: 16px;
    line-height: 1;
  }
}


/*=================Переписанно под стили  вукоммерс==================*/

.woocommerce-product-details__short-description h4, .woocommerce-product-details__short-description p {
  line-height: 1.4;
}

.woocommerce-product-details__short-description h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.single_main_col_content .woocommerce-Price-amount {
  color: #7a7a7a;
  font-family: "Archivo Narrow", Sans-serif;
  font-size: 23px;
  font-weight: 100;
  text-transform: none;
  letter-spacing: 5.4px;
}

.wlr-product-message{
  display: block;
  line-height: 25px;
  padding: 0px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 400;
}




.single_main_col_content .variations_form  .variations{
  
  padding: 20px;
}

.single_main_col_content  .variations  tbody select{
  width: 100%;
  height: 40px;
  border: 1.5px  solid var(--primary);
}

.single_main_col_content  .single_add_to_cart_button {
  color: var(--white);
  font-size: 16px;
  height: 46px;
  width: 100%;
  max-width: 146px;
  line-height: 46px;
  background-color: var(--primary);
  margin-left: 9px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;

}

.single_main_col_content  .woobt-wrap  .single_add_to_cart_button{
  background-color: var(--violet);


}



.single_main_col_content  .input-text{
  border: 1.5px  solid var(--primary);
  width: 58px;
  height: 44px;
  
  font-size: 16px;
  text-align: center;
  display: inline-block;

}

.single_main_col_content  .quantity{
  display: inline-block;
}



.woobt-wrap   .variations_form{
  background-color: transparent;
}

.myvariations{
  
  width: 70%;
  border-collapse: separate;
  border-spacing: 0 0.5em;
}

.myvariations .reset_variations{
  font-size: 14px;
  font-weight: 400;
  color: var(--primary);
}



.myvariations  th {
  text-align: left;
}




.woobt-title-inner {
  font-size: 16px;
}

.woobt-title-inner a{
  color: var(--lightred);
}

.woobt-price-ori  .woocommerce-Price-amount{
  font-size: 16px;
  color: #333333;
  letter-spacing:normal

}


.tagged_as a{
  color: var(--primary);
}

.ppcp-disabled  {
  display: none;
}

.woobt-wrap  .woocommerce-Price-amount{
  font-size: 16px;
  color: #333333;
  letter-spacing:normal


}


/*=====================info_panel============================*/

.info_panel{
  padding: 40px  0px;
}

.col_info_panel{
  flex-grow: 1;
}

.info_panel_tabs li{
  border: 1px solid #cfc8d8;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin-right:-7px;
  padding: 0 1em;
  background-color: var(--primary);
}

.info_panel_tabs li a{
  color: var(--white);
}


.info_panel_tabs li.active_tab , .info_panel_tabs    li.active{
  background-color: var(--bg-gray);
}

.info_panel_tabs li.active_tab a , .info_panel_tabs    li.active a{
  color: #515151;
}




.info_panel_tabs li a{
  
  font-size: 16px;
  font-weight: 600;
  height: 41px;
  line-height: 41px;
  display: block;
}

.tab_panel{
  padding: 20px;
  background-color:  var(--bg-gray);
  border: 1px solid #cfc8d8;
}

.tab_panel h2{
  margin-top: 8px;
  margin-bottom: 16px;
}





.tab_panel  table{
  border: 1px  solid #cfc8d8;
}

.tab_panel  td,  .tab_panel  th{
  border: 1px  solid #cfc8d8;
  padding: 8px;
  font-size: 16px;
}

.tab_panel  td{
  width: 400px;
}

.tab_panel_comment:not(:first-child){
  margin-bottom: 10px;
}

.tab_panel_comment label{
  padding: 2px 0px;
  font-size: 16px;
  color: var(--blackmhov);
}

#comment, #author, #email {
  border: 1px solid var(--blackmhov);
  width: 100%;
  border-radius: 4px;
  padding: 8px 16px;
}

#author, #email{
  height: 38px;
}

#comment{
  height: 100px;
}


.simple_rating{
  font-size: 40px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.simple_rating::before{

  display: block;
  content: "★★★★★";
  color: #FFFFFF;
}

.sipmple_rating_items{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
}
.rating_item{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.simple_rating_label{
  flex: 0 0 20%;
  height: 100%;
  cursor: pointer;
  color: #FFFFFF;
}

.simple_rating_label::before{
  display: block;
  content: "★";
}

.simple_rating_label:hover, 
.simple_rating_label:hover ~ .simple_rating_label,
.simple_rating_label:checked ~ .simple_rating_label:hover{
  color: #ffef9f;

}

.rating_item:checked,
.rating_item:checked ~ .simple_rating_label{
  color: #ffd300;
}

.tab_panel  #submit{
  width: 86px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 600;
  background-color: #e9e6ed;
  color: #333333;
}

/***********************************/

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: var(--lightred);
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
}



p.stars a:hover~a::before {
  content: "\e021"
}

p.stars:hover a::before {
  content: "\e020"
}

p.stars.selected a.active::before {
  content: "\e020";
}

p.stars.selected a.active~a::before {
  content: "\e021"
}

p.stars.selected a:not(.active)::before {
  content: "\e020"
}









/**************************************/

@media (max-width: 768px){
  .info_panel_tabs li{
    display: block;
  }
 
}


@media (max-width: 500px){
  .tab_panel  td,  .tab_panel  th{
    
    padding: 4px;
    font-size: 12px;
  }

 
}







/* ===========Section related===================== */

.related{
  padding: 50px 0px;
  background-color: var(--white);
}


.related_row{
  column-gap: 1.6%  ;
  flex-wrap: wrap;
  row-gap: 20px;
}

.related h2{
  color: var(--primary);
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 20px;
}


.related .shoprandomly_item{
  box-shadow: 2px 2px 7px rgba(106, 107, 104, 0.3);
}

.text_example{
  background-color: var(--bg-gray);
  padding: 20px;
}

.col_text_example *{
  padding: 20px;
  
}


.wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
  max-height: 342px;
  overflow-y: auto;
}

.wpc-filters-main-wrap li.wpc-term-item a {
  color: var(--lightred);
  font-size: 16px;
}

.wpc-filters-main-wrap li.wpc-term-item span {
  color: var(--black);
  font-size: 16px;
}

#myfilter{
  margin-bottom: 20px;
}



.shablon-row{
  flex-wrap: wrap;
}


/* ===========Section cart===================== */


.product-thumbnail{
  padding: 9px 18px;
}

.product-thumbnail   img{
  width: 100%;
  max-width: 200px;
}

.product-name a{
  font-size: 16px;
  color: var(--lightred);
}

.product-price  span, .product-subtotal span{
  font-size: 16px;
}

.shop_table{
  border-collapse: collapse; /* Убираем двойные границы между ячейками */
  border: 1px solid var(--blackmhov); 
}

.shop_table td , .shop_table th{
  border: 0.5px solid rgba(0, 0, 0, .1); 

}

.input-text  {
  border: 1px  solid #7a7a7a;
  width: 58px;
  height: 42px;
}

.shop_table tr:nth-child(2n+1){
  background-color: rgba(0, 0, 0, .1);
}

#coupon_code{
  padding: 0px 5px;
  width: 120px;
}

.shipping-calculator-button{
  font-size: 16px;
  color: var(--lightred);
}

.cart .checkout-button{
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
}

.cart a.button{
  display: block;
}

.cart{
  padding-bottom: 30px;
  padding-top: 30px;
}
.cart h1{
  text-align: center;
  color: var(--primary);
}

.cart  .row{
  justify-content: center;
}


/***************woocommerce-my-account*************************************/


#customer_login p {
  margin-bottom: 10px;
  color: var(--blackmhov);
  line-height: 1.5;
  font-size: 14px;
}

#customer_login .wlr-signup-message {
  
  color: var(--blackmhov);
  line-height: 1.5;
  font-size: 14px;
  display: block;
}

#customer_login .rules{
  color: var(--violet);
  line-height: 1.5;
  font-size: 14px;
  display: block;

}


#customer_login h1,
#customer_login h2,
#customer_login h3,
#customer_login h4 
{
  margin-top: 8px;
  margin-bottom: 16px;
  line-height: 1.5;
  color: rgb(51, 51, 51);
}

#customer_login .woocommerce-button{
  background-color: var(--primary);
  color: var(--white);
}

.woocommerce-LostPassword a{
  color: var(--violet);
}

#customer_login input{
  border: 1px  solid transparent;
  background-color: var(--bg-gray);
}
/****

.woocommerce-product-details__short-description li,  .tab_panel li{
  margin-bottom: 10px;
  color: var(--blackmhov);
  line-height: 1.5;
  font-size: 16px;

}

.woocommerce-product-details__short-description div,  .tab_panel div{
  margin-bottom: 10px;
  color: var(--blackmhov);
  line-height: 1.5;
  font-size: 16px;

}




****************************************************/

/**
 * My Account
 */
 .myaccount{
  padding: 40px 0px;
 }

 .myaccount h1{
  margin-bottom: 10px;
 }
 .woocommerce-MyAccount-navigation-link{
  display: inline-block;
 }

 .woocommerce-MyAccount-navigation-link a{
  padding: 12px 20px;
  background-color: var(--bg-gray);
  color: var(--blackmhov);
  font: 600 14px 'roboto';


 }

 .myaccount .woocommerce-MyAccount-content{
  margin-top: 50px;
  padding: 16px 30px;
  line-height: 18px;
  font: 400 14px 'roboto';
  border: 1px solid #cfc8d8;
 }

 .myaccount .woocommerce-MyAccount-content p{
  line-height: 18px;
  font: 400 14px 'roboto';

 }


 /* ===========Contact form===================== */

 .contactform{
  background-color: #000000;
  padding: 30px 0px;
 }

 
 .col_contactform2 h2{
  color: var(--primary);
  margin-bottom: 20px;
 }

.col_contactform1, .col_contactform2{
  
  background-color: #000000;
  width: 50%;
}

.col_contactform1{
  text-align: right;
}

.col_contactform2{
  padding: 20px;
  text-align: center;
}

.col_contactform1 img{
  max-width: 100%;
}

.contacts__input{
  display: block;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 4px;
  padding: 5px;
}

#contacts_textarea{
  display: block;
  padding: 5px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  height: 80px;

}

.contacts__btn{
  display: block;
width: 100%;
height: 30px;
border-radius: 4px;
color: var(--white);
background-color: var(--primary);
}


.wpcf7-response-output {
  color: var(--primary);
  border: 1px  solid var(--primary);
}

.wpcf7 form.sent .wpcf7-response-output{
  border: 1px  solid var(--primary);
}


@media (max-width: 1122px){
  .contactform_row_body{
    flex-direction: column-reverse;
    
  }

  .col_contactform1, .col_contactform2{
    width: 100%;
  }
  .col_contactform1{
    text-align: center;
  }

 
}

 /* =========Checkout======================= */

 #customer_details .col-1 {
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 4px;
 }

 #order_review td,   #order_review th {
  color: var(--blackmhov);
  line-height: 1.5;
  font-size: 16px;


 }

 .shop_table tr:nth-child(2n+1) {
  background-color: #f3f3f3;
}

@media (max-width: 980px){

  #customer_details .col-1,  #customer_details .col-2{
    width: 100%;
    float: none;
  }
    
  }