/**
 * 	Version: 0.8
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * General - https://codex.wordpress.org/CSS#WordPress_Generated_Classes
 * DO NOT CHANGE THIS FILE
 * to override any of the settings in this section, add your styling code in the custom directory.
 */

.containers {
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	color: #ECFDFF;

}

.content-right-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.menu-header p a: hover{
	color: #628C4C;
}

.item {
	flex: 1 1 150px;
	padding: 0 20px;
}

.item span{
	vertical-align: middle;
	margin-right: 10px;
}

.item-mane {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.footer-back {
	background-color: #111111;
	padding: 20px 0;
}
.footer-back ul {
	padding: 0 0 0 15px;
}
.footer-back ul a:hover,
.footer-back .current-menu-item a{
	color: white;	
}
.copyright {
	padding: 10px;
}
.copyright p {
	color: #111111;
	float: right;
}
.page-content a,
.comments-area a {
  text-decoration: underline; }

.alignright {
  float: right;
  margin-left: 1rem; }

.alignleft {
  float: left;
  margin-right: 1rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignwide {
  margin-left: -80px;
  margin-right: -80px; }

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }
  .alignfull img {
    width: 100vw; }

.wp-caption {
  margin-bottom: 1.25rem;
  max-width: 100%; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.wp-caption-text {
  margin: 0; }

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem; }

.pagination {
  margin: 20px auto; }

.sticky {
  position: relative;
  display: block; }

.bypostauthor {
  font-size: inherit; }

.hide {
  display: none !important; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #eeeeee;
    clip: auto !important;
    clip-path: none;
    color: #333333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/**
 * Header styling and layout
 */
.site-description.show{
	font-size: 15px;
	margin: auto !important;
	font-weight: 600;
	padding: 0 10px 0px 10px;
	width: 100%;
    text-align: center;


}
.header-phone {
	display: inline-block;
	align-items: center;
	float: right;
	margin-left: 10px;
	padding: 15px 20px;
	font-weight: 700;
	background-color: #628c4c;
}

.header-phone a{
    color: white;
    font-size: 18px;
    margin: auto 0px;
    font-weight: 700;
}
.header-phone img {
	vertical-align: middle;
	max-height: 30px;
	padding-right: 5px;
	animation: call 1.3s linear infinite;
}

.header-social {
    display: inline-block;
    padding-top: 10px;
    /* margin-left: 17px; */
    overflow: clip;
}

.header-social p {
	padding-left: 10px;
	margin-bottom: 0px;
}
.social {
	height: 35px;
	filter: grayscale(.7);

}
.social:hover {
	filter: grayscale(0);

}
.social-lg {
	height: 55px;
    padding-right: 10px;
}
@keyframes call {
	0%, 100% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(5deg);
	}
}

.site-header {
  /* Backwards compat for Hello 2.3.0 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative; 
  z-index: 10;
  background-color: #ffffff2e;
}
  .site-header .site-navigation {
    /* justify-content: flex-end; */
    }
  .site-header .site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .site-header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .site-header .header-inner .custom-logo-link {
      display: block; }
    .site-header .header-inner .site-branding .site-title,
    .site-header .header-inner .site-branding .site-description {
      margin: 0; }
    .site-header .header-inner .site-branding.show-title .site-logo {
      display: none !important; }
    .site-header .header-inner .site-branding.show-logo .site-title {
      display: none !important; }
  .site-header:not(.header-stacked) .header-inner .site-branding {
    max-width: 30%; }
  .site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 90%; }
  .site-header.header-inverted .header-inner {
    flex-direction: row-reverse; }
    .site-header.header-inverted .header-inner .site-branding {
      text-align: right; }
    .site-header.header-inverted .header-inner .site-navigation {
      justify-content: start; }
  .site-header.header-stacked .header-inner {
    align-items: center;
    flex-direction: column;
    text-align: center; }

@media (max-width: 576px) {
  .site-header .header-inner:not(.header-stacked) .site-branding {
    max-width: 80%; } 
	.product_menu li {
		width: 100%
	}
}

/**
 * Footer styling and layout
 */
.site-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative; }
  .site-footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .site-footer .footer-inner .custom-logo-link {
      display: block; }
    .site-footer .footer-inner .site-navigation {
      justify-content: flex-end; }
    .site-footer .footer-inner .site-branding {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .site-footer .footer-inner .site-branding .site-title,
      .site-footer .footer-inner .site-branding .site-description {
        margin: 0; }
      .site-footer .footer-inner .site-branding.show-title .site-logo {
        display: none !important; }
      .site-footer .footer-inner .site-branding.show-logo .site-title {
        display: none !important; }
    .site-footer .footer-inner .copyright {
      align-items: center;
      display: flex;
      justify-content: flex-end; }
      .site-footer .footer-inner .copyright p {
        margin: 0; }
  .site-footer.footer-inverted .footer-inner {
    flex-direction: row-reverse; }
    .site-footer.footer-inverted .footer-inner .site-branding {
      text-align: right; }
    .site-footer.footer-inverted .footer-inner .site-navigation {
      justify-content: flex-start; }
  .site-footer.footer-has-copyright .footer-inner .site-navigation {
    justify-content: center; }
  .site-footer.footer-stacked .footer-inner {
    align-items: center;
    flex-direction: column;
    text-align: center; }
    .site-footer.footer-stacked .footer-inner .site-branding h4.site-title {
      text-align: center; }
    .site-footer.footer-stacked .footer-inner .site-navigation .menu {
      padding: 0; }
  .site-footer:not(.footer-stacked) .footer-inner .site-branding {
    max-width: 20%; }
  .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
    max-width: 60%; }
  .site-footer:not(.footer-stacked) .footer-inner .copyright {
    max-width: 20%; }

@media (max-width: 576px) {
  .site-footer:not(.footer-stacked) .footer-inner .site-branding,
  .site-footer:not(.footer-stacked) .footer-inner .site-navigation,
  .site-footer:not(.footer-stacked) .footer-inner .copyright {
    display: block;
    text-align: center;
    width: 100%;
    max-width: none; }
  .site-footer .footer-inner .site-navigation ul.menu {
    justify-content: center; }
    .site-footer .footer-inner .site-navigation ul.menu li {
      display: inline-block; } }

/**
 * Post Item in Archive
 */
.post .entry-title a {
  text-decoration: none; }

.post .wp-post-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover; }
  @media (max-width: 991px) {
    .post .wp-post-image {
      max-height: 400px; } }
  @media (max-width: 575px) {
    .post .wp-post-image {
      max-height: 300px; } }

/**
 * Comments
 */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .9em; }

#comments .comment,
#comments .pingback {
  position: relative; }
  #comments .comment .comment-body,
  #comments .pingback .comment-body {
    display: flex;
    flex-direction: column;
    padding: 30px 0 30px 60px;
    border-bottom: 1px solid #cccccc; }
    body.rtl #comments .comment .comment-body, body.rtl
    #comments .pingback .comment-body {
      padding: 30px 60px 30px 0; }
  #comments .comment .avatar,
  #comments .pingback .avatar {
    position: absolute;
    left: 0;
    border-radius: 50%;
    margin-right: 10px; }
    body.rtl #comments .comment .avatar, body.rtl
    #comments .pingback .avatar {
      left: auto;
      right: 0;
      margin-right: 0;
      margin-left: 10px; }

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: .9rem; }

#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1; }

#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px; }
  body.rtl #comments .children {
    padding-left: 0;
    padding-right: 30px; }
  #comments .children li:last-child {
    padding-bottom: 0; }

#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: '\21AA';
  position: absolute;
  top: 45px;
  left: 0;
  width: auto; }
  body.rtl #comments ol.comment-list .children:before {
    content: '\21A9';
    left: auto;
    right: 0; }

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1; }
	}

@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0; }
  #comments .children {
    padding-left: 20px; }
  #comments .comment .avatar {
    position: inherit;
    float: left; }
    body.rtl #comments .comment .avatar {
      float: right; }
  }

/**
 * Navigation Menu's
 */
.site-header.header-inverted .site-navigation-toggle-holder {
  justify-content: flex-start; }

.site-header.header-stacked .site-navigation-toggle-holder {
  justify-content: center;
  max-width: 100%; }

.site-header.menu-layout-dropdown .site-navigation {
  display: none; }

.site-navigation-toggle-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  max-width: 20%;
  padding: 8px 15px; }
  .site-navigation-toggle-holder .site-navigation-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.05);
    color: #494c4f; }
  .site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before {
    content: '\e87f'; }

.site-navigation {
  grid-area: nav-menu;
  display: flex;
  align-items: center;
  flex-grow: 1; }
  .site-navigation ul.menu, .site-navigation ul.menu ul {
    list-style-type: none;
    padding: 0; }
  .site-navigation ul.menu {
    display: flex;
    flex-wrap: wrap; }
    .site-navigation ul.menu li {
      position: relative;
      display: flex; }
      .site-navigation ul.menu li a {
        display: block;
        padding: 8px 15px; }
      .site-navigation ul.menu li.menu-item-has-children {
        padding-right: 15px; }
        .site-navigation ul.menu li.menu-item-has-children:after {
          display: block;
          content: '\25BE';
          font-size: 1.5em;
          align-items: center;
          color: #666666;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          text-decoration: none; }
        .site-navigation ul.menu li.menu-item-has-children:focus-within > ul {
          display: block; }
      .site-navigation ul.menu li ul {
        background: #fff;
        display: none;
        min-width: 150px;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 100%; }
        .site-navigation ul.menu li ul li {
          border-bottom: #eeeeee 1px solid; }
        .site-navigation ul.menu li ul li:last-child {
          border-bottom: none; }
        .site-navigation ul.menu li ul li.menu-item-has-children a {
          flex-grow: 1; }
        .site-navigation ul.menu li ul li.menu-item-has-children:after {
          transform: translateY(-50%) rotate(-90deg); }
        .site-navigation ul.menu li ul ul {
          left: 100%;
          top: 0; }
      .site-navigation ul.menu li:hover > ul {
        display: block; }

footer .site-navigation ul.menu li ul {
  top: auto;
  bottom: 100%; }
  footer .site-navigation ul.menu li ul ul {
    bottom: 0; }

footer .site-navigation ul.menu a {
  padding: 5px 15px; }

.site-navigation-dropdown {
  margin-top: 10px;
  transition: max-height 0.3s, transform 0.3s;
  transform-origin: top;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%; }
  .site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
    transform: scaleY(0);
    max-height: 0; }
  .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    transform: scaleY(1);
    max-height: 100vh; }
  .site-navigation-dropdown ul {
    padding: 0; }
  .site-navigation-dropdown ul.menu {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background: white; }
    .site-navigation-dropdown ul.menu li {
      display: block;
      width: 100%;
      position: relative; }
    .site-navigation-dropdown ul.menu li a {
      display: block;
      padding: 20px;
      background: #ffffff;
      color: #55595c;
      box-shadow: inset 0 -1px 0 #0000001a; }
    .site-navigation-dropdown ul.menu li.current-menu-item a {
      color: white;
      background: #55595c; }
    .site-navigation-dropdown ul.menu > li li {
      transition: max-height 0.3s, transform 0.3s;
      transform-origin: top;
      transform: scaleY(0);
      max-height: 0; }
    .site-navigation-dropdown ul.menu li.elementor-active > ul > li {
      transform: scaleY(1);
      max-height: 100vh; }

@media (max-width: 576px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
    display: none !important; }
	.custom-logo {max-width: 190px;margin-top: 5px;width: auto;}}

@media (min-width: 768px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important; } 
}

@media (min-width: 576px) and (max-width: 767px) {
  .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
    display: none !important; } }

@media (min-width: 992px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important; } }

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
    display: none !important; }
	.header-phone span {
		display: none;
	}
	.header_menu_mobile {
		width: 100%;
		position: fixed;
		background-color: white;
		padding-bottom: 0px;
		padding-top: 3px;
		z-index: 2;
		top:0;

	}
	.header_menu_mobile .site-description.show {
		display: none;
	}
}

.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
  display: none !important; }

/**
 * Basic responsive layout
 */
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*="elementor-page-"]) .site-main {
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

@media (max-width: 575px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*="elementor-page-"]) .site-main {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 576px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*="elementor-page-"]) .site-main {
    max-width: 1200px;
    padding: 0 15px;
    }
  .site-header.header-full-width .header-inner {
    max-width: 100%; }
  .site-footer.footer-full-width .footer-inner {
    max-width: 100%; } }

@media (min-width: 768px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*="elementor-page-"]) .site-main {
    max-width: 1200px;
    }
  .site-header.header-full-width {
    max-width: 100%; }
  .site-footer.footer-full-width {
    max-width: 100%; } 
}
@media (max-width: 993px) {
	.desktop {
		display: none !important;
	}	
	.mobile {
		display: inline-block;
	}
}
@media (min-width: 992px) {
	.mobile {
		display: none !important;
	}
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*="elementor-page-"]) .site-main {
    max-width: 800px; }
  .site-header.header-full-width {
    max-width: 100%; }
  .site-footer.footer-full-width {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*="elementor-page-"]) .site-main {
    max-width: 1150px; }
  /* Override the default width for the dynamic header and footer */
  .site-header .header-inner, .site-footer .footer-inner {
    max-width: 1140px; }
  .site-header.header-full-width {
    max-width: 100%; }
  .site-footer.footer-full-width {
    max-width: 100%; }
	.site-logo.show {
		margin-top: 0;
		padding-left: 15px;
	}}

.site-header + .elementor {
  min-height: calc( 100vh - 320px); }

.site-main {
	margin-bottom: 20px
}

.autoloader {
	background-color: white;
	position:fixed;
	height: 100%;
	width: 100%;
	z-index: 9;
}
.autoloader1 {
	display: none;
}
.loader {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100px;
	height: 100px;
}

.loader span {
	border: 0;
	margin: 0;
	width: 40%;
	height: 40%;
	position: absolute;
	border-radius: 10%;
	animation: spin 2s ease infinite;
	transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.loader :first-child {
	background-color: #060107;
	animation-delay: -1.5s;
}

.loader :nth-child(2) {
	background-color: #D57130;
	animation-delay: -1s;	
}

.loader :nth-child(3) {
	background-color: #060107;
	animation-delay: -0.5s;	
}

.loader :last-child {
	background-color: #D57130;
  animation-delay: 0s;	
}

@keyframes spin {
	0%{transform: translate(0) scale(1)}
	25%{transform: translate(200%) scale(1.5)}
	50%{transform: translate(200%, 200%) scale(1)}
	75%{transform: translate(0, 200%) scale(1.5)}
	100%{transform: translate(0) scale(1)}
}
.accordeon div.elementor-tab-title,
.accordeon div.elementor-tab-title.elementor-active {
	padding: 15px 25px;
}
.accordeon div.elementor-tab-title.elementor-active{
	background-color: #161616;
	color: white !important;
}
.accordeon .elementor-tabs-content-wrapper {
	margin: 20px;
	border-left: 2px solid #d57130 !important;
}
.btn li {
	height: 35px;
  vertical-align: middle;
}

.btn li::before {
	content: '';
	position: absolute;
	height: 3px;
	margin-top: 5px;
	margin-left: 13px;
	width: 15px;
	border-radius: 3px;
	z-index: -1;
	background: #d3d2cf;
	transition: width 200ms;
}

.btn li:is(:hover,:focus)::before,
.btn .current_page_item::before {
	background: #111111;
	width: 30%;
    color: black;
}
.current_page_item a{
    color: #111111;
	font-weight: 600;
}
/**
 * Block button for preview
 */
.topbutton {
     height:50px;
     width:50px;
     position:fixed;
     right:15px;
     bottom:15px;
     Z-index:1;
	text-align: center;
	font-size: 30px;
	border-radius: 5px;
	background-color: #161616ba;
	color: white !important;
     background-repeat:no-repeat;
     display:none;
}

.topbutton:hover {

}
.pavement {
	position: relative;
	float: right;
	background-color: var( --e-global-color-009a357 );
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding: 10px 30px;
	transition: 0.5s;	
}
.pavement:hover {
	color: white;
  background-color: #161616 !important;;
}

.pavement::before {
	content: '';
	position: absolute;
	inset: 2px;
}

.pavement span {
	position: relative;
	z-index: 1;
}

.pavement i {
	position: absolute;
	inset: 0;
	display: block;
}

.pavement i::before {
	content: '';
	position: absolute;
	top: -5.5px;
	left: 80%;
	width: 20px;
	height: 10px;
	border: 2px solid var( --e-global-color-009a357 );
	background-color: white;
	transform: translatex(-50%);
	transition: 0.5s;
}

.pavement:hover i::before {
  border-color: #161616;
	width: 20px;
	left: 20%;
}
.pavement i::after {
	content: '';
	position: absolute;
	bottom: -3.5px;
	left: 20%;
	width: 20px;
	height: 10px;
	border: 2px solid var( --e-global-color-009a357 );
	background-color: white;
	transform: translatex(-50%);
	transition: 0.5s;
}

.pavement:hover i::after {
  border-color: #161616;
	width: 20px;
	left: 80%;
}

/**
 * Block cards
 */


.card {
 position:relative;
 display:block;
 height:300px;
 border-radius:calc(var(--curve) * 1px);
 overflow:hidden;
 text-decoration:none
}
.card__image {
 width:100%;
 height:auto
}
.card_img_background {
 object-fit: cover;
 min-height:300px;
 width: 100%;
}
.card__overlay {
 position:absolute;
 bottom:0;
 left:0;
 right:0;
 z-index:1;
 border-radius:calc(var(--curve) * 1px);
 background-color:var(--surface-color);
 transform:translateY(100%);
 transition:.2s ease-in-out;
 background-color:#fff
}
.card:hover .card__header {
 transform:translateY(0)
}
.card:hover {
 opacity: .9
}
.card__header {
 position:relative;
 display:flex;
 align-items:center;
 padding:1em;
 border-radius:calc(var(--curve) * 1px) 0 0 0;
 background-color: #221f20ad !important;
 transform:translateY(-100%);
 transition:.2s ease-in-out;
 background-color:#ffffffc4
}
.card__arc {
 width:80px;
 height:80px;
 position:absolute;
 bottom:100%;
 right:0;
 z-index:1
}

.card__header-text h2{
 margin-left: 10px;
}
.card:hover .card__header {
 transform:translateY(0)
}
.card:hover .card__title {
  padding: 3px 10px 7px 10px;
  background-color: #000;
  transition:.2s ease-in-out;
  border-radius: 3px;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top:-200px;
  left: 10%;
}
.card__thumb {
 flex-shrink:0;
 width:50px;
 height:50px;
 border-radius:50%
}
.card__title {
 font-size:1.4em;
 margin:0 0 5px 10px;
 /* color:#2E2E2F; */
 font-weight:600
}
.card__tagline {
 display:block;
 margin:1em 0;
 font-size:.8em;
 color:#D7BDCA
}
.card__status {
 font-size:1.2em;
 color:#bf3e3e;
 margin:0 10px
}
.card__description {
 padding:0 2em 2em;
 margin:0;
 color:#D7BDCA;
 display:-webkit-box;
 overflow:hidden
}

.card__tagline {
 display:block;
 margin:1em 0;
 font-size:.8em;
 color:#D7BDCA
}
.card__status {
 font-size:1.1em;
 color: #f8f8f8;
 font-weight: 700;
}
.card__description {
 padding:.7em 0;
 color:#FAE8A3;
 overflow:hidden;
 background-color:#2e2e2f;
 margin:auto;
 text-align:center;
 display:block;
 max-width:150px;
 border-radius:5px
}

/* 
 * ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²
 */

.product_menu {
  text-align: center;
  list-style-type: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  max-width: 1150px;
}

.product_menu li {
  padding: 2px 2px;
  float: left;
}

.product_menu li a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;

}

.product_menu .current_page_item a {
  border-radius: 5px;
  background-color: #d3d2cf;
  color: white;
}

.product_menu_header {
	max-width: 1150px;
	margin: auto;
	padding: 10px 18px;
	font-size: 35px;
	font-weight: 500;
}




.wrapper{
  position: fixed;
  top: 0;
  /*! left: -100%; */
  right: -150%;
  height: 100%;
  width: 100%;
  background: #fff;
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
 /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
#active:checked ~ .wrapper{
  /*! left: 0; */
  right:0;
}
.menu-btn{
  position: relative;
  z-index: 2;
  right: 0px;
  /*left: 20px; */
  top: 5px;
  height: 70px;
  width: 70px;
  margin-top: -40px;
  text-align: center;
  line-height: 0px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  /*color: #fff;*/
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
 /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
  transition: all 0.3s ease-in-out;
  z-index: 6;
}
.menu-btn span,
.menu-btn:before,
.menu-btn:after{
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #000;
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-btn:before{
  transform: translateY(-8px);
}
.menu-btn:after{
  transform: translateY(8px);
}


.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .3s;
}

/* closing animation */
#active:checked + .menu-btn span {
	transform: scaleX(0);
}
#active:checked + .menu-btn:before {
	transform: rotate(45deg);
  border-color: #000;
}
#active:checked + .menu-btn:after {
	transform: rotate(-45deg);
  border-color: #000;
}
.wrapper ul{
  position: absolute;
  top: 65%;
  width: 450px;
  left: 35%;
  height: 90%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
}
.wrapper ul li{
  height: 3em;
  margin: 15px 0;
}
.wrapper ul li a{
  text-decoration: none;
  font-size: 30px;
  width: 80%;
  font-weight: 500;
  padding: 0px 10px;
  color: #000;
  border-radius: 50px;
  position: absolute;
  line-height: 20px;
  margin: 5px 5px;
  opacity: 0;
  transition: all 0.3s ease;
  transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrapper ul li a:after{
  position: absolute;
  content: "";
  background: #000;
   /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
  /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scaleY(0);
  z-index: -1;
  transition: transform 0.2s ease;
}

.wrapper ul li a:hover{
  color: #D57130;
}
input[type="checkbox"]{
  display: none;
}


#active:checked ~ .wrapper ul li a{
  opacity: 1;
}
.wrapper ul li a{
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
}
#active:checked ~ .wrapper ul li a{
	transform: none;
	transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1);
	transition-delay: .2s;
	transform: translateX(-150px);
	line-height: 0.8em;
}

/*
 * Zoom image block
 */

.img-hover-zoom {
  overflow: hidden; 
}

.img-hover-zoom img {
  transition: transform .6s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.2);
}