/* Footer */
footer a,
footer p{
  font-size:16px;
  line-height:24px;
  color:#fff;
}
footer .first-row{
  background-color: var(--blue);
  color:#fff;
  padding:30px 0;
}
footer .first-row .flex-row{
  flex-wrap: wrap;
  margin-left: -30px;
  maegin-right:-30px;
}
footer .first-row .flex-row .flex-item{
  padding: 0 30px;
}
footer .first-row .flex-row .flex-item.logo-item{
  flex: 1 1 35%;
}
footer .first-row .flex-row .flex-item.sitemap-item{
  flex: 1 1 20%;
}
footer .first-row .flex-row .flex-item.last-news{
  flex: 1 1 20%;
}
footer .first-row .flex-row .flex-item.contact-item{
  flex: 1 1 25%;
}
footer  h3{
  color:#fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
footer .contact-item p,
footer .contact-item a{
  margin-bottom: 10px;
  display: block;
}
footer .contact-item > a,
footer .contact-item > div{
  display: block;
  float: left;
  clear: both;
}
footer .contact-item .anpc-icon{
  display: inline-block;
  vertical-align: middle;
}
footer .anpc-icon img{
  height: 35px;
  width: auto;
  margin: 0 5px;
}
.footer-menu  {
  list-style: none;
  margin:0;
  margin-left:-5px;
}
.footer-menu li{
  padding: 5px;
  display:inline-block;
  width:49%;
}
.footer-menu li a:hover{
  color:var(--green);
}
footer .second-row .flex-row{
  justify-content: space-between;
  align-items: center;
}
footer .second-row{
  background-color:var(--green);
  padding:15px 0;
}
footer .second-row a, footer .second-row p{
  color:var(--blue);
  font-weight: 500;
  margin: 0 5px;
}
footer .copy{
  margin-bottom: 0;
}
@media(max-width:1200px){
  footer .first-row .flex-row{
    margin-left:-15px;
    margin-right:-15px;
  }
  footer .first-row .flex-row .flex-item.sitemap-item,
  footer .first-row .flex-row .flex-item.logo-item,
  footer .first-row .flex-row .flex-item.last-news,
  footer .first-row .flex-row .flex-item.contact-item{
    flex: 1 1 50%;
    padding: 15px;
  }
  footer .second-row .flex-row{
    flex-direction: column;
  }
  footer .second-row p.copy{
    margin-top:20px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
}
@media(max-width:767px){
  footer .first-row .flex-row .flex-item.sitemap-item,
  footer .first-row .flex-row .flex-item.logo-item,
  footer .first-row .flex-row .flex-item.last-news,
  footer .first-row .flex-row .flex-item.contact-item{
    flex: 1 1 100%;
    padding: 15px;
  }
  footer .second-row a, footer .second-row p{
    display: block;
    text-align: center;
    margin:5px 0;
  }
}
/* Header things and effects applied when header is opened */
.breadcrumbs{
  margin-top:125px;
}
body:after{
  opacity:0;
  content:'';
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color:rgba(0,0,0,0.5);
  transition:.4s;
}
.slide-menu-down:after{
  opacity: 1;
  z-index: 50;
}
header{
  width: 100%;
  position:absolute;
  z-index: 99;
  left:0;
  top:0;
}
.sticky-header header{
  position:fixed;
}
/** Header main **/
.header-main{
  background-color:var(--bg-menu);
  padding:26px 0;
}
.header-main .container:before, .header-main .container:after{
  display: none;
}
.header-main .flex-row,
.header-main .woocommerce__menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-main .logo-item{
  padding-right:20px;
  padding-left:0;
  display:inline-flex;
}
.header-main .logo-item a{
  vertical-align:top;
  line-height:0;
}
.header-main .logo-item img{
  height: 37px;
}
.header-main .btn{
  position:relative;
}
.header-main .cart-button .cart-icon{
  display: none;
}
.header-main .nr-prod{
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--bg-menu);
  border: 2px solid var(--green);
  font-size: 12px;
  line-height: 1;
  color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  left: -10px;
  font-weight:600;
}
.header-main .account{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color:var(--dark-blue);
  font-family: "Inter", sans-serif;
  margin-right: 20px;
  font-weight:500;
}
.header-main .account svg{
  margin-right:5px;
}
.header-main .account:hover{
  color:var(--blue);
}
.header-main .account .name{
  display: inline-flex;
  width: 44px;
  height: 42px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--green);
  line-height: 1;
  font-size: 16px;
  color:var(--blue);
  font-weight:500;
  margin-right:6px;
}
.header-main .container{
  position:static;
}
.header-main .desktop-menu{
  text-align:center;
  position:static;
  flex: 1;
}
.header-main .woo-menu-item{
  padding-right: 0;
}
.main-menu{
  margin: 0;
  list-style: none;
}
.main-menu > li{
  display: inline-block;
  padding: 10px;
  transition: .4s;
}
.main-menu > li a{
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color:var(--dark-blue);
  display: inline-block;
  position:relative;
}
.main-menu > li a:before{
  display:block;
  content:'';
  border-radius:50%;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color:var(--green);
  bottom:-6px;
  left: 50%;
  transform:translateX(-50%);
  transition:.4s;
  opacity: 0;
}
.main-menu > li svg{
  margin-left: 2px;
  transition: .4s;
  display: inline-block;
  cursor: pointer;
  --stroke-color:var(--black);
  vertical-align: middle;
  margin-bottom: 2px;
}
.main-menu > li.arrow svg{
  transform: rotate(-180deg) translateY(2px);
  --stroke-color:var(--black);
}
.main-menu > li.arrow a{
  color:var(--black);
}
.main-menu > li:hover a, .main-menu > li.current-menu-item a, .main-menu > li.arrow a{
  color:var(--blue);
}
.main-menu > li:hover a:before, .main-menu > li.current-menu-item a:before{
  opacity: 1;
}
.main-menu > li:hover svg{
  --stroke-color:var(--blue);
}
.main-menu ul.sub-menu{
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  background-color: #fff;
  display: none;
  top: 100px;
  list-style: none;
  padding:10px 0;
  z-index: 2;
  border-top:1px solid var(--green);
  text-align:left;
}
.main-menu ul.sub-menu .container li{
  display: inline-block;
  width: 24%;
  padding: 20px;
  vertical-align: top;
}
.main-menu ul.sub-menu .container li svg{
  display: none;
}
.main-menu ul.sub-menu .container li:after{
  content: "";
  display: block;
  clear: both;
}
.main-menu ul.sub-menu .container li{
  position:relative;
}
.main-menu ul.sub-menu .container li a{
  padding:0;
  display: inline-block;
  font-weight:500;
  color:var(--black);
  font-size:18px;
  width:100%;
  line-height: 1.3;
  transition: .4s;
}
.main-menu ul.sub-menu .container li a:before{
  position:static;
  transform:unset;
  width: 0;
  height: 2px;
  border-radius: 0;
  opacity: 1;
  vertical-align: middle;
  display:inline-block;
  margin-right:5px;
}
.main-menu ul.sub-menu .container li a:hover:before{
  width: 15px;
}
.main-menu ul.sub-menu .container li a:hover{
  color:var(--blue);
}
.main-menu ul.sub-menu .sub-menu{
  display: block;
  position: static;
  padding: unset;
  margin: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 0;
}
.main-menu ul.sub-menu .sub-menu .container{
  max-width: 100%;
  padding: 0;
}
.main-menu ul.sub-menu .sub-menu .container li{
  padding: 0;
  margin-bottom: 0px;
  border:0;
  display: block;
  width: 100%;
}
.main-menu ul.sub-menu .sub-menu .container li a{
  color:var(--black);
  font-weight: normal;
  padding: 0;
  font-size:16px;
  border-bottom:0;
  width: auto;
  position:relative;
}
/**/
.l-switcher{
  margin-left:10px;
}
.l-switcher .wpml-ls, .l-switcher .wpml-ls a{
  width: auto;
  display: inline-block;
  border:0;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent;
}
.l-switcher  .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.l-switcher  .wpml-ls-legacy-dropdown a:focus,
.l-switcher  .wpml-ls-legacy-dropdown a:hover{
  background-color:#fff;
  color:var(--blue);
}
.l-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
  padding-right: 25px;
}
.header-main .nav-icon,
.mobile-menu-container,
.header-main .menu-icon{
  display:none;
}
/* Header responsive */
@media(max-width:1401px){
  .main-menu > li a,
  .header-main .account,
  .header-main .btn{
    font-size: 14px;
    line-height: 16px;
  }
  .main-menu ul.sub-menu .container li a{
    font-size: 16px;
  }
}
@media(max-width:1281px){
  .l-switcher {
    margin-left: 5px;
  }
  .header-main .account{
    margin-right:13px;
  }
  .main-menu > li{
    padding: 6px;
  }
  .main-menu ul.sub-menu{
    top:92px;
  }
}
@media(max-width:1200px){
  .header-main{
    padding: 20px 0;
    position:relative;
    z-index: 3;
  }
  .header-main .desktop-menu,
  .header-main .l-switcher{
    display:none;
  }
  .breadcrumbs{
    margin-top:115px;
  }
  .header-main .account{
    text-indent: -99999999px;
    font-size:0;
  }
  .header-main .account .name{
    text-indent:1px;
    width: 44px;
    height: 42px;
    font-size:16px;
  }
  .header-main .cart-button{
    padding: 5px 6px;
  }
  .header-main .cart-button:hover{
    background-color:var(--blue);
  }
  .header-main .cart-button .text{
    display: none;
  }
  .header-main .cart-button .cart-icon{
    display: block;
  }
  .header-main .nr-prod {
    width: 23px;
    height: 23px;
    top: -5px;
    left: -14px;
  }
  .header-main  .nav-icon{
    display:inline-flex;
    margin-left:13px;
  }
  .nav-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    padding: 6px 3px 2px;
    transition:.4s;
  }
  .nav-icon.is-tapped{
    background-color: var(--green);
  }
  .nav-icon svg {
    width: 35px;
    height: 35px;
    margin-top: -4px;
  }
  .nav-icon .line {
    fill: none;
    stroke: var(--green);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(.4,0,.2,1),stroke-dashoffset 600ms cubic-bezier(.4,0,.2,1);
  }
  .nav-icon.is-tapped .line{
    stroke:#fff;
  }
  .nav-icon .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .nav-icon .line2 {
    stroke-dasharray: 45 60;
    stroke-width: 6;
    transform:translateX(15px);
  }
  .nav-icon .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .nav-icon.is-tapped .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .nav-icon.is-tapped .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .nav-icon.is-tapped .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .mobile-menu-container{
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    right:-150%;
    background-color: #fff;
    width: 100%;
    z-index: 2;
    padding-top: 85px;
    transition:.4s;
  }
  .mobile-menu-container.show-menu{
    right:0;
  }
  .mobile-menu-container > .container{
    padding: 0;
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  .mobile-menu-container .container .mobile-menu{
    flex:1;
    margin:0;
    overflow-y: scroll;
    padding:20px 0;
    padding-left:15px;
    list-style: none;
  }
  .mobile-menu-container .container .mobile-menu > li{
    padding:5px;
    margin-bottom:10px;
    position:relative;
  }
  .mobile-menu-container .container .mobile-menu > li:after{
    display:block;
    content:'';
    position:absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    max-height: 38px;
    background-color:var(--bg-project-n-product);
    border-radius:7px;
    z-index: -1;
    opacity:0;
    transition: .4s;
  }
  .mobile-menu-container .container .mobile-menu > li:hover:after{
    opacity:1;
  }
  .mobile-menu-container .container .mobile-menu li a{
    color:var(--black);
    font-weight:500;
    font-size:18px;
  }
  .mobile-menu-container .container .mobile-menu li img{
    float:left;
    vertical-align:middle;
    height:26px;
    width: 26px;
    object-fit:contain;
    margin-right:10px;
  }
  .mobile-menu-container .container .mobile-menu li svg{
    --stroke-color:var(--black);
    vertical-align:middle;
    transition:.4s;
    margin-bottom:2px;
  }
  .mobile-menu-container .container .mobile-menu li.arrow svg{
    transform:rotate(-180deg);
  }
  .mobile-menu-container .container .mobile-menu li:hover a{
    color:var(--blue);
  }
  .mobile-menu-container .container .mobile-menu li ul.sub-menu{
    display:none;
    margin:0;
    list-style: none;
    margin-top:6px;
  }
  .mobile-menu-container .container .mobile-menu li ul.sub-menu li{
    padding: 6px;
    border-radius:6px;
    padding-left:36px;
  }
  .mobile-menu-container .container .mobile-menu li ul.sub-menu li:hover{
    background-color:#F5F5F5;
  }
  .mobile-menu-container .container .mobile-menu li ul.sub-menu li a{
    font-size:16px;
    line-height:18px;
  }
  .mobile-menu-container .social_media{
    text-align: center;
  }
  .mobile-menu-container .mobile-menu::-webkit-scrollbar {
    width: 0px;
  }
  .mobile-menu-container .l-switcher{
    margin:10px;
  }
  .mobile-menu-container .l-switcher ul{
    text-align:center;
  }
  .mobile-menu-container .l-switcher a{
    background-color: var(--bg-project-n-product);
    border-radius: 17px;
    border: 1px solid var(--green);
    color: var(--blue);
  }
}
@media(max-width:850px){
  .header-main{
    padding: 16px 0;
  }
  .breadcrumbs{
    margin-top:95px;
  }
}
@media(max-width:767px){
  .breadcrumbs{
    margin-top:90px;
  }
}
/* Single product */
.product_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom:100px;
}
.product_flex .woocommerce-product-gallery {
  flex: 1 1 50%;
  width: 50%;
  padding-right: 40px
}
.woocommerce-product-gallery__trigger{
  display: none;
}
.product__info__screen .woocommerce-product-gallery__image,
.product__info__screen .wpgs-for .slick-slide{
  aspect-ratio:1.3/1;
}
.product__info__screen .woocommerce-product-gallery__image > a{
  width: 100%;
  height: 100%;
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.product__info__screen .woocommerce-product-gallery__image > a img,
.product__info__screen .wpgs-for img{
  border:1px solid #D3D3D3;
  border-radius:25px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__info__screen .wpgs-for .slick-current img {
  cursor: zoom-in;
  padding: 10px;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--green);
  border-width: 2px;
}
ol.flex-control-thumbs{
	display: flex;
	list-style: none;
	align-items: center;
	margin: 20px 0;
  flex-wrap: wrap;
}
ol.flex-control-thumbs li{
  margin:5px 10px;
  cursor: pointer;
}
ol.flex-control-thumbs li img{
  object-fit: contain;
  border:2px solid #D3D3D3;
  border-radius:10px;
  width: 120px;
  height: 100px;
  object-fit: cover;
  transition: .4s;
}
ol.flex-control-thumbs li img.flex-active{
  border:2px solid var(--blue);
}
.wpgs-nav div.slick-slide {
  width: 120px;
  height: 100px;
  border:2px solid #D3D3D3;
  border-radius:10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:.4s;
}
.wpgs-nav div.slick-slide img{
  object-fit: cover;
  width: 100%;
  height:100%;
  border-radius: 10px;
}
.wpgs-nav div.slick-slide.slick-current{
  border:2px solid var(--blue);
}
.product_flex .summary {
  flex: 1 1 50%;
  width: 50%;
}
.product__info__screen .cod-produs{
  margin: 10px 0 0;
}
.product__info__screen .product_full_desc{
  margin:20px 0;
}
.product__info__screen .summary form{
  display: flex;
  flex-wrap: wrap;
  margin-top:40px;
}
.product__info__screen .summary form .qty-container,
.product__info__screen .summary form  .btn{
  margin-right: 15px;
  display:inline-block;
}
.product__info__screen form table{
  flex: 1 1 100%;
  width:100%;
}
.product__info__screen .variations td,
.product__info__screen .variations th{
  border:0;
}
.product__info__screen .variations label{
  color:var(--blue);
  font-weight:600;
}
/* .product__info__screen .woocommerce-variation-description,
.product__info__screen .woocommerce-variation-price,
.product__info__screen .woocommerce-grouped-product-list-item__price{
  display:none!important;
} */
/* tabs */
.wc-tabs-wrapper{
  margin-bottom:100px;
}
ul.wc-tabs{
  background-color: #E8E4F8;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: relative;
  margin-bottom: 50px;
}
ul.wc-tabs:before{
  background-color: #E8E4F8;
  width: 200%;
  height: 100%;
  position: absolute;
  left: -50%;
  top:0;
  display: block;
  content:'';
}
ul.wc-tabs li{
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 5px;
  transition: .4s;
}
ul.wc-tabs li a{
  color:var(--black);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  padding: 15px 25px;
  display: block;
}
ul.wc-tabs li.active{
  background-color: #fff;
  border-radius: 6px;
}
ul.wc-tabs li:hover a, ul.wc-tabs li.active a{
  color:var(--blue);
}
ul.wc-tabs li:after{
  display: none!important;
}
.woocommerce-tabs .mobile-tab-nav{
  display: none;
}
.product__info__screen .wrapper table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.product__info__screen .wrapper table caption {
  background: #EDEFF0;
  color: var(--dark-blue);
  padding: 10px;
  font-weight: 700;
  caption-side: top;
}
.product__info__screen .wrapper table td {
  border: 1px solid #EDEFF0;
  padding: 10px 15px;
}
.product__info__screen .wc-tab .read-more{
  width: 100%;
  margin-top:40px;
}
.product__info__screen .wc-tab#tab-additional_description .wrapper{
  height: 600px;
  overflow: hidden;
  position:relative;
  transition: all .4s;
}
.product__info__screen .wc-tab#tab-additional_description .wrapper:after{
  display:block;
  content:'';
  width:100%;
  height:300px;
  bottom:0;
  position:absolute;
  left:0;
  opacity:1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 60%, white);
}
.product__info__screen .wc-tab#tab-additional_description .wrapper.show-full{
  height: auto;
}
.product__info__screen .wc-tab#tab-additional_description .wrapper.show-full:after{
  opacity:0;
}
.product__info__screen .file-icon{
  display: inline-flex;
  margin: 10px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-transform: capitalize;
}
@media(max-width:1200px){
  .product__info__screen .summary form .qty-container{
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .wpgs-nav div.slick-slide{
    height: 80px;
  }
}
@media(max-width:1000px){
	.product_flex .summary,
	.product_flex .woocommerce-product-gallery{
		width: 100%;
		flex: 1 1 100%;
		padding: 0;
	}
	.product_flex .woocommerce-product-gallery{
		margin-bottom: 30px;
	}
  .product__info__screen .woocommerce-product-gallery__image > a{
    max-width: 600px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .product__info__screen .woocommerce-product-gallery__image{
    aspect-ratio: unset;
  }
  .product__info__screen .summary form .qty-container{
    flex: unset;
    margin-bottom: 0px;
  }
}
@media(max-width:930px){
  .product_flex, .wc-tabs-wrapper{
    margin-bottom:80px;
  }
  ul.wc-tabs{
    margin-left: -15px;
    margin-right: -15px;
    padding-left:15px;
  }
  ul.wc-tabs:before{
    display: none;
  }
}
@media(max-width:850px){
  ul.wc-tabs li a{
    padding: 15px;
  }
  .wpgs-nav div.slick-slide{
    height: 60px;
  }
}
@media(max-width:767px){
  .product_flex, .wc-tabs-wrapper{
    margin-bottom:50px;
  }
  .product__info__screen .summary form{
    justify-content: center;
    flex-direction:column;
    align-items:center;
  }
  .product__info__screen .summary form .qty-container, .product__info__screen .summary form .add-to-cart-tryamm{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product__info__screen .woocommerce-product-gallery__image, .product__info__screen .wpgs-for .slick-slide{
    aspect-ratio: 1/1;
  }
  .product__info__screen form > div:not(.qty-container){
    flex: 1 1 100%;
    text-align: center;
    width:100%;
  }
  .product__info__screen .summary form .qty-container, .product__info__screen .summary form .btn{
    margin-right:0;
    margin-bottom: 10px;
  }
}
/* Product loop */
.woocommerce ul.products{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  justify-content: center;
  align-items: stretch;
}
.woocommerce ul.products li{
  max-width: 293px;
  padding: 20px;
  text-align: left;
  display:inline-flex;
  flex-direction:column;
  justify-content: space-between;
  align-items: start;
}
.woocommerce ul.products li h2{
  transition:.4s;
}
.woocommerce ul.products li .woocommerce-LoopProduct-link{
  color:var(--black);
}
.woocommerce ul.products li img{
  width: 100%;
  aspect-ratio:1/1;
  object-fit: cover;
  border-radius:10px;
  transition:.4s;
}
.woocommerce ul.products li .woocommerce-loop-product__title{
  font-size: 20px;
  line-height: 24px;
  margin:10px 0;
  min-height: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  color:var(--black);
}
.woocommerce ul.products li .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title{
  color:var(--green);
}
.woocommerce ul.products li .product_short_desc{
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.woocommerce ul.products li .wc-forward{
  display:none;
}
.woocommerce ul.products.columns-3 li{
  flex: 1 1 32%;
}
.woocommerce ul.products.columns-4{
  justify-content: center;
}
.woocommerce ul.products.columns-4 li{
  flex: 1 1 25%;
  text-align: left;
}
@media(max-width:1200px){
  .woocommerce ul.products li{
    padding:15px;
  }
  .woocommerce ul.products li .woocommerce-loop-product__title{
    font-size:20px;
    line-height: 24px;
  }
  .woocommerce ul.products li .product_short_desc{
    min-height: 85px;
  }
}
/* products slider on mobile only */
@media(max-width:767px){
	.woocommerce .slider-products-mobile ul.products,
	.popular_products_grid.woocommerce ul.products{
		margin-left: -15px;
		margin-right: -15px;
	}
	.slider-products-mobile ul.products .slick-list{padding:0 30% 0 0 !important;}
}
/* Cart settings*/
.cart__page .form-container{
  margin-top:50px;
}
.cart__page .woocommerce-cart-form{
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 20px;
  padding-bottom:0;
}
.cart__page .woocommerce-cart-form > table{
  margin-bottom:0;
}
.cart__page .woocommerce-cart-form h3{
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  color: var(--black);
  text-align:left;
}
.cart__page td{
  padding:20px 10px;
}
.cart__page td.actions{
	display: none;
}
.cart__page tr, .cart__page td{
	border: 0;
}
.cart__page .woocommerce-cart-form__contents tr{
	border-top: 1px solid #E4E4E4;
}
.cart__page .woocommerce-cart-form__contents tr:first-of-type,
.cart__page .woocommerce-cart-form__contents tr.actions-container{
  border-top:0;
}
.cart__page .product-thumbnail{
	width: 30%;
}
.cart__page .product-info{
	width: 60%;
	vertical-align:top;
	text-align:left;
}
.cart__page .product-remove{
	width: 10%;
	vertical-align:top;
}
.cart__page .product-name h2,
.cart__page .product-name a{
  color:var(--black);
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight:500;
  transition: .4s;
}
.cart__page .product-name:hover h2, .cart__page .product-name:hover a{
  color:var(--green);
}
.cart__page .cart-empty{
  margin-bottom:20px;
}
@media(max-width:850px){
  .cart__page .form-container{
    margin-top:0;
  }
  .cart__page .woocommerce >  .flex-row{
    flex-direction: column;
  }
  .cart__page .woocommerce >  .flex-row .flex-item{
    padding:0;
    padding-bottom:20px;
  }
  .cart__page .product-remove{
    padding: 20px 0;
  }
  .cart__page .product-name h2, .cart__page .product-name a{
    font-size: 18px;
    line-height: 22px;
  }
}
/* My account */
.woocommerce-account .screen{
	text-align: center;
}
.woocommerce-account .screen .form-container{
	max-width: 700px;
}
.woocommerce-account:not(.logged-in) .title,
.woocommerce-account:not(.logged-in) .container > .section-title-container{
	display: none;
}
.woocommerce-account .submit-form-row-flex{
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.woocommerce-account .lost_password{
	font-size: 14px;
}
#customer_login .register-toggle {
  cursor: pointer;
  text-align: center;
  display: block;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 500;
  color: var(--blue);
}
#customer_login .u-column2 {
  display: none;
}
#customer_login.toggle-the-logins .u-column1 {
  display: none;
}
#customer_login.toggle-the-logins .u-column2 {
  display: block;
}
.woocommerce-account .button{
	margin-top: 20px;
}
.woocommerce-account .register-toggle u{
	color:var(--orange);
	transition: .4s;
}
.woocommerce-account .register-toggle:hover u{
	color:var(--red);
}
/* dashboard*/
.woocommerce-account.logged-in .woocommerce{
  margin-top:50px;
}
.woocommerce-account.logged-in .woocommerce:before,
.woocommerce-account.logged-in .woocommerce:after{
  display:block;
  content:'';
  clear:both;
}
.woocommerce-account.logged-in  .woocommerce-MyAccount-navigation{
  width:25%;
  padding-right:50px;
  float:left;
  text-align:left;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  width:75%;
  padding-left:50px;
  float:left;
  text-align:left;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{
  padding:20px;
  transition:.4s;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li:first-of-type{
  padding-top:0;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a{
  color:var(--black);
  font-size:18px;
  line-height:20px;
  display:inline-block;
  position:relative;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a:after{
  display:block;
  content:'';
  width: 5px;
  height:5px;
  border-radius:50%;
  background-color: var(--blue);
  position:absolute;
  top: 12px;
  right: -10px;
  opacity:0;
  transition:.4s;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li:hover a{
  color:var(--blue);
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a:after,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li:hover a:after{
  opacity:1;
}
.woocommerce-MyAccount-navigation ul li a::before{
  float:unset!important;
  margin-left:0!important;
  margin-right:10px;
}
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--edit-address{
  display:none!important;
}
.woocommerce-MyAccount-navigation-link--dashboard a::before,
.woocommerce-MyAccount-navigation-link--orders a::before,
.woocommerce-MyAccount-navigation-link--edit-account a::before,
.woocommerce-MyAccount-navigation-link--customer-logout a::before{
  content: '' !important;
  width: 51px !important;
  height: 51px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle !important;
  opacity:1!important;
}
.woocommerce-MyAccount-navigation-link--dashboard a::before{
  background-image: url(../img/info.svg);
}
.woocommerce-MyAccount-navigation-link--orders a::before{
  background-image: url(../img/comenzi.svg);
}
.woocommerce-MyAccount-navigation-link--edit-account a::before{
  background-image: url(../img/date.svg);
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before{
  background-image: url(../img/logout.svg);
}
.woocommerce-MyAccount-content .woocommerce-orders-table{
  width:100%;
}
.woocommerce-MyAccount-content .woocommerce-orders-table td,
.woocommerce-MyAccount-content .woocommerce-orders-table th{
  border:0;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tr{
  border-bottom:1px solid #E6E6E6;
}
.woocommerce-MyAccount-content .woocommerce-orders-table .button {
  margin-top:0;
}
.woocommerce-MyAccount-content form legend{
  color:var(--red);
  font-size:20px;
  line-height:22px;
  margin-bottom:0px;
}
.woocommerce-MyAccount-content form input:focus,
.woocommerce-MyAccount-content form textarea:focus {
  border: 1px solid var(--red);
}
.woocommerce-MyAccount-content form em{
  font-size:13px;
  font-weight:500;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content .flex-row.reverse{
  margin-top:30px;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__header-order-total,
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total{
  display: none;
}
@media(max-width:1200px){
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
    padding-right: 0;
  }
}
@media(max-width:1000px){
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
    width: 30%;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{
    padding:0;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a{
    font-size:16px;
    padding:10px;
  }
  .woocommerce-MyAccount-navigation-link--dashboard a::before, .woocommerce-MyAccount-navigation-link--orders a::before, .woocommerce-MyAccount-navigation-link--edit-account a::before, .woocommerce-MyAccount-navigation-link--customer-logout a::before{
    width: 25px !important;
    height: 25px;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content{
    width:70%;
    padding-left: 30px;
  }
  .woocommerce-MyAccount-content .woocommerce-orders-table th{
    display:none;
  }
  .woocommerce-MyAccount-content .woocommerce-orders-table td,
  .woocommerce-MyAccount-content .woocommerce-orders-table tr{
    display: block;
  }
  .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total{
    display:none!important;
  }
  .woocommerce-MyAccount-content .woocommerce-orders-table td{
    text-align: right!important;
  }
  .woocommerce-MyAccount-content .woocommerce-orders-table td::before{
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .flex-row.reverse{
    flex-direction: column;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .flex-row.reverse .flex-item{
    padding: 0;
    padding-bottom:30px;
  }
}
@media(max-width:767px){
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation{
    width: 100%;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content{
    width:100%;
    padding-left: 0px;
    margin-top:35px;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active, .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li:hover{
    border-bottom: 3px solid var(--red);
    border-right:0;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a:after{
    right:0;
  }
}
/* checkout settings*/
.woocommerce-billing-fields > h3 {
    display: none;
}
.woocommerce-billing-fields__field-wrapper:before,
.woocommerce-billing-fields__field-wrapper:after{
	display: block;
	content:'';
	clear:both;
}
.checkout{
  text-align:left;
}
.checkout .optional{
  display:none;
}
.checkout .form-row,
.checkout .form-row-33{
	width: 50%;
	display: inline-block;
	padding: 15px;
	vertical-align: top;
}
.checkout .form-row-33{
  width:33%;
}
.checkout .form-row.form-row-full,
.checkout .form-row.place-order,
.checkout .form-row.place-order .form-row{
	width: 100%;
}
.checkout .form-row.place-order .form-row{
	padding: 0;
}
.checkout .button{
	margin-top:40px;
	width: 100%;
}
.checkout .section-title{
  font-size:20px;
  line-height:24px;
  text-align: left;
}
.checkout .col-set-div{
  margin-bottom:40px;
}
.checkout .col-set-div:last-of-type{
  margin-bottom:0;
}
.checkout .input-info{
  display:inline-flex;
  align-items:center;
  font-size:16px;
  line-height:18px;
}
.checkout .woocommerce-form__label{
  margin-bottom:12px;
}
.checkout .custom-checklist input[type=checkbox]:checked+span:before,
.checkout .custom-checklist input[type=checkbox]+span:before  {
  top:5px;
}
.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left:10px;
  vertical-align:text-top;
}
.tooltip-wrapper::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #E6E6E6;
  color: #1F1A17;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  display: none;
  z-index: 6;
  bottom: 100%; /* Position above the icon */
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  opacity: 0;
  transition: opacity 0.2s;
  border:1px solid var(--blue);
  width:250px;
}
.tooltip-wrapper:hover::after {
  display: block;
  opacity: 1;
}
.checkout .custom-place-order-text{
  margin-top:30px;
}
@media(max-width:767px){
  .checkout .input-info{
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    max-width: 90%;
  }
  .checkout .custom-checklist input[type=checkbox]:checked+span:before, .checkout .custom-checklist input[type=checkbox]+span:before {
    top: 0px;
  }
  .checkout .woocommerce-form__label{
    min-height: 30px;
  }
  .tooltip-wrapper{
    position:static;
  }
  .tooltip-wrapper:hover::after{
    bottom: 100%; /* Position above the icon */
    left: 0;
    transform: unset;
    width:100%;
    max-width:100%;
    min-width: 250px;
  }
}
/**/
.checkout__page .woocommerce-form-login-toggle,
.checkout__page .woocommerce-form-login {
  padding:0 10px;
}
.checkout__page .woocommerce-form-login-toggle .woocommerce-info{
  background-color: var(--bg-menu);
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
}
.checkout__page .woocommerce-form-login{
  margin-bottom:20px;
  position:relative;
}
.checkout__page .woocommerce-form-login p{
  font-size: 14px;
  margin-bottom:10px;
}
.checkout__page .woocommerce-form-login p.form-row{
  padding: 10px;
}
.checkout__page .woocommerce-form-login p.form-row.form-row-first,
.checkout__page .woocommerce-form-login p.form-row.form-row-last{
  width: 49%;
  padding-bottom:0;
  margin-bottom:0;
  display:inline-block;
}
.checkout__page .woocommerce-form-login .button{
  margin-top:20px;
}
.checkout__page .woocommerce-form-login .woocommerce-form__label{
  margin-left:10px;
}
.checkout__page .woocommerce-form-login .lost_password{
  position: absolute;
  bottom: 70px;
  right: 30px;
  margin-bottom:0;
}
.checkout__page .woocommerce-account-fields .form-row{
  width: 100%;
}
@media(max-width:850px){
  .checkout__page .checkout > .flex-row{
    flex-direction: column-reverse;
  }
  .checkout__page .checkout > .flex-row .flex-item{
    padding:0;
    padding-bottom: 20px;
  }
}
@media(max-width:767px){
  .checkout .form-row,
  .checkout__page .woocommerce-form-login p.form-row.form-row-first, .checkout__page .woocommerce-form-login p.form-row.form-row-last,
  .checkout__page .woocommerce-form-login-toggle, .checkout__page .woocommerce-form-login,
  .checkout__page .woocommerce-form-login p.form-row{
    width: 100%;
    padding: 10px 0;
  }
  .checkout__page .woocommerce-form-login .lost_password {
    bottom: 97px;
    right: 0px;
  }
  .checkout__page .woocommerce-form-login .woocommerce-form__label{
    margin-left:0px;
  }
}
/* Shop page  */
.shop__page .section-title-container{
  max-width: 1200px;
}
.shop__page .category-page-content aside,
.shop__page .category-page-content .listing{
    display: inline-block;
    float: left;
}
.shop__page .category-page-content aside{
  width: 20%;
  position: relative;
  margin-top: -30px;
}
.shop__page .category-page-content .listing{
  width: 80%;
  padding-left: 40px;
  padding-top: 10px;
}
.shop__page .category-page-content .filters-selections{
  display: block;
  width: 100%;
}
.shop__page .category-page-content .filters-selections .listing{
  float: right;
  padding-top: 0;
}
.shop__page .facetwp-type-reset{
  margin-bottom: 10px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.shop__page ul.products.columns-4,
.shop__page ul.products.columns-3{
  justify-content: start;
}
.shop__page .mobile-filters,
.shop__page .category-page-content aside .close-filters,
.shop__page aside .arrow,
.shop__page aside .close-filters,
.return-to-shop.only-for-search{
  display: none;
}
.shop__page aside .toggle-filters{
  pointer-events: none;
}
@media(max-width:1200px){
  .shop__page .category-page-content .listing{
    padding-left:20px;
  }
  .shop__page ul.products li{
    padding: 10px;
  }
}
@media(max-width:1000px){
  .shop__page .intro.screen{
    padding-bottom:0;
  }
  .shop__page .category-page-content .filters-selections{
    margin-top:20px;
  }
  .shop__page .mobile-filters{
    display: block;
    position: sticky;
    top: 73px;
    background-color: #fff;
    padding: 10px 0;
    z-index: 2;
  }
  .shop__page .mobile-filters .btn{
    padding: 10px 8px;
    width:100%;
  }
  .shop__page .mobile-filters .btn.download-brochure-tryamm > div {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
  }
  .shop__page .mobile-filters .btn svg{
    --brochure-red-color:var(--blue);
    transition:.4s;
  }
  .shop__page .mobile-filters .btn:hover svg{
    --brochure-red-color:#fff;
  }
  .shop__page .category-page-content .listing,
  .shop__page .category-page-content aside{
    display: block;
    width: 100%;
    margin-top:0;
  }
  .shop__page .category-page-content .listing{
    padding-left: 0;
  }
  .shop__page .category-page-content aside{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    padding: 20px;
    padding-top:100px;
    z-index: 999;
    transition: .4s;
  }
  .shop__page .category-page-content aside.show-filters{
    left:0;
  }
  .shop__page .category-page-content aside .close-filters{
    display: block;
  }
  .shop__page aside .toggle-filters{
    width: 100%;
    position:relative;
    pointer-events:auto;
  }
  .shop__page aside .arrow{
    position: absolute;
    right: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    background-color: #F3F5F6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 17px;
    line-height:17px;
    transition: .4s;
    padding-bottom:2px;
  }
  .shop__page aside .facet-wrap:hover .arrow{
    background-color: var(--blue);
    color: var(--green);
  }
  .shop__page aside .facet-wrap.is-active .arrow{
    transform: rotate(-315deg);
    background-color: var(--blue);
    color: var(--green);
  }
  .shop__page .facet-wrap{
    margin-bottom:30px;
  }
  .shop__page aside .facetwp-facet{
    display: none;
    margin-bottom:0;
  }
  .shop__page aside .close-button.close-filters{
    position: absolute;
    top:20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color:var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius:50%;
  }
  .shop__page aside .close-button.close-filters svg{
    width:20px;
  }
  .shop__page .category-page-content .filters-selections .listing{
    text-align: center;
  }
}
@media(max-width:767px){
  .shop__page .facetwp-type-reset{
    margin-bottom: 10px!important;
    margin-top: 15px;
  }
  .shop__page ul.products.columns-3 li,
  .shop__page ul.products.columns-4 li{
    flex: 1 1 100%;
    margin-bottom:20px;
    max-width:100%;
  }
  .shop__page ul.products.columns-3 li .button,
  .shop__page ul.products.columns-4 li .button{
    width: 100%;
    text-align: center;
  }
  .shop__page ul.products.columns-3 li .woocommerce-loop-product__title,
  .shop__page ul.products.columns-4 li .woocommerce-loop-product__title,
  .shop__page ul.products li .product_short_desc{
    min-height: auto;
  }
}
/* Single Article */
.article-page{
  max-width: 1020px;
  margin:0 auto;
  margin:50px auto;
}
.content-header{
  margin-bottom:30px;
}
.content-header h1{
  color:var(--black);
}
.content-header figure{
  position: relative;
  width: 100%;
  aspect-ratio: 2.2 / 1;
  margin-bottom: 30px;
}
.content-header figure img{
  border-radius:25px;
}
.content-header .category_label{
  margin-right:10px;
}
.content-footer{
  margin-top:30px;
  padding-top:30px;
  border-top:1px solid #C4C4C4;
}
@media(max-width:850px){
	.recommended-articles .grid.grid-3 > .inner{
		flex: 1 1 33%;
		max-width: 33%;
	}
}
@media(max-width:767px){
	.recommended-articles .grid.grid-3 .inner{
		flex: 1 1 100%;
		max-width: 100%;
	}
}
/* Category, news, tag page */
.article-listing .row article{
  padding: 20px;
  display: inline-block;
  width:33%;
  margin-bottom:40px;
  vertical-align:top;
}
.article-listing .row article:first-of-type,
.article-listing .row article:nth-of-type(2){
  margin-bottom: 60px;
  width: 49%;
}
.article-listing .row article:first-of-type figure,
.article-listing .row article:nth-of-type(2) figure{
  aspect-ratio: 1.7/1;
}
.article-listing .row article:first-of-type h3,
.article-listing .row article:nth-of-type(2) h3{
  min-height: auto;
}
@media(max-width:850px){
  .article-listing .row article{
    padding: 10px;
  }
}
@media(max-width:767px){
  .article-listing .row article:first-of-type figure,
  .article-listing .row article:nth-of-type(2) figure{
    aspect-ratio: 1/1;
  }
  .article-listing .row article,
  .article-listing .row article:first-of-type,
  .article-listing .row article:nth-of-type(2){
    width: 100%;
    padding: 10px 0;
  }
  .article-listing .row article:first-of-type,
  .article-listing .row article:nth-of-type(2){
    margin-bottom: 0;
  }
}
/* Search no results */
body.search-no-results .section-info{
  display: none;
}
body.search-no-results .shop__page .category-page-content .filters-selections .listing,
body.search-no-results .shop__page .category-page-content .listing{
  padding-left: 0;
  width: 100%;
  text-align: center;
  float: unset;
  display: block;
}
body.search-no-results .facetwp-counts{
  font-size: 24px;
  line-height: 28px;
  color:var(--red);
}
body.search-no-results .mobile-filters{
  display: none;
}
body.search-no-results .return-to-shop.only-for-search{
  display: block;
  margin-bottom:40px;
}
/* woocommerce order thank you */
.woocommerce-order .woocommerce-order-overview__total{
  display: none;
}
.woocommerce-order .flex-row{
  flex-direction: column-reverse;
}
.woocommerce-order .flex-row .flex-item{
  padding:0;
  padding-bottom:20px;
}
.woocommerce-order .flex-row .sumar-cerere-oferta{
  max-width: 450px;
  margin: 0 auto;
}
/* Homepage */
.homepage__page{
  margin-top:100px;
}
/* About Page */
.about-line, .about-line img{
  width: 100%;
}
.about-line{
  position: relative;
}
@keyframes aboutLine {
  from {
    width: 100%;
    transform: skewX(-20deg);
  }
  7%{
    transform: skewX(-20deg);
  }
  7%{
    transform: skewX(-35deg);
  }
  11%{
    transform: skewX(-44deg);
  }
  16%{
    transform: skewX(-41deg);
  }
  21%{
    transform: skewX(-53deg);
  }
  22%{
    transform: skewX(-44deg);
  }
  23%{
    transform: skewX(-37deg);
  }
  24%{
    transform: skewX(-34deg);
  }
  30%{
    transform: skewX(-26deg);
  }
  to{
    width: 0;
    transform: skewX(-26deg);
  }
}
.about-line:after{
  display: block;
  content:'';
  position: absolute;
  top:0;
  right:0;
  width:100%;
  height: 100%;
  background-color: #fff;
}
.about-line.animate-line:after{
  animation-name: aboutLine;
  animation-duration: 4s;
  animation-iteration-count: 1;
	animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.4, 0.1);
  animation-fill-mode: forwards;
}
/* Single project */
.project-page .content-header{
  align-items: center;
  margin-top:50px;
  margin-bottom:120px;
}
.project-page .content-header .flex-item{
  position: relative;
}
.project-page .content-header .line-vector{
  position: absolute;
  transform:rotate(10deg);
}
.project-page .content-header .top-vector{
  top:0;
  right: 40px;
}
.project-page .content-header .bottom-vector{
  bottom:0;
  left: 40px;
}
.project-page .content-header .featured-image{
  display: block;
  width: 65%;
  margin:0 auto;
  position: relative;
  padding-bottom:20px;
}
.project-page .content-header .featured-image:before{
  display: block;
  width: 100%;
  height: 75%;
  background-color:var(--green);
  content:'';
  position: absolute;
  bottom: -16px;
  right: -60px;
  -ms-transform: skew(6deg, 0deg);
  -webkit-transform: skew(6deg, 0deg);
  transform: skew(6deg, 0deg);
  border-radius: 20px;
  z-index: -1;
}
.project-page .content-header .featured-image .outer-figure {
  overflow: hidden;
  width: 100%;
  -ms-transform: skew(6deg, 0deg);
  -webkit-transform: skew(6deg, 0deg);
  transform: skew(6deg, 0deg);
  border-radius: 20px;
  aspect-ratio: 1 / 1;
}
.project-page .content-header .featured-image .inner-figure {
  background-size: cover;
  background-position: center;
  left: -8%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 113%;
  -ms-transform: skew(-6deg, 0deg);
  -webkit-transform: skew(-6deg, 0deg);
  transform: skew(-6deg, 0deg);
}
.project-page .content-header h1{
  color:var(--blue);
}
.project-page .content-header .btn{
  margin-top:20px;
}
.project-page .content-header .location{
  margin-bottom:20px;
  color:var(--blue);
  font-weight: 500;
  font-size:18px;
  line-height: 28px;
}
.project-page .content-header .location span{
  color:var(--green);
}
/**/
.project-page .content-body{
  width: 100%;
  max-width: 1220px;
  margin: 80px auto 140px;
  background-color:var(--bg-project-n-product);
  padding: 50px 130px;
  border-radius:20px;
  position: relative;
}
.project-page .content-body:before,
.project-page .content-body:after{
  display: block;
  content:'';
  position: absolute;
  background-size: contain;
  width:100px;
  height: 100px;
  background-repeat: no-repeat;
  z-index: -1;
}
.project-page .content-body:before{
  background-image:url('../img/project-top.svg');
  top:-35px;
  left: -35px;
}
.project-page .content-body:after{
  background-image:url('../img/project-bottom.svg');
  bottom:-35px;
  right: -35px;
}
.project-page .content-body .tab{
  margin-bottom:30px;
}
.project-page .content-body .tab:last-of-type{
  margin-bottom:0;
}
.project-page .content-body .icons{
  padding-bottom:15px;
  margin-bottom:25px;
  border-bottom:1px solid var(--blue);
}
.project-page .content-body .icon-container {
  display: inline-flex;
  vertical-align: top;
  padding: 10px;
  color:var(--blue);
  flex-direction: column;
  text-align:center;
}
.project-page .content-body .icon-container img{
  width: auto;
  height: 90px;
}
.project-page .content-body .icon-container span{
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.project-page .content-body .file-icon {
  display: inline-flex;
  margin: 10px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
}
@media(max-width:1700px){
  .project-page .content-body{
    padding: 50px 100px;
  }
}
@media(max-width:1401px){
  .project-page .content-body{
    padding: 50px 80px;
  }
}
@media(max-width:1280px){
  .project-page .content-body{
    padding: 50px;
  }
}
@media(max-width:1220px){
  .project-page .content-body:before{
    top:-25px;
  }
  .project-page .content-body:after{
    bottom:-25px;
  }
}
@media(max-width:850px){
  .project-page .content-header{
    flex-direction: column;
  }
  .project-page .content-header .flex-item{
    width: 100%;
    flex: 1 1 100%;
    text-align:center;
  }
  .project-page .content-header .featured-image{
    margin-bottom: 60px;
  }
}
@media(max-width:767px){
  .project-page .content-header .bottom-vector{
    left: 0;
  }
  .project-page .content-header .top-vector{
    right:0;
  }
  .project-page .content-body {
    padding: 20px;
  }
}
/* Taxonomy page, Projects Listing page  */
.projects__listing .project_categories{
  margin-top:20px;
}
.projects__listing .project_categories .btn{
  margin: 5px;
}
.projects__listing section.intro.screen{
  padding-bottom: 0;
}
section.all-projects-screen.screen{
  padding-top:0;
}
.all-projects-screen .row article{
  padding: 15px;
  display: inline-block;
  width:32%;;
  vertical-align:top;
  text-align: left;
}
@media(max-width:850px){
  .all-projects-screen .row article {
    width: 49%;
    padding: 10px;
  }
}
@media(max-width:767px){
  .all-projects-screen .row article {
    width: 100%;
    padding: 10px 0;
  }
}
