@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'heading';
    src: url(../font/FlatlineSerif-SemiBold.otf);
}

@font-face {
  font-family: 'aphrodite';
  src: url(../font/aphrodite/APHRODITE.ttf);
}

body{
  width: 100%;
  overflow-x: hidden;
}

.heading_corporate{
  font-family: 'aphrodite';
}
.font_banner_sizing{
  line-height: 1;
  font-size: 7.7vw;
}

.font-primary{
    font-family: "Nanum Myeongjo", serif !important;
}
.grey-color{
    color: #B19D7D !important;
}
.bg-grey-old{
    background: #B56F67 !important;
}
.px-45{
    padding-left: 2.3rem !important;
    padding-right: 2.3rem !important;
}
.fs-05{
    font-size: 2.8rem !important;
}
.mySwiper{
    height: 85vh !important;
}
.swiper-wrapper{
    padding-bottom: 3rem !important;
}
.bg-custom{
    background-size: cover;
    background-position: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}
.fs-big{
    font-size: 7vw !important;
}
.fs-small{
    font-size: .8rem !important;
}

.font-heading {
  font-family: 'heading'; /* Font yang digunakan */
  text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.8); /* Menambahkan bayangan putih */
}

.text-description {
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.8); /* Menambahkan bayangan putih */
}

.w-40{
    width: 40% !important;
}
.poppins{
    font-family: "Poppins", sans-serif !important;
}
.red-shadow{
    box-shadow: 0px 15px 34px 0px #C3282842 !important;
}
.swiper-pagination-bullet{
    width: 2rem !important;
    height: .3rem !important;
    display: inline-block;
    border-radius: 100vw !important;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.swiper-pagination-bullet-active{
    background: #B19D7D !important;
}

.bg-silver{
    background: #F2F4F7 !important;
}
.myPromo .swiper-slide{
    width: max-content !important;
}
.myPromo .swiper-wrapper{
    padding-bottom: 1rem !important;
}
.myPromo .swiper-horizontal> .myPromo  .swiper-pagination-bullets, .myPromo  .swiper-pagination-bullets.swiper-pagination-horizontal,.myPromo  .swiper-pagination-custom,.myPromo  .swiper-pagination-fraction{
    left: unset !important;
    right: 43% !important;
}
.myPromo .swiper-pagination-bullet{
    width: .9rem !important;
    height: .9rem !important;
    display: inline-block;
    border-radius: 100vw !important;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: .1 !important;
}
.myPromo .swiper-pagination-bullet-active{
    background: #8E623A !important;
    opacity: 1 !important;
    width: 4rem !important;
}
.myTestimoni .swiper-pagination-bullet{
    width: .9rem !important;
    height: .9rem !important;
    display: inline-block;
    border-radius: 100vw !important;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: .1 !important;
}
.myTestimoni .swiper-pagination-bullet-active{
    background: #8E623A !important;
    opacity: 1 !important;
    width: 4rem !important;
}
.img_custom{
    width: 100% !important;
    background-color: #8E623A !important;
    height: 19rem !important;
    position: relative !important;
    border-radius: 3vw;
    overflow: hidden;
}
.img_custom img{
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.fs-6{
    font-size: .9rem !important;
}

.img-small-custom{
    width: 5rem;
    height: 5rem;
    position: relative;
    border-radius: 100vw;
    overflow: hidden;
    margin: auto;
}
.img-small-custom img{
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.bg-footer{
    background-image: url(../images/footer.png);
    background-position: center;
    background-size: cover;
}

.py-md-13{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.letter-spacing-1{
    letter-spacing: .5rem;
}

.w-custom{
    width: 75% !important;
    margin: auto !important;
}

.offcanvas.offcanvas-end{
    width: 30rem !important;
}
.offcanvas.offcanvas-start{
    width: 30rem !important;
}

.max-content{
    width: max-content !important;
}

.outline-none{
    outline: none !important;
}

.height-full{
    height: 100% !important;
    object-fit: cover !important;
}

.height-custom{
    max-height: 20vh !important;
}

.banner-height{
  height: 34vh !important;
}

.height-input-custom{
    height: 7.4vw;
}

.navbar-brand-responsive{
    margin-right: var(--bs-navbar-brand-margin-end);
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.image-size-custom{
    max-height: 56px;
}
.custom-placeholder::placeholder{
    color: #ffffff62;
    font-weight: 300;
}
.custom_placeholder_color::placeholder{
  color:#a9968588;
  font-weight: 300;
}
.custom-size-font{
    font-size: 1.25rem !important;
}
.img-height-custom{
    height: 41rem !important;
    object-fit: cover !important;
}
.img-height-custom-small{
    height: 6rem !important;
    object-fit: cover !important;
}


.w-63-custom{
    width: 63% !important;
}

.placeholder-color::placeholder{
    color: #a3a3a3de !important;
}
.placeholder-grey::placeholder{
    color: #A99685 !important;
}

/* Chrome, Safari, Edge, Opera */
.hide-arrow::-webkit-outer-spin-button,
.hide-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

/* Firefox */
.hide-arrow[type=number] {
  -moz-appearance: textfield !important;
}

.checkbox_layout {
    display: block;
    position: relative;
    padding-left: 31px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox_layout input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: .3rem;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox_layout:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox_layout input:checked ~ .checkmark {
    background-color: #097bd8;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox_layout input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox_layout .checkmark:after {
    left: .5rem;
    top: .22rem;
    width: .4rem;
    height: .7rem;
    border: solid white;
    border-width: 0 .16rem .16rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  select{
    -webkit-appearance: none; /* Untuk browser berbasis WebKit (Chrome, Safari) */
    -moz-appearance: none;    /* Untuk Firefox */
    appearance: none;
  }

  .shadow-custom{
    box-shadow: 0px 4px 4px 0px #00000040 !important;
  }
  .fs-custom{
    font-size: 3vw !important;
  }
  .box-hover{
    transition: .4s all;
    border: .12vw solid transparent;
  }
  .box-hover:hover{
    transform: scale(1.07);
    border: .12vw solid #8E623A;
  }


  /* .slide-content .btn {
    display: inline-block;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent; 
    border: 1px solid #e1e1e1;
    font: 12px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.4em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
  } */
  
  /* .slide-content .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
  } */
  
  /* .slide-content .btn::after {
    transition: border 0.1s linear 0.05s;
  }
  
  .slide-content .btn-inner {
    position: relative;
    z-index: 2;
  }
  
  .slide-content .btn:hover {
    color: #373737;
    transition: color 0.1s linear 0s;
  }
  
  .slide-content .btn:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
  }
  
  .slide-content .btn:hover::after {
    border-color: #373737;
    transition: border 0.1s linear 0s;
  } */
  
  .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
  
  .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .slide-box {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .slide-box.is-active {
    display: block;
  }
  
  .slide-box.is-loaded {
    opacity: 1;
  }
  
  .slide-box .caption {
    padding: 0 100px;
  }
  
  .slide-box .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
  }
  
  .slide-box .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .slide-box .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .slide-box .title {
    margin: 0 auto 15px;
    max-width: 1000px;
  }

  .slide-box .title h1 {
    font-size: 5.8vw;
  }
  
  .slide-box .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
  }
  
  .slide-box .btn {
    margin: 15px 0 0;
    border-color: #fff;
  }
  
  .slide-box .btn::before {
    background: #fff;
  }
  
  .pagination {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  
  .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
  }
  
  .pagination .item + .page {
    margin-left: -2px;
  }
  
  .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 5px;
    background: #1eb9a754;
    border-radius: 100vw;
    transition: background 0.2s ease;
  }
  
  .pagination .item::after {
    width: 0;
    background: #1EB9A7;
    z-index: 2;
    transition: width 0.2s ease;
  }
  
  .pagination .item:hover::before,
  .pagination .item.is-active::before {
    background-color: #1EB9A7;
  }


  
  .arrows .arrow {
    margin: -33px 0 0;
    padding: 0;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    border-radius: 100vw;
    background-color: #A99685;
  }
  
  .arrows .prev {
    left: 30px;
  }
  
  .arrows .prev:hover .svg {
    left: 40%;
  }
  
  .arrows .next {
    right: 30px;
  }
  
  .arrows .next:hover .svg {
    left: 62%;
  }
  
  .arrows .svg {
    position: absolute;
    left: 51%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
  }
  
.heading-divider{
  width: 100%;
  height: .1vw;
  background-color: #A99685;
  position: absolute;
  left: 0;
}
.width-max-content{
  width: max-content !important;
}

.bestSeller .swiper-button-next, .bestSeller .swiper-rtl .swiper-button-prev {
  right: 1.2vw !important;
  left: auto;
}
.bestSeller .swiper-button-prev, .bestSeller .swiper-rtl .swiper-button-next {
  left: 1.2vw !important;
  right: auto;
}
.bestSeller .swiper-button-next, .bestSeller .swiper-button-prev {
  position: absolute;
  top: 51%;
  width: 3.2vw !important;
  height: 3.2vw !important;
  border-radius: 100vw !important;
  background: white !important;
  border: .1vw solid #A99685;
  margin-top: 0 !important;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A99685 !important;
}
.bestSeller .swiper-button-next.swiper-button-disabled, .bestSeller .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
  cursor: auto;
  pointer-events: none;
}
.bestSeller .swiper-button-next:after, .bestSeller .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 1.2vw !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.social-media-costum{
  display: flex;
  justify-content: center;
  margin-top: 2vw;
  gap: .86vw;
}
.social-media-costum a{
  text-decoration: none;
}
.social-media-box{
  width: 2.3vw;
  height: 2.3vw;
  border: .1vw solid #A99685;
  position: relative;
  border-radius: 100vw;
}
.social-media-box iconify-icon{
  font-size: 1.3vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #8E623A;
}

.hover-submenu{
  position: relative;
}
.submenu-custom {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  height: 70vh !important;
  overflow-y: scroll !important;

  z-index: 50;
}


.hover-submenu:hover{
  color: red !important;
}
.hover-submenu:hover .submenu-custom {
  display: block !important;
  background: #f0efef;
}

.truncate-3-row{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 70px;
}

.truncate-5-row{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-overlay{
  position: fixed;
  left: 0;
  top: 0;
  background-color: #0000003f;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: none;
}
/* .search-box-custom{
  display: none;
} */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: transparent !important;
  border-bottom: 1px solid #A99685 !important;
}

.hover-link-custom:hover{
  background-color: #eeede94f;
}

.overflow-custom{
  height: 40vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.img-decoration-right{
  position: absolute;
  right: -2vw;
  bottom: -14vw;
  z-index: -1;
  width: 16vw !important;
}
.img-decoration-right-about{
  position: absolute;
  right: -2vw;
  bottom: -14vw;
  z-index: -1;
  width: 16vw !important;
}
.img-decoration-right-news{
  position: absolute;
  right: -15.6vw;
  top: 19vw;
  z-index: -1;
  width: 14vw !important;
}

.img-decoration-left{
  position: absolute;
  left: 0;
  bottom: -2.4vw;
  width: 18vw !important;
}

.img-decoration-left-news{
  position: absolute;
  left: -17vw;
  bottom: 94vw;
  width: 14vw !important;
}

.circle-decoration-left{
  position: absolute;
  left: -17vw;
  bottom: 8vw;
  width: 18vw !important;
  z-index: -1;
}

.images-size-custom{
  width: 100%;
  height: 20vw;
  position: relative;
}
.images-size-custom img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bg-overlay{
  /* background:  #fffbf783; */
  background-size: cover;
  background-blend-mode: overlay;
}

.image-news-custom{
  width: 100%;
  height: 32vw;
  overflow: hidden;
  position: relative;
}
.image-news-custom img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.width-custom-nav{
  width: 79%;
}

.custom-search-dropdown{
  z-index:10 !important; 
  position:absolute; 
  top: 100%; 
  left:0; 
  display:none;
}
.border-color-menu{
  border-color: transparent !important;
}
.overflow-custom-y-scroll {
  overflow-y:unset !important;
}

.images_contact{
  position: relative;
  width: 100%;
  height: auto;
}
.images_cover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bg-container{
  background-image: url(../images/bg_container.png), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(169, 150, 133, 0.116) 100%);
  background-blend-mode: multiply;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner_corporate{
  background-image: url(../images/bg_corporate.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 41vw;
  position: relative;
  padding: 0 0;
}
.font_sizing_big{
  font-size: 4vw;
}

.placeholder_corporate::placeholder{
  color: rgba(0, 0, 0, 0.26);
}
.privacy-policy-text h1, .privacy-policy-text h2, .privacy-policy-text h3, .privacy-policy-text h4, .privacy-policy-text h5{
  color: #8E623A;
  font-family: "Nanum Myeongjo", serif !important;
}
.privacy-policy-text p, .privacy-policy-text ul li, .privacy-policy-text a{
  color: #919191;
}
.privacy-policy-text strong{
  font-weight: 600;
  color: #8E623A;
}
.fs-small-custom{
  font-size: .8vw;
}

.category_image{
  background-color: white;
  border-radius: 100vw;
  width: 13vw;
  height: 13vw;
  margin: auto;
  position: relative;
  border: .1vw solid #A99685;
}
.category_image img{
  width: 9vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.height_store_custom{
  height: 14vw;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.btn-tabs-delivery.active {
  background-color: #b19d7d28 !important;
}

.form-check-input:checked{
  background-color: #8E623A !important;
  border-color: #8E623A !important;
}
.form-control:focus{
  border-color:transparent !important;
  box-shadow: 0 !important;
}

.gj-picker{
  font-family: "Poppins", sans-serif !important;
}
.gj-icon{
  display: none !important;
}
.gj-picker [role="header"]{
  padding: 1vw 0 !important;
  background-color: #A99685 !important;
  color: white !important;
}
.gj-picker-md [role=switch]{
  background-color: #A99685 !important;
  color: white !important;
}
.gj-picker .selected{
  font-size: 1rem !important;
}
.gj-picker [role="time"]{
  font-size: 1rem !important;
}
.gj-picker-md table tr td.selected.gj-cursor-pointer div{
  background-color: #A99685 !important;
}
.gj-picker-md [role=footer] button.gj-button-md{
  color:#A99685 !important;
}
.gj-picker-md table tr td.today div{
  color: #A99685 !important;
  font-weight: 600 !important;
}
.gj-picker-md .arrow-begin, .gj-picker-md [role=body] [role=arrow]{
  background-color: #A99685 !important;
}
.gj-picker-md .arrow-end{
  border-color: #A99685 !important;
}
.rating_testimonial img{
  width: 1.8vw;
}
.testimoni_box{
  height: 15vw !important;
}

.height_p_3{
  height: 7vw;
}

.accordion_filter .accordion-button::after{
  display: none !important;
}

.filter_custom{
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  overflow-y: scroll !important;
  z-index: 30 !important;
  transform: translateX(-100%) !important;
  transition: .4s all;
}
.hiddenFilter{
  transform: translateX(0) !important;
}

.scrollbar-custom::-webkit-scrollbar {
  width: 10px !important;
}

/* Track */
.scrollbar-custom::-webkit-scrollbar-track {
  background: #f1f1f1 !important;  
}
 
/* Handle */
.scrollbar-custom::-webkit-scrollbar-thumb {
  background: #888 !important; 
}


@media (max-width:767px) {
  .height-80vh{
    height: 88vh !important;
  }
  .filter_custom{
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    overflow-y: scroll !important;
    z-index: 30 !important;
    transform: translateX(-100%) !important;
    transition: .4s all;
  }
  .hiddenFilter{
    transform: translateX(0) !important;
  }
  .rating_testimonial img{
    width: 4.8vw;
  }
  .testimoni_box{
    height: max-content !important;
  }
  
  .height_p_3{
    height: max-content;
  }
  .height_store_custom{
    height: max-content;
  }
  .category_image{
    background-color: white;
    border-radius: 100vw;
    width: 16vw;
    height: 16vw;
    margin: auto;
    position: relative;
    border: .1vw solid #A99685;
  }
  .category_image img{
    width: 11vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .arrows{
    display: none;
  }
  .font_sizing_big{
    font-size: 8vw;
  }
  .social-media-costum{
    display: flex;
    justify-content: start;
    margin-top: 8vw;
    gap: 2vw;
  }
  .social-media-costum a{
    text-decoration: none;
  }
  .social-media-box{
    width: 9vw;
    height: 9vw;
    border: .1vw solid #A99685;
    position: relative;
    border-radius: 100vw;
  }
  .social-media-box iconify-icon{
    font-size: 4vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #8E623A;
  }
  .py-md-13{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
  .truncate-3-row{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
  }
  .bestSeller .swiper-button-next, .bestSeller .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 7.5vw !important;
    height: 7.5vw !important;
    border-radius: 100vw !important;
    background: white !important;
    border: .1vw solid #A99685;
    margin-top: 0 !important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A99685 !important;
  }
  .bg-grey{
    background-color: #A99685 !important;
  }
  .bestSeller .swiper-button-next:after, .bestSeller .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 3vw !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  .image-card-custom{
    width: 100%;
    position: relative;
    height: 38vw !important;
    border-bottom: .1vw solid #A99685;
  }
  .image-card-custom-store{
    height: 64vw !important;
    position: relative;
    border-bottom: .1vw solid #A99685;
    width: 100%;
    object-fit: cover !important;
  }
  .image-card-custom-store img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
  }
  .image-card-custom-store iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .image-card-custom img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .img-hover{
    opacity: 0 !important;
    transition: .4s all;
  }
  .image-card-custom:hover .img-hover{
    opacity: 1 !important;
  }
  .image-card-custom-store:hover .img-hover{
    opacity: 1 !important;
  }
  .overflow-custom-y-scroll {
    overflow-y:scroll !important;
  }
  .border-color-menu{
    border-bottom: .1vw solid #a9968594 !important;
  }
  .arrows .arrow {
    margin: -33px 0 0;
    padding: 0;
    width: 7.8vw;
    height: 7.8vw;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    border-radius: 100vw;
    background-color: #A99685;
  }
  .slide-box .caption {
    padding: 0 15vw;
  }
  .slide-box .text p{
    margin: 0 auto;
    max-width: 1000px;
    font-size: 2.7vw !important;
    line-height: 1.4;
  }
  .slide-box .title h1 {
    font-size: 6vw;
  }
  .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 36vh;
    z-index: 1;
  }
  .list-end-custom li:last-child{
    border: none !important;
  }
  .submenu-custom {
    position: relative;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    height: max-content !important;
    z-index: 50;
  }
  .custom-search-dropdown{
    z-index:10 !important; 
    position:fixed; 
    top: 10%; 
    left:0; 
    display:none;
  }
  .width-custom-nav{
    width: 100%;
  }
    .navbar-brand-responsive{
        margin-right: 0 !important;
    }
    .navbar-brand-responsive .img-fluid {
        max-width: inherit !important;
        width: 100% !important;
        height: auto;
        object-fit: contain;
    }
    .image-size-custom{
        max-height: 31px;
    }
    .fs-05{
        font-size: 1.8rem !important;
    }
    .fixed-menu {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important; 
        bottom: 0 !important;
        width: 100%; /* adjust this value to the width of your menu */
        background-color: #fff !important; /* adjust this value to your menu background color */
        transition: .3s all!important;
        z-index: 1050 !important;
        height: 100vh !important;
        transform: translateX(150%) !important;
        border-right: .12vw solid #8E623A !important;
    }

    .fixed-menu.show {
        transform: translateX(0) !important;
        width: 100%;
       
    }
    .btn-custom-click{
      font-size: 8vw;
    }

    .fixed-menu .nav-link {
        color: #B56F67; /* change link color as needed */
    }

    .offcanvas.offcanvas-end{
        width: 20rem !important;
    }
    .offcanvas.offcanvas-start{
        width: 20rem !important;
    }
    .fs-big{
        font-size: 12vw !important;
    }

    .w-40{
        width: 100% !important;
    }

    .bg-custom{
        background-size: cover;
        background-position: right center;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
    }

    .custom-size-font{
        font-size: .86rem !important;
    }

    .myPromo .swiper-wrapper{
        padding-bottom: 2rem !important;
    }

    .myPromo .swiper-horizontal> .myPromo  .swiper-pagination-bullets, .myPromo  .swiper-pagination-bullets.swiper-pagination-horizontal,.myPromo  .swiper-pagination-custom,.myPromo  .swiper-pagination-fraction{
        left: unset !important;
        right: 35% !important;
    }
    .myPromo .swiper-slide{
        width: 100% !important;
    }
    .myPromo .swiper-pagination-bullet{
        width: .6rem !important;
        height: .6rem !important;
        display: inline-block;
        border-radius: 100vw !important;
        background: var(--swiper-pagination-bullet-inactive-color, #000);
        opacity: .1 !important;
    }
    .myPromo .swiper-pagination-bullet-active{
        background: #ffffff !important;
        opacity: 1 !important;
        width: 2rem !important;
    }
    .myPromo .swiper-horizontal>.swiper-pagination-bullets, .myPromo .swiper-pagination-bullets.swiper-pagination-horizontal, .myPromo .swiper-pagination-custom, .myPromo .swiper-pagination-fraction{
      bottom: 10vw !important;
    }
    .img_custom{
        width: 100% !important;
        background-color: #8E623A !important;
        height: 19rem !important;
        position: relative !important;
        border-radius: 10vw;
        overflow: hidden;
    }
    .w-custom{
        width: 85% !important;
        margin: auto !important;
    }
    .images-size-custom{
      width: 100%;
      height: 52vw;
      position: relative;
    }
    .img-height-custom{
      height: 24rem !important;
      object-fit: cover !important;
    }
    .img-height-custom-small{
        height: 3rem !important;
        object-fit: cover !important;
    }
    .width-overflow{
      width: 100% !important;
    }
    .width-max-content{
      width: max-content !important;
    }
    .height-input-custom{
      height: 22.4vw;
  }
  .fs-custom{
    font-size: 6vw !important;
  }
  .image-news-custom{
    width: 100%;
    height: 65vw;
    overflow: hidden;
    position: relative;
  }
  .images_contact{
    position: relative;
    width: 100%;
    height: 45vw;
  }
  .images_latest_custom{
    position: relative;
    width: 100%;
    height: 54vw;
  }

  .banner_corporate{
    background-image: url(../images/bg_corporate.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 131vw;
    position: relative;
    padding: 0 0;
  }
  .font_banner_sizing{
    line-height: 1;
    font-size: 11vw;
  }
  .icon_size{
    width: 20vw;
  }
  .banner-height{
    height: 17vh !important;
  }
  .fs-small-custom{
    font-size: 2.4vw;
  }
  .font_mobile{
    font-size: 3vw;
  }
}

@media (min-width:768px) {
  .height-80vh{
    height: 88vh !important;
  }
  .testimoni_box{
    height: 35vw !important;
  }
  
  .height_p_3{
    height: 18vw;
  }
  .height_store_custom{
    height: 34.7vw;
  }
  .category_image{
    background-color: white;
    border-radius: 100vw;
    width: 13vw;
    height: 13vw;
    margin: auto;
    position: relative;
    border: .1vw solid #A99685;
  }
  .category_image img{
    width: 9vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .arrows{
    display: block;
  }
  .fs-small-custom{
    font-size: .8vw;
  }
  .myPromo .swiper-horizontal> .myPromo  .swiper-pagination-bullets, .myPromo  .swiper-pagination-bullets.swiper-pagination-horizontal,.myPromo  .swiper-pagination-custom,.myPromo  .swiper-pagination-fraction{
    left: unset !important;
    right: 35% !important;
}
  .banner-height{
    height: 27vh !important;
  }
  .font_sizing_big{
    font-size: 6vw;
  }
  .banner_corporate{
    background-image: url(../images/bg_corporate.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 71vw;
    position: relative;
    padding: 0 0;
  }
  .font_banner_sizing{
    line-height: 1;
    font-size: 9.7vw;
  }
  .images_contact{
    position: relative;
    width: 100%;
    height: 45vw;
  }
  .image-news-custom{
    width: 100%;
    height: 44vw;
    overflow: hidden;
    position: relative;
  }
  .height-input-custom{
    height: 22.4vw;
}
  .fixed-menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important; 
    bottom: 0 !important;
    width: 100%; /* adjust this value to the width of your menu */
    background-color: #fff !important; /* adjust this value to your menu background color */
    transition: .3s all!important;
    z-index: 1050 !important;
    height: 100vh !important;
    transform: translateX(150%) !important;
    border-right: .12vw solid #8E623A !important;
}

.fixed-menu.show {
    transform: translateX(0) !important;
    width: 100%;
   
}
  .btn-custom-click{
    font-size: 4.5vw;
  }
  .image-size-custom{
    max-height: 31px;
  }
.custom-search-dropdown{
  z-index:10 !important; 
  position:fixed; 
  top: 13%; 
  left:0; 
  display:none;
  }
  .border-color-menu{
    border-bottom: .1vw solid #a9968594 !important;
  }
  .submenu-custom {
    position: relative;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    height: max-content;
    z-index: 50;
  }
  .overflow-custom-y-scroll {
    overflow-y:scroll !important;
  }
  .list-end-custom li:last-child{
    border: none !important;
  }
  .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50vh;
    z-index: 1;
  }
  .arrows .arrow {
    margin: -33px 0 0;
    padding: 0;
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    border-radius: 100vw;
    background-color: #A99685;
  }
  .social-media-costum{
    display: flex;
    justify-content: flex-start;
    margin-top: 5vw;
    margin-left: 1vw;
    gap: 1.6vw;
  }
  .social-media-costum a{
    text-decoration: none;
  }
  .social-media-box{
    width: 5.5vw;
    height: 5.5vw;
    border: .1vw solid #A99685;
    position: relative;
    border-radius: 100vw;
  }
  .social-media-box iconify-icon{
    font-size: 3.2vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #8E623A;
  }
  .image-card-custom{
    width: 100%;
    position: relative;
    height: 33vw !important;
    border-bottom: .1vw solid #A99685;
  }
  .image-card-custom-store{
    height: 35vw !important;
    position: relative;
    border-bottom: .1vw solid #A99685;
    width: 100%;
    object-fit: cover !important;
  }
  .image-card-custom-store img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
  }
  .image-card-custom-store iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .image-card-custom img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .img-hover{
    opacity: 0 !important;
    transition: .4s all;
  }
  .image-card-custom:hover .img-hover{
    opacity: 1 !important;
  }
  .image-card-custom-store:hover .img-hover{
    opacity: 1 !important;
  }
  .images-size-custom{
    width: 100%;
    height: 32vw;
    position: relative;
  }
  .images_latest_custom{
    position: relative;
    width: 100%;
    height: auto;
   
  }
  .icon_size{
    width: 16vw;
  }
}

@media (min-width: 992px) {
  .height-80vh{
    height: 100vh !important;
  }
  .filter_custom{
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
    width: inherit !important;
    height: inherit !important;
    overflow-y: scroll !important;
    z-index: 30 !important;
    transform: translateX(0) !important;
    transition: .4s all;
  }
  .hiddenFilter{
    transform: translateX(0) !important;
  }
  .testimoni_box{
    height: 35vw !important;
  }
  
  .height_p_3{
    height: 18vw;
  }
  .height_store_custom{
    height: 18vw;
  }
  .category_image{
    background-color: white;
    border-radius: 100vw;
    width: 12vw;
    height: 12vw;
    margin: auto;
    position: relative;
    border: .1vw solid #A99685;
  }
  .category_image img{
    width: 8.5vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .arrows{
    display: block;
  }
  .banner_corporate{
    background-image: url(../images/bg_corporate.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 55vw;
    position: relative;
    padding: 0 0;
  }
  .font_banner_sizing{
    line-height: 1;
    font-size: 8.4vw;
  }
  .social-media-costum{
    display: flex;
    justify-content: center;
    margin-top: 2vw;
    margin-left: 0;
    gap: .86vw;
  }
  .social-media-costum a{
    text-decoration: none;
  }
  .social-media-box{
    width: 2.3vw;
    height: 2.3vw;
    border: .1vw solid #A99685;
    position: relative;
    border-radius: 100vw;
  }
  .social-media-box iconify-icon{
    font-size: 1.3vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #8E623A;
  }
  .arrows .arrow {
    margin: -33px 0 0;
    padding: 0;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    border-radius: 100vw;
    background-color: #A99685;
  }
  .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
  .list-end-custom li:last-child{
    border: inherit !important;
  }
  .fixed-menu {
    position: relative !important;
    top: inherit !important;
    right: inherit !important; 
    bottom: inherit !important;
    width: inherit; /* adjust this value to the width of your menu */
    background-color: #fff !important; /* adjust this value to your menu background color */
    transition: .3s all!important;
    z-index: 5 !important;
    height: inherit !important;
    transform: inherit !important;
    border-right: inherit !important;
}

.fixed-menu.show {
    transform:inherit !important;
    width: inherit !important;
   
}
  .image-size-custom{
    max-height: 48px;
  }
  .custom-search-dropdown{
  z-index:10 !important; 
  position:absolute; 
  top: 100%; 
  left:0; 
  display:none;
  }
  .border-color-menu{
    border-bottom: none transparent !important;
  }
  .submenu-custom {
    position: absolute;
    display: none;
    top: 80%;
    left: 0;
    width: 100%;
    background-color: white;
    height: 70vh;
    z-index: 50;
  }
  .overflow-custom-y-scroll {
    overflow-y:unset !important;
  }
  .image-card-custom{
    width: 100%;
    position: relative;
    height: 14vw !important;
    border-bottom: .1vw solid #A99685;
  }
  .image-card-custom-store{
    height: 34vw !important;
    position: relative;
    border-bottom: .1vw solid #A99685;
    width: 100%;
    object-fit: cover !important;
  }
  .image-card-custom-store img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
  }
  .image-card-custom-store iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .image-card-custom img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .img-hover{
    opacity: 0 !important;
    transition: .4s all;
  }
  .image-card-custom:hover .img-hover{
    opacity: 1 !important;
  }
  .image-card-custom-store:hover .img-hover{
    opacity: 1 !important;
  }
  .height-input-custom{
    height: 7.4vw;
}
.images_contact{
  position: relative;
  width: 100%;
  height: auto;
}
.icon_size{
  width: 6vw;
}
.banner-height{
  height: 30vh !important;
}
.padding_start_none .row:first-child{
  padding-top: 0 !important;
}
}

@media (min-width: 1024px) {
  .filter_custom{
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
    width: unset !important;
    height: inherit !important;
    overflow-y: inherit !important;
    z-index: 30 !important;
    transform: inherit !important;
    transition: .4s all;
  }
  .hiddenFilter{
    transform: inherit !important;
  }
  .testimoni_box{
    height: 33vw !important;
  }
  
  .height_p_3{
    height: 18vw;
  }
  .height_store_custom{
    height: 19vw;
  }
  .submenu-custom {
    position: absolute;
    display: none;
    top: 80%;
    left: 0;
    width: 100%;
    background-color: white;
    height: 70vh;
    z-index: 50;
  }
  .banner-height{
    height: 32vh !important;
  }
  .font_sizing_big{
    font-size: 4vw;
  }
  .banner_corporate{
    background-image: url(../images/bg_corporate.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 48vw;
    position: relative;
    padding: 0 0;
  }
  .font_banner_sizing{
    line-height: 1;
    font-size: 7.4vw;
  }
  .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 65vh;
    z-index: 1;
  }
  .image-card-custom{
    width: 100%;
    position: relative;
    height: 17.5vw !important;
    border-bottom: .1vw solid #A99685;
  }
  .image-card-custom-store{
    height: 25vw !important;
    position: relative;
    border-bottom: .1vw solid #A99685;
    width: 100%;
    object-fit: cover !important;
  }
  .image-card-custom-store img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
  }
  .image-card-custom-store iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .image-card-custom img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .img-hover{
    opacity: 0 !important;
    transition: .4s all;
  }
  .image-card-custom:hover .img-hover{
    opacity: 1 !important;
  }
  .image-card-custom-store:hover .img-hover{
    opacity: 1 !important;
  }
  .images-size-custom{
    width: 100%;
    height: 29vw;
    position: relative;
  }
  .img-height-custom{
    height: 28rem !important;
    object-fit: cover !important;
  }
  .img-height-custom-small{
      height: 3.3rem !important;
      object-fit: cover !important;
  }
  .icon_size{
    width: 9vw;
  }
  .padding_start_none .row:first-child{
    padding-top: 0 !important;
  }
}

@media (min-width:1440px) {
  .testimoni_box{
    height: 18vw !important;
  }
  
  .height_p_3{
    height: 8.7vw;
  }
  .height_store_custom{
    height: 14.8vw;
  }
  .padding_start_none .row:first-child{
    padding-top: 0 !important;
  }
  .myPromo .swiper-horizontal> .myPromo  .swiper-pagination-bullets, .myPromo  .swiper-pagination-bullets.swiper-pagination-horizontal,.myPromo  .swiper-pagination-custom,.myPromo  .swiper-pagination-fraction{
    left: unset !important;
    right: 43% !important;
}
  .font_sizing_big{
    font-size: 4vw;
  }
  .banner_corporate{
    background-image: url(../images/bg_corporate.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 41vw;
    position: relative;
    padding: 0 0;
  }
  .font_banner_sizing{
    line-height: 1;
    font-size: 7.7vw;
  }
  .images-size-custom{
    width: 100%;
    height: 20vw;
    position: relative;
  }
  .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
  .image-card-custom{
    width: 100%;
    position: relative;
    height: 14vw !important;
    border-bottom: .1vw solid #A99685;
  }
  .image-card-custom-store{
    height: 24vw !important;
    position: relative;
    border-bottom: .1vw solid #A99685;
    width: 100%;
    object-fit: cover !important;
  }
  .image-card-custom-store img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center;
  }
  .image-card-custom-store iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .image-card-custom img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .img-hover{
    opacity: 0 !important;
    transition: .4s all;
  }
  .image-card-custom:hover .img-hover{
    opacity: 1 !important;
  }
  .image-card-custom-store:hover .img-hover{
    opacity: 1 !important;
  }
  .img-height-custom{
    height: 41rem !important;
    object-fit: cover !important;
  }
  .img-height-custom-small{
      height: 6rem !important;
      object-fit: cover !important;
  }
  .icon_size{
    width: 8vw;
  }
  .banner-height{
    height: 34vh !important;
  }
}
@media (min-width:1506px) {
  .testimoni_box{
    height: 15vw !important;
  }
  
  .height_p_3{
    height: 7vw;
  }
}