@charset "UTF-8";

.main-content .related_pro_carousel ul li:before {
  content: none;
}

.main-content .product-item .desc-product ul li.price-product {
  line-height: unset;
  font-size: 13px;
  height: auto;
  padding-bottom: 0;
}
.main-content .product-item .desc-product ul li.price-product a {
  color: #533b17;
}

/* Popup Btn */
.websima-cta-popup-btn {
  background: transparent;
  outline: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 26px;
  cursor: pointer;
}
#websima-cta-popup {
  background-color: rgb(0 0 0 / 50%);
  position: fixed;
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Banner Design */
.banner-design-cta {
  display: table;
  margin: 32px auto;
}
#websima-cta-content img:not(.bg-cta-m),
.banner-design-cta img:not(.bg-cta-m) {
  max-width: 100%;
  height: auto;
}
#websima-cta-content img:not(.bg-cta-m) {
  object-fit: cover;
  border: 2px solid var(--c-neutral-000);
}

/* Content Design */
#websima-cta-content {
  display: flex;
  align-items: center;
  margin: 80px auto 60px;
  color: var(--c-neutral-000);
  row-gap: 18px;
  column-gap: 3rem;
  padding: 20px 30px 26px;
  position: relative;
  border-radius: 12px;
  background-image: linear-gradient(
    180deg,
    rgba(101, 45, 0, 0.73) 2.01%,
    rgba(128, 62, 8, 0.68) 14.71%,
    rgba(149, 71, 7, 0.63) 25.5%,
    rgb(137 104 77 / 67%) 100%,
    rgb(171 130 96 / 0%) 100%
  );
  background-color: var(--c-neutral-000);
  --h: 19rem;
}
#websima-cta-content {
}
#websima-cta-content .websima-cta-img::before {
  inset: 0;
  transform: translate3d(10px, 10px, 10px);
  border: 2px solid var(--color1);
  position: absolute;
  content: "";
  z-index: -1;
}
#websima-cta-content .websima-cta-img {
  flex: 0 0 28%;
  max-width: 28%;
  position: relative;
}
.bg-cta-m {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  object-fit: contain;
  filter: blur(3px);
  /* z-index: -1; */
  pointer-events: none;
  width: auto;
}
/* CTA Btn Click */
/* .cta-btn-click:hover {
  color: var(--color1) !important;
}
.cta-btn-click i {
  font-size: 13px;
  margin-right: 13px;
}
.cta-btn-click {
  color: #002c62 !important;
  height: 46px !important;
  font-size: 14px;
  margin-left: 10px;
} */

/* CTA Desc */
button.websima-cta-popup-btn.right {
  right: 10px;
  left: auto;
  border-radius: 22px 10px 22px 22px;
}
.cta-btn-click.center-position {
  margin: 0 auto;
}
.cta-btn-click.left-position {
  margin-right: auto;
}
.cta-btn-click.right-position {
  margin-left: auto;
}
@media (min-width: 768px) {
}

.websima-cta-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.websima-cta-desc p {
  color: var(--c-neutral-000) !important;
  font-size: 16px;
  margin-bottom: 0 !important;
}

/* CTA Title */
.cta-content-title {
  font-size: var(--fs-20) !important;
  color: var(--c-neutral-000) !important;
}

/* Popup Design */
.websima-cta-popup-btn {
  outline: none;
  border-radius: 10px 22px 22px 22px;
  width: 54px;
  height: 54px;
  font-size: 38px;
  cursor: pointer;
  position: fixed;
  left: 10px;
  bottom: 30px;
  background: var(--c-primary);
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  z-index: 100;
  box-shadow: 0 3px 10px rgb(189 156 103 / 37%);
}
#websima-cta-popup #websima-cta-content {
  padding: 40px 15px 30px 15px;
}
#websima-cta-popup .banner-design-cta {
  margin: 6rem auto;
}
#websima-cta-popup .websima-cta-btns.all-post {
  margin-bottom: 0;
}
#websima-cta-popup #websima-cta-product {
  padding: 40px 25px 30px 25px;
  background: #fff;
}

/* CTA Product */
#websima-cta-product {
  margin: 5rem auto;
  position: relative;
}
/* #websima-cta-product::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  height: 45%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #bc9c451a;
} */

/* CTA Carousel */
.cta-carousel .owl-nav button {
  z-index: 2 !important;
  pointer-events: all !important;
  width: 32px;
  height: 32px;
}
.cta-carousel .owl-nav {
  left: -16px !important;
  right: -16px !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Close CTA */
.close-cta {
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-flex;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  cursor: pointer;
  right: 10px;
  color: #fff;
}

/* Height 100 */
#websima-cta-popup .h-100 {
  height: 100%;
}

/* Product */
.cta-product-txt {
  text-align: center;
}
.product-cta-btns {
  justify-content: center;
}
.websima-cta-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.cta-product-sub {
  font-size: var(--fs-16) !important;
  margin-bottom: 2rem !important;
}
.cta-product-title {
  font-size: var(--fs-24) !important;
}
.product-cta-btns {
  text-align: center;
}
.product-cta-btns a {
  margin-top: 32px;
}
#websima-cta-product .entitle {
  margin-bottom: 0;
}
.websima-cta-product-remove-before:before {
  background: none !important;
}
#remove-before-card-products {
  display: none;
}
#websima-cta-product.cta-one-product {
  margin: 25px auto;
}
#websima-cta-product.cta-one-product #pfeat {
  margin: 15px 0;
}

/* Editor */
.editor-content.main-content .cta-advanced a,
.editor-content.main-content .product-cta-one-box a {
  color: var(--color2);
}
.editor-content.main-content .product-cta-one-box a:hover,
.editor-content.main-content .cta-advanced a:hover {
  color: var(--color1);
}
.editor-content.main-content .cta-advanced table td,
.editor-content.main-content .product-cta-one-box table td {
  border: none;
  width: 50%;
}
.editor-content.main-content .cta-advanced table tr,
.editor-content.main-content .product-cta-one-box table tr {
  display: inline-table;
  width: 100%;
  border: none;
}
.editor-content.main-content .cta-advanced .hz-volume .hz-available-value,
.editor-content.main-content
  .product-cta-one-box
  .hz-volume
  .hz-available-value {
  font-size: 12px;
  padding: 6px 5px 4px;
}
.editor-content.main-content .cta-advanced .product-item .price,
.editor-content.main-content .product-cta-one-box .product-item .price {
  font-size: 14px;
}
.editor-content.main-content
  .cta-advanced
  .hz-price-wrap
  .hz-price
  .hz-button-more,
.editor-content.main-content
  .product-cta-one-box
  .hz-price-wrap
  .hz-price
  .hz-button-more {
  padding-left: 20px;
  padding-right: 20px;
}
.editor-content.main-content .cta-advanced .hz-detail-product h2 a,
.editor-content.main-content .product-cta-one-box .hz-detail-product h2 a {
  text-align: right;
}

/* ------------------------------------------------------------
                    Responsive Mode
--------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  #websima-cta-content .websima-cta-img {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 767.98px) {
  .cta-content-title {
    font-size: 18px !important;
    text-align: center;
  }
  #websima-cta-product {
    margin: 35px auto !important;
  }
  .websima-cta-btns {
    margin-top: 10px;
  }
  .websima-cta-desc {
    gap: 12px;
  }
  .websima-cta-desc p {
    font-size: 15px !important;
    text-align: center;
    line-height: 34px;
  }

  .websima-cta-btns {
    justify-content: center;
    display: flex;
  }
  .websima-cta-btns a {
    margin: 0 10px;
    padding: 10px;
  }
  #websima-cta-content {
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 30px;
  }
  #websima-cta-content .websima-cta-img {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #websima-cta-content img,
  .banner-design-cta img {
    width: 100%;
  }
  .websima-cta-popup-btn {
    bottom: 70px;
  }
  #websima-cta-content .websima-cta-img {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  /* #websima-cta-content {
    margin: 90px auto 40px;
  } */
  #websima-cta-content .websima-cta-img {
    margin-right: -70px;
    margin-top: -42px;
  }
  #websima-cta-content {
    /* margin: 90px auto 40px; */
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .product-offset-lg-3 {
    margin-right: 25%;
  }
}
