:root {
  --color1: #7CB6E6; /*#75b239;*/
  --color2: #152D78;
  --background1: rgba(161, 208, 247, 0.25);
  --background2: rgba(161, 208, 247, 0.1);
  --background3: rgba(161, 208, 247, 0.9);
  --background4: rgba(161, 208, 247, 0.5);
  --background5: rgba(255, 255, 255, 0.9);
}



/* COMMON */
body {
    line-height: 1;
    color: black; /*#8c92a0;*/
    font-weight: 300;
    font-size: 16px;
    background: #efefef;
    overflow: hidden scroll;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: var(--color2);
}
a:hover {
    text-decoration: none; 
}


/* WRAP */
.site-wrap {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); 
}
.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden; 
}
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    _min-height: 80vh;/****700px;****/
    height: calc(40vh); }
  .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    _min-height: 400px;
    height: 400px; }/***700px***/
  .site-blocks-cover h2 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    letter-spacing: .2em;
    text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .site-blocks-cover .featured-hero-product {
      margin-top: 10%;
      position: absolute; } }
  .site-blocks-cover h1 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .site-blocks-cover h1 {
        font-size: 70px; } }
  .site-blocks-cover p {
    color: #fff;
    font-size: 20px;
    line-height: 35px; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    color: #fff;
    line-height: 1.5; }
  .site-blocks-cover.inner-page .site-block-cover-content {
    margin-top: 20%;
    text-align: center; }
    @media (min-width: 768px) {
      .site-blocks-cover.inner-page .site-block-cover-content {
        margin-top: 30%; } }
  .site-blocks-cover .sub-title {
    color: #fff; }
  @media (max-width: 991.98px) {
    .site-blocks-cover .img-1 {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  .site-blocks-cover .btn {
    padding: 15px 25px;
    background: #fff;
    border-color: #fff;
    color: var(--color1);/* #75b239;*/
    letter-spacing: .2rem;
    font-size: 14px;
    font-weight: bold; }
    .site-blocks-cover .btn:hover {
      background: transparent;
      color: #fff; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2); }


/* NAVBAR */
.site-logo a {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 22px;
  color: #000 !important;
  font-weight: 900; }
  .site-logo a:hover {
    text-decoration: none; }
/*
.icons-btn {
  display: inline-block;
  text-align: center; }
  .icons-btn span {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px; }
    @media (max-width: 991.98px) {
      .icons-btn span {
        width: 24px; } }
*/
.site-menu-toggle {
  display: block;
  text-align: center;
  font-size: 28px;
  height: 40px;
  width: 40px;
  line-height: 40px; }
  .site-menu-toggle > span {
    top: 5px;
    position: relative; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  top: 0;
  width: 100%;
  background: #fff; }
  .site-navbar.position-relative {
    position: relative;
    background: #f9f9f9 !important; }
  .site-navbar.transparent {
    background: transparent; }
  .site-navbar .site-navbar-top {
    border-bottom: 1px solid #f3f3f4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .site-navbar .site-navbar-top {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .site-navbar .site-search-icon a span {
    display: inline-block;
    margin-right: 10px; }
  .site-navbar .site-search-icon a:hover {
    text-decoration: none; }
  .site-navbar a {
    color: #000; }
    .site-navbar a:hover {
      color: #000; }
  .site-navbar .icon {
    font-size: 20px; }
  .site-navbar .site-top-icons ul, .site-navbar .site-top-icons ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-navbar .site-top-icons ul li {
    display: inline-block; }
    .site-navbar .site-top-icons ul li a {
      margin-right: 10px; }
      .site-navbar .site-top-icons ul li a.site-cart {
        display: block;
        position: relative; }
        .site-navbar .site-top-icons ul li a.site-cart .count {
          position: absolute;
          top: 0;
          right: 0;
          margin-right: -15px;
          margin-top: -20px;
          font-size: 13px;
          width: 24px;
          height: 24px;
          line-height: 24px;
          border-radius: 50%;
          display: block;
          text-align: center;
          background: var(--color1);/* #75b239;*/
          color: #fff;
          -webkit-transition: .2s all ease-in-out;
          -o-transition: .2s all ease-in-out;
          transition: .2s all ease-in-out; }
      .site-navbar .site-top-icons ul li a:hover .count {
        -webkit-box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
        box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
        margin-top: -22px; }
    .site-navbar .site-top-icons ul li:last-child a {
      padding-right: 0; }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: var(--color1);/* #75b239;*/
      position: relative; }
      .site-navbar .site-navigation .site-menu .active > a:before {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        height: 2px;
        background: var(--color1);/* #75b239;*/
        bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      font-size: 15px;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        color: #25262a;
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        /*
        .site-navbar .site-navigation .site-menu .has-children > a:before
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
        */
        .site-navbar .site-navigation .site-menu > .has-children > a:after {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
        .site-navbar .site-navigation .site-menu > .has-children  .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
        
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid var(--color1);/* #75b239;*/
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 16px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: var(--color1)/* #75b239;*/ !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            /*left: 100%;
            top: 0;*/ 
            left: 85%;
            top: 10px;}
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #000; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 40px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 20px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase;
        color: #000;
        letter-spacing: .2em;
        font-size: 22px;
        font-weight: 900; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: var(--color1);/* #75b239;*/ }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: var(--color1);/* #75b239;*/ }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      /*top: 10px;*/
      top: 0px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 18px;
        z-index: 20;
        font-family: "icomoon";
        content: "\e313";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            /*font-size: 16px; */
            font-size: 18px;}
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }






/** SECTIONS **/
.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 2.5em 0; } }/***5em***/
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  font-size: 30px;
  color: #25262a;
  position: relative; }
  .site-section-heading:before {
    display: none;
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--color1);/* #75b239;*/ }
  .site-section-heading.text-center:before {
    display: none;
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--color1);/* #75b239;*/ }


/** BUTTONS **/
.icons-btn {
  display: inline-block;
  text-align: center; }
  .icons-btn span {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px; }
    @media (max-width: 991.98px) {
      .icons-btn span {
        width: 24px; } }

.bag {
  position: relative; }
  .bag .number {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: var(--color1);/* #75b239;*/
    right: -5px; }




/*********************************************/
.title-section h2 {
    display: inline-block;
    color: #000;
    position: relative;
    padding-bottom: 10px; }/***30px***/
    .title-section h2:before {
      position: absolute;
      bottom: 0;
      width: 70px;
      height: 3px;/**** 4px ***/
      background: var(--color1);/* #75b239;*/
      content: ""; }



      .step-number > span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        text-align: center;
        line-height: 70px;
        height: 70px;
        width: 70px;
        margin-right: 20px;
        font-size: 26px;
        background: var(--color1);/* #75b239;*/
        color: #fff;
        border-radius: 50%; }
      
      .step-number p {
        color: #000; }






    .feature h3 {
  font-size: 20px;
  color: #000;
  font-weight: 400; }

.feature .wrap-icon {
  font-size: 40px;
  line-height: 70px;
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  display: block;
  text-align: center;
  background: rgba(117, 178, 57, 0.1);
  color: var(--color1);/* #75b239;*/
  border-radius: 40%; }    

.site-footer {
  padding: 6em 0; }
  .site-footer ul li {
    margin-bottom: 10px; }
    .site-footer ul li a {
      color: #5c626e; }
      .site-footer ul li a:hover {
        color: var(--color1);/* #75b239;*/ }
  .site-footer .footer-heading {
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 1rem; }


.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.bg-image {
  background-size: cover;
  position: relative; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--background3);/* rgba(117, 178, 57, 0.8);*/
      z-index: 1; }
  .bg-image > .container {
    position: relative;
    z-index: 2; }


.block-5 ul, .block-5 ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5; }

.block-5 ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  color: #25262a; }
  .block-5 ul li:before {
    top: 0;
    font-family: "icomoon";
    content: "";
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: var(--color1);/* #75b239;*/ }
  .block-5 ul li.address:before {
    content: "\e8b4"; }
  .block-5 ul li.email:before {
    content: "\f0e0"; }
  .block-5 ul li.phone:before {
    content: "\f095"; }    
  .block-5 ul li.fax:before {
    content: "\f1ac"; }    
    


.btn-outline-white {
  background: transparent;/**/
  border-color: #fff;
  color: #fff;
  font-size: 14px;
  letter-spacing: .2rem;
  padding-left: 20px;
  padding-right: 20px; }
  .btn-outline-white:hover {
    color: var(--color1);/* #75b239;*/
    background: #fff; }
/*
.search-wrap {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease; }
  .search-wrap .container {
    position: relative;
    height: 100%; }
  .search-wrap.active {
    opacity: 1;
    visibility: visible; }
  .search-wrap .form-control {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    z-index: 3;
    font-size: 20px; }
    @media (max-width: 991.98px) {
      .search-wrap .form-control {
        font-size: 20px; } }
  .search-wrap .search-close {
    z-index: 4;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .search-wrap .search-close span {
      font-size: 30px; }
      */


.owl-single .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0; }
  .owl-single .owl-nav .owl-prev {
    border-bottom: 1px solid #efefef; }
  .owl-single .owl-nav .owl-prev, .owl-single .owl-nav .owl-next {
    text-align: center;
    line-height: 50px;
    width: 70px;
    height: 50px;
    display: block;
    background: #fff;
    font-size: 24px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .owl-single .owl-nav .owl-prev:hover, .owl-single .owl-nav .owl-next:hover {
      color: #fff;
      background: var(--color1);/* #75b239;*/ }    







.offcanvas-menu .site-wrap {
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
overflow: hidden; }
.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }




.block-3 .no-direction .owl-nav {
    display: none; }
.block-3 .owl-stage {
    padding-top: 40px;
    padding-bottom: 40px; }
.block-3 .owl-nav .owl-prev, .block-3 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem; }
.block-3 .owl-nav .owl-prev {
    left: 0; }
.block-3 .owl-nav .owl-next {
    right: 0; }
.block-3 .owl-dots {
    text-align: center; }
    .block-3 .owl-dots .owl-dot {
        display: inline-block; }
        .block-3 .owl-dots .owl-dot > span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        margin: 5px;
        background: #ccc; }
        .block-3 .owl-dots .owl-dot.active > span {
        background: var(--color1);/* #75b239;*/ }
.block-3 .product {
    border-right: none !important;
    border-left: none !important; }
    .block-3 .product .item {
        border: 1px solid #eee; }

.item-v2 {
    overflow: hidden;
    background: #fff;
    position: relative; }
    .item-v2 .onsale {
        position: absolute;
        -webkit-transform: rotate(43deg);
        -ms-transform: rotate(43deg);
        transform: rotate(43deg);
        -webkit-transform-origin: 39px 36px;
        -ms-transform-origin: 39px 36px;
        transform-origin: 39px 36px;
        top: 0;
        right: 0;
        left: unset;
        color: #fff;
        background: var(--color1);/* #75b239;*/
        font-size: 10px;
        padding: 4px 20px;
        text-transform: uppercase; }    




        







b, strong {
  font-weight: bold;
}

.custom-control-input-green:focus~.custom-control-label::before {
  __border-color: #28a745 !important;
  border-color: var(--color1)/* #75b239;*/ !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.custom-control-input-green:checked~.custom-control-label::before {
  _border-color: #28a745 !important;
  border-color: var(--color1)/* #75b239;*/ !important;
  _background-color: #28a745 !important;
  background-color: var(--color1)/* #75b239;*/ !important;
}

.custom-control-input-green:focus:not(:checked)~.custom-control-label::before {
  border-color: #5bd778 !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
  background-color: #d6f5dd !important;
  border-color: #d6f5dd !important;
}


.form-control {
  height: 43px; }
  .form-control:active, .form-control:focus {
    border-color: var(--color1);/* #75b239;*/ }
  .form-control:hover, .form-control:active, .form-control:focus {
    /*-webkit-box-shadow: none !important;
    box-shadow: none !important;*/ }


.turno {
  float: left;
}
@media (min-width: 768px) {
  .turno {
    float: right !important;
  } 
}
@media (min-width: 768px) {
  .booking {
    margin-right: 0 !important;
  }
}
.orari {
  padding-right: 23px;
  padding-left: 23px;
  margin-left: 0;
  margin-right: 0;
  max-height: 270px;
}
@media (min-width: 768px) {
  .orari { 
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-height: 185px;
  }
}
.orario { 
  padding: 0.375rem 0;
  font-size:0.75rem;
  text-align: center;
  line-height: inherit;
  white-space: break-spaces;
}
@media (min-width: 768px) {
  .prestazione {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .animate-switch-container {
    height: 400px !important; 
  }
  .prestazioni {
    height: 340px !important; 
  }
}

.prestazioni {
    height: 245px;
}

@media (max-width: 768px) {
  .site-navbar{
    position:fixed !important;
  }
}

.site-mobile-menu .site-nav-wrap > li > ul > li > span {
  padding-left: 0 !important;
}



.bg-light {
  background-color: var(--background2) !important;
}

.btn-primary {
  color: #fff;
  background-color: var(--color1);/* #75b239;*/
  border-color: var(--color1);/* #75b239;*/ }
  .btn-primary:hover {
    color: #fff;
    background-color: var(--color2); /*#629530;*/
    border-color: var(--color2); /*#5c8b2d;*/ }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem var(--background2); /*rgba(117, 178, 57, 0.5);*/
    box-shadow: 0 0 0 0.2rem var(--background2); /*rgba(117, 178, 57, 0.5);*/ }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--color1);/* #75b239;*/
    border-color: var(--color1);/* #75b239;*/ }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color2); /*#5c8b2d;*/
    border-color: var(--color2); /*#55822a;*/ }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem var(--background2); /*rgba(117, 178, 57, 0.5);*/
      box-shadow: 0 0 0 0.2rem var(--background2); /*rgba(117, 178, 57, 0.5);*/ }


.text-primary {
  color: var(--color2) /*#75b239*/ !important;
}

a {
  color: var(--color2) /*#75b239*/;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: var(--color1) /*#4f7826*/;
    _text-decoration: underline; }

.circle {
  background: var(--color2) /*#75b239*/ !important;
}


/*********ICONS*****************/
.wrap-icon {
  padding: 1rem;
  line-height: inherit;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  text-align: center;
  height: 70px;
  width: 70px;
  margin-right: 20px;
  font-size: 26px;
  border-radius: 50%;
  color: #fff;
}
.wrap-icon > svg {
  width: 100%;
  height: 100%;
  display: initial;
}
.wrap-icon-dark {
  background: var(--color1);
}
.wrap-icon-dark > svg {
  fill: #fff;
}
.wrap-icon-border {
  border: 2px solid var(--color1) /*#75b239*/;
}
.wrap-icon-border > svg {
  fill: var(--color1) /* #75b239*/;
}
.wrap-icon-light {
  background: /*rgba(117, 178, 57, 0.1)*/ var(--background1);;
}
.wrap-icon-light > svg {
  fill: /*#75b239*/ var(--color1);
}
.wrap-icon-sm {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
  line-height: inherit;
  height: 25px;
  width: 25px;
  padding: 0;
  margin-right: 0;
}
.wrap-icon-sm > svg {
  width: 100%;
  height: 100%;
  display: initial;
  fill: /*#75b239*/ var(--color1);
}


.img_wrapper > div {
  background-color: /*rgba(117, 178, 57, 0.75)*/ var(--background3) !important;
}

.cart {
  border-top: 2px solid /*#75b239*/ var(--color1) !important;
}

my-newsletter h3 {
  color:var(--color2) !important;
}

.description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.back_image {
  background-position: center;
  background-size: cover;
  height: calc(30vh);
}

.back_image h2 {
  font-size: 4vh;
}

@media (max-width: 768px) {
  #carousel {
    margin-top: 44px;
  }
}



/**05/06/2023*********************************************/
ul.dropdown > li > a {
  white-space: nowrap;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 85%;
  top: 0;
}