html {
  font-size: 16px;
}

body {
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  color: #524e49;
  font-size: 1em;
  margin: 0;
  line-height: 1.8;
}

.icontact-home {
  background: url("./img/icons/icon-contact-home.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
  margin-top: 5px;
  width: 25px;
  height: 25px;
}

.icontact-phone {
  background: url("./img/icons/icon-contact-phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
  margin-top: 5px;
  width: 25px;
  height: 25px;
}

.icontact-map {
  background: url("./img/icons/icon-contact-map.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
  margin-top: 5px;
  width: 25px;
  height: 25px;
}

.icontact-envelope {
  background: url("./img/icons/icon-contact-envelope.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
  margin-top: 5px;
  width: 25px;
  height: 25px;
}

.icontact-social {
  width: 50px;
  height: 50px;
  border: 1px solid #F1EEEA;
  border-radius: 2px;
}

.icontact-facebook {
  background: url("./img/icons/bxl-facebook-square.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.icontact-twitter {
  background: url("./img/icons/bxl-twitter.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.icontact-pinterest {
  background: url("./img/icons/bxl-pinterest.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.icontact-googlep {
  background: url("./img/icons/bxl-google-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.icon-cantitate {
  background: url("./img/icon/icon-cantitate.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 40px;
}

.icon-cupa {
  background: url("./img/icon/icon-cupa.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 40px;
}

.icon-greutate {
  background: url("./img/icon/icon-greutate.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 40px;
}

.icon-model {
  background: url("./img/icon/icon-model.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 40px;
}

.icon-motor {
  background: url("./img/icon/icon-motor.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 40px;
}

hr {
  background-color: #ed1c24;
  height: 2px;
  width: 100px;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}

.breadcrumbs li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumbs li a {
  color: #524e49;
  font-size: 14px;
  text-transform: uppercase;
}

.breadcrumbs li .bread-current {
  color: #232639;
  font-size: 14px;
  text-transform: uppercase;
}

.mb-20 {
  margin-bottom: 20px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.sitemap {
  padding-top: 40px;
}

.sitemap h2 {
  font-size: 16px;
  color: #232639;
}

.sitemap .sitemapul {
  padding-left: 5px;
}

.sitemap .sitemapul li {
  list-style: none;
  padding-left: 10px;
}

.sitemap .sitemapul li a {
  font-size: 14px;
  color: #524e49;
}

.cdwwf_btn_add_wish_list {
  font-size: 14px;
  background-color: #97080e;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 25px;
  border-radius: 2px;
  text-decoration: none;
}

.product-related {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 3px 3px 6px #00000029;
          box-shadow: 3px 3px 6px #00000029;
}

.product-related .product-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  height: 300px;
}

.product-related .product-body {
  padding: 15px;
}

.product-related .product-body .product-title {
  font-size: 20px;
  font-weight: 700;
  color: #004040;
  line-height: 40px;
}

.product-related .product-body p {
  font-size: 14px;
  color: #4F4F4F;
}

.product-related .product-body .product-price {
  font-size: 12px;
  border-top: 1px solid #DCDCDC;
  padding-bottom: 10px;
  padding-top: 20px;
  clear: both;
}

.product-related .product-body .product-price a {
  font-size: 18px;
  font-weight: 700;
  color: #4CB69F;
}

.product-related .product-body .product-price span {
  font-size: 18px;
  color: #004040;
}

.product-related .product-body .product-price span strong {
  color: #4CB69F;
}

.product-related .product-body .product-price table {
  width: 100%;
}

.product {
  margin-bottom: 50px;
  min-height: 330px;
}

.product.product-right .product-image {
  border-radius: 0 20px 20px 0;
}

.product.product-right .product-body {
  z-index: 999;
}

.product.product-right .product-body .product-price {
  right: 0;
}

.product.product-left .product-image {
  border-radius: 20px 0 0 20px;
}

.product.product-left .product-body {
  z-index: 999;
}

.product.product-left .product-body .product-price {
  left: 0;
}

.product .product-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .product .product-image {
    height: 300px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.product .product-body {
  position: relative;
  padding-bottom: 100px;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .product .product-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 10px;
  }
}

.product .product-body .product-category a {
  font-size: 16px;
  color: #4CB69F;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}

.product .product-body .product-title {
  font-size: 40px;
  line-height: 45px;
  color: #000000;
  font-weight: 600;
  padding: 20px 0;
}

.product .product-body .product-description {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.product .product-body .product-links {
  padding: 30px 0;
}

.product .product-body .product-links a {
  text-transform: uppercase;
  font-size: 14px;
  color: #4CB69F;
  font-weight: 600;
  padding: 5px 50px;
  border: 1px solid #4CB69F;
}

.product .product-body .product-price {
  height: 60px;
  border: 7px solid #ffffff;
}

@media (min-width: 769px) {
  .product .product-body .product-price {
    position: absolute;
    width: 150%;
  }
}

@media (max-width: 768px) {
  .product .product-body .product-price {
    width: 100%;
  }
}

.product .product-body .product-price .product-price-info {
  width: 50%;
  height: 100%;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  padding-top: 5px;
  padding-left: 20px;
  float: left;
  color: #ffffff;
  background-color: #000000;
}

@media (max-width: 768px) {
  .product .product-body .product-price .product-price-info {
    width: 100%;
  }
}

.product .product-body .product-price .product-price-order {
  width: 50%;
  float: left;
  height: 100%;
  background-color: #4CB69F;
}

@media (max-width: 768px) {
  .product .product-body .product-price .product-price-order {
    width: 100%;
  }
}

.product .product-body .product-price .product-price-order .quantity {
  display: none;
}

.product .product-body .product-price .product-price-order button {
  border: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 25px;
  background-color: #4CB69F !important;
  color: #ffffff;
  text-align: center;
}

.price-variation {
  display: none;
}

.price-variation.active {
  display: block;
}

.product-variation .variation {
  display: none;
}

.product-variation .variation img {
  margin-bottom: 1rem;
  width: 300px !important;
}

.product-variation .variation p {
  font-size: 16px;
  color: #4F4F4F;
}

.product-variation .variation p strong {
  color: #004040;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
}

.product-variation .variation.active {
  display: block;
}

.product-variation-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

.product-variation-list .variation-list-item {
  margin: 0;
  padding: 20px 20px;
  background-color: #F6F6F6;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.product-variation-list .variation-list-item.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 9px #48B9A4;
          box-shadow: 0px 1px 9px #48B9A4;
  border-radius: 5px;
}

.product-variation-list .variation-list-item a {
  display: block;
  text-align: center;
  color: #004040;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  text-decoration: none;
}

.product-variation-list .variation-list-item a img {
  padding: 0 10px;
  height: 140px;
  width: auto !important;
  margin-bottom: 20px;
}

.product-variation-list .variation-list-item:last-child {
  border-bottom: 1px solid #DCDCDC;
}

.btn-more {
  background-color: #1A1A1A;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 100px;
  border-radius: 5px;
}

.mb-50 {
  margin-bottom: 50px;
}

.btn-view-all {
  border: 2px solid #232639;
  font-size: 16px;
  color: #232639;
  line-height: 18px;
  padding: 11px 50px;
  margin-top: 25px;
  margin-bottom: 50px;
}

input[type="submit"] {
  background-color: #333333;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 35px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  border: 0px solid;
  border-radius: 2px;
}

#searchsubmit {
  background-image: url(./img/icons/icon-search.svg);
  background-color: #ffffff;
  border: 0px solid;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 35px;
  width: 40px;
  text-indent: -90px;
}

.single_add_to_cart_button, .checkout-button {
  background-color: #727272 !important;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border: 0px solid;
  min-width: 200px;
  border-radius: 2px;
}

.single_add_to_cart_button:hover, .checkout-button:hover {
  color: #97080e;
}

.single_add_to_cart_button .bx, .checkout-button .bx {
  font-size: 20px;
}

.add_to_wishlist_button {
  background-color: #ED6D2E !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  font-size: 14px !important;
  padding: 15px 25px !important;
  text-decoration: none !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

.add_to_wishlist_button .bxs-heart {
  font-size: 20px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.view_wishlist_button {
  background-color: #ED6D2E !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  font-size: 14px !important;
  padding: 15px 25px !important;
  text-decoration: none !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

.btn-standard {
  background-color: #ED6D2E;
  border: 1px solid #ED6D2E;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
}

.btn-from-price {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 26px;
  text-transform: uppercase;
  padding: 5px 0;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
}

.btn-from-price sub {
  font-size: 14px;
}

.wp-share-button.theme21 .share-button,
.wp-share-button.theme21 .share-button-more {
  height: 30px !important;
  margin: 5px !important;
  padding: 7px !important;
  width: 30px !important;
}

.wp-share-button {
  margin: 0 !important;
  padding: 0 !important;
}

.hide_field {
  display: none;
}

.store-section {
  background-color: #F9F9F9;
}

#front-page-slider .carousel-control-prev-icon {
  width: 44px;
  height: 72px;
  background: url("./img/icons/icon-chevron-left.svg");
}

@media (max-width: 768px) {
  #front-page-slider .carousel-control-prev-icon {
    width: 24px;
  }
}

#front-page-slider .carousel-control-prev {
  z-index: 99;
}

#front-page-slider .carousel-control-next {
  z-index: 99;
}

#front-page-slider .carousel-control-next-icon {
  width: 44px;
  height: 72px;
  background: url("./img/icons/icon-chevron-right.svg");
}

@media (max-width: 768px) {
  #front-page-slider .carousel-control-next-icon {
    width: 24px;
    background-position: right;
  }
}

@media (max-width: 768px) {
  #front-page-slider .carousel-item {
    height: 400px !important;
  }
}

#front-page-slider .carousel-item .d-block {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#front-page-slider .carousel-item .overlay-color {
  background: transparent linear-gradient(89deg, #F83600 0%, #ED6D2E 12%, #131510 63%, #110B09 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  opacity: 0.57;
}

#front-page-slider .carousel-caption {
  top: 100px;
}

#front-page-slider .carousel-caption .carousel-caption-box {
  border-left: 15px solid #4CB69F;
  border-top: 15px solid #4CB69F;
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 45px;
  padding: 25px 0 0 25px;
  width: 50%;
  margin: auto;
}

@media (max-width: 768px) {
  #front-page-slider .carousel-caption .carousel-caption-box {
    width: 100%;
    padding: 0 0 0 25px;
  }
}

#front-tools {
  background-color: #F5F5F5;
  background-image: url("/img/");
}

.overlay-color {
  background: transparent linear-gradient(89deg, #F83600 0%, #ED6D2E 12%, #131510 63%, #110B09 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  opacity: 0.57;
}

/** 404 page */
#block-not-found {
  background-color: #F9F9F9;
  padding-top: 40px;
  padding-bottom: 40px;
}

#block-not-found .not-found-title {
  background: url("./img/icon/404.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  width: 100%;
}

#block-not-found .not-found-content {
  font-size: 18px;
  color: #524e49;
  font-weight: 700;
  text-align: center;
}

.nav .menu {
  list-style-type: none;
  padding-top: 5px;
  padding-left: 0;
  margin: auto;
}

@media (max-width: 1200px) {
  .nav .menu {
    width: 100%;
  }
}

.nav .menu .menu-item {
  display: inline-block;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .nav .menu .menu-item {
    display: block;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #B2B2B2;
    width: 100%;
  }
}

.nav .menu .menu-item a {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 20px;
  vertical-align: middle;
}

.nav .menu .menu-item a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav .menu .menu-item a:hover {
  color: #ff878c;
  text-decoration: none;
}

.nav .menu .menu-item a:focus {
  color: #ff878c;
  text-decoration: none;
}

.nav .menu .menu-item a:active {
  color: #ff878c;
  text-decoration: none;
  border-bottom: 2px solid #ED6D2E;
}

.nav .menu .menu-item a span {
  display: none;
}

@media (max-width: 1200px) {
  .nav .menu .menu-item a {
    width: 100%;
  }
  .nav .menu .menu-item a span {
    display: inline;
  }
  .nav .menu .menu-item a .icon-home {
    display: none;
  }
}

.nav-search {
  background-color: #31A88E;
  border-radius: 2px;
  display: none;
  width: 400px;
  position: absolute;
  right: 1px;
  top: 48px;
  z-index: 99999;
  padding: 16px;
  border-radius: 0 0 0px 5px;
}

.nav-search form {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.nav-search form .btn-search {
  background-color: #ED6D2E;
  border: 0px solid;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  color: #ffffff;
  height: 23px;
  padding-left: 10px;
  width: 40%;
  line-height: 25px;
  height: 100%;
  font-size: 16px;
}

.nav-search form .input-field {
  color: #524e49;
  font-size: 14px;
  width: 60%;
  border: 0px solid;
  margin: 0;
  padding: 5px;
  height: 100%;
  border: 0px solid;
}

.nav-user {
  float: right;
}

.nav-user .menu {
  padding-top: 5px;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-user .menu li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
  vertical-align: middle;
}

.nav-user .menu li a {
  color: #ffffff;
  font-size: 16px;
  position: relative;
}

.nav-user .menu li a span.count {
  background-color: #727272;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: -10px;
  left: 20px;
}

.menu-btn-burger {
  display: none;
}

@media (max-width: 1200px) {
  .menu-btn-burger {
    display: inline-block;
  }
}

.menu-btn-burger .bx {
  font-size: 40px;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100px;
  }
  .mobile-nav .mobile-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
    z-index: 9999;
    background-color: #31A88E;
  }
  .mobile-nav .mobile-buttons {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mobile-nav .nav-logo .nav-logo-box {
    height: 60px;
  }
  .mobile-nav .nav-logo .nav-logo-box .logo {
    width: 100%;
    text-align: center;
  }
}

.menu-btn-search {
  display: none;
}

@media (min-width: 768px) {
  .menu-btn-search {
    display: block;
  }
}

.menu .bx {
  font-size: 30px;
  color: #ffffff;
}

.icon-home {
  background-image: url("./img/icons/icon-home.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 20px;
  width: 25px;
}

/*

.link-fav {
    background-image:url("./img/icons/icon-fav.svg");
    background-repeat:no-repeat;
    background-position:center;
    display:inline-block;
    height:20px;
    width:25px;
}
.link-cart {
    background-image:url("./img/icons/icon-shopping.svg");
    background-repeat:no-repeat;
    background-position:left;
    display:inline-block;
    height:20px;
    padding-left:40px;
}
.link-account {
    background-image:url("./img/icons/icon-account.svg");
    background-repeat:no-repeat;
    background-position:center;
    display:inline-block;
    height:20px;
    width:25px;
} */
.nav-logo .nav-logo-box {
  position: relative;
}

.nav-logo .nav-logo-box .logo {
  position: absolute;
  top: -45px;
  height: 90px;
  padding: 10px 30px;
  z-index: 999;
}

#block-regio-info {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}

#block-regio-info .regio-info {
  text-align: center;
}

#block-regio-info .regio-info hr {
  max-width: 700px;
  width: 100%;
  height: 2px;
  background-color: #223F99;
}

#block-regio-info .regio-info p {
  font-family: Calibri;
  font-weight: 400;
  font-size: 16px;
  color: #223F99;
  margin-bottom: 0;
}

#block-regio-info .regio-info p a {
  color: #223F99;
}

#block-regio-info .regio-headline {
  text-align: center;
}

#block-regio-info .regio-headline p {
  font-family: Calibri;
  font-weight: 700;
  font-size: 26px;
  color: #223F99;
  margin-bottom: 0;
  line-height: 32px;
}

#block-regio-info .regio-note {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

#block-regio-info .regio-note p {
  font-family: Calibri;
  font-weight: 400;
  font-size: 16px;
  color: #223F99;
  margin-bottom: 0;
}

#block-regio-info .regio-line {
  background: url("./img/linie-regio.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 13px;
}

#block-regio-info .regio-links {
  text-align: center;
  padding-top: 16px;
}

#block-regio-info .regio-links p {
  font-family: Calibri;
  font-weight: 700;
  font-size: 16px;
  color: #223F99;
  margin-bottom: 0;
}

#block-regio-info .regio-links p a {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Calibri;
  color: #223F99;
  font-weight: 700;
  font-size: 16px;
  font-size: 18px;
}

#block-navigation {
  background-color: #4CB69F;
  padding-top: 40px;
  padding-bottom: 40px;
}

#block-navigation .left-border {
  border-left: 1px solid #000000;
}

@media (max-width: 768px) {
  #block-navigation .widget-area .widget_nav_menu {
    margin-top: 20px;
  }
}

#block-navigation .widget-area .widget-title {
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #block-navigation .widget-area .widget-title {
    text-align: left;
  }
}

#block-navigation .widget-area .menu {
  list-style: none;
  padding-left: 0px;
}

@media (max-width: 768px) {
  #block-navigation .widget-area .menu {
    padding-left: 0;
  }
}

#block-navigation .widget-area .menu .menu-item {
  text-align: left;
}

@media (max-width: 768px) {
  #block-navigation .widget-area .menu .menu-item {
    text-align: left;
  }
}

#block-navigation .widget-area .menu .menu-item a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

#block-navigation .widget-area .widget_text .widget-title {
  text-align: left !important;
}

#block-navigation .widget-area .widget_text .textwidget p {
  color: #000000;
  clear: both;
  font-size: 16px;
  line-height: 18px;
}

#block-navigation .widget-area .widget_text .textwidget p .bx {
  font-size: 16px;
  color: #000000;
  display: block;
  float: left;
  margin-right: 16px;
}

#block-navigation .widget-area .widget_text .textwidget p span {
  font-size: 14px;
  line-height: 16px;
  display: block;
}

#block-copy {
  background-color: #31A88E;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#block-copy p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #block-navigation #footer-1 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #block-navigation #footer-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #block-navigation #footer-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #block-navigation #footer-4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#block-eu-logos {
  padding: 40px 40px;
}

@media (max-width: 620px) {
  #block-eu-logos {
    padding: 30px 30px;
  }
}

@media (max-width: 800px) {
  #block-eu-logos .container {
    max-width: 100%;
  }
}

#block-eu-logos .img-eu-logo {
  height: 100px;
  width: auto;
}

@media (max-width: 1050px) {
  #block-eu-logos .img-eu-logo {
    height: 80px;
  }
}

@media (max-width: 820px) {
  #block-eu-logos .img-eu-logo {
    height: 70px;
  }
}

@media (max-width: 720px) {
  #block-eu-logos .img-eu-logo {
    height: 60px;
  }
}

@media (max-width: 620px) {
  #block-eu-logos .img-eu-logo {
    height: 50px;
  }
}

@media (max-width: 520px) {
  #block-eu-logos .img-eu-logo {
    height: 40px;
  }
}

header {
  background-color: #31A88E;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}

.contact-box-main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px 15px;
  width: 100%;
}

.contact-box-main .contact-box {
  background: rgba(0, 46, 79, 0.88);
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  width: 100%;
  height: 100%;
}

.contact-box-main .contact-box .contact-icon {
  background: url("./img/icons/icon-phone.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.contact-box-main .contact-box .contact-copy {
  color: #ffffff;
}

.contact-box-main .contact-box .contact-copy .contact-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.contact-box-main .contact-box .contact-copy .contact-info {
  font-size: 16px;
  line-height: 24px;
}

.contact-box-main .contact-box .contact-cta {
  text-align: center;
  color: #ffffff;
  padding-top: 15px;
}

.contact-box-main .contact-box .contact-cta .contact-cta-phone {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.contact-box-main .contact-box .contact-cta .contact-cta-open-time {
  font-size: 18px;
  line-height: 22px;
}

.contact-box-main .contact-box .contact-cta a {
  font-size: 16px;
  background-color: #ED6D2E;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 2px;
  text-decoration: none;
}

.comments-area {
  background-color: #ffffff;
  padding: 20px 0;
}

.comments-area .comments-title {
  font-size: 26px;
  font-weight: 700;
  color: #524e49;
  padding: 5px 15px 15px 15px;
}

.comments-area .comment-list {
  background-color: #F9F9F9;
  padding: 20px 0;
  margin: 0;
}

.comments-area .comment-list .comment {
  list-style-type: none;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-list .comment .comment-body {
  background-color: #ffffff;
}

.comments-area .comment-list .comment .comment-body .comment-meta {
  font-size: 14px;
  color: #4F4F4F;
}

.comments-area .comment-list .comment .comment-body .comment-meta a {
  font-size: 14px;
  color: #4F4F4F;
}

.comments-area .comment-list .comment .comment-body p {
  color: #524e49;
  font-size: 16px;
  line-height: 24px;
}

.comments-area .comment-list .comment .comment-body .reply a {
  color: #97080e;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

.comments-area .comment-list .comment .children .comment {
  padding-bottom: 0;
}

.comments-area .comment-respond {
  padding: 20px 20px 0 20px;
}

.comments-area .comment-respond .comment-reply-title {
  font-size: 26px;
  font-weight: 700;
  color: #524e49;
}

.comments-area .comment-respond .comment-reply-title a {
  font-size: 26px;
  font-weight: 700;
  color: #232639;
}

.comments-area .comment-respond .comment-reply-title small a {
  color: #97080e;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

.comments-area .comment-respond form .logged-in-as a {
  color: #97080e;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 20px;
}

.comments-area .comment-respond form p {
  margin-bottom: 1rem;
}

.comments-area .comment-respond form p label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 16px;
}

.comments-area .comment-respond form p label .required {
  color: #97080e;
}

.comments-area .comment-respond form p textarea {
  border: 1px solid #ced4da;
  border-radius: 2px;
  height: 100px;
  width: 100%;
  padding: .375rem .75rem;
  color: #495057;
  background-color: #fff;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.comments-area .comment-respond form p input[type="text"] {
  border: 1px solid #ced4da;
  border-radius: 2px;
  width: 100%;
  color: #495057;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  background-color: #fff;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.single-tags {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}

.single-tags .tags-title {
  text-transform: uppercase;
  color: #524e49;
  font-size: 16px;
  float: left;
  width: 20%;
}

.single-tags .tags-list {
  float: right;
  width: 80%;
  text-align: right;
}

.single-tags .tags-list a {
  background-color: #aaaaaa;
  color: #ffffff;
  font-size: 14px !important;
  padding: 2px 5px !important;
  display: inline-block;
  border-radius: 10px;
  margin: 0 5px;
}

.single-share {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}

.single-share .share-title {
  text-transform: uppercase;
  color: #524e49;
  font-size: 16px;
  float: left;
  line-height: 40px;
  width: 20%;
}

.single-share .share-list {
  float: right;
  width: 80%;
  text-align: right;
}

#block-antet .antet-background .antet-background-overlay .product-short-info h1.product-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 25px;
}

#block-antet .antet-background .antet-background-overlay .product-short-info p.product-short-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 25px;
}

#block-antet .antet-background .antet-background-overlay .product-short-info p.product-price {
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 15px;
}

#block-antet .antet-background .antet-background-overlay .product-short-info p.product-price .woocommerce-price-suffix {
  font-weight: 700;
  font-size: 16px;
}

#block-antet .antet-background .antet-background-overlay .product-short-info .product-buttons ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

#block-antet .antet-background .antet-background-overlay .product-short-info .product-buttons ul li {
  display: inline-block;
  padding: 0 20px 0 0;
}

#block-antet .antet-background .antet-background-overlay .product-short-info .product-buttons .single_add_to_cart_button {
  background-color: #ED6D2E;
  font-weight: 400;
  font-size: 14px;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}

#block-antet .antet-background .antet-background-overlay .product-short-info .product-buttons .view_wishlist_button {
  background-color: #727272;
  font-weight: 400;
  font-size: 14px;
  padding: 15px 25px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}

.single-product #block-breadcrumb {
  margin-top: 15px;
}

#block-product .product-main {
  font-size: 16px;
  line-height: 26px;
  color: #524e49;
  /*     .product-cta {
            border-top:1px solid #F1EEEA;
            border-bottom:1px solid #F1EEEA;
            margin-top:30px;
            margin-bottom:30px;
            padding-top:30px;
            padding-bottom:30px;

            .product-price {
                widows: 100%;
                background-color: $color-black;
                color:$color-white;
                font-size:$font__size-xxl;
                font-weight:700;
               .woocommerce-price-suffix {
                   font-size:$font__size-xs;
               }

            }
            .product-btn-cart {
                text-align:right;
                .single_add_to_cart_button {
                    background-color:$color-green-sd;
                    font-weight: 400;
                    font-size:$font__size-xxs;
                    padding:15px 25px;
                    text-decoration:none;
                    text-transform:uppercase;
                    color:$color-white;
                }
            }

            .btn-favorite {
                width:100%;
                border:1px solid $color-green-sd;
                font-weight: 400;
                font-size:$font__size-xxs;
                padding:15px 25px;
            }
        }
        .accordion {
            .card {
                margin-top:20px;
                border:0px solid;

                .card-header {
                    background-color:$color_background-secondary-dark;
                    padding:5px 20px 0px;
                    .btn-link {                     
                        font-size:$font__size-md;
                        font-weight:700;
                        color:$color-white;
                        text-decoration:none;
                    }
                }
                .card-body {
                    font-size:$font__size-xs;
                    line-height:26px;
                    color:$color-grey;
                    padding:10px;   
                }
            }
        }*/
}

#block-product .product-main .product-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  color: #524e49;
}

#block-product .product-main .product-description {
  font-size: 16px;
  line-height: 26px;
  color: #524e49;
}

#block-product .product-main .product-description p, #block-product .product-main .product-description i {
  font-size: 16px;
  line-height: 26px;
  color: #524e49;
}

#block-product .product-main .product-description h1 {
  font-size: 22px;
  line-height: 26px;
  padding-top: 10px;
}

#block-product .product-main .product-description h2 {
  padding-top: 10px;
  font-size: 20px;
  line-height: 24px;
}

#block-product .product-main .product-description h3 {
  padding-top: 10px;
  font-size: 18px;
  line-height: 22px;
}

#block-product .product-main .product-description h4 {
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

#block-product .product-main .product-description h5 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

#block-product .product-main .product-description ul {
  list-style: none;
  list-style-image: url("./img/icons/icon-awesome-check.svg");
}

#block-product .product-main .product-description ul li {
  font-size: 16px;
  line-height: 26px;
  color: #524e49;
  padding-top: 5px;
}

#block-product .product-main .product-social {
  border-top: 1px solid #F1EEEA;
  border-bottom: 1px solid #F1EEEA;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#block-product .product-main .product-social .social-head {
  text-transform: uppercase;
}

#block-product .product-main .product-social .social-content {
  text-align: right;
}

#block-product #single-product-details .single-product-details-nav {
  border-bottom: 1px solid #E3E3E3;
  height: 20px;
  text-align: center;
  margin-top: 40px;
}

#block-product #single-product-details .single-product-details-nav ul {
  list-style-type: none;
}

#block-product #single-product-details .single-product-details-nav ul li {
  display: inline-block;
  margin: 0 10px;
}

#block-product #single-product-details .single-product-details-nav ul li a {
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  padding: 5px 60px;
  text-decoration: none;
}

#block-product #single-product-details .single-product-details-nav ul li a.active {
  background-color: #48B9A4;
  color: #ffffff;
}

#block-product #single-product-details .product-tab {
  display: none;
  margin-top: 40px;
}

#block-product #single-product-details .product-tab.active {
  display: block;
}

#block-product .single-order-bar .product-price {
  background-color: #000000;
  font-weight: 400;
  font-size: 16px;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}

#block-product .single-order-bar .qty {
  display: none;
}

#block-product .single-order-bar .single_add_to_cart_button {
  background-color: #48B9A4 !important;
  font-weight: 400;
  font-size: 16px;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 0;
}

#block-product .single-order-bar .btn-favorite {
  width: 100%;
  display: block;
  border: 1px solid #48B9A4;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  height: 53px;
}

.widget_categories ul {
  margin: 0;
  padding: 0;
}

.widget_categories ul li {
  list-style: none;
  border-bottom: 1px solid #F1EEEA;
  padding: 5px 0;
}

.widget_categories ul li a {
  color: #524e49;
  font-size: 14px;
  width: 80%;
  display: inline-block;
}

.widget_recent_entries ul {
  margin: 0;
  padding: 0;
}

.widget_recent_entries ul li {
  list-style: none;
}

.widget_recent_entries ul li a {
  color: #524e49;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

.widget_recent_entries ul li .post-date {
  color: #4F4F4F;
  font-size: 14px;
  line-height: 16px;
}

.widget_tag_cloud a {
  background-color: #4F4F4F;
  color: #ffffff;
  font-size: 14px !important;
  padding: 2px 5px !important;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 10px !important;
}

.widget_search input[type="text"] {
  width: 65%;
  border: 1px solid #5E5A54;
  border-radius: 2px;
}

#customer_login {
  padding-top: 50px;
}

.lost_reset_password {
  padding: 50px 0;
}

.woocommerce-message {
  margin-top: 50px;
}

.woocommerce-notices-wrapper {
  margin-top: 50px;
}

.dashboard-nav {
  border: 1px solid #E6E6E6;
  position: relative;
  background-color: #ffffff;
  z-index: 999;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.dashboard-nav .col {
  border-right: 1px solid #E6E6E6;
  min-height: 100px;
  padding-bottom: 20px;
}

.dashboard-nav .col .icon {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.dashboard-nav .col .icon img {
  height: 50px;
}

.dashboard-nav .col a {
  font-weight: 700;
  text-decoration: none;
  color: #232639;
  font-size: 18px;
  line-height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce-billing-fields .form-row {
  width: 100%;
}

.woocommerce-billing-fields .form-row label {
  width: 100%;
}

.woocommerce-billing-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-billing-fields .form-row .woocommerce-input-wrapper .input-text {
  background-color: #ced4da;
  border: 1px solid #ced4da;
  height: 40px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce-billing-fields .form-row .select2-container--default .select2-selection--single {
  background-color: #ced4da;
  border: 1px solid #ced4da;
  height: 40px;
  padding-top: 5px;
}

.woocommerce-billing-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: 5px;
}

.shipping_address .form-row {
  width: 100%;
}

.shipping_address .form-row label {
  width: 100%;
}

.shipping_address .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.shipping_address .form-row .woocommerce-input-wrapper .input-text {
  background-color: #ced4da;
  border: 1px solid #ced4da;
  height: 40px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.shipping_address .form-row .select2-container--default .select2-selection--single {
  background-color: #ced4da;
  border: 1px solid #ced4da;
  height: 40px;
  padding-top: 5px;
}

.shipping_address .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: 5px;
}

.woocommerce-additional-fields .form-row {
  width: 100%;
}

.woocommerce-additional-fields .form-row label {
  width: 100%;
}

.woocommerce-additional-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-additional-fields .form-row .woocommerce-input-wrapper textarea {
  width: 100%;
  height: 150px;
  background-color: #ced4da;
  border: 1px solid #ced4da;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

#block-antet .antet-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}

#block-antet .antet-background.contact {
  height: 300px;
}

#block-antet .antet-background.product {
  height: 300px;
}

#block-antet .antet-background .antet-background-overlay {
  background: transparent -webkit-gradient(linear, left top, right top, from(#F83600), color-stop(39%, #131510), to(#110B09)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #F83600 0%, #131510 39%, #110B09 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}

#block-antet .antet-background .container {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 999;
}

#block-antet .antet-background .container h1 {
  color: #ffffff;
  font-size: 50px;
}

#block-antet .antet-background .container hr {
  background-color: #ED6D2E;
  height: 2px;
  width: 100px;
}

#block-antet .antet-background .container p {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
}

#block-antet ul {
  list-style-type: none;
  margin: auto;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}

#block-antet ul li {
  display: inline-block;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

#block-antet ul li a {
  color: #fff;
  font-weight: 700;
}

#list-services .list-services-antet {
  padding: 50px 0;
}

#list-services .list-services-antet h1 {
  font-size: 50px;
  line-height: 65px;
  color: #000000;
  font-weight: 700;
}

#list-services .list-services-antet p {
  font-size: 16px;
  line-height: 18px;
  color: #4F4F4F;
}

#front-tools {
  background-color: #F5F5F5;
  background-image: url("../assets/img/cog-white.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 50px 0 50px 0;
}

#front-tools .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 1px 2px 12px #0A0A0A33;
          box-shadow: 1px 2px 12px #0A0A0A33;
  margin-bottom: 50px;
}

#front-tools .card .card-img-top {
  width: 150px;
  margin-top: 20px;
  margin-left: 20px;
}

#front-tools .card .card-body .card-title {
  color: #ED6D2E;
  font-size: 20px;
}

#front-tools .card .card-body .card-text {
  color: #4F4F4F;
  font-size: 16px;
}

#front-tools .utilaj-info {
  margin-top: 50px;
}

#front-tools .utilaj-info h2 {
  font-size: 40px;
  font-weight: 700;
  color: #004040;
}

#front-tools .utilaj-info p {
  color: #4F4F4F;
  font-size: 16px;
}

#block-tools {
  padding-top: 50px;
  padding-bottom: 50px;
}

#block-tools .page-content p {
  font-size: 14px;
  line-height: 16px;
  color: #5E5A54;
}

#block-tools .tool {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 1px 2px 12px #0A0A0A33;
          box-shadow: 1px 2px 12px #0A0A0A33;
}

#block-tools .tool .tool-title {
  color: #ED6D2E;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

#block-tools .tool table {
  font-size: 14px;
  line-height: 16px;
}

#block-tools .tool table tr td:first-child {
  color: #4F4F4F;
}

#block-tools .tool .tool-excerpt p {
  font-size: 14px;
  color: #4F4F4F;
  line-height: 16px;
}

#block-tools .tool .tool-excerpt p a {
  color: #ED6D2E;
  font-size: 14px;
  line-height: 16px;
}

.mt-50 {
  margin-top: 50px;
}

#service-rent {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

#service-rent .service-rent-block {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 5px;
}

#service-rent .service-rent-block .service-rent-title {
  border-left: 5px solid #4CB69F;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  padding-left: 40px;
}

#service-rent .service-rent-block .service-rent-content {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

#service-rent .service-rent-block .service-rent-link {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

#service-rent .service-rent-block .service-rent-link a {
  font-size: 16px;
  text-align: center;
  padding: 5px 50px;
  background-color: #4CB69F;
  color: #ffffff;
  border-radius: 5px;
}

.head-single-tool .tools-icon {
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
}

.head-single-tool .tools-icon .col {
  text-align: center;
}

.head-single-tool .tools-icon .col i {
  margin: auto;
}

.head-single-tool .tools-icon .col strong {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #ED6D2E;
  margin-top: 10px;
  margin-bottom: 10px;
}

#block-tool-single {
  margin-top: 100px;
}

#block-tool-single .tool-contain h1 {
  color: #ED6D2E;
  font-weight: 700;
  font-size: 34px;
  line-height: 36px;
}

#block-tool-single .tool-contain h2 {
  color: #ED6D2E;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
}

#block-tool-single .tool-contain h3 {
  color: #ED6D2E;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}

#block-tool-single .tool-contain h4 {
  color: #ED6D2E;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

#block-tool-single .tool-contain h5 {
  color: #ED6D2E;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

#block-tool-single .tool-contain h6 {
  color: #ED6D2E;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

#block-tool-single .tool-contain p {
  font-size: 16px;
  color: #000000;
}

#block-tool-single .tool-contain img {
  width: 100%;
}

.single-utilaj .antet-background {
  height: 400px;
}

.single-utilaj .antet-background .title {
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 55px;
}

.single-utilaj .antet-background p {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
}

#block-contact-info .contact-info {
  background-color: #ffffff;
  padding: 56px 0;
  position: absolute;
  margin-top: -200px;
  z-index: 999;
  width: 100%;
  padding: 50px 25px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  #block-contact-info .contact-info {
    width: 94%;
  }
}

#block-contact-info .contact-info i {
  font-size: 60px;
  color: #4CB69F;
}

#block-contact-info .contact-info p {
  font-size: 16px;
  color: #4F4F4F;
}

#block-contact-info .contact-info p strong {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
}

#block-contact {
  margin-top: 50px;
}

@media (max-width: 768px) {
  #block-contact {
    margin-top: 250px;
  }
}

#block-contact .contact-details {
  text-align: center;
}

#block-contact .contact-details h1 {
  font-size: 40px;
  font-weight: 600;
  color: #1A1A1A;
}

#block-contact .contact-details p {
  font-size: 16px;
  color: #1A1A1A;
}

#block-contact .contact-form input[type=text] {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}

#block-contact .contact-form textarea {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  padding: 10px 20px;
  height: 150px;
  width: 100%;
}

#block-contact .contact-form input[type=submit] {
  background-color: #4CB69F;
  color: #ffffff;
  padding: 10px 100px;
  text-transform: uppercase;
  font-size: 16px;
}

#block-content {
  padding-top: 50px;
}

#block-related-product {
  background-color: #F5F5F5;
  padding-top: 50px;
  padding-bottom: 50px;
}

#block-related-product h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}

#block-related-product p {
  color: #707070;
  font-size: 16px;
}

#block-product {
  padding: 50px 0;
}

#block-product .single-product-detail {
  padding-bottom: 20px;
}

#block-product .single-product-detail h1 {
  font-size: 50px;
  color: #131510;
  font-weight: 700;
}

#block-product .single-product-detail p {
  color: #707070;
  font-size: 16px;
  line-height: 18px;
}

#block-product .single-product-cart {
  padding-top: 20px;
}

#block-product .single-product-cart img {
  width: 100px;
}

#block-product .single-product-cart .quantity {
  display: none;
}

#block-product .single-product-cart table {
  width: 100%;
  margin-top: 20px;
}

#block-product .single-product-cart table tr td {
  width: 50%;
}

#block-product .single-product-cart .single_add_to_cart_button {
  width: 100%;
  padding: 10px !important;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background-color: #ED6D2E !important;
  width: 100% !important;
}

#block-product .single-product-cart .btn-favorite {
  width: 100%;
  padding: 13px 10px !important;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background-color: #131510 !important;
  text-align: center;
  width: 100%;
}

#block-product .single-product-cart .product-price {
  border-top: 1px solid #DCDCDC;
  font-size: 24px;
  color: #000;
  margin-top: 20px;
}

#block-product .single-product-cart .product-price strong {
  color: #FE8C00;
}

#customer_login {
  padding-top: 50px;
}

.lost_reset_password {
  padding: 50px 0;
}

.woocommerce-message {
  margin-top: 50px;
}

.woocommerce-notices-wrapper {
  margin-top: 50px;
}

.dashboard-nav {
  border: 1px solid #E6E6E6;
  position: relative;
  background-color: #ffffff;
  z-index: 999;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.woocommerce-Addresses .title {
  padding: 5px 10px;
}

.woocommerce-Addresses .title .edit {
  color: #ffffff;
  padding: 5px;
  border: 2px solid #ffffff;
}

.dashboard-nav .col {
  border-right: 1px solid #E6E6E6;
  min-height: 100px;
  padding-bottom: 20px;
}

.dashboard-nav .col .icon {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.dashboard-nav .col .icon img {
  height: 50px;
}

.dashboard-nav .col a {
  font-weight: 700;
  text-decoration: none;
  color: #ED6D2E;
  font-size: 18px;
  line-height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce-billing-fields .form-row {
  width: 100%;
}

.woocommerce-billing-fields .form-row label {
  width: 100%;
}

.woocommerce-billing-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-billing-fields .form-row .woocommerce-input-wrapper .input-text {
  background-color: #ced4da;
  border: 1px solid #ced4da;
  height: 40px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce-billing-fields .form-row .select2-container--default .select2-selection--single {
  background-color: #ced4da;
  border: 1px solid #ced4da;
  height: 40px;
  padding-top: 5px;
}

.woocommerce-billing-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: 5px;
}

.shipping_address .form-row {
  width: 100%;
}

.shipping_address .form-row label {
  width: 100%;
}

.shipping_address .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.shipping_address .form-row .woocommerce-input-wrapper .input-text {
  background-color: #ced4da;
  border: 1px solid #ced4da;
  height: 40px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.shipping_address .form-row .select2-container--default .select2-selection--single {
  background-color: #ced4da;
  border: 1px solid #ced4da;
  height: 40px;
  padding-top: 5px;
}

.shipping_address .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: 5px;
}

.woocommerce-additional-fields .form-row {
  width: 100%;
}

.woocommerce-additional-fields .form-row label {
  width: 100%;
}

.woocommerce-additional-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-additional-fields .form-row .woocommerce-input-wrapper textarea {
  width: 100%;
  height: 150px;
  background-color: #ced4da;
  border: 1px solid #ced4da;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

#block-antet .antet-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

#block-antet .antet-background .antet-background-overlay {
  background: rgba(0, 46, 79, 0.88);
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

#block-antet .antet-background .antet-background-overlay h1 {
  color: #ffffff;
  font-size: 50px;
}

#block-antet .antet-background .antet-background-overlay hr {
  background-color: #97080e;
  height: 2px;
  width: 100px;
}

#block-antet .antet-background .antet-background-overlay p {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
}

#block-main-articles {
  background-color: #F9F9F9;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 20px;
}

#block-main-articles #block-article-sidebar h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #524e49;
  margin-bottom: 20px;
}

#block-main-articles #block-article-sidebar .widget_search {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}

#block-main-articles #block-article-sidebar .widget_categories {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}

#block-main-articles #block-article-sidebar .widget_recent_entries {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}

#block-main-articles #block-article-sidebar .widget_tag_cloud {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}

#block-main-articles #block-articles article {
  margin-bottom: 40px;
}

#block-main-articles #block-articles article .article-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  border-radius: 2px 2px 0 0;
}

#block-main-articles #block-articles article .article-head-image {
  width: 100%;
  height: auto;
}

#block-main-articles #block-articles article .article-content {
  padding: 20px;
  width: 100%;
  background-color: #ffffff;
}

#block-main-articles #block-articles article .article-content .article-info {
  font-size: 14px;
  color: #aaaaaa;
}

#block-main-articles #block-articles article .article-content .article-info .icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}

#block-main-articles #block-articles article .article-content .article-info .article-date {
  vertical-align: middle;
  line-height: 20px;
}

#block-main-articles #block-articles article .article-content .article-info .article-date .icon {
  background-image: url("./img/icons/calendar.png");
}

#block-main-articles #block-articles article .article-content .article-info .article-no-comments {
  vertical-align: middle;
  line-height: 20px;
  margin-left: 20px;
}

#block-main-articles #block-articles article .article-content .article-info .article-no-comments .icon {
  background-image: url("./img/icons/comment.png");
}

#block-main-articles #block-articles article .article-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #524e49;
  padding-top: 15px;
  padding-bottom: 15px;
}

#block-main-articles #block-articles article .article-content .article-excerpt p {
  color: #524e49;
  font-size: 16px;
  line-height: 24px;
}

#block-main-articles #block-articles article .article-content .article-excerpt a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #232639;
}

.aghai-credit-link {
  display: none;
}

#block-review {
  padding-top: 30px;
  margin-top: 30px;
}

#block-review .woocommerce-Reviews-title {
  font-size: 20px;
}

.woocommerce form .form-row span {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */