/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
  font-family: 'Poppins', sans-serif; 
    font-size: 14px !important;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  color: #40C1C7 !important; }

.btn {
  letter-spacing: 1px; }

.btn-primary {
  background-color: #40C1C7 !important;
  border-color: #40C1C7 !important; }
  .btn-primary:hover {
    background-color: #309fa4 !important;
    border-color: #309fa4 !important; }
  .btn-primary:hover:after {
    border-color: #309fa4 !important; }

.btn-round {
  border-radius: 30px !important;
  position: relative;
  min-width: 160px; }

@media all and (min-width: 1200px) {
  .container-fluid {
    
    margin: 0px auto;
    width: 80%; } }
    
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
    font-size: 40px !important;
}    

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
    font-size: 42px !important;
}
    
    @media all and (min-width: 1200px) {
  .product-product .container-fluid {
   
    margin: 0px auto;
    width: 75%; } }
.header-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.fixed-header {
  background-color: #40C1C7 !important; }

.header-container .header-menu #main-menu, .header-container .header-menu #main-menu a {
  color: white;
  text-transform: uppercase; 
    letter-spacing: 1px;
}

.header-logo {
  position: relative;
  height: 79px;
  width: 218px;
 }

.header-logo-image {
  background: white;
 height: 170px !important;
  border-bottom-left-radius: 1000px;
  border-bottom-right-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .header-logo-image img {
    max-width: 130px !important;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
  margin-bottom: 0px !important;
  font-weight: 600 !important; }

body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
  background: transparent !important;
  height: 0px !important; }

.about-home {
  background: #C9ECEE !important;
  padding: 4rem;

  margin-left: -7rem !important; }
  .about-home section {
    color: #297B7F; }

.about-home  h2:not(.swal2-title):not([style]) {
    text-align: left !important;
}



.homecatitem {
  height: 600px;
  background-size: cover;
  position: relative;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .homecatitem:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 999; 
   
  }

   .homecatitem:hover a {
     background: rgba(64, 193, 199, 0.70);
   }
  .homecatitem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%; }
    .homecatitem a h3 {
      -webkit-writing-mode: vertical-lr;
          -ms-writing-mode: tb-lr;
              writing-mode: vertical-lr;
      -webkit-text-orientation: mixed;
              text-orientation: mixed;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      color: white !important;
      text-transform: uppercase; }

.center-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.contactinput .form-control:not(textarea) {
  background-color: #F6F6F6 !important;
  border-radius: 40px !important;
  color: #B4B4B4 !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
.contactinput textarea {
  border-radius: 20px !important;
  color: #B4B4B4 !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #F6F6F6 !important; }

footer {
  background-color: #C9ECEE !important;
  padding-bottom: 0px; }
  footer h5 {
    color: #416364 !important; }
  footer a, footer p {
    color: #416364 !important; }

#account {
  min-width: 153px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.white-text {
  color: white !important; }

.footer-upper-contet > *:last-child {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important; }

.footer-p span {
  margin: 10px 0px;
  display: block; }
  .footer-p span img {
    margin-right: 10px; }

.footer-bottom {
  margin-top: 1rem;
  background: #40C1C7;
  padding-top: 14px; }
  .footer-bottom * {
    color: white !important; }

.breadcrumb * {
  color: #07676C !important; }

.breadcrumb a {
  text-shadow: none !important; }

.breadcrumb li::after {
  content: '/' !important; }

.breadcrumb > li:last-child a {
  font-weight: normal !important; }

.page-banner-title {
  top: 81% !important; }

@media (min-width: 1200px) {
  .product-view > .product-gutter {
    width: 33.33% !important; } }
.item-header {
  font-weight: 600;
  font-size: 2.1rem;
  color: black; }

#side-categories .group .item.level-1 {
  -webkit-box-shadow: 0px 0px 5px 1px #e0e0e0;
  box-shadow: 0px 0px 5px 1px #e0e0e0;
  border-radius: 30px !important;
  padding: .4rem;
  margin-bottom: 1.6rem; }
  #side-categories .group .item.level-1:hover {
    background-color: #40C1C7 !important; }

#side-categories .group .item a {
  color: black; }

#side-categories .group .item a:hover {
  background-color: transparent !important; }

#side-categories .group .item.level-2 a:hover {
  color: #07676C !important; }

#side-categories .group .item.level-2 {
  margin-left: 2rem; }

#side-categories .group .item.active + .sub {
  margin-bottom: 2rem; }

#side-categories .group .item.level-2 a {
  color: black !important; }

#side-categories .group .item .toggle {
  border-left: none !important; }
  #side-categories .group .item .toggle:hover {
    background: transparent !important;
    color: #07676C !important; }

#side-categories .group:not(:last-child) {
  border-bottom: none !important; }

#side-categories .group .item.active + .sub {
  border-top: none !important; }

#side-categories .group .item.level-1.active {
  background-color: #40C1C7 !important; }
  #side-categories .group .item.level-1.active a {
    color: white !important; }
  #side-categories .group .item.level-1.active .toggle.active {
    color: white !important; }

#side-price .ui-slider-horizontal {
  height: 2px !important;
  background: black !important; }

#side-price .ui-slider-handle {
  height: 14px !important;
  width: 14px !important;
  background: #40C1C7 !important; }

#side-price .ui-slider-range {
  background: #40C1C7 !important; }

.product-block {
  border: 1px solid transparent !important;
  border-radius: 6px; }
  .product-block:hover {
    border: 1px solid #f1f1f1 !important;
    -webkit-box-shadow: 0px 0px 5px 1px #e0e0e0;
    box-shadow: 0px 0px 5px 1px #e0e0e0; }

.product-gutter .product-inputs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .product-gutter .product-inputs .form-group {
    margin-left: 1rem; }
  .product-gutter .product-inputs .btn-number {
    background-color: #D6D6D6 !important;
    color: white !important; }
    .product-gutter .product-inputs .btn-number:hover {
      background-color: #747474 !important; }

.product-name a {
  color: black;
  font-size: 1.7rem; }

.product-block .product-details {
  padding-top: 0px !important; }
  .product-block .product-details .price-new {
    color: #40C1C7 !important; }
  .product-block .product-details .price-old {
    color: #D6D6D6;
    font-size: unset !important;
    text-decoration: line-through; }

.header-container .header-menu #main-menu > li ul a {
  color: #07676C !important;
  padding: 10px 15px; }
  .header-container .header-menu #main-menu > li ul a:hover {
    background-color: #C9ECEE !important; }
    
    
    .header-logo {
        position: relative;
    }
    
    
    .header-logo-image {
        width: 100% !important;
        position: absolute;
    }

@media all and (max-width: 1353px) {
  .fixed-header .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important; }

  .search_container {
    display: none; } }
@media all and (max-width: 991px) {
.header-container .header-logo {
    margin-top: -10px !important;
}

  .about-home {
    margin-left: 0px !important;
    margin-top: 0px !important; } }
.pg-banner-wrap {
  overflow: hidden; }

.page-banner {
  overflow: hidden; }

.btn-round:after {
  content: '';
  height: 100%;
  width: 100%;
  border: 2px solid #40C1C7;
  position: absolute;
  left: 10px;
  border-radius: 30px;
  z-index: 1; }

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
    font-size: 36px !important;
    font-weight: 600 !important;
}

.italic {
  font-style: italic;
}


@media all and (min-width: 992px) {
  .slide-owl-key:not(.item0) .slider-slideshow-description-texts {
    padding-left: 60% !important;
  }
}

.slideshow .slider-nav {
  opacity: 1 !important;
}

.homecat .slick-list  {
  padding: 4rem 0px !important;
}
.cat-search {
  height: 40px !important;
  width: 40px !important;
  margin: auto;
  position: absolute;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.cat-search {
  display: none !important;
}

.homecatitem:hover .cat-search {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-custom .search-box input, .search-custom .search-box button i {
  color: #40C1C7 !important;
}

.search-custom .search-box input::-webkit-input-placeholder {
 color: #40C1C7 !important;
}

.search-custom .search-box input::-moz-placeholder {
 color: #40C1C7 !important;
}

.search-custom .search-box input:-ms-input-placeholder {
 color: #40C1C7 !important;
}

.search-custom .search-box input::-ms-input-placeholder {
 color: #40C1C7 !important;
}

.search-custom .search-box input::placeholder {
 color: #40C1C7 !important;
}

@media all and (max-width: 768px) {
    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
        font-size: 20px !important;
    }
     .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
        font-size: 20px !important;
    }
}

.homeabout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

.homeabout-item {
    width: 50%;
}

.green  {
    color: #297B7F !important;
}

.explore h2:not(.swal2-title):not([style]) {
    color: #297B7F !important;
}

.explore section {
    color: #297B7F !important;
}

.explore .btn-round {
    background-color: #297B7F !important;
    border-color: #297B7F !important;
}

.explore .btn-round:after {
    border: 2px solid #297B7F !important;
}

.explore .btn-round:hover:after {
    border: 2px solid #297B7F !important;
}



@media all and (max-width: 992px) {
    .homeabout-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    
    .homeabout-item {
        width: 100% !important;
    }
    
    .homeabout-item img {
        width: 100% !important;
    }
}

.btn-round {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.homecontact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
}

.homecontact-side {
    width: 50%;
}

.homecontact-line {
    height: 460px;
    width: 2px;
    background: #C6F1EE !important;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0px 6rem;

}

@media all and (max-width: 1119px) {
    .homecontact-line {
        height: 460px;
        width: 2px;
        background: #C6F1EE !important;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin: 0px 3rem;
    
    }
}

@media all and (max-width: 1031px) {
    .homecontact-line {
        height: 0px;
        display: none !important;
        width: 0px !important;
        background: #C6F1EE !important;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin: 0px !important;
    
    }
    
    .homecontact-side {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .homecontact-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
}

.iid-4  h2:not(.swal2-title):not([style]) {
    text-align: left !important;
}

@media all and (max-width: 768px) {
    .page-banner img {
        height: 120px !important;
        -o-object-fit: cover;
           object-fit: cover;
    }
    
    .page-banner-title {
        top: 50% !important;
    }
    
    #footer-area * {
        text-align: center;
    }
}

.fa-bars {
    color: white !important;
}

@media all and (max-width: 767px ) {
    .product-category .header-logo-image {
        height: 100px !important;
    }

    .flex-wrap select {
        color: white !important;
        background-color: #40C1C7 !important;
         border-color: white !important;
    }
    
    .flex-product-btn .input-group-flex {
        margin: 19px 0px !important;
    }
    
    #product-tabs {
        margin-top: 1rem;
    }


#filter_group_tigger_open {
    color: white !important;
    border-color: white !important;
    }
}

.product-option select {
    min-width: 100px !important;
}

.product-image-main img {
    border-radius: 7px !important;
}

.product-image-block  .img1 {
        border-radius: 7px !important;
}

.product-special-price.new-prices {
    font-size: 2rem;
    color: #40C1C7 !important;
    margin-right: 10px;
}

.old-prices {
         color: #D6D6D6;
    
    text-decoration: line-through;
    font-size: 2rem !important;
 }

.special-sticker {
    top: 10px !important;
    left: 10px;
    right: unset !important;
        text-transform: uppercase;
    font-size: 11px !important;
    min-width: 74px !important;
    padding: 4px !important;
    text-align: center;
}

.sticker {
    text-transform: uppercase;
    font-size: 11px !important;
    top: 10px !important;
    padding: 4px !important;
    left: 10px;
    text-align: center;
    right: unset !important;
    min-width: 74px !important;
}

#side-manufacturer label, #side-categories .group .item a, #min, #max {
    font-weight: 500;
    color: black;
}

.product-product .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.product-image-main-container {
    border: 1px solid #e4e4e4 !important;
    border-radius: 7px !important;
}

.product-product .product-image-additional-container img {
  border: 1px solid #e4e4e4 !important;   
  margin-bottom: 3px;
}

.product-image-additional .slick-nav img {
    border: none !important;
}

.product-image-additional .slick-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media all and (min-width: 1220px) {
    .product-left {
        padding-right: 5rem !important;
    }
}

.inner-prod {
        color: black !important;
    font-weight: 400;
}

.product-price.old-prices {
    color: #40C1C7 !important;
        font-size: 20px;

}

.dgreen {
    color: #066569;
}

.product-description {
        color: #066569;
    margin-top: 3rem;
}

 #product .form-group label {
        text-transform: uppercase;
        color: black;
        font-weight: 600;
    }

@media all and (min-width: 992px) {
    #product {
      
        margin-top: 3rem;
    }
    
   
    
    #product .form-group:not(.flex-product-btn) {
        max-width: 300px !important;
    }
}

.bold {
    font-weight: 600 !important;
}

.upper {
    text-transform: uppercase !important;
}

.black {
    color: black !important;
}

.btn-number {
    background-color: #D6D6D6 !important;
    color: white !important;
}

.btn-number:hover {
    background-color: #747474 !important;
}

.flex-product-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 38px;
}

.flex-product-btn .input-group-flex {
    margin-left: 7rem;
}

@media all and (max-width: 1017px) {
    .flex-product-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        
        height: 130px !important;
    }
    
    .flex-product-btn .input-group-flex {
    margin-left: 0px;

}
}



#product-tabs {
    margin-top: 3rem;
    border-bottom: none !important;
}

#product-tabs>li>a  {
    color: #B9B9B9 !important;
    font-weight: 600;
    border: none !important;
    padding: 0px !important;
    margin: 7px !important;
    padding-bottom: 4px !important;
}

#product-tabs>li>a:hover {
    background: transparent !important;
    color: black !important;
}

#product-tabs>li.active>a {
    color: black !important;
    font-weight: 600;
    border: none !important;
    border-bottom: 2px solid #40C1C7 !important;
}

#product-tabs>li:first-child a {
    padding-left: 0px !important;
}

.product-tab {
    border: 1px solid #e4e4e4 ;
    padding: 2rem;
    color: #026966;
}

.product-product .breadcrumb {
    margin-top: 9rem;
}

@media all and (min-width: 767px) {
    .qty-inner {
        max-width: 200px !important;
    }
}

.homecategories {
    padding-top: 0px !important;
}

#input-sort {
    text-transform: uppercase;
    font-weight: 600;
    color: black;
}

.waiting_list_container {
    padding: 2rem !important;
-webkit-box-shadow: 0px 0px 9px 1px rgba(230,230,230,1);
box-shadow: 0px 0px 9px 1px rgba(230,230,230,1);
border: none !important;
}

.waiting_list_container h3 {
    color: black !important;
    font-weight: 600;
}

#disabled-cart {
    background-color: #ACACAC !important;
    border-color: #ACACAC !important;
    pointer-events: none !important;
}

#disabled-cart:after {
    border: 2px solid #ACACAC !important;
}

.bnews-list .artblock .name a {
    font-weight: 500 !important;
    color: #066569 !important;
}

.side-date {
    font-style: italic;
    color: #40C1C7;
}

#articles-column-left .list-group-item {
    padding-left: 0px !important;
}

#articles-column-left .list-group-item a {
        -webkit-box-shadow: 0px 0px 5px 1px #e0e0e0;
    box-shadow: 0px 0px 5px 1px #e0e0e0;
    border-radius: 30px !important;
    padding: 1.2rem;
    margin-bottom: 1rem;
    color: black;
}

#articles-column-left .list-group-item a:hover {
    background-color: #40C1C7 !important;
    color: white;
}

.new-main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
    position: relative;
}

.news-content {
    padding: 2.5rem;
}

.news-main-img img {
        max-width: 380px;
}



@media all and (max-width: 1451px) {
    .new-main-item .news-main-img img {
        max-width: 300px;
    }
    
    .news-content {
        padding-top: 0px !important;
    }
    
     .new-main-item .news-content {
        width: unset !important;
    }
}

@media all and (max-width: 931px) {
    .new-main-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 4rem;
    }
    
    .new-main-item .news-main-img img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    
    .news-content {
        padding: 0px;
    }
}

.product-block .product-details {
    margin-top: 0px !important;
}

#main-menu li.active a {
    font-weight: 600 !important;
}

@media all and (max-width: 1289px) {
    .product-option select {
        min-width: 80px !important;
    }
}

@media all and (max-width: 1063px) {
    .product-option select {
        min-width: 70px !important;
    }
}

.slideshow .slider-custom-dots  {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px !important;
}



.slideshow .slider-custom-dots .owl-dot {
    border-radius: 0px !important;
    width: 29px !important;
    height: 4px !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.slideshow .slider-custom-dots .owl-dot.active {
    background-color: white !important;
}

.homeabout {
    padding-top: 50px !important;
}

body[class*="checkout"] .breadcrumb {
   
        margin-top: 4rem;
   
}

.header-menu #main-menu ul {
    top: 53px !important;
}
.header-menu #main-menu ul ul {
    top: 32px !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #40C1C7 !important;
    border-color: #40C1C7 !important;
}

.pagination li a:hover, .pagination li span:hover {
      background-color: #40C1C7 !important;
    border-color: #40C1C7 !important;  
}

.slider-slideshow-description .slider-slideshow-description-texts {
    padding: 0px !important;
}

.row-flex .form-group {
    width: 100%;
}

.product-name {
    min-height: 61px !important;
}