/* Footer start from here */
.transition, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.fr-view ol li, .fr-view ul li {
  margin: 0 !important; }

.box-widget {
  position: fixed;
  z-index: 1000;
  bottom: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border-radius: 50px;
  background: rgba(0, 166, 156, 0.1); }
  .box-widget .icon-facebook {
    cursor: pointer; }
    .box-widget .icon-facebook:after {
      content: "";
      background-image: url("../../images/widget-phone.svg");
      width: 50px;
      height: 50px;
      background-size: 100%;
      display: block;
      background-position: center;
      background-repeat: no-repeat; }
    .box-widget .icon-facebook:hover:after {
      background-image: url("../../images/widget-phone-hover.svg"); }
  .box-widget .icon-line {
    border-radius: 50%;
    cursor: pointer; }
    .box-widget .icon-line:after {
      content: "";
      background-image: url("../../images/widget-line.svg");
      width: 50px;
      height: 50px;
      background-size: 100%;
      display: block;
      background-repeat: no-repeat;
      background-position: center; }
    .box-widget .icon-line:hover {
      opacity: 0.9; }
      .box-widget .icon-line:hover:after {
        background-image: url("../../images/widget-line-hover.svg"); }

.footer-main {
  font-size: 0.875rem;
  background: #FFF;
  font-weight: 500;
  /*.footer-title {
      font-size: $font-normal;
      line-height: 1.5; font-weight: 500;
      margin-bottom: 16px; margin-top: 0;
  }*/ }
  .footer-main ul {
    list-style: none;
    padding-left: 0px; }
  .footer-main p {
    margin-bottom: 12px; }
  .footer-main address {
    color: #082D2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px; }
  .footer-main a {
    color: #082D2C; }
    .footer-main a:hover {
      color: #B59823; }
  .footer-main .footer-col {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .footer-main .footer-col-last {
    padding: 24px 0;
    gap: 24px; }
  .footer-main .footer-logo {
    margin-bottom: 16px; }
    .footer-main .footer-logo img {
      width: 274px;
      height: 42px;
      aspect-ratio: 137/21;
      object-fit: contain; }
  .footer-main .footer-link-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row;
    gap: 40px;
    margin: 0; }
    .footer-main .footer-link-wrap a {
      margin-bottom: 0;
      color: #082D2C;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
      .footer-main .footer-link-wrap a.active, .footer-main .footer-link-wrap a[aria-current="page"] {
        color: #B59823; }
  .footer-main .social-link {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: row;
    font-size: 24px;
    line-height: 1;
    justify-content: flex-end;
    margin: 0; }
    .footer-main .social-link li {
      position: relative;
      width: 26px;
      height: 26px;
      list-style: none; }
      .footer-main .social-link li::before {
        content: "";
        display: block;
        width: 26px;
        height: 26px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
        transition: filter 0.3s ease; }
      .footer-main .social-link li:nth-child(1)::before {
        background-image: url("../../images/facebook.svg"); }
      .footer-main .social-link li:nth-child(2)::before {
        background-image: url("../../images/line.svg"); }
      .footer-main .social-link li:nth-child(3)::before {
        background-image: url("../../images/tiktok.svg"); }
      .footer-main .social-link li:nth-child(4)::before {
        background-image: url("../../images/instagram.svg"); }
      .footer-main .social-link li:hover::before {
        filter: brightness(0) saturate(100%) invert(72%) sepia(45%) saturate(1200%) hue-rotate(10deg) brightness(95%) contrast(90%); }
      .footer-main .social-link li a {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: block;
        text-indent: -9999px;
        overflow: hidden; }
    .footer-main .social-link a {
      display: block;
      width: 26px;
      height: 26px;
      min-width: 26px;
      min-height: 26px;
      text-indent: -9999px;
      overflow: hidden;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: opacity 0.3s ease, filter 0.3s ease; }
      .footer-main .social-link a:hover {
        filter: brightness(0) saturate(100%) invert(72%) sepia(45%) saturate(1200%) hue-rotate(10deg) brightness(95%) contrast(90%); }
        .footer-main .social-link a:hover img {
          filter: brightness(0) saturate(100%) invert(72%) sepia(45%) saturate(1200%) hue-rotate(10deg) brightness(95%) contrast(90%); }
      .footer-main .social-link a.fb {
        background-image: url("../../images/facebook.svg"); }
      .footer-main .social-link a.lines {
        background-image: url("../../images/line.svg"); }
      .footer-main .social-link a.tiktok {
        background-image: url("../../images/tiktok.svg"); }
      .footer-main .social-link a.insta {
        background-image: url("../../images/instagram.svg"); }
    .footer-main .social-link li:nth-child(1) a {
      background-image: url("../../images/facebook.svg"); }
    .footer-main .social-link li:nth-child(2) a {
      background-image: url("../../images/line.svg"); }
    .footer-main .social-link li:nth-child(3) a {
      background-image: url("../../images/tiktok.svg"); }
    .footer-main .social-link li:nth-child(4) a {
      background-image: url("../../images/instagram.svg"); }
    .footer-main .social-link a img {
      display: none; }
    .footer-main .social-link i {
      font-size: 26px; }
  .footer-main .copy-right {
    border-top: 1px solid  #082D2C;
    padding: 16px 0 16px 0;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #082D2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
    .footer-main .copy-right .copyright-link {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      gap: 40px; }
    .footer-main .copy-right p {
      margin-bottom: 0px; }
    .footer-main .copy-right a {
      color: #082D2C; }
      .footer-main .copy-right a:hover {
        color: #B59823; }
  .footer-main .footer-logo-partner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    align-items: center; }

.footer-top {
  padding: 40px 0; }
  .footer-top a:hover {
    color: #B59823; }
  .footer-top .container {
    max-width: 1320px; }
  .footer-top .row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }

@media all and (min-width: 768px) and (max-width: 1200px) {
  .footer-top {
    padding: 40px 16px; }

  .copy-right {
    margin: 0 16px; } }
@media all and (max-width: 767px) {
  .copy-right {
    margin: 0 16px; }

  .footer-main .footer-col {
    margin-bottom: 20px; }
  .footer-main .footer-col-last {
    padding: 0px;
    gap: 35px; }
  .footer-main .footer-logo img {
    width: 261px;
    height: 40px;
    aspect-ratio: 261/40; }
  .footer-main address {
    margin-bottom: 0px; }
    .footer-main address br {
      display: none; }
  .footer-main .footer-link-wrap {
    flex-direction: column;
    gap: 10px;
    font-weight: 500; }
  .footer-main .social-link {
    justify-content: center; }
  .footer-main .copy-right {
    border-top: 1px solid #082D2C;
    justify-content: center; }

  .footer-top {
    padding: 40px 16px 20px 16px; }
    .footer-top .row {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      padding: 0; } }
/* Footer Ends here */
