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;
  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: #707070; }
    .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: #ED6D2E; }
      .product-related .product-body .product-price span {
        font-size: 18px;
        color: #004040; }
        .product-related .product-body .product-price span strong {
          color: #ED6D2E; }
      .product-related .product-body .product-price table {
        width: 100%; }
        .product-related .product-body .product-price table tr td {
          width: 50%; }

.product {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 6px #00000029;
  margin-bottom: 50px;
  min-height: 330px; }
  .product .product-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0; }
  .product .product-body {
    padding: 40px 100px; }
    .product .product-body .product-title {
      font-size: 40px;
      line-height: 40px;
      font-weight: 700;
      color: #004040; }
    .product .product-body p {
      font-size: 18px;
      color: #707070; }
    .product .product-body .product-price {
      font-size: 12px;
      border-top: 1px solid #DCDCDC;
      padding-bottom: 20px;
      clear: both; }
      .product .product-body .product-price a {
        font-size: 18px;
        font-weight: 700;
        color: #ED6D2E; }
      .product .product-body .product-price span {
        font-size: 18px;
        color: #004040; }
        .product .product-body .product-price span strong {
          color: #ED6D2E; }
      .product .product-body .product-price table {
        width: 100%; }

.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: #707070; }
    .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 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px; }
  .product-variation-list li {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC; }
    .product-variation-list li.active {
      border-left: 0px solid #DCDCDC; }
    .product-variation-list li a {
      display: block;
      text-align: center;
      color: #004040;
      font-weight: 700;
      font-size: 20px;
      line-height: 40px;
      vertical-align: middle;
      text-transform: capitalize; }
      .product-variation-list li a img {
        padding: 0 10px;
        height: 40px; }
    .product-variation-list li:last-child {
      border-bottom: 1px solid #DCDCDC; }

.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; }
  @media (max-width: 768px) {
    #front-page-slider .carousel-caption {
      top: 50px;
      right: 5%;
      left: 5%; }
      #front-page-slider .carousel-caption.d-none {
        display: block !important; } }
  #front-page-slider .carousel-caption h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      #front-page-slider .carousel-caption h2 {
        font-size: 34px; } }
  #front-page-slider .carousel-caption p {
    color: #ffffff;
    font-size: 18px;
    padding: 25px;
    width: 50%;
    margin: auto; }
    @media (max-width: 768px) {
      #front-page-slider .carousel-caption p {
        width: 100%; } }
  #front-page-slider .carousel-caption a {
    font-size: 16px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 2px;
    text-decoration: none; }

#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; }

.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: #ffffff;
  border-radius: 2px;
  display: none;
  width: 400px;
  position: absolute;
  right: 1px;
  top: 42px;
  z-index: 99;
  background-color: #030A36;
  padding: 16px;
  border-radius: 0 0 0px 5px; }
  .nav-search form {
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    overflow: hidden; }
    .nav-search form .btn-search {
      background-image: url("./img/icons/icon-search.svg");
      background-color: transparent;
      border: 0px solid;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      height: 23px;
      width: 20%;
      line-height: 40px; }
    .nav-search form .input-field {
      color: #524e49;
      font-size: 14px;
      width: 80%;
      border: 0px solid;
      margin: 0;
      padding: 0;
      height: 35px;
      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: flex;
    flex-direction: row; }
    .mobile-nav .mobile-menu {
      order: 2;
      display: none; }
    .mobile-nav .mobile-buttons {
      order: 1; } }
.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 {
    background-color: #ffffff;
    position: absolute;
    top: -20px;
    height: 80px;
    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: #242424;
  padding-top: 40px;
  padding-bottom: 40px; }
  #block-navigation .left-border {
    border-left: 1px solid #474747; }
  @media (max-width: 768px) {
    #block-navigation .widget-area .widget_nav_menu {
      margin-top: 20px; } }
  #block-navigation .widget-area .widget-title {
    color: #ED6D2E;
    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: #ffffff;
        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: #ffffff;
    clear: both;
    font-size: 16px;
    line-height: 18px; }
    #block-navigation .widget-area .widget_text .textwidget p .bx {
      font-size: 16px;
      color: #ED6D2E;
      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: #000000;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  #block-copy p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0; }

@media (max-width: 768px) {
  #block-navigation #footer-1 {
    order: 4; }
  #block-navigation #footer-2 {
    order: 1; }
  #block-navigation #footer-3 {
    order: 2; }
  #block-navigation #footer-4 {
    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: #000000;
  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: #707070; }
          .comments-area .comment-list .comment .comment-body .comment-meta a {
            font-size: 14px;
            color: #707070; }
        .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;
        transition: border-color .15s ease-in-out,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;
        transition: border-color .15s ease-in-out,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; }
  #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-cta {
    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-cta .product-price {
      font-size: 40px;
      font-weight: 700; }
      #block-product .product-main .product-cta .product-price .woocommerce-price-suffix {
        font-size: 16px; }
    #block-product .product-main .product-cta .product-btn-cart {
      text-align: right; }
      #block-product .product-main .product-cta .product-btn-cart .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-product .product-main .accordion .card {
    margin-top: 20px;
    border: 0px solid; }
    #block-product .product-main .accordion .card .card-header {
      background-color: #727272;
      padding: 5px 20px 0px; }
      #block-product .product-main .accordion .card .card-header .btn-link {
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
        text-decoration: none; }
    #block-product .product-main .accordion .card .card-body {
      font-size: 16px;
      line-height: 26px;
      color: #524e49;
      padding: 10px; }
  #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; }

.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: #707070;
      font-size: 14px;
      line-height: 16px; }

.widget_tag_cloud a {
  background-color: #707070;
  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 .antet-background-overlay {
    background: transparent linear-gradient(90deg, #F83600 0%, #131510 39%, #110B09 100%) 0% 0% no-repeat padding-box;
    opacity: 0.57;
    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; }
  #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: #707070; }

#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;
    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: #707070;
      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: #707070;
      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;
    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: #707070; }
    #block-tools .tool .tool-excerpt p {
      font-size: 14px;
      color: #707070;
      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: 55px;
  padding-bottom: 55px;
  position: relative; }
  #service-rent .overlay-color {
    position: absolute;
    top: 0; }
  #service-rent .rent-title {
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    color: #ffffff; }
  #service-rent .rent-buttons {
    padding: 50px 0; }
    #service-rent .rent-buttons a {
      width: 50%; }
  #service-rent .rent-terms p {
    font-size: 14px;
    color: #ffffff;
    line-height: 16px; }

.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-map {
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%; }

#block-contact {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #block-contact .contact-details {
    padding-top: 50px;
    padding-bottom: 50px; }
    #block-contact .contact-details h2 {
      font-size: 40px;
      line-height: 42px;
      font-weight: Bold;
      color: #000000; }
    #block-contact .contact-details p {
      font-size: 16px;
      color: #707070;
      line-height: 18px; }
    #block-contact .contact-details .contact-address h3 {
      font-size: 16px;
      color: #707070;
      font-weight: bold;
      line-height: 20px; }
    #block-contact .contact-details .contact-address p {
      border-bottom: 1px solid #ED6D2E;
      font-size: 16px;
      color: #707070;
      line-height: 18px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 0; }
      #block-contact .contact-details .contact-address p:last-child {
        border-bottom: 0; }
  #block-contact .contact-form {
    padding-top: 50px;
    padding-left: 50px; }
    #block-contact .contact-form input, #block-contact .contact-form textarea {
      background-color: transparent;
      border-width: 0;
      border-bottom: 1px solid #707070;
      margin-bottom: 15px;
      width: 100%;
      color: #ffffff; }
    #block-contact .contact-form textarea {
      height: 100px; }
    #block-contact .contact-form input[type=submit] {
      border-radius: 5px;
      background-color: #ED6D2E;
      color: #ffffff;
      text-transform: uppercase;
      padding: 5px 100px;
      width: auto; }
    #block-contact .contact-form::-webkit-input-placeholder {
      /* Edge */
      color: #ffffff; }
    #block-contact .contact-form:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ffffff; }
    #block-contact .contact-form::placeholder {
      color: #ffffff; }

#block-contact-info {
  padding-top: 80px;
  padding-bottom: 80px; }
  #block-contact-info .info-box-content {
    font-size: 50px;
    line-height: 52px;
    padding-bottom: 30px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    color: #ffffff; }
  #block-contact-info .info-box-phone {
    font-size: 70px;
    line-height: 72px;
    font-weight: 700;
    margin: auto;
    text-align: center;
    color: #ffffff; }

#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 h2 {
      font-size: 56px;
      color: #131510;
      font-weight: 700; }
    #block-product .single-product-detail p {
      color: #707070;
      font-size: 16px; }
    #block-product .single-product-detail ul li {
      color: #707070;
      font-size: 16px; }
  #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; }
  #block-product .contact-phone {
    border: 1px solid #DCDCDC;
    padding: 10px;
    border-radius: 10px; }
    #block-product .contact-phone .phone-number {
      font-size: 40px;
      font-weight: Bold;
      color: #000000; }
    #block-product .contact-phone .btn-contact {
      padding: 10px !important;
      text-transform: uppercase;
      font-size: 16px;
      color: #fff;
      background-color: #ED6D2E !important;
      width: 100% !important;
      text-align: center; }
    #block-product .contact-phone .icon-phone-user {
      background-image: url(./img/icon/icon-phone-user.png);
      background-repeat: no-repeat;
      background-position: center;
      float: left;
      background-size: contain;
      width: 120px;
      height: 60px; }

#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%; }

#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 {
  border-top: 1px solid #DCDCDC;
  padding-top: 30px;
  margin-top: 30px; }
  #block-review .woocommerce-Reviews-title {
    font-size: 20px; }

/*# sourceMappingURL=style.css.map */
