@import "et-line.css";

  /*
   * Font Archivo
   */

@import "archivo.css";

:root {
	--black: #121212;
  --white: #ffffff;
  --gray: #808080;
  --blue: #173954;
  --gold: #ad9d79;
  --green: #7cb523;
  --beige: #f9f6ee;
  --yellow: #b4b514;
  --font-global: Archivo, arial, sans-serif;
  --font-global-alt: Archivo, arial, sans-serif;
}

html {
  scroll-behavior: smooth !important;
}

body {
	color: var(--black);
  background-color: var(--beige);
}
h1, .h1 {
    font-size: 3.25rem;
}
h2, .h2 {
    font-size:  2.875rem;
}
h3, .h3 {
    font-size: 1.75rem;
}

.tx-cart .clear-padding {
  padding: 0px 20px 0px 20px !important;
}
.tx-cart .frame a:not([class]), .frame a[class=""] {
  color: var(--green);
}
.form-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 10px rgba(0,0,0,0.7);
  background-color: var(--bs-success-bg-subtle);
  z-index: 9999;
}
.white-shadow {
  color: var(--white);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.gray-shadow {
  color: var(--gray);
  text-shadow: 0 4px 4px rgba(255, 255, 255, 0.8);
}

.blue-shadow {
  color: var(--blue);
  text-shadow: 0 4px 4px rgba(255, 255, 255, 0.8);
}

.gold-shadow {
  color: var(--gold);
  text-shadow: 0 4px 4px rgba(255, 255, 255, 0.8);
}

.black-shadow {
  color: var(--black) !important;
  text-shadow: 0 4px 4px rgba(255, 255, 255, 0.8);
}

.black {
  color: var(--black) !important;
}
  
.black {
  color: var(--gold) !important;
}

.green{
  color: var(--green) !important;
}
.yellow {
  color: var(--yellow) !important;
}
.bg-yellow {
  background-color: var(--yellow) !important;
}
.post-prev-text,
.services-descr,
.team-item-detail,
.alt-services-descr,
.alt-features-descr,
.section-title-descr,
.team-social-links a {
	color: var(--black) !important;
}

.services-icon,
.alt-features-icon,
.count-number {
	font-size: 32px;
}

.nav-item {
  font-weight: normal;
  text-decoration: none;
}

.nav-item.active {
  font-weight: bold;
  text-decoration: underline !important;
}

.nav-logo-wrap {
  margin-left: 60px;
}

.nav-logo-wrap .logo {
  max-width: 200px;
  height: 122px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.7);
}

.main-nav {
  background: rgba(124,181,35, 1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.inner-nav ul li a {
  color: var(--beige);
}

.body-scrolled .inner-nav ul li a,
.js-no-transparent-white .inner-nav ul li a {
  color: #F9F6EE;
  opacity: 1;
}
.inner-nav ul {
  font-size: 24px;
  font-weight: 600;
}

.home-section {
  background-position: unset;
  background-attachment: unset;
}

.btn-mod.btn-round {  
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5) !important;  
}

.scroll-top:hover {
  color: #fff;
  background-color: var(--green);
}

.icongroup {
  align-items: start;
}
.icongroup-iconposition-above .icongroup-item-text {
  text-align: center;
}
.team-social-links {
  font-size: 22px;
}
.product-added {
  font-weight: bold;
  text-align: center;
}
div.icongroup-item div.icongroup-item-text div.table-responsive table.table {
  text-align: left;
}

/* Products */

.tx-cart-products th,
.tx-cart-products td {
  padding: 0px 30px 0px 0px;
  margin: 0;
  text-align: left;
  font-size: 18px;
  width: 50px;
}
.tx-cart-products tr {
  vertical-align: middle;
}
.tx-cart-products th:nth-child(3) {
  text-align: right;
}
.tx-cart-products td:nth-child(1) {
  padding-right: 5px;
}
.tx-cart-products td:nth-child(2) {
  width: 150px;
  font-weight: bold;
}
.tx-cart-products td:nth-child(3) {
  width: 200px;
  text-align: right;
}
.tx-cart-products td:nth-child(4),
.tx-cart-products td:nth-child(4) p {
  margin: 0;
  padding: 0;
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--green) !important;
  --bs-table-bg-state: unset;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--green);
  --bs-table-bg-type: unset;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
input.form-control.quantity-input {
  width: 55px;
}
div.input-group button.btn.btn-default.form-control.add-to-cart-btn {
  min-width: 40px;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 10%;
  }
}
.product-image {
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding-right: 5px;
}
.product-teaser {
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 4px;
}
.alt-service-item {
  font-size: 17px;
}

.team-item-role {
	min-height: 70px;
}

li {
	padding: 3px 0px 3px 0px;
}

/*
.no-mobile .team-item:hover .team-item-image::after {
	background: unset;
}
*/

.no-mobile .team-item:hover .team-item-image::after {
	background: unset;
}

.team-item-cv {
  font-size: 17px;
  text-align: center;
  color: #121212;
}

.team-item-wrap {
  padding: 72px 36px 15px 36px;
}

.team-item-image {
  padding: 0 50px 0 50px;
}

.shortcv {
  border-bottom: 1px solid #111;
}
.shortcv > dt {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.shortcv > dt > a.active {
  cursor: default;
}
.shortcv > dt > a {
  display: block;
  position: relative;
  color: #111;
  text-decoration: none;
  padding: 20px 30px 20px 0;
  border-top: 1px solid #111;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.shortcv > dt > a::after {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15px" height="9px"><path fill-rule="evenodd" fill="rgb(17, 17, 17)" d="M13.006,0.961 L14.273,2.228 L7.500,9.001 L0.742,2.243 L2.009,0.976 L7.500,6.467 L13.006,0.961 Z"/></svg>');
}
.shortcv > dt > a.active::after, .shortcv > dt > a.active:hover::after {
    transform: rotate(-180deg);
}
.shortcv > dd {
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.shotcv > dt.active + dd {
  padding: 10px 0;
}
.fa-calendar::before {
    content: "\f073" !important;
}
.tx-cart .btn-primary, {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--green);
  --bs-btn-border-color: var(--green);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #4a6552;
  --bs-btn-hover-border-color: #465f4d;
  --bs-btn-focus-shadow-rgb: 112,139,120;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #465f4d;
  --bs-btn-active-border-color: #415948;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: var(--green);
  --bs-btn-disabled-border-color: var(--green);
}
.tx-cart .btn {
  border: var(--bs-btn-border-width) solid var(--green);
  background-color: var(--green);
}
.tx-cart .btn-danger {
  border: var(--bs-btn-border-width) solid #d4403a;
  background-color: #d4403a;
  margin-bottom: 25px;
}
.tx-cart .btn-default {
    color: #fff; 
    background-color: #333;
    border-color: transparent;
}
.tx-cart-products .btn-default {
  color: #eaebec;
  background-color: #000000;
}
.btn-mod.btn-round {
  border-radius: 3px;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.1);
}
.btn-mod.btn-w {
  color: var(--white);
  background: var(--green);
}
.btn-mod.btn-w:hover, .btn-mod.btn-w:focus {
  color: #111;
  background: rgba(255,255,255, 1);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
.footer {
  font-size: 16px;
}
footer.page-section {
  padding: 0px;
}
button.cc-btn.cc-allow-all.cc-w-100 {
  background-color: var(--gold) !important;
}
.dp--hover {
  font-size: 0.75em;
}

/* Product / Shop */
.tx-cart .col-sm-6 {
    width: 100%;
}
.tx-cart-products .col-md-4,
.tx-cart-products .col-md-6 {
    padding: 25px 0px 25px 0px;
}
.cart_form {
    padding-bottom: 25px;
}

.alt-features-icon-basket {
  padding-top: 25px;
  font-size: 24px;
  line-height: 1.3;
  color: white;
}
.input-group {
  display: flex;
  flex-wrap: unset;
}
.quantity-input {
  flex-grow: 1;
  margin-right: 5px;
  text-align: right;
}
.add-to-cart-btn {
    flex-shrink: 0;
}
.add-to-cart-btn:hover {
    background-color: red;
}
.tx-cart-products .table th, .tx-cart-products .table td {
    white-space: nowrap;
}

/*
#cart-preview {
    width: 20%;
    height: 55px;
    background-color: #fff;
    padding: 15px 10px 5px 40px;
    position: absolute;
    right: 0px;
    z-index: 1100;
    position: fixed !important;
}
*/
#cart-preview {
    position: fixed;
    top: 100px;
    right: 0px;
    width: 185px;
    height: 112px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,0.5);
    z-index: 1100;
}
/*
#cart-preview {
    width: 20%;
    height: 55px;
    background-color: #fff;
    padding: 15px 10px 5px 40px;
    position: absolute;
    right: 0px;
    z-index: 1100;
    position: fixed !important;
}
*/
#cart-preview {
    display: none;
    position: fixed;
    top: 100px;
    right: 0px;
    width: 185px;
    height: 112px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,0.5);
    z-index: 1100;
}
.cart-count-overlay {
    position: relative;
    top: -30px;
    right: -20px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 1px 3px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open Sans", arial, sans-serif;
    color: white;
    background-color: #f37021;
    border-radius: 50%;
    z-index: 2000;
}
.checkout-link {
    display: block;
    position: relative;
    top: 20px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    width: 158px;
}
.cart_form {
    width: 30%;
}
.product_name {
    font-size: 1.25em;
}
#product-price {
    padding-bottom: 25px;
}
.regular_price {
    font-size: 18px;
}

#form-order {
    margin-top: 50px;
}

.tx-cart-products .row .col-md-4 img {
    cursor: pointer;
}
.top-buffer {
  margin-top: 2em !important;
}

.cart-teaser {
    background-color: #ffea40;
    padding: 10px 20px 10px 20px;
    margin-bottom: 2em;
}
.cart-teaser p {
    padding: 0;
    margin: 0;
}
div#checkout-step-review tr.first.cart-net td.text-right.last {
    width: 100px;
}

.mobile-nav ul {
    display: flex;
    list-style: none;
}

.mobile-nav li {
    width: auto;
    margin-right: 10px;
    padding: 0px 20px 0px 0px;
    font-size: 16px;
}
.mobile-nav li i {
    padding-top: 25px;
}
.mobile-nav li a {
    color: #fff;
}
.mobile-nav2 ul {
    display: flex;
    list-style: none;
}
.mobile-nav2{
    display: none;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;     
    -o-user-select: none;
    user-select: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    
    -webkit-transition-property: background, color, height, line-height;
    -moz-transition-property: background, color, height, line-height;
    -o-transition-property: background, color, height, line-height;
    transition-property:  background, color, height, line-height;
}
.no-js .mobile-nav2{
    width: 55px;
    height: 55px;
}
.mobile-on .mobile-nav2{
    display: flex;
    justify-content: flex-end;
    width: unset !important;
}
.mobile-nav2 li {
    width: auto;
    margin-right: 10px;
    padding: 0px 20px 0px 0px;
    font-size: 16px;
}
.mobile-nav2 li a {
    color: #fff;
}

div.method-item-name label {
  font-size: 17px !important;
}

/* map / hover / click handling */

.map-container {
  width: 100%;
  height: 500px;
}
.map-container iframe{
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}
.map-container iframe.clicked {
  pointer-events: auto;
}

/* Style for the popup container */
.image-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ddd;
    background-color: white;
    z-index: 1000; /* Ensure it appears above other content */
    padding: 10px;
}

/* Style for the popup image */
.image-popup img {
    max-width: 100%;
    height: auto;
}
.image-popup #popup-description {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
#c28 {
  margin: 0px auto;
  width: 33%;
}
#c28 .icongroup {
  flex-direction: column;
}
#c28 p {
  text-align: left;
}
#c30 {
  padding-top: 1rem;
}
#c30 p {
  text-align: center;
}
#c30 .icongroup-item {
  margin: 20px 20px 0px 20px;
}
#c30 .icongroup-item-text-header {
  font-size: .95em;
}
#c30 .gallery-item img {
  width: 15%;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
    .mobile-nav-container {
        display: flex;
        justify-content: flex-end;
        height: 75px;
    }
    #cart-preview {
        top: unset;
        bottom: 100px;
        right: 0px; 
    }
    .hide-mobile {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1220px) {
  .count-item {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
    .cart_form {
        width: 100%;
    }
    #c28 {
        width: 50%;
    }
    #c30 .gallery-item img {
        width: 30%;
        margin-bottom: 2rem;
    }
}
@media (max-width: 460px) {
    #c28 {
      width: 100%;
    }
}