@font-face {
  font-family: "Gotham";
  src: url(/styles/fonts/Gotham-Thin.otf);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(/styles/fonts/Gotham-Light.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(/styles/fonts/Gotham-Book.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(/styles/fonts/Gotham-Medium.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(/styles/fonts/Gotham-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Gotham", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 600px;
}
@media only screen and (max-width: 991px) {
  body {
    margin-bottom: 650px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    margin-bottom: 800px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

h1, .h1 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 32px;
}
@media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 29px;
}
@media only screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 25px;
}
@media only screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 23px;
  }
}

h5, .h5 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h5, .h5 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 19px;
}
@media only screen and (max-width: 991px) {
  h6, .h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h6, .h6 {
    font-size: 17px;
  }
}

strong, b {
  font-weight: 500;
}

.nowrap {
  white-space: nowrap;
}

.main-color {
  color: #018944;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.custom-button {
  position: relative;
  display: inline-block;
  min-width: 150px;
  max-width: 100%;
  background: #018944;
  border: 0;
  border-radius: 0;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  text-decoration: none !important;
  padding: 12px 25px;
  transition: all 0.15s ease-in-out 0s;
}
.custom-button:hover, .custom-button:focus {
  background: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  color: #fff;
}

/* ------------------------- */
/* -------- HEADER --------- */
/* ------------------------- */
.page-header {
  background: #018944;
  /* navbar */
}
.page-header .header-line {
  background: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.page-header .header-line a {
  color: inherit;
}
.page-header .header-line a:hover, .page-header .header-line a:focus {
  color: inherit;
}
.page-header .header-line i {
  color: #018944;
}
.page-header .header {
  background: none;
}
.page-header .header .header-inner {
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-header .header .header-inner .logo-text {
  color: #fff !important;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;
  letter-spacing: 0.24rem;
  padding: 0;
  padding-top: 0.25rem;
}
.page-header .header .header-inner .search .input-group {
  max-width: 320px;
  margin: 0;
}
.page-header .header .header-inner .search input.form-control {
  height: 45px;
  background: #fff;
  border: 2px solid #018944;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #333333;
  box-shadow: none;
  padding: 0 0 0 20px;
  transition: all 0.15s ease-in-out 0s;
}
.page-header .header .header-inner .search input.form-control:focus {
  outline: 2px solid #018944;
}
.page-header .header .header-inner .search .btn {
  height: 45px;
  background: #fff;
  border: 2px solid #018944;
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #018944;
  padding: 0 20px;
  margin-left: -2px;
  transition: all 0.15s ease-in-out 0s;
}
.page-header .header .header-inner .search .btn:hover {
  background: #018944;
  color: #fff;
}
.page-header .header .header-inner .shopping-cart-wrap {
  line-height: 1.3;
}
.page-header .header .header-inner .shopping-cart-wrap .carret {
  color: #fff;
}
.page-header .header .header-inner .shopping-cart-wrap .carret .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #018944;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
.page-header .header .header-inner .shopping-cart-wrap .carret .amount {
  font-weight: 500;
}
.page-header .header .header-inner .shopping-cart-wrap .carret:hover {
  color: #fff;
}
.page-header .header .header-inner .shopping-cart-wrap .carret:hover .icon {
  background: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .page-header .header .header-inner .logo-text {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .page-header .header .header-inner .shopping-cart-wrap .carret .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .page-header .header .header-inner .shopping-cart-wrap .carret .content {
    font-size: 13px;
  }
}
.page-header .responsive-header .logo {
  background: #018944;
}
.page-header .responsive-header .logo .logo-text {
  display: block;
  color: #fff !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  letter-spacing: 0.24rem;
  padding: 0;
}
.page-header .responsive-header .buttons {
  background: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  padding: 10px 0;
}
.page-header .responsive-header .buttons .box {
  width: 33.333333%;
  color: #fff;
}
.page-header .responsive-header .buttons .box .icon {
  font-size: 20px;
}
.page-header .responsive-header .buttons .box .amount-bubble {
  top: -5px;
  left: 50%;
  width: auto;
  height: 18px;
  min-width: 18px;
  background: #018944;
  border-radius: 9px;
  line-height: 18px;
  padding: 0 5px;
}
.page-header .responsive-header .buttons .box:hover {
  color: #fff;
}
.page-header .responsive-header .buttons .box:hover .amount-bubble {
  background: rgb(0.8152173913, 111.6847826087, 55.4347826087);
}
.page-header .responsive-header .buttons .box.xs-button-search.active,
.page-header .responsive-header .buttons .box.xs-button-login.active {
  color: #fff;
}
.page-header .navbar.navbar-default {
  background: #fff;
  border-bottom: 1px solid #c1c1c1;
}
.page-header .navbar.navbar-default .navbar-header button.navbar-toggle .text {
  font-weight: 500;
}
.page-header .navbar-nav li a {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .page-header .navbar-nav > li > a {
    padding-left: 0;
    padding-right: 30px;
  }
  .page-header .navbar-nav > li > .submenu li:hover .submenu {
    top: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header .navbar.navbar-default {
    border-top: 0;
  }
}

.catalogue-menu .catalogue-button {
  background: #018944;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 300;
}
.catalogue-menu .catalogue-button:hover {
  background: #018944;
}

/* ------------------------- */
/* ---- CATALOGUE GRID ----- */
/* ------------------------- */
.wrap .catalogue {
  margin: 20px 0 0;
}
.wrap .catalogue .description-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
}
.wrap .catalogue .description-wrapper .image {
  flex-shrink: 0;
}
.wrap .catalogue .description-wrapper .image img {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .wrap .catalogue .description-wrapper {
    flex-direction: column;
  }
}

/* ------------------------- */
/* ------ FOOTER MENU ------ */
/* ------------------------- */
.footer-menu {
  background: #018944;
  color: #fff;
  margin-top: 19.2rem;
}
.footer-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 19.2rem;
  background-image: url(/images/footer-bg.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: bottom 0 left 50%;
}
.footer-menu .logo {
  height: auto;
  color: #fff !important;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;
  letter-spacing: 0.15rem;
  padding: 0;
  padding-top: 0.25rem;
  margin: 0 !important;
}
.footer-menu h6 {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
.footer-menu p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.footer-menu p a {
  color: #fff;
}
.footer-menu p a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-menu p strong {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer-menu .logo {
    margin-left: auto;
    margin-bottom: 30px;
  }
  .footer-menu h6 {
    margin-top: 20px;
  }
}

/* ------------------------- */
/* --- VIRTUALIS FOOTER ---- */
/* ------------------------- */
footer {
  background: #018944;
  font-size: 13px;
}

/* ------------------------- */
/* ----- CART - ORDER ------ */
/* ------------------------- */
.wrap.order,
.wrap.customers {
  margin-top: 20px;
}
.wrap.order table.products-sum,
.wrap.customers table.products-sum {
  margin: 0 0 30px;
}
.wrap.order table.products-sum thead tr,
.wrap.customers table.products-sum thead tr {
  border: 0;
}
.wrap.order table.products-sum thead tr th,
.wrap.customers table.products-sum thead tr th {
  font-weight: 300;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group input.form-control,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group input.form-control {
  border-radius: 0;
  border-color: #ddd;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn {
  border-color: #ddd;
  border-radius: 0;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus {
  border-top-right-radius: 0;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus:hover,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus:hover {
  background-color: rgba(0, 171, 0, 0.15);
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus {
  border-bottom-right-radius: 0;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus:hover,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus:hover {
  background-color: rgba(218, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .wrap.order table.products-sum tbody td:not(.product-label):before,
  .wrap.customers table.products-sum tbody td:not(.product-label):before {
    font-weight: 300;
  }
  .wrap.order table.products-sum tbody td.product-label,
  .wrap.customers table.products-sum tbody td.product-label {
    font-weight: 500;
  }
}
.wrap.order table.order-sum,
.wrap.customers table.order-sum {
  border: 0;
  margin-bottom: 30px;
}
.wrap.order table.order-sum td,
.wrap.customers table.order-sum td {
  font-size: 14px;
}
.wrap.order table.order-sum tr:last-child td,
.wrap.customers table.order-sum tr:last-child td {
  font-weight: 500;
}
.wrap.order table.delivery-options,
.wrap.order table.payment-options,
.wrap.customers table.delivery-options,
.wrap.customers table.payment-options {
  border: 0;
  line-height: 1.2;
  margin-bottom: 30px;
}
.wrap.order table.delivery-options td,
.wrap.order table.payment-options td,
.wrap.customers table.delivery-options td,
.wrap.customers table.payment-options td {
  vertical-align: top;
  padding: 8px !important;
}
.wrap.order table.delivery-options td:first-child,
.wrap.order table.payment-options td:first-child,
.wrap.customers table.delivery-options td:first-child,
.wrap.customers table.payment-options td:first-child {
  width: 1px;
  padding-right: 0 !important;
}
.wrap.order table.delivery-options small,
.wrap.order table.payment-options small,
.wrap.customers table.delivery-options small,
.wrap.customers table.payment-options small {
  display: block;
  font-weight: 300;
}
.wrap.order table.contact-form,
.wrap.order table.StdList,
.wrap.customers table.contact-form,
.wrap.customers table.StdList {
  border: 0;
}
.wrap.order table.contact-form th,
.wrap.order table.StdList th,
.wrap.customers table.contact-form th,
.wrap.customers table.StdList th {
  font-weight: 300;
}
.wrap.order table.contact-form td label,
.wrap.order table.StdList td label,
.wrap.customers table.contact-form td label,
.wrap.customers table.StdList td label {
  font-weight: 300;
}
.wrap.order table.contact-form td label.required,
.wrap.order table.StdList td label.required,
.wrap.customers table.contact-form td label.required,
.wrap.customers table.StdList td label.required {
  font-weight: 300;
}
.wrap.order .delivery-adress-button,
.wrap.customers .delivery-adress-button {
  margin: 20px 0;
}
.wrap.order .buttons button#submitBtn,
.wrap.customers .buttons button#submitBtn {
  border: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 30px;
}
.wrap.order .buttons button#submitBtn:hover,
.wrap.customers .buttons button#submitBtn:hover {
  background: rgb(0.8152173913, 111.6847826087, 55.4347826087);
  color: #fff;
}
.wrap.order .custom-button,
.wrap.order #backBtn,
.wrap.customers .custom-button,
.wrap.customers #backBtn {
  font-weight: 300;
  margin-bottom: 10px;
}

/* ------------------------- */
/* ---- WEBSITE MESSAGE ---- */
/* ------------------------- */
ul#flash-message {
  background: #018944;
  border: 0;
  color: #fff;
  margin-bottom: 30px;
}

/* --------------------------- */
/* - XS SEARCH AND LOGIN BOX - */
/* --------------------------- */
.xs-box-search .inner {
  border-top: 0;
}
.xs-box-search .inner .input-group input.form-control,
.xs-box-search .inner .input-group button {
  height: 36px;
  background: #fff;
  border: 0;
}

.xs-box-login .inner {
  border-top: 0;
  color: #fff;
}
.xs-box-login .inner h3 {
  font-size: 20px;
}
.xs-box-login .inner input.form-control {
  border: 0;
}
.xs-box-login .inner button {
  border: 0;
}
.xs-box-login .inner a.forgot-password,
.xs-box-login .inner a.new-user {
  color: #fff;
}

/* --------------------------- */
/* ----------- 404 ----------- */
/* --------------------------- */
.not-found-404 {
  text-align: center;
  margin: 50px auto;
}
.not-found-404 .fa-times-circle-o {
  color: red;
  margin-bottom: 20px;
}
.not-found-404 p {
  font-size: 14px;
}

/* ------------------------- */
/* ------ CUSTOM ----------- */
/* ------------------------- */
label {
  font-weight: 500;
}

.custom-products-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0;
}
.custom-products-list .product-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(33.333333% - 20px);
  border: 1px solid #ddd;
  color: #333333;
  text-decoration: none !important;
  padding: 15px;
  margin: 0 10px 20px;
  transition: all 0.2s ease-in-out 0s;
}
.custom-products-list .product-tile .image-wrapper {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.custom-products-list .product-tile .heading {
  color: #018944;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.custom-products-list .product-tile .description {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px;
}
.custom-products-list .product-tile .price {
  line-height: 1;
  white-space: nowrap;
}
.custom-products-list .product-tile .price .new-price {
  color: #018944;
  font-size: 20px;
  font-weight: 400;
}
.custom-products-list .product-tile .price .base-price {
  margin-top: 5px;
}
.custom-products-list .product-tile .price .old-price {
  color: #018944;
  text-decoration: line-through;
  margin-top: 10px;
}
.custom-products-list .product-tile .button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  background: #018944;
  color: #fff;
  font-size: 22px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
.custom-products-list .product-tile:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.custom-products-list .product-tile:hover .button {
  background: rgb(0.8152173913, 111.6847826087, 55.4347826087);
}
@media screen and (max-width: 650px) {
  .custom-products-list {
    margin: 20px -7px 0;
  }
  .custom-products-list .product-tile {
    width: calc(50% - 14px);
    margin: 0 7px 14px;
  }
}
@media screen and (max-width: 450px) {
  .custom-products-list .product-tile {
    width: calc(100% - 14px);
  }
}

@media only screen and (min-width: 992px) {
  .catalogue-menu #menu-0 > li.panel > a {
    position: relative;
    font-weight: 400;
    padding: 10px 30px 10px 15px;
  }
  .catalogue-menu #menu-0 > li.panel > a:before {
    content: ">";
    position: absolute;
    top: 23px;
    left: 0;
    transform: translateY(-50%);
    color: #018944;
    font-weight: 700;
    padding-right: 10px;
  }
  .catalogue-menu #menu-0 > li.panel:last-child a {
    border: 0;
  }
  .catalogue-menu li.panel li a {
    padding-left: 15px;
  }
  .catalogue-menu .submenu-arrow {
    padding-top: 10px;
  }
  .catalogue-menu .submenu-arrow.collapsed:before {
    content: "\f107";
  }
}
.catalogue-item-special-offer {
  color: #018944 !important;
  text-transform: uppercase;
}

.product-page .info-box img {
  padding: 0;
}
.product-page .tab-pane {
  min-height: 100px;
}

.product-params-table tr:first-child td {
  border-top: 0;
}
.product-params-table td:first-child {
  width: 1%;
  white-space: nowrap;
}
.product-params-table strong {
  font-weight: 400;
}

.web-box {
  border: 2px solid #018944;
  line-height: 1.4;
  text-align: center;
  margin-top: 50px;
  padding: 25px 20px 20px;
}
.web-box a:not(.custom-button) {
  color: #333333;
  text-decoration: underline;
}
.web-box .custom-button {
  margin-top: 10px;
}

.custom-box {
  background: rgba(1, 137, 68, 0.1);
  padding: 30px 30px 20px;
}

#packeta-widget {
  display: block;
  transform: none;
  max-width: 100%;
}

.packeta-plugin-v6 .selected-branch {
  font-weight: 400;
}
.packeta-plugin-v6 .selected-branch.custom-alert {
  color: #da0000;
}
.packeta-plugin-v6 .select-branch-button {
  display: inline-block;
  background: #da0000;
  border: 0;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  padding: 10px 15px;
  margin-top: 10px;
}
.packeta-plugin-v6 .select-branch-button:hover {
  background: #333333;
}

.orderform-alert-message {
  display: inline-block;
  background: #da0000;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.custom-product-variants {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}
.custom-product-variants .item input {
  display: none;
}
.custom-product-variants .item input:checked ~ label {
  background: #018944;
  color: #fff;
}
.custom-product-variants .item label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
}
.custom-product-variants .item label .info {
  line-height: 1.4;
}
.custom-product-variants .item label .info .weight {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8px;
}
.custom-product-variants .item label .info .availability {
  font-weight: bold;
}
.custom-product-variants .item label .price {
  text-align: right;
  white-space: nowrap;
}
.custom-product-variants .item label .price .newprice {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8px;
}
.custom-product-variants .item label .price .baseprice {
  line-height: 1;
}
.custom-product-variants .item label:hover {
  background: rgba(1, 137, 68, 0.25);
}

.comgate-logos {
  margin-bottom: 5rem;
}