.front_page_header_carousel .product-element-top
{
    margin-bottom: 40px;
}

.front_page_header_carousel .price
{
    margin-top: 36px;
}

/*.front_page_header_carousel .wd-entities-title*/
/*{*/
/*    margin-bottom: 20px;*/
/*}*/


@media (max-width: 1024px) {
  .description-area-before :is(.term-description,.page-description) {
      margin-top:0px!important;
  }

  div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
      margin-right: 38px!important;
  }

  div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
      margin-left: 38px!important;
  }
}


@media (min-width: 1025px) {
  .title-size-large {
      padding: 180px 0!important;
  }
}

p a {
  color: var(--wd-link-color);
  text-decoration: underline!important;
  transition: all .25s ease;
}

/* .wd-entities-title {
  font-size: 20px!important;
} */

.product-grid-item :is(.wd-entities-title) {
  font-size: 20px!important;
}

.st_add_to_cart_button {
    background-color: rgb(67,150,101);
    padding: 3px 25px 3px;
    margin-left: 15px;
}

.st_add_to_cart_button a {
    color: white!important;
    text-transform: uppercase;
}

.st_add_to_cart_button_cat {
  background-color: rgb(67,150,101);
  padding: 5px 25px 5px;
  margin-left: 0px;
}

.st_add_to_cart_button_cat a {
  color: white!important;
}

.price_atr_block {color:black;}

.product_categories_list_title {
    font-weight: bold;
}

html .product-grid-item .price, html .product-grid-item .price > .amount, html .product-grid-item .price ins > .amount{
	font-size: 30px;color: rgb(255,110,1)!important;
}

.content_block {
    overflow: hidden;
    position: relative;
    color: #777;
  }

  .content_block.my_hide {
    height: 300px;
  }

  .content_block.my_hide:after {
    content: "";
    display: block;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
  }

.content_toggle{
    background: #222222;
    color: #fff !important;
    padding: 2px 20px;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 20px;
  }
.content_toggle:hover {
    color: #fff;
  }

.content_block_new, .term-description{
    overflow: hidden;
    position: relative;
    color: #777;
  }

.content_block_new.my_hide, .term-description.my_hide {
    height: 125px;
  }

.content_block_new.my_hide:after, .term-description.my_hide:after {
    content: "";
    display: block;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
  }

.content_toggle_new {
    background: #222222;
    color: #fff !important;
    padding: 2px 20px;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 20px;
  }

.content_toggle_new:hover  {
    color: #fff;
  }


  /** Популярные записи в футере*/
.st_nav-link-text {
  color: #333!important;
  text-transform: uppercase!important;
  font-weight: 600!important;
  font-size: 14px!important;
}

.wpp-list {
  margin-left: -15px;
}

    .wpp-list li {
        overflow: hidden;
        margin: 0 0 1em 0;
        padding: 1em 0 1em 0;
        border-bottom: #ddd 1px solid;
    }

    .wpp-list li:first-of-type {
        padding: 0 0 1em 0;
    }

        .wpp-list li .wpp-thumbnail {
            float: left;
            margin: 0 1em 0.6em 0;
        }

        .wpp-list li .category,
        .wpp-list li .wpp-post-title {
            display: block;
            color:#848484;
        }

        .wpp-list li .category {
            margin-bottom: 0.6em;
            color: #0366d6;
            font-size: 0.8em;
            line-height: 1;
        }

        .wpp-list li .wpp-post-title {
            margin-bottom: 0.2em;
            font-size: 14px;
            color:#848484;
            margin-top: -8px;
        }

        .wpp-list li .wpp-excerpt {
            float: none;
            clear: both;
            margin: 0;
        }

 /** Популярные записи в футере*/

 .pop_ser_titile {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
 }

 .pop_ser_titile:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--wd-primary-color);
}

/** Коолонки для популряных серий под пагинацией*/

.tag-columns-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tag-column {
  width: 25%; /* Ширина каждой колонки, чтобы было 4 колонки */
  padding: 10px; /* Отступ между колонками */
  box-sizing: border-box;
}

.tag-column a {
  display: block;
  margin-bottom: 5px; /* Отступ между тегами */
  text-decoration: none;
  color: #333;
}

.tag-column a:hover {
  color: #0073e6;
}

.tag-list {
  list-style: square; /* Используем квадратные маркеры */
  padding-left: 20px; /* Отступ для маркеров */
}

.tag-list li {
margin-bottom: -5px!important;
}

@media(min-width: 1025px){
	.vc_column-inner.vc_custom_1691783522095{
		width: auto !important;
	}
}

.products[class*="wd-stretch-cont"] .product-element-bottom{
	justify-content: space-around;
}
.product-bottom-info{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.product-bottom-info .price, .product-bottom-info .price bdi{
	font-size: 18px !important;
}
.product-bottom-info .st_add_to_cart_button_cat{
	padding: 5px 15px 5px;
    /* border-radius: 15px; */
}
.product-bottom-info .star-rating {
	margin-top: 10px;
    margin-bottom: 0;
}

/* Из файла стилей */
.home .vc_custom_1710712988271{
	width: 1490px;
}
.home-main-carousel .wd-carousel-container{
	overflow: hidden;
	width: 1860px !important;
	max-width: 200% !important;
}
.home-main-slider.wd-backface-hidden .wd-carousel-item {
  width: 810px !important;
  /* height: 565px; */
}

.article-inner .entry-meta-list, .article-inner .hovered-social-icons{
	display: none;
}
@media(min-width: 840px){
	.single-post .page-title .container{
		top: 25%;
	}
	.single-post .post-title-large-image{
		height: calc(100vh - 110px);
	}
}

.single-post .meta-author{
	display: none;
}

/* Галерея блога */
.woocommerce-product-gallery__wrapper .wd-carousel-wrap {
  grid-template-columns: repeat(2, 1fr) !important;
}
.woocommerce-product-gallery__wrapper .wd-carousel-wrap .wd-carousel-item:first-child {
  grid-column: 1 / -1;
}

/* Вишлист */
.yith-wcwl-add-to-wishlist .button {
	color: #ffffff;
	background-color: #ff6e01;
}

/* Цены на странице товара*/
@media(max-width: 865px){
	.single-product .price_atr_item:first-child{
		font-size: 16px !important;
	}
}

@media(max-width: 767px){
	.wd-rs-64d8dce59a126 .wd-social-icons{
		text-align: center;
	}
}
