﻿.bg-macaroni {
  background: -moz-linear-gradient(90deg, #ed6a5a 0%, #f4f1bb 100%);
  background: -webkit-linear-gradient(90deg, #ed6a5a 0%, #f4f1bb 100%);
  background: -o-linear-gradient(90deg, #ed6a5a 0%, #f4f1bb 100%);
  background: -ms-linear-gradient(90deg, #ed6a5a 0%, #f4f1bb 100%);
  background: linear-gradient(90deg, #ed6a5a 0%, #f4f1bb 100%)
}

.bg-caribbean {
  background: -moz-linear-gradient(90deg, #5ca4a9 0%, #e6ebe0 100%);
  background: -webkit-linear-gradient(90deg, #5ca4a9 0%, #e6ebe0 100%);
  background: -o-linear-gradient(90deg, #5ca4a9 0%, #e6ebe0 100%);
  background: -ms-linear-gradient(90deg, #5ca4a9 0%, #e6ebe0 100%);
  background: linear-gradient(90deg, #5ca4a9 0%, #e6ebe0 100%)
}

.post figure {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0;
}

.post img,
.post video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.custom-bshadow {
  border-radius: 5px;
  box-shadow: 0 0 8px rgb(66, 181, 116) !important;
}

.gm-style-iw-a {
  position: fixed !important;
  left: 50px !important;
  top: -20px !important;
}

.gm-style-iw-d {
  position: fixed !important;
  background-color: #FFFFFF;
  padding: 10px;
  width: 250px;
}


.close-bottom-sheet {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.show-modal {
  outline: none;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 10px 22px;
  transition: 0.3s ease;
}

.bottom-sheet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  pointer-events: none;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.1s linear;
  z-index: 1000;
}

.bottom-sheet.show {
  opacity: 1;
  pointer-events: auto;
}

.bottom-sheet .sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
}

.bottom-sheet .content {
  width: 100%;
  position: relative;
  background: #fff;
  height: 95vh !important;
  max-width: 1150px;
  padding: 25px 30px;
  transform: translateY(100%);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  transition: 0.3s ease;
}

.bottom-sheet.show .content {
  transform: translateY(0%);
}

.bottom-sheet.fullscreen .content {
  border-radius: 0;
  overflow-y: hidden;
}

.bottom-sheet .body::-webkit-scrollbar {
  width: 0;
}

.bottom-sheet .body h2 {
  font-size: 1.8rem;
}

.bottom-sheet .body p {
  margin-top: 20px;
  font-size: 1.05rem;
}

.product-single .product-thumbnails li {
  width: 50px;
  height: 50px;
}

.resp-tabs-list li.active {
  background: #fff !important;
}

.rd-navbar-default.rd-navbar-light a.lang-tlab {
  border: 1px solid #212121 !important;
}

.lang-tlab {
  padding: 0 16px;
  border-radius: 3px;
  letter-spacing: 0.06em;
  border: 1px solid #fff;
  backface-visibility: hidden;
}

.main-image {
  display: none;
}

.main-image.active {
  display: block;
}

.SupportProject-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #191919;
  color: white;
  z-index: 10;
  transition: none;
  white-space: pre-line;
}

.SupportProject-text {
  font-size: 14px;
}

.help-project-button {
  background: #fd7e14;
  color: white;
  border-radius: 0 !important;
}

.contact-button {
  background: #42b574;
  border-radius: 0 !important;
}

.ui-to-top {
  bottom: 90px;
  z-index: 1000;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a {
  padding: 8px 30px 9px 15px !important;
}

.reviews-container {
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
}

.agency-social {
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 1.5;
  flex-shrink: 0;
}

.burial-img {
  border: 1px solid #42b574;
}

.note-float-left {
  width: 100%;
  max-width: 350px;
  object-fit: contain;
  object-position: left;
  float: left;
  padding-right: 10px;
}

.fs-19 {
  font-size: 19px !important;
}

.custom-icon-left {
  position: absolute;
  width: 48px;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 32px;
}

.custom-icon-right {
  position: absolute;
  width: 48px;
  top: 50%;
  right: 30px;
  transform: translateY(-150%);
  color: #fff;
  font-size: 26px;
}

.d-custom {
  display: none;
}

.bottom-sheet.show {
  pointer-events: auto;
}

.content {
  position: relative;
  background: #fff;
  border-radius: 16px 16px 0 0;
  height: 50vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sheet-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px;
}

.sheet-body::-webkit-scrollbar {
  display: none;
}

.item-desc {
  padding: 43px 43px 43px 60px;
}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-inner {
  padding: 32px 55px 20px 55px;
}

.phone-fs {
  font-size: 14px;
}

.p-custom {
  padding-left: 0;
  padding-right: 15px;
}

.text-one-line {
  max-width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.text-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}

.cemeteries-scroll {
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cemeteries-scroll::-webkit-scrollbar {
  display: none;
}


@media (max-width: 1400px) {
  .d-custom {
    display: block;
  }
}

@media (max-width: 1200px) {
  .fs-30 {
    font-size: 30px !important;
  }

  .fs-28 {
    font-size: 28px !important;
  }

  .fs-26 {
    font-size: 26px !important;
  }

  .SupportProject-text {
    font-size: 12px;
  }

  .fs-post-controls {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .SupportProject-text {
    display: none;
    margin-right: 10px;
  }

  .custom-sp-container {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .item-desc {
    padding: unset;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .rd-navbar-brand {
    display: flex !important;
    justify-content: center !important;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .product-title {
    height: 60px;
  }

  .phone-fs {
    font-size: 12px;
  }

  .cemetery-h4 {
    font-size: 15px;
  }

  .icon-xxs.icon-rounded {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 16px;
  }

  .cart-button {
    flex-grow: 1;
  }

  .button-fs {
    font-size: 12px;
  }

  .item-gallery img {
    width: 65px;
    height: 65px;
  }

  .pagination-classic>li>a {
    font-size: 10px;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .post-boxed .post-tags {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 30px;
    z-index: 1
  }

  .post-boxed .post-body {
    position: absolute;
    right: 30px;
    left: 15px;
    bottom: 15px;
    z-index: 1;
    color: #FFFFFF;
  }

  .post-boxed::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgb(25, 25, 25), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span {
    line-height: 1;
  }

  em {
    font-size: 14px;
  }

  .owl-carousel-default .owl-dot {
    margin-left: 4px;
    display: inline-block;
    width: 6px;
    height: 6px;
    line-height: 6px;
    border-radius: 50%;
    background: #434345
  }

  .note-float-left {
    width: 100%;
    max-width: 350px;
    object-fit: contain;
    object-position: left;
    display: block;
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .p-custom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-one-line {
    max-width: none;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .text-description {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }

}