.video iframe{
    width: 100% !important;
    height: calc(60vh - 150px) !important;
}

  .service-style1 .service-img2 {
    /* default state: hidden */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .service-style1:hover .service-img2 {
    /* on hover: visible */
    visibility: hidden;
    opacity: 0;
  }

  .service-style1 {
    min-height: 600px;
    border-radius: 10px;
    color:black;
  }

  .product-style1 {
    padding: 0 !important;
  }

  .product-style1 .social-style {
    padding: 15px !important;
    padding-top: 0 !important;
    transform: translate(5px, 5px) !important;
  }
  .product-style1 .product-about {
    min-height: 155px !important;
    padding: 5px 15px 0 15px !important;
  }
  .product-style1 .product-img {
    margin-bottom: 10px !important;
  }

  .product-style1 .product-img img {
    width: 100% !important;
    max-height: 350px !important;
  }

  .hero-layout1 .hero-slide::before {
     background-color: rgba(0, 0, 0, 0);
  }

  .breadcumb-wrapper {
    background-color:#fcddc7 ;
    width: auto;
    min-height: 390px;
  }

  @media (min-width: 2560px) {
    .breadcumb-wrapper , .product_slide{
      min-height: 539px;
    }
  }

  .footer-layout1 {
    padding: 0px;
  }

  .widget-area {
    padding-bottom: 0px;
  }

  /* .project-layout1 .project-style1 .project-content .project-title a {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .project-layout1 .project-style1 {
    position: unset !important;
    overflow: unset !important;
  }*/
  .project-layout1 .project-style1::before {
    background-color: unset !important;
    visibility: visible !important;
    opacity: 1;
    transition: none !important;
  }
  
  /* .project-layout1 .project-style1 .project-content {
    transition: none !important;
    transform: none !important;
    bottom: -115px !important;
  }

  .project-layout1 .project-style1 .project-content .project-text {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .project-layout1 .project-style1 .project-content .link-btn {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .project-text {
    margin-bottom: 10px !important;
  }

  .project-style1 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.project-content {
  margin-top: auto;
}  */


@font-face {
  font-family: 'Belgiano Serif';
  src: url('/fonts/BelgianoSerif-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HarmonyOS';
  src: url('/fonts/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'YeZiGongChangShanHaiMingChao';
  src: url('/fonts/YeZiGongChangShanHaiMingChao-2.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HarmonyOsSc';
  src: url('/fonts/HarmonyOS_Sans_SC_Regular.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FangZhengHeiTiJianTi';
  src: url('/fonts/FangZhengHeiTiJianTi-1.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

:root {
  --title-font: 'HarmonyOS', 'HarmonyOsSc', serif;
  --body-font: 'Montserrat', 'HarmonyOsSc', serif;
}

label, .font-body, .widget_categories a, .header-links li, .breadcumb-menu li,
.breadcumb-menu a, .breadcumb-menu span, .vs-pagination span, .vs-pagination a, .about-layout3 .about-img .img-title
 {
  font-family: var(--body-font) !important;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 , .vs-btn, .link-btn, .font-title, .widget_title, .main-menu a, .title-area .sec-subtitle  {
  font-family: var(--title-font) !important;
  font-weight: 500 !important;
}

.custom-sliding-height {
  background-size: cover;
  padding-top: calc(20%) !important;
}

.vs-mobile-menu ul li.custom a:before {
  padding-left: 10px;
  content: none !important;
}

.swal2-container {
  z-index: 1000001 !important;
}

.side-menu-icon {
  width: 30px;
  text-align: end;
  padding-right: 10px;
}


.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #ccc;
  border-top-color: #646667;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.view-loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #ffc107;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin-loader 1s linear infinite;
  display: inline-block;
}

@keyframes spin-loader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom-link {
  font-weight: 600;
  border-bottom: solid 3px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 10px;
  color: #2b9a3d;
  border-radius: 8px;
}

.sub-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF3B2;
  color: var(--black-color);
  position: absolute;
  right: 0;
  bottom: 0;
}


#languages_selection .dropdown {
  display: none;
  background: white;
  width: 100px;
  left: 0px;
  border-radius: 8px;
  border: solid 1px #f1f5f4;
  padding: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

#languages_selection_dropdown div {
  color: black;
}
#languages_selection_dropdown div:hover {
  color: var(--secondary-color);
}


.vs-pagination li:first-child a, .vs-pagination li:last-child a {
  border: #b1b1b1 !important;
  background-color: #b1b1b1 !important;
}

.vs-pagination li.active{
  border: 1px solid var(--secondary-color) !important; 
  background-color: var(--secondary-color) !important; 
}
.vs-pagination li.active a{
  color: var(--white-color) !important;
}

.product-button {
  background: #fff18a;
  width: 50px;
  height: 50px;
}
.product-button:hover {
  background: #ffe108;
}

#logged_in2 , #logged_in {
  cursor: pointer !important;
}

.service-style1 {
  padding:30px;
}

.zoom-container {
  position: relative;
  display: inline-block;
}

#zoomable-image {
  width: 500px;
  height: auto;
  display: block;
}

.lens {
  position: absolute;
  /* border: 1px solid #000; */
  width: 200px;
  height: 200px;
  visibility: hidden;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1000px auto;
}

.lens::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  transform-origin: top left;
  background-repeat: no-repeat;
  background-size: 1000px auto;
  pointer-events: none;
}

.vs-menu-wrapper {
  z-index: 99 !important;
}
.modal {
  z-index: 100 !important;
}

.view-text ,.cart_table .remove {
  color: #2b9a3d;
}
.view-text ,.cart_table .cart {
  color: #2b9a3d;
}

.view-text:hover,.cart_table .remove:hover {
  color: black;
}
.view-text:hover,.cart_table .cart:hover {
  color: black;
}

.product-link {
  font-weight: bold;
}
.product-link.active {
  border-bottom: solid;
  color: black;
}
.product-link {
  color:#2b9a3d;
  font-size: 22px;
  font-weight: bold;
}
.product-link:hover {
  color: black !important;
}
.product-link.active {
  border-bottom: solid;
  color: black;
}


.custom-footer-logo {
  padding: 0;
  margin: 0;
}
.custom-footer-logo div {
  color: #452713;
  font-size: 15px;
  line-height: 1.8;
}
.custom-footer-logo a img {
  height: 100px;
}
.custom-footer-logo .custom-footer-social {
  padding-left: 10px;
}
.custom-footer-logo .custom-footer-social a {
  font-size: 35px;
  color: #452713;
}
.custom-footer-logo .custom-footer-social a img {
  width: 55px;
  height: 55px;
  display: flex;
  align-self: center;
  padding-bottom: 1px;
}

.custom-footer-contact {
  color: #452713;
}
.custom-footer-contact .title {
  font-weight: unset !important;
  font-size: 24px;
  padding-bottom: 8px;
  color: #452713;
}
.custom-footer-contact table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.custom-footer-contact table tr, .custom-footer-contact table td {
  border: none;
}
.custom-footer-contact table tr {
  vertical-align: top;
}
.custom-footer-contact table td {
  padding: 2px;
  line-height: 1.5;
}
.custom-footer-contact table td a {
  color: #452713;
}
.custom-footer-contact table td a:focus {
  color: #ffd800;
}
.custom-footer-contact table td:first-child {
  width: 100px;
}

.custom-footer-widget .title{
  font-weight: unset !important;
  font-size: 24px;
  color: #452713;
  padding-bottom: 12px;
}

.footer-layout1 .widget_categories a {
  color: #452713;
}

.footer-layout1 .widget_categories a:hover {
  color: #0c7735;
}

.hero-layout1 .hero-slide{
  padding : 0px;
}

@media (max-width: 768px) {
  .hero-slide {
    background-size: contain; /* Show entire image */
    background-position: center top;
    max-height: 390px ;
  }
}

.cart_table thead th{
  background-color: #fcddc7;
  font-weight: 10 !important;
}

.vs-cart-wrapper .vs-btn , .badge{
  background-color: #fcddc7;
}

.vs-btn , #reset_password{
  border: 2px solid #fcddc7;
  background-color: #fcddc7;
}

#reset_password:hover {
   background-color:#0c7735;
   border: 2px solid #0c7735;
}

.profile_address {
  line-height: 1;
  margin-bottom: 10px;
}
.team-details .vs-comment-form .form-title{
  border-bottom: none !important;
}

.scrollable-core {
  max-height: 600px; 
  overflow-y: auto;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

.scrollable-core::-webkit-scrollbar {
  display: none; 
}

.service-style1 .service-icon{
  background-color: unset !important;
  box-shadow: unset !important;
}


.service-style1 .service-title{
  font-weight: unset !important;
}

.service-style1 .service-inner {
  transform: unset !important;
  transition: unset !important;
  position: unset !important;
  z-index: unset !important;
}

.breadcumb-title ,.breadcumb-menu li{
  color : #452713;
}

.slick-dots button:hover, .slick-dots .slick-active button{
  background-color : #452713;
}

.blog-inner-author a {
  font-weight: lighter;
}

.media-style1 .media-icon.custom-color {
  background-color: #fcddc7 !important;
}
.contact-layout1 .contact-left .contact-title.custom-color {
  border-color: #fcddc7 !important;
}
.contact-layout1 .vs-btn.custom-color {
  background-color: #fcddc7 !important;
}
.team-details .vs-comment-form .vs-btn.custom-color {
  background-color: #fcddc7 !important;
  border-color: #fcddc7 !important;
}
.team-details .vs-comment-form .vs-btn.custom-color:hover {
  color: white !important;
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

.vs-menu-toggle{
  background-color : #fcddc7 !important;
  color : #452713 !important;
}

.vs-menu-wrapper .vs-menu-area{
  border-right:unset !important;
}

.header-layout1{
  background-color: unset !important;
}

.vs-checkout-wrapper .vs-btn{
  background-color: #fcddc7;
}

.product-description__tab .nav .nav-link{
  width:200px;
}

.scrollable-address-list {
  max-height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.scrollable-address-list::-webkit-scrollbar {
  width: 6px;
}

.scrollable-address-list::-webkit-scrollbar-track {
  background: transparent;
}

.scrollable-address-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

#pdf-container {
  width: 55%;
  overflow-y: auto;
  margin : auto;
}

.pdf-container {
  width: 55%;
  overflow-y: auto;
  margin : auto;
}

@media (max-width: 428px) {
  #pdf-container{
    width : 100%;
    margin : unset; 
  }

  .pdf-container {
    width: 100%;
    margin : unset; 
  }

  .wish_btn_margin {
    margin-top : 10px;
  }
}


