/*Features category*/
h1.homepage_title {
  text-align: center;
  font-weight: 700;
}
.sl_ar_wrapper * {
  z-index: 10;
  position: relative;
}

/*Category list homepage*/


/* Global product listing */
h2.pl_title {
font-family:'Crimson Pro';
font-size: 48px;
text-align: center;
color: var(--grey6C-color);
overflow: hidden;
}

h2.pl_title:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: var(--green-color);
    margin: 10px auto 40px;
    position: relative;
}
@media (max-width:767px) {
  h2.pl_title {
    font-size: 36px;
  }
}
@media (min-width:767px) {
    #product_ver_1 .container {
    padding-top: 5rem;
}
}
.product_list_homepage   {
    position: relative;
}
#product_ver_1  {
    background: var(--greyf9-color);
}

.product_list_homepage  h2.pl_title:before , .about_us_homepage .as_image_wrapper:before ,.product_grid_homepage  h2.pl_title:before, .blog_page_fw:before{
  position: absolute;
  z-index: 0;
   font-family:'Crimson Pro';
  font-size: 144px;
  color: #CACACA;
  opacity: 0.1;
  word-break: break-word;

}
#product_ver_1  h2.pl_title:before {
    margin-left: -15px;

}
#product_ver_2  h2.pl_title:before {
  margin-right: 45px;
}

/* product listing 1 */


/*Blog homepage*/
/*.blog_homepage {
  display: flex;
}*/

h2.hp_title::after {
    content: '';
	width: 40px;
	display: block;
	text-align: center;
	margin: 15px auto 62px;
	border-bottom: 3px solid #89D006;
}

.blog_homepage_image img {
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.image_text_blog {
  position: relative;
  border-radius: 5px;
}

.image_text_blog h3 {
  min-height: 60%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  z-index: 2;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(
    1.8rem,
    calc(1.8rem + (3 - 1.8) * ((100vw - 32rem) / (192 - 32))),
    3rem
  );
  min-height: 0vw;
  line-height: 1.3;
  text-align: center;
  color: var(--white-color);
}

.blog_homepage .short_description.entry {
  /*background: var(--black-color);*/
  /*padding: clamp(
    1.5rem,
    calc(1.5rem + (3 - 1.5) * ((100vw - 32rem) / (192 - 32))),
    3rem
  );*/
  font-size: 16px;
  color: var(--white-color);
}
.blog_homepage_image {
  position: relative;
  overflow: hidden;
}

.blog_homepage_image:before {
  position: absolute;
  content: "";
  background: #0000007a;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.blog_homepage a:hover img {
  transform: scale(1.2);
}

/*.blog_homepage .spletnik-readmore {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, 0%);
  font-family: inherit;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}*/
/*Features bottom page*/
.features_homepage .feature_item {
  margin-bottom: 20px;
}

.features_homepage .feature_item h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* grid */
@media (max-width: 1240px) {
  .home_featured_category .spletnik-grid {
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px 38px;
    grid-template-areas:
      "grid-1 grid-2"
      "grid-3 grid-4";
  }
  .home_featured_category a {
    height: 100%;
  }
  .home_featured_category img {
    height: 100%;
    object-fit: cover;
  }

  /* BRAND ITEMS */
  .brands_homepage .brand_item {
    width: calc(100% - 50%);
  }
  /* BRAND ITEMS END */

  /* CART ITEM */

  /* CART ITEM END */
  /* BLOG */
  .blog_homepage .post:not(:last-child) {
    margin-bottom: 20px;
  }
  /* BLOG END */

  /*BENEFITS */
  .benefits .benefits-right {
    text-align: left;
    margin-left: 15px;
  }

  .benefits .benefits-column {
    align-items: flex-start;
  }

  .benefits .benefits-left img {
    width: 35px;
  }
  /*BENEFITS END */
  img.product_block_image {
    object-fit: cover;
  }
}

@media (max-width: 1024px) {
  .brands_homepage img {
    height: 100%;
    max-height: 100%;
  }
}
@media (max-width: 991px) {

  .spletnik-product {
    margin-top: 1.6rem;
  }

  .benefits {
    max-width: 100%;
    width: 100%;
  }
  .block_title_absolute {
      width: 100%;
  }
}

@media (max-width: 767px) {
  .open_more_mobile {
    display: block;
    margin-top:15px;
  }
  .open_more_mobile_content > div:nth-child(n+5) {
    display: none;
    opacity: 0;
  }

  .open_more_mobile_content > div:last-child {
    display: block;
    opacity: 1;
  }
  .home_featured_category .spletnik-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 24px 38px;
    grid-template-areas:
      "grid-1"
      "grid-2"
      "grid-3"
      "grid-4";
  }
  /* grid end */

  /* CART ITEM */
  .cat_items {
    width: 100%;
  }
  /* CART ITEM END */
  /* PRODUCT TABS HOME */
  .product_tabs_home .nav-tabs a {
    flex: 0 0 50%;
  }
  /* PRODUCT TABS HOME END */

  /* BTN PRODUCT */

  .btn-product {
    display: none;
  }
  .outofstock a.button {
    display: none;
}
  .banner_featured_cat_caption p{
	  display: none !important;
  }

  .banner_featured_cat_caption {
    text-align: center !important;
	width: 100%;
	padding: 30px;
  }

  .home_featured_category .btn-product{
	  display: block !important;
	  margin: 0 auto;
  }

  .banner_featured_cat_caption h2 {
    margin-bottom: 20px;
	font-size: 24px;
	}

	.container.benefits{
		display: none !important;
	}
}

@media (max-width: 500px) {
  .product_tabs_home .nav-tabs a  {
    flex: 0 0 100%;
  }
}

/* about us */
.about_us_homepage .container {
    max-width: 1320px;
}
.about_us_homepage   .c_row {
    display: flex;
    grid-gap: 10%;
}
.as_image_wrapper {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 20px;
}
.as_image_wrapper img{
  object-fit: cover;

  transition: 0.3s;
}
.as_image_wrapper:hover img {
    transform: scale(1.2);
}
.as_content {
    width: 60%;
}

.as_title {
font-family:'Crimson Pro';
font-size: 48px;
text-align: left;
color: var(--grey6C-color);
overflow: hidden;
}

.as_title:after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background: var(--green-color);
    margin: 10px 0 40px;
    position: relative;
}

.benefits {
    margin-top: 60px;
}
.benefits .benefit_items{
    display: flex;
    justify-content: space-between;
}

.benefits .benefit_item{
     display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 25px;
}
.benefits .benefit_icon {
    padding: 15px;
    background: var(--light-green-color);
    border-radius: 10px;
}
.benefits .benefit_title {
    color: var(--green-color);
    font-size: 20px;
    font-family: 'Crimson Pro';
}
.as_read_more a{
color: var(--grey6C-color);
font-size: 18px;
margin-top: 15px;
}
.as_read_more a:after{
    content: '';
background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.85C0.641015 4.85 0.35 5.14101 0.35 5.5C0.35 5.85899 0.641015 6.15 1 6.15V4.85ZM18.4596 5.95962C18.7135 5.70578 18.7135 5.29422 18.4596 5.04038L14.323 0.903806C14.0692 0.649965 13.6576 0.649965 13.4038 0.903806C13.15 1.15765 13.15 1.5692 13.4038 1.82304L17.0808 5.5L13.4038 9.17696C13.15 9.4308 13.15 9.84235 13.4038 10.0962C13.6576 10.35 14.0692 10.35 14.323 10.0962L18.4596 5.95962ZM1 6.15H18V4.85H1V6.15Z' fill='%236C6C6C'/%3E%3C/svg%3E%0A");
width: 19px;
display: inline-block;
background-repeat: no-repeat;
height: 11px;
background-position: center center;
margin-left: 15px;
}
.as_read_more a:hover {
    color: var(--dark-green-color) !important;
}
.as_descrtption {
  font-size: 18px;
}
.about_us_homepage .as_image_wrapper:before {
    left: 50px;
	}
  @media (max-width:991px) {
.c_row {
  grid-gap: 25px !important;
}
.c_row > div {
  width: 50%;
}
  }
@media (max-width:767px) {

  .about_us_homepage   .c_row {
      display: flex;
      flex-direction: column-reverse;
  }
  .as_image_wrapper ,.as_content {
      width: 100% !important;
  }
  .as_image_wrapper img{
    object-fit: cover;

    transition: 0.3s;
  }
  .as_image_wrapper:hover img {
      transform: scale(1.2);
  }


.as_title {
  text-align: center;
}
.as_title:after {
  margin: 10px auto 40px;
}
  .benefits {
      display: flex;
  }
  .benefits .benefit_items {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }
  .as_read_more {
      text-align: left;
  }
}
.homepage_product_filter_grid {
    display: grid;
    grid-gap: 25px;
    flex-wrap: wrap;
    grid-template-columns: repeat(5, 1fr);
}
.homepage_product_filter_grid li {
    list-style: none;
}

@media (max-width:1440px) {
  .homepage_product_filter_grid {
      grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width:1280px) {
  #product_ver_1 .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width:1024px) {
  .homepage_product_filter_grid {
      grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:767px) {
  .homepage_product_filter_grid {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px !important;
  }
}

/* blog block */

/*Blog homepage*/
.blog_page {
  margin-bottom: 70px;
  max-width: 1280px;
}
.blog_page .sl_ar_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    grid-gap: 50px;
}
.post_list_wrapper {
    display: flex;
    grid-gap: 15px;
    justify-content: space-between;
}
.post_list_wrapper .short_description.entry {
	margin-bottom: 35px;
	height: 108px;
	font-size: 18px;
	line-height: 27px;
	color: #6C6C6C;
  overflow: hidden;

}

.post_list_wrapper .blog_page_image {
	/*position: relative;
	overflow: hidden;*/
	border-radius: 10px;
	background-repeat: no-repeat;
	padding-top: 70%;
	background-position: center;
	background-size: cover;
	position: relative;

  height: 300px;
}



.post_list_wrapper .post.post_cat_item:hover {
    box-shadow: 0px 15px 35px rgb(116 116 116 / 10%);
}

.post_list_wrapper .image_text_blog{
	overflow: hidden;
 margin-bottom: 25px;

}

.post_list_wrapper .spletnik-readmore {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #6C6C6C;
}

.post_list_wrapper .spletnik-readmore:after {
	background-image: url('/wp-content/uploads/2021/12/Line-2.png');
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	content: "";
	top: 7px;
	background-repeat: no-repeat;
	left: 100px;
}

.post_list_wrapper .post_cat_item{
	position:relative;
  border: 1px solid #f0f0f0;
 padding: 25px;
 border-radius: 20px;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;

}

.post_list_wrapper h3{
	font-size: 24px;
	line-height: 33px;
	text-align: left;
	color: #6C6C6C;
}

@media (max-width:767px) {
  .post_list_wrapper {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px !important;  }

}
@media only screen and (max-width: 450px) {
  .post_list_wrapper {
    display:grid;
    grid-template-columns: 1fr;
    grid-gap: 15px !important;  }


	.post_list_wrapper .short_description.entry{
		font-size: 16px;
	}
.post_list_wrapper  .blog_page_image {
    height: 280px !important;
  }
}
@media only screen and (min-width: 451px) {
  .blog_page .sl_ar_wrapper  {
    display: none;
  }
}
body.home .mega-current_page_item{
  display: none !important;
}


.benefit_icon img{
  width: 40px;
  height: 40px;
}

.home .category_list {
  margin: 0 auto;
}


.slide_content{
  background-color: #ffffffad;
  padding: 20px;
  border-radius: 4px;
  max-width: 600px;
  backdrop-filter: blur(10px);
}
.slide_content h1, .slide_content h2, .slide_content h3, .slide_content h4, .slide_content h5, .slide_content h6, .slide_content p {
  filter: unset !important;
}
.slider_description {
  color: #698958 !important;
}

@media only screen and (max-width: 992px) {
  .slide_content{
    padding: 15px !important;
  }
  .slide_content_wrapper {
    max-width: 100% !important;
  }
}