#product-quickview .f1_d-none,
#product-quickview input {
  display: none !important; }

#product-quickview .product-quickview-swatch {
  margin-bottom: 15px; }
  #product-quickview .product-quickview-swatch .product-sw-line {
    margin-top: 15px; }
    #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select {
      gap: 10px; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-title {
        font-weight: 500;
        margin-right: 20px;
        min-width: 100%;
        display: block;
        line-height: 1;
        margin-bottom: 0; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
        display: block;
        border: 1px solid #e1e1e1;
        border-radius: var(--border_radius);
        min-width: 70px;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        cursor: pointer;
        box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
        transition: all 0.3s linear;
        margin-bottom: 0;
        text-align: center; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
        border-color: #222;
        font-weight: 700;
        color: #222; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
        position: relative;
        background: url("https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png");
        background-position: center center;
        background-repeat: repeat;
        background-size: contain; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color {
        position: relative; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
          position: relative;
          background: url("https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png");
          background-position: center center;
          background-repeat: repeat;
          background-size: contain; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
            position: relative;
            z-index: -1; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
            background-size: contain; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

#product-quickview .product-sw-select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.sliderforinde {
  /* the slides */
  /* the parent */ }
  .sliderforinde .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .sliderforinde .slider-index.next svg {
      width: 24px; }
      .sliderforinde .slider-index.next svg path {
        stroke: #fff; }
  .sliderforinde .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .sliderforinde .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .sliderforinde .slider-index.prev svg path {
        stroke: #fff; }
  .sliderforinde:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .sliderforinde .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .sliderforinde .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .sliderforinde .slick-slide {
    margin: 0 10px; }
  .sliderforinde .slick-list {
    margin: 0 -10px; }

.gallery-box.item {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  padding: 15px;
  border-radius: 5px; }

.buttonfre a {
  font-weight: bold;
  text-align: center;
  background: #4CAF50;
  border-radius: 30px;
  padding: 8px;
  color: #fff;
  display: block;
  margin-top: 15px; }
  .buttonfre a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }

.customer-module-item-image {
  padding: 40px; }
  @media (max-width: 767px) {
    .customer-module-item-image {
      padding: 10px; } }
  .customer-module-item-image img {
    border-radius: 50%; }

.customer-module-item-content {
  text-align: center; }

.customer-module-item-content p {
  margin-bottom: 0; }

.customer-module-item-name {
  font-style: italic; }

.customer-module-item-text {
  text-align: center;
  font-weight: bold;
  font-size: 18px; }

.customer-module-items {
  /* the slides */
  /* the parent */ }
  .customer-module-items .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .customer-module-items .slider-index.next svg {
      width: 24px; }
      .customer-module-items .slider-index.next svg path {
        stroke: #fff; }
  .customer-module-items .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .customer-module-items .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .customer-module-items .slider-index.prev svg path {
        stroke: #fff; }
  .customer-module-items:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .customer-module-items .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .customer-module-items .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
  .customer-module-items .slick-slide {
    margin: 0 10px; }
  .customer-module-items .slick-list {
    margin: 0 -10px; }

.customer-module-items {
  margin: 40px 0; }

.customer-module {
  background: #f8e1e1;
  padding: 50px 0; }

.smallimage {
  margin: 20px 0;
  /* the slides */
  /* the parent */ }
  .smallimage .slick-slide {
    margin: 0 7px; }
  .smallimage .slick-list {
    margin: 0 -7px; }
  .smallimage .realclick {
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px; }
  .smallimage .wao .realclick {
    border: 1px solid #333; }

.product-detail-description p {
  margin-bottom: 0; }

.section .s-title h2,
.s-title a,
.s-title h2 {
  color: #00582a; }

.section.section-video .row-flex {
  align-items: flex-start; }

section.section.section-video p {
  margin-bottom: 5px;
  font-size: 16px;
  text-align: justify; }

.some-facts p {
  font-size: 16px;
  text-align: justify; }

.section-parallax.prl-one .s-title h2 {
  color: #fff; }

#blog_slider .owl-nav {
  display: none; }

#blog_slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%); }

.latest-blog-dark h3 a {
  color: #000;
  text-align: center; }

@media (min-width: 992px) {
  .latest-blog-dark {
    position: initial;
    left: 20px;
    bottom: 20px;
    width: 100%;
    min-height: 100px;
    background-color: transparent;
    padding: 20px; }
  .section-video .fancybox-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden; }
    .section-video .fancybox-video iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      border: 0; } }

.fds-dse {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  height: 78px; }

@media (max-width: 767px) {
  .latest-blog-dark-outer a.fade-box img {
    width: 100%;
    height: auto; } }

@media (min-width: 768px) {
  .section.section-about {
    padding-top: 0; } }

.box-service .desc-service h3 {
  text-align: center; }

.box-service .desc-service a.site-button.black {
  margin: 0 auto;
  display: block;
  width: 40%; }

.box-service .desc-service h3 {
  margin-bottom: 5px; }

.box-service .desc-service .desca {
  text-align: center; }

.section.section-project {
  padding-top: 50px; }

.box-info-contact li p {
  color: #000000; }
