html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  overflow-x: hidden;  /* prevent horizontal scroll */
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}



body.modal-open {
  overflow: hidden;
}




.error {
  color: red;
}

.success {
  color: green;
}

a:hover {
  
  background-color: transparent;
}
/*
a[href="cart.php"]:hover {
  background: #ff8000;
  color: #0104c0;
}
a[href="index.php"]:hover {
  background: #ff8000;
  color: #0104c0;
}
*/


.headline {
  text-align: center;
  margin-bottom: 50px;
}

.headline h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}

.headline h3 {
  font-size: 18px;
  margin-top: 0;
}

.headline-white {
  color: #fff;
}

.bg-1 {
  background: #fbdbcd !important;
}
.bg-2 {
  background: #e5e6e6 !important;
}
.bg-3 {
  background: #fbe0d1 !important;
}
.bg-gray {
  background: #f2f3f3 !important;
}

.bg-white {
  background: #ffffff !important;
}

.top {
  width: 100%;
  height: 40px;
  /* background: #ececec;  414242 */
  background: #522c07;
}

.top .left {
  float: left;
}

.top .left ul {
  padding-top: 8px;
}

.top .left ul li {
  list-style-type: none;
  float: left;
  margin-right: 14px;
  /* color: #0d1452; */
  color: white;
}

.top .left ul li i {
  /* color: #0d1452; */
  color: white;
}

.top .right {
  float: right;
  padding-left: 3px;
}

.top .right ul {
  padding-top: 8px;
}

.top .right ul li {
  list-style-type: none;
  float: left;
  margin-left: 5px;
}

.top .right ul li a {
  /* color: #0d1452; */
  color: white;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: block;
  transition: all 0.4s ease;
}

.top .right ul li a:hover {
  background: #e6f916;
  color: #fff;
}

    .ticker-container {
      width: 100%;
      background: #522c07;
      color: rgb(232, 231, 230);
      overflow: hidden;
      position: relative;
      height: 40px;
      display: flex;
      align-items: center;
    }

    .ticker-text {
      display: inline-block;
      white-space: nowrap;
      padding-left: 50%;
      animation: ticker 50s linear infinite;
    }

    @keyframes ticker {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
  








/*  header row   #001649   #05e2fb   #01affa   #0a2b47     final Code logo #979b9f*/
.header {
  width: 100%;
  background: #979b9f;
  padding: 5px 0;
}

.container {
  width: 99%;
  margin: 0 auto;
}

/* Flex layout for the header row */
.header .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

/* Column styles */
.header .col-lg-3,
.header .col-lg-4,
.header .col-lg-5 {
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2px;
}

/* Logo styling */
.header .logo img {
  height: 80px;
  max-width: 100%;
  display: block;
}

/* Search area (center column) */
.header .search-area {
  width: 100%;
  max-width: 100%;
  display: table-cell;
  vertical-align: middle;
  justify-content: center;  /* horizontal */
  align-items: center;      /* vertical */
  padding-top: 10px;


}

.header .search-area form {
  display: inline-flex;
  width: 100%;
}

.header .search-area .form-group {

  width: calc(100% - 6em);
}

.header .search-area input {
  width: 100%;
  padding: 8px;
  
}

.header .search-area button {
  width: 6empx;
  background-color: #313a45;
  border: 3px rgb(245, 243, 243)
}
.header .search-area button:hover {
  background-color: #084b9d;
  border: 3px rgb(255, 5, 5)
}

/* Right column layout (two rows, two items each) */
.header .col-lg-5 .row {
  display: flex;
  justify-content: center;
  gap: 2px;
  width: 100%;
  margin: 5px 0;
}

.header .col-lg-5 .row .item {
  flex: 1;
  min-width: 100%;
  text-align: right;
}

/* Social media icons */
.header .social-media ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.header .social-media ul li a {
  color: #121466;
  font-size: 16px;
  transition: 0.4s;
}

.header .social-media ul li a:hover {
  color: #fff;
}

/* Right nav links */
.header .right {
  list-style: none;
  display: flex;
  justify-content: right;
}
.header .right ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0;
  margin: 0;
  color: #121466;
}

.header .right ul li {
  color: #121466;
}

.header .right ul li a {
  color: #121466;
  text-decoration: none;
}


.header .right ul li a:hover {
  color: #fff;
}
.header .right a {
  justify-content: right;  /* horizontal */
  align-items: right;      /* vertical */
  text-align: right;
  color: #121466;
  text-decoration: none;
  padding-right: 10px;
}
.header .right a:hover {
  color: #fff;
}
/* Language switcher */

.language-switcher {
  width: 100px;
  padding: 2px;
  justify-content: center;  /* horizontal */
  align-items: center;      /* vertical */
  
  
}
.language-switcher select {
  max-width: 100px;
  padding: 5px;
  text-align: left;
  
}

/* Responsive */
@media (max-width: 768px) {
  .header .inner {
    flex-direction: column;
    gap: 20px;
  }

  .header .col-lg-3,
  .header .col-lg-4,
  .header .col-lg-5 {
    width: 100%;
    text-align: center;
  }

  .header .search-area form {
    display: inline-flex;
    width: 100%;
  }

  .header .search-area .form-group,
  .header .search-area button {
    width: fit-content;
   
  }

  .header .col-lg-5 .row {
    flex-direction: column;
  }

  .header .col-lg-5 .row .item {
    width: 100%;
  }
    .header .language-center {
    justify-content: center;  /* horizontal */
    align-items: center;      /* vertical */

  }
}
/* new code for header */



/* end code for header  */


.nav-1 {
  /* background: #0d1452; */
  width: 100%;
  background: #979b9f;
  
}

.menu-container-1 {
  width: 98%;
  margin: 0 auto;
  /* background: #0d1452; */
  background: #522c07;
 
}

.menu-mobile {
  display: none;
  padding: 20px;
  color: #fff;
}

.menu-mobile:hover {
  color: #fff;
}

.menu-mobile:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f067";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after {
  clear: both;
}

.menu > ul > li {
  float: left;
  /*background: #76767e;*/
  padding: 0;
  margin: 0;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 8px 7px;
  display: block;
  color: #fffefd;
  font-size: 14px;
  display: block;
  font-style: inherit;
}

.menu > ul > li a:hover {
  background: #020202;
  color: #b65302;
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #979b9f;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
  
}

.menu > ul > li > ul > li a {
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 2px solid #ccc;
  font-size: 14px;
  color: #6b2102;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu > ul > li > ul > li > ul > li a {
  border: 0;
}

.menu > ul > li > ul.normal-sub {
  width: 220px;
  left: auto;
  padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

.bx-wrapper {
  position: relative;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}

.bx-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

.welcome {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #333;
  text-align: center;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.welcome .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #333;
}

.welcome h2 {
  color: #fff;
  margin-bottom: 25px;
}

.welcome p {
  color: #fff;
}

.welcome p.button {
  color: #fff;
  margin-top: 35px;
}

.welcome p.button a {
  background: #0d1452;
  color: #fff;
  padding: 10px 14px;
  transition: all 0.4s ease;
  text-decoration: none;
}

.welcome p.button a:hover {
  background: #fff;
  color: #0d1452;
}

.service {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 70px 0;
  background-color: #fff;
}

.service .item {
  text-align: center;

}
.service .icon {
  text-align: center;
}

.service .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #0d1452;
  color: #fff;
  font-size: 38px;
  border-radius: 50%;
}

.service .item .s-title {
  text-align: center;
  color: #db1599;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}
.product {
  width: 100%;
  height: auto;
  
}


.product .product-carousel {
  position: relative;
  width: 100%;
  height: fit-content;
  
}

.product .owl-controls {
  position: absolute;
  top: -60px;
  right: 0;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
  background: #353535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 13px;
  padding-right: 13px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
  font-size: 14px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
  background: #0d1452;
}

.product .item {
  border: 1px solid #afc8fe;
  height: 270px;
 
  background-color: transparent;
}

.product .text {
  background:transparent;
  
  margin-bottom: 0px;
  
  width: 100%;

}

.product-cat .item-product-cat .text .cart {
  background-color: #fab209;
  width: fit-content;
  text-align: center;
  position: relative;
  margin: 0 auto; /* ✅ This centers the card horizontally */
}

.product .text del {
  color: #9d9d9d;
}

.product .text h3 {
  font-weight: 400;
  text-align: center;
  color: #353535;
  font-size: 5px;
  margin-bottom: 3px;
  margin-top: 0;
}

.product .text h3 a {
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
}

.product .text h3 a:hover {
  text-decoration:none;
  background-color: #fff;
}

.product .text h4 {
  color: #0d1452;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px;
}

.product .text p {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 2px;
}

.product .text p a {
  /* background: #0d1452; */
  background: #ed8f02;
  color: #fff;
  font-size: 14px;
  padding: 2px 2px;
  transition: all 0.4s ease;
}
.product .out-of-stock {
  width: 100%;
  text-align: center;
}

.product .out-of-stock .inner {
  display: inline-block;
  background: #0d1452;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
  text-decoration: line-through;
}

.product .text .rating {
  text-align: center;
}

.product .text p a:hover {
  background: #78985d;
}

.product .item .thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
}

.product .item .thumb .photo {
  width: 100%;
  height: 180px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}




/* new code for image */
.product .item .thumb {
  position: relative;
  overflow: hidden;
}

.product .item .thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}

/* Image style and hover effects */
.product .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  will-change: transform, filter;
}

/* ✅ Hover effect on image */
/* ✅ Hover image with zoom, light, and animation */
.product .item .thumb:hover img {
  filter: brightness(1.2);
  animation: zoomAndMove 2s infinite alternate ease-in-out;
}

/* ✅ Keyframes for zoom + move left and right */
@keyframes zoomAndMove {
  0% {
    transform: scale(1.2) translateX(-10px);
  }
  100% {
    transform: scale(1.2) translateX(10px);
  }
}

/* Overlay styling */
.product .item .thumb .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  background: rgba(0, 0, 0, 0.3); /* Optional dark overlay */
  opacity: 0;
  transform: scale(0.2);
  transition: all 0.4s ease;
  pointer-events: none; /* So it doesn't block hover */
}

/* Overlay visible on hover */
.product .item .thumb:hover .overlay {
  opacity: 1;
  transform: scale(1);
}









.product-cat {
  padding-top: 5px;
  padding-left: 2px;
  padding-right: auto;
  width: 100%;
  height: fit-content;
}



.product-cat .item-product-cat {
  border: 0;
  margin-bottom: 20px;
 
  background-color: #ffffff;
  height: 430px;
}
.product-cat .item-product-cat .inner {
  border: 1px solid #f8ebeb;
  color:#000;
  padding: 0 0 0 0;
  height: 430px;
  margin-left: 0;
  margin-right: 0;
  background-color:#ffffff;
}

.product-cat .item-product-cat .inner .thumb {
  width: 100%;
  height: 320px;
  
}


/* new code for product cat */



.product-cat .product-box .photo {
  width: 280px;
  height: 100%;
  background-size: cover;
  background-position: center;
  
}
.product-cat .product-box .photo-wrapper {
  position: relative;
  display: inline-block;
  width: 280px;  /* adjust width as needed */
  height: 320px; /* adjust height as needed */
  background-color: rgb(255, 255, 255);
}


.product-box .quick-view-btn {
  position: absolute;
  top: 5px;       /* near top */
  right: 5px;     /* near right */
  display: flex;
  align-items: center;
  text-align: left;
  background: rgba(0,0,0,0.6);
  padding: 3px 10px;
  border-radius: 4px;
  color: white;
  font-weight: 200;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.product-box .photo-wrapper:hover .quick-view-btn {
  opacity: 1;
  pointer-events: auto;
}

.quick-view-label {
  margin-right: 8px;
  text-align: left;
  white-space: nowrap;
  
}


/* Hover Effects */
.product-cat .item-product-cat .inner .thumb .photo {
  width: 100%;
  height: 330px;
  margin: 10px;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  display: block;
}

/* Hover effects */
.product-cat .item-product-cat .inner .thumb:hover .photo {
  
  transform: scale(1.1) translateX(-5px); /* Zoom and move left */
  animation: photoMoveX 1s infinite alternate ease-in-out;
}

/* Move left and right continuously while hovered */
@keyframes photoMoveX {
  0%   { transform: scale(1.1) translateX(-20px); }
  100% { transform: scale(1.1) translateX(20px); }
}




.product-cat .item .inner .text {
  width: 100%;
}



.product .item .inner .text del {
  color: #9d9d9d;
 
}

.product .item .inner .text h3 {
  font-weight: 400;
  text-align: center;
  color: #353535;
  font-size: 5px;
  margin-bottom: 0px;
  margin-top: 0;
}

.product .item .inner .text h3 a {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

.product .item .inner .text h3 a:hover {
  text-decoration: none;
  color: #000000;
  background-color: #72bafd;
}

.product .item .inner .text h4 {
  color: #0d1452;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px;
}

.product .item .inner .text p {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 2px;
}

.product .item .inner .text p a {
  /* background: #0d1452; */
  background: #ed8f02;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
}

.product .item-search-result {
  border: 0;
  height: 320px;
  margin-bottom: 5px;
 
}
.product .item-search-result .inner {
  border: 1px solid #e5e5e5;
  height: 320px;
  width: 100%;
}

.product .item-search-result:nth-of-type(6n + 1) {
  clear: both;
}



.testimonial-v1 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.testimonial-v1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #353535;
  opacity: 0.7;
}

.testimonial-v1 .container {
  position: relative;
  z-index: 9999;
}

.testimonial-v1 .heading {
  margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.testimonial-v1 .heading p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.testimonial-v1 .testimonial-carousel {
  text-align: center;
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.testimonial-v1 .content .comment {
  color: #fff;
  padding: 14px 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: relative;
}

.testimonial-v1 .content .comment p {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
}

.testimonial-v1 .author {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.testimonial-v1 .photo {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}

.testimonial-v1 .photo img {
  width: 80px;
  height: 80px;
  float: right;
  margin-right: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.testimonial-v1 .text {
  display: inline-block;
  vertical-align: top;
}

.testimonial-v1 .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.testimonial-v1 .text h4 {
  font-size: 13px;
  color: #fff;
  text-align: left;
}

.testimonial-v1 .owl-nav {
  margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 20px;
  text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
  color: #fff;
  background: none;
  position: absolute;
  top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
  font-size: 30px;
  font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
  left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
  right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
  background: none;
}

.home-blog {
  width: 100%;
  height: auto;
  padding: 70px 0;
  overflow: hidden;
}

.home-blog .item {
}

.home-blog .item .photo {
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-blog .text {
  padding: 14px;
  background: #f2f3f3;
}

.home-blog .text h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.home-blog .text p.button {
  margin-top: 25px;
}

.home-blog .text p.button a {
  background: #0d1452;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
  background: #333;
}

.footer-main {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #2a2a2a;
}
.footer-main h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #525252;
}
.footer-main h3:after {
  content: "";
  position: absolute;
  width: 50px;
  background: #0d1452;
  left: 0;
  bottom: -2px;
  height: 4px;
}
.footer-main .footer-col p {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
}
.footer-main .footer-col p a {
  color: #a3a3a3;
}
.footer-main .footer-col p span {
  display: block;
  color: #a3a3a3;
}
.footer-main .footer-col ul li {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  list-style-type: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.footer-main .footer-col ul li a {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
  color: #fff;
}
.footer-main .footer-col ul li:before {
  color: #a3a3a3;
  content: "\f0a4";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
}
.footer-main .footer-col .contact-item {
  color: #a3a3a3;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  display: table;
}
.footer-main .footer-col .contact-item .icon {
  width: 35px;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #dedede;
  color: #2a2a2a;
  border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
  display: table-cell;
  vertical-align: top;
  line-height: 22px;
  display: block;
}
.footer-main .footer-col p.social {
  margin-bottom: 10px;
}

.footer-bottom-1 {
  width: 100%;
  height: auto;
  background: #522c07;
  padding: 14px 0;
}
.footer-bottom-1 .copyright {
  font-size: 13px;
  color: #a3a3a3;
  text-align: center;
}
.footer-bottom-2 {
  width: 100%;
  height: auto;
  background: #87490c;
  padding: 14px 0;
}
.footer-bottom-2 .image {
  width: auto;
  text-align: center;
  position: relative;
  


}



.scrollup {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 20px;
  display: none;
}
.scrollup i {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background: #0d1452;
  color: #fff;
  border: 4px solid #0d1452;
  text-align: center;
  font-size: 26px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.scrollup i:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}

ul.prod-slider li {
  height: 450px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  position: relative;
}
ul.prod-slider li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: block;
  z-index: 99999999;
}
.bx-controls {
  display: none;
}
.prod-pager-thumb {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}
#prod-pager {
  margin-top: 20px;
}

#prod-pager a {
  float: left;
  margin-right: 3px;
}

ul.nav-tabs {
  margin-top: 50px;
}
.product .p-title h2 {
  color: #0d1452;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
}

.product .p-status {
  margin-bottom: 10px;
}

.product .p-review {
  margin-bottom: 10px;
 
}

.product .p-price {
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  margin-left: 10px;
}

.product .p-price span {
  font-size: 30px;
}

.product .p-price del {
  color: #c7c7c7;
}

.product .p-short-des {
  margin-bottom: 30px;
  margin-left: 10px;
}

.product .p-quantity {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 35px;
  font-size: 14px;
  margin-left: 10px;
}

.product .p-quantity input[type="number"] {
  height: 30px;
  width: 100px;
  border: 2px solid #c7c7c7;
}

.product .btn-cart {
  margin-bottom: 30px;
  margin-left: 10px;
}

.product .btn-cart a {
  padding: 10px 14px;
  /* background: #0d1452; */
  background: #f19000;
  color: #fff;
}

.product .btn-cart1 input[type="submit"] {
  border: 0;
  padding: 10px 14px;
  /* background: #0d1452; */
  background: #f19000;
  color: #fff;
}

.product .share {
  line-height: 30px;
  font-weight: 700;
}

/*new code for the tab code */
/* Desktop tabs */
.product-tabs-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.product-tabs ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.product-tabs li {
  padding: 10px 16px;
  margin-right: 5px;
  background-color: #f1f1f1;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  transition: all 0.3s ease;
}

.product-tabs li:hover {
  background-color: #e0e0e0;
}

.product-tabs li.active {
  background-color: #007bff;
  color: white;
}

.product-tab-content {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fff;
  margin-bottom: 20px;
}

.tab-pane-tab {
  display: none;
}

.tab-pane-tab.active {
  display: block;
}





/*end of the tab code */


.rating-section {
  margin-bottom: 14px;
}

.page-banner {
  width: 100%;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  /* padding-top: 80px;
  padding-bottom: 80px; */
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

.page-banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  /* background: #333; */
  background: #403df9;
}

.page-banner h1 {
  color: #fc7955;
  text-align: center;
  font-size: 14px;
  font-style:normal;
  z-index: 999;
  position: relative;
  line-height: 3px;
  padding-top: 0px;
  margin-top: 14px;
}
.page-1 {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page {
  width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 50px;
}

.page h3.special {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #b9b9b9;
  position: relative;
}

.page h3.special:after {
  font-size: 18px;
  content: "";
  position: absolute;
  width: 50px;
  background: #0d1452;
  left: 0;
  bottom: -2px;
  height: 4px;
}

.cart {
  width: 100%;
  height: auto;
}

.cart table img {
  width: 100px;
}

.cart table tr td {
  vertical-align: middle;
}

.cart input[type="number"] {
  height: 30px;
  width: 70px;
  border: 2px solid #c7c7c7;
  padding-left: 10px;
  padding-right: 10px;
}

.cart table tr td .trash {
  color: #0d1452;
  font-size: 18px;
}

.cart table tr td.total-text,
.cart table tr th.total-text {
  text-align: right;
  font-size: 14px;
}

.cart table tr td.total-amount,
.cart table tr th.total-amount {
  text-align: right;
  font-size: 14px;
}

.cart-buttons {
  width: 100%;
  float: right;
  margin-top: 40px;
}

.cart-buttons ul {
  float: right;
}

.cart-buttons li {
  float: left;
  list-style-type: none;
  margin-left: 14px;
}

.cart-buttons input[type="submit"],
.cart-buttons a {
  background: #3c4ff4;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  padding: 10px 10px;
  color: #f8d009;
}

.cart-buttons input[type="submit"]:hover,
.cart-buttons a:hover {
  background: #ff8000;
  color: #0104c0;
}

.cform input[type="submit"] {
  background: #0d1452;
  border: 0;
}

.cform address span,
.cform address a span {
  color: #0d1452;
}

.page iframe {
  width: 100%;
}

.gal-container {
  padding: 12px;
}
.gal-item {
  overflow: hidden;
  padding: 3px;
}
.gal-item .box {
  height: 350px;
  overflow: hidden;
}
.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.gal-item a:focus {
  outline: none;
}
.gal-item a:after {
  content: "\e003";
  font-family: "Glyphicons Halflings";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after {
  opacity: 1;
}
.modal-open .gal-container .modal {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
  padding: 0px;
}
.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 14px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
  outline: none;
}
.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}
.gal-container .modal-dialogue {
  width: 80%;
}
.gal-container .description {
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4 {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}
@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 250px;
  }
}
/* Footer Style */
i.red {
  color: #bc0213;
}
.gal-container {
  padding-top: 0px;
  padding-bottom: 75px;
}

.videos {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.videos .adv img {
  width: 100%;
  height: auto;
}
.videos .prop-4-col:nth-of-type(4n + 1) {
  clear: both;
}
.videos .prop-3-col:nth-of-type(3n + 1) {
  clear: both;
}
.videos h2 {
  color: #464646;
  font-family: "Open Sans", serif;
  font-size: 26px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}
.videos h3 {
  color: #464646;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 20px;
}
.single-room {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
}
.single-room .photo-col2 {
  width: 100%;
  height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-room .photo-col3 {
  width: 100%;
  height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-room-text {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.single-room-text h2 {
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 0;
}
.single-room-text h2 a {
  color: #333;
  padding: 8px !important;
  font-weight: 600;
  display: block;
}

table.bill-address tr td:nth-of-type(1) {
  font-weight: bold;
  width: 200px;
}

.user-sidebar ul {
  text-align: center;
}

.user-sidebar ul li {
  list-style-type: none;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.user-sidebar ul li a {
  padding: 5px 10px;
  min-height: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 250px;
  line-height: 20px;
  background: #451e1e;
  color: #fcf7ef;
  text-align: left;
}

.user-content h3 {
  margin-bottom: 20px;
}

.blog {
  background: #fff;
}

.blog .post-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.blog .image-holder {
  width: 285px;
  float: left;
  position: relative;
  margin-right: 15px;
}

.blog .image-holder-single {
  width: 100%;
  float: none;
  position: relative;
}

.blog .image-holder-single img {
  width: 100%;
  height: auto;
}

.blog .image-holder .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  z-index: 999;
}

.blog .image-holder .day {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #0d1452;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
}

.blog .image-holder .day:before {
  position: absolute;
  top: 22px;
  left: 24px;
  color: #0d1452;
  font-family: "FontAwesome";
  content: "\f0d7";
  font-size: 24px;
}

.blog .image-holder .month {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.blog .text {
  width: calc(100% - 300px);
  float: left;
}

.blog .text-single {
  width: 100%;
  float: none;
}

.blog .text-single h3 {
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}

.blog .text .inner {
  padding: 0 20px 20px 20px;
}

.blog h3 {
  font-family: "Roboto", sans-serif;
  text-align: left;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}

.blog h3 a {
  font-family: "Roboto", sans-serif;
  color: #333;
}

.blog h3 a:hover {
  color: #30520d;
}

.blog .text ul.status {
  overflow: hidden;
  margin-bottom: 15px;
}

.blog .text ul.status li {
  text-align: left;
  margin-bottom: 15px;
  color: #0d1452;
  font-size: 14px;
  float: left;
  list-style-type: none;
  margin-right: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  padding-left: 0;
}

.blog .text ul.status li a {
  color: #0d1452;
}

.blog .text ul.status li i {
  margin-right: 8px;
}

.blog ul.status li:before {
  content: "";
}

.blog ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  list-style-type: none;
}

.blog ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f044";
  color: #333;
}

.blog h1 {
  font-size: 24px;
  color: #0d1452;
  font-weight: bold;
}

.blog h2 {
  font-size: 20px;
  color: #0d1452;
  font-weight: bold;
}

.blog h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.blog h4 {
  font-size: 16px;
  color: #0d1452;
  font-weight: bold;
}

.blog h5 {
  font-size: 14px;
  color: #0d1452;
  font-weight: bold;
}

.blog h6 {
  font-size: 12px;
  color: #0d1452;
  font-weight: bold;
}

.blog p {
  margin-bottom: 15px;
  font-size: 14px;
}

.blog p.button {
  margin-top: 20px;
}

.blog p.button a {
  font-family: "Roboto", sans-serif;
  background: #0d1452;
  color: #fff;
  padding: 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog p.button a:hover {
  background: #444;
}

.blog .pagination {
  margin-top: 20px;
}

.blog .pagination ul {
  width: 100%;
  height: auto;
  text-align: center;
}

.blog .pagination ul li {
  display: inline-block;
  color: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  padding-left: 0;
}

.blog .pagination ul li:before {
  content: "";
}

.blog .pagination ul li a {
  background: #0d1452;
  color: #fff;
  display: block;
  font-size: 16px;
}

.blog .pagination ul li a i {
  margin-right: 0;
}

.blog .pagination ul li a:hover {
  background: #333;
}

.blog .pagination ul li a.active {
  background: #333;
}

.blog .gallery-carousel {
  position: relative;
  z-index: 999;
}

.blog .owl-controls {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
  background: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 13px;
  padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
  font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
  background: #0d1452;
}

.blog .video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.blog .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog .audio {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
  width: 100%;
}

.widget {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-search input {
  height: 36px;
  border: 2px solid #afafaf;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.widget-search input:focus {
  border: 2px solid #0d1452;
}

.widget-search button {
  width: 42px;
  height: 36px;
  float: left;
  border: 2px solid #0d1452;
  background: #0d1452;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-left: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-search button:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.widget h4 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 2px solid #0d1452;
}

.widget ul li {
  display: block;
  float: none;
  color: #333;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.widget ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  color: #333;
  top: 1px;
  left: 3px;
}

.widget ul li a {
  color: #333;
  font-size: 14px;
}

.widget ul li a:hover {
  color: #0d1452;
}

.widget ul.tag-cloud li {
  display: inline-block;
  padding-left: 0;
  padding: 4px 10px;
  border: 2px solid #afafaf;
  font-size: 12px;
  margin-right: 5px;
}

.widget ul.tag-cloud li:before {
  content: "";
}

.widget ul.tag-cloud li:hover {
  background: #0d1452;
  border: 2px solid #0d1452;
}

.widget ul.tag-cloud li:hover a {
  color: #fff;
}

.card .nav-tabs {
  border-bottom: 2px solid #ddd;
  background: #fff;
}
.card .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
}
.card .nav-tabs > li > a {
  border: none;
  color: #666;
}
.card .nav-tabs > li.active > a,
.card .nav-tabs > li > a:hover {
  border: none;
  color: hsl(60, 73%, 19%) !important;
  background: transparent;
}
.card .nav-tabs > li > a::after {
  content: "";
  background: #0d1452;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.card .nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 14px 0;
}
.tab-content {
  padding: 20px;
}

.card {
  background: #fff none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.vid iframe {
  width: 100%;
  height: 250px;
}

div.pagination {
  padding: 3px;
  margin: 3px;
  z-index: 1000;
  font-size: 14px;
  margin-bottom: 20px;
}

div.pagination a {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #cf0d42;
  text-decoration: none; /* no underline */
  background-color: #0d1452;
  color: #fff;
  font-weight: bold;
}

div.pagination a:hover,
div.pagination a:active {
  border: 1px solid #cf0d42;
  color: #fff;
  background-color: #acb20b;
}

div.pagination span.current {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #cf0d42;
  font-weight: bold;
  background-color: #b20b39;
  color: #fff;
  font-weight: bold;
}

div.pagination span.disabled {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #929693;
  color: #929693;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/1.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.ad-section img {
  width: 100% !important;
  height: auto !important;
}

.breadcrumb {
  background: #fff;
  margin-top: -40px;
}

.breadcrumb ul li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
  color: #0d1452;
}
.breadcrumb ul li:last-child {
  color: #333;
}

.breadcrumb ul li a {
  color: #0d1452;
}

.bs-slider .item {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 500px;
}

  /* new footer for items */

.footer-section {
  width: 100%;
  height: fit-content;
  padding: 2px 0;
  /* background: #0d1452; */
  background: #faf6ee;
}
.item_title {
  font-size: 14px;
  color: #030303;
  padding-left: 20px;
  font-weight: bold;

}
.item-content ul {
  padding-left: 40px;
}

.item-content ul li a {
  font-size: 14px;
  color: #120193;
  padding-left: 40px;
  font-weight: bold;
}

.home-newsletter {
  width: 100%;
  height: fit-content;
  padding: 2px 0;
  /* background: #0d1452; */
  background:  #86490c;
}

.home-newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.home-newsletter .single h2 {
  font-size: 16px;
  color: white;
  text-transform:inherit;
  margin-bottom: 5px;
  margin-top: 0;
}
.home-newsletter .single .form-control {
  height: 50px;
  border-color: #333;
  outline: none;
}
.home-newsletter .single .btn {
  min-height: 50px;
  background: #333;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.product-section {
  position: relative;
  padding: 0.5em 0.5em 0.5em;
  background-color: #ebe3db;
}
.product-section-block .inner-box {
  position: relative;
  padding: 2px 2px 2px 2px;
  width: 100%;
  height: 400px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1px;
  transition: .5s;
  align-items: normal;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.product-section .inner-box .item {
  border: 1px solid #e1ecfc;
  width: 50%;
  height: 50%;
  margin-top: 1px;
}
.product-section .inner-box .item .thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
}



.product-section .inner-box .itme .img {
  width: 100%;
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-section-block .inner-box .item .text {
  background: #f2f3f3;
  padding: 2px;
  overflow: hidden;
  color:rgb(94, 241, 3)
}
.product-section .item .thumb .overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: rgba(255, 255, 255, 0.6);
}

.product-section .item:hover .thumb .overlay {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

  .product-section .inner-box .item .text del {
    color: #9d9d9d;
  }
  
  .product-section .inner-box .item .text h3 {
    font-weight: 400;
    text-align: center;
    color: #353535;
    font-size: 5px;
    margin-bottom: 3px;
    margin-top: 0;
  }
  
  .product-section .inner-box .item .text h3 a {
    color: #090909;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-align: justify;
  }
  
  .product-section .inner-box .item .text h3 a:hover {
    text-decoration: none;
  }
  
  .product-section .inner-box .item .text h4 {
    color: #0d1452;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
  }
  
  .product-section .inner-box .item .text p {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 2px;
  }
  
  .product-section .inner-box .item .text p a {
    /* background: #0d1452; */
    background: #ed8f02;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
  }

/* Who we are */

.about-section {
  position: relative;
  padding: 10px 10px 10px 10px;
  width: 100%;
  background-color: #fff;
}

.about-section:before {
  position: absolute;
  background-color: #5ea3f8;
 
}

.about-section .top-content {
  padding-bottom: 20px;
  width: 95%;
}

.about-section .experience-year {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

.about-section .experience-year .icon {
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 86px;
  text-align: center;
  font-size: 50px;
  margin-right: 25px;
}

.about-section .experience-year .content {
  width: calc(100% - 115px);
}

.about-section .experience-year h3 {
  font-size: 40px;
  font-weight: 800;
  text-shadow: 0px 0px 10px rgb(224, 93, 28);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgb(102, 100, 100);
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.about-section .experience-year span {
  font-size: 36px;
  -webkit-text-stroke-width: 2px;
}

.about-section .experience-year h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-section .theme-btn {
  background-color: #293e9c;
} 

.about-section .theme-btn:hover i {
  color: #fff;
}

.about-section .overview {
  position: relative;
  
}

.about-section .overview .wrapper-box {
  position: relative;
  background: #fff;
  padding: 10px 10px 10px 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.about-section .overview .auto-container {
  width: 100%;
}

/* overview */
.about-section .overview h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 44px;
}

.about-section .text {
  margin-bottom: 30px;
}

.about-section .author-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about-section .signature {
  position: relative;
  padding-right: 20px;
  margin-right: 25px;
  border-right: 1px solid #ddd;
}

.about-section .author-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.about-section .designation {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}

.about-section .video-btn {
  position: relative;
  margin-right: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  overflow: hidden;
}

.about-section .video-btn a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 30px;
  transition: .5s;
}

.about-section .video-btn a:hover {
  border-radius: 50%;
}

.about-section .video-btn a:before {
  position: absolute;
  content: '';
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  transition: .5s;
  border: 3px solid #fff;
  transition: .5s;
}

.about-section .video-btn:hover a:before {
  border-radius: 50%;
}

.about-section .row {
  margin: 0 -10px;
}

.about-section .counter-column {
  position: relative;
  padding: 0 10px;
}

.about-section .counter-column .inner {
  position: relative;
  background: #293e9c;
  padding: 18px;
}

.about-section .counter-column .inner:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/shape/shape-3.png);
  background-size: cover;
}

.about-section .counter-column .count-box {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.about-section .counter-column h4 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 130px;
}

.about-section .counter-column h5 {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 23px;
}

.about-section .counter-column .icon {
  position: relative;
  font-size: 50px;
  text-align: center;
  background: #fff;
  margin: 13px -16px -16px;
  padding: 67px 0;
  color: #ff6016;
}

.about-section .counter-column .inner .icon:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/shape/shape-4.png);
  background-size: cover;
}

.about-section .counter-column:nth-child(2) .icon {
  padding: 47px 0;
}

.about-section .counter-column:nth-child(2) h5 {
  margin-top: 63px;
}

.about-section .counter-column:nth-child(3) .icon {
  margin-bottom: 13px;
  margin-top: -16px;
}

.about-section .sec-title {
  margin-bottom: 46px;
}

.about-section .readmore-link {
  margin-top: 25px;
}


.about-section .icon-box {
  position: relative;
  padding: 10px 10px;
  background-color: #5dc4f1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  transition: .5s;
  align-items: center;
}

.about-section .icon-box:hover {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: goldenrod;
}

.about-section .icon-box:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  transition: .5s;
  opacity: 0;
  right: 10px;
  top: 10px;
}

.about-section .icon-box:hover:before {
  opacity: 1;
}

.about-section .icon-box .icon {
  font-size: 30px;
  color: #cecac4;
  margin-right: 20px;
  transition: .5s;
  line-height: 48px;
}

.about-section .icon-box h4 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #cecac4;
  transition: .5s;
}

.about-section .icon-box:hover h4 {
  color: #2a2a2a;
}

.about-section .image {
  margin-bottom: 30px;
}

/* Sec Title */

.sec-title {
  position: relative;
  margin-bottom: 10px;

}

.sec-title .sub-title {
  position: relative;
  font-size: 30px;
  color: #dc6f20;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.sec-title .sub-title:before {
  font-family: Flaticon;
  content: "\f163";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 11px;
  z-index: 5;
  font-weight: 400;
  transform: rotate(180deg);
}

.sec-title .sub-title:after {
  font-family: Flaticon;
  content: "\f163";
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 11px;
  z-index: 5;
  font-weight: 400;
}

.sec-title h3 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #dc6f20;
  width: 100%;
  padding-left: 100px;
}

.sec-title .text {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}

.sec-title.light h2 {
  color: #ffffff;
}


/* Who we are */

.background-section {
  position: relative;
  padding: 10px 10px 10px 10px;
  width: 100%;
  background-color: #fff;
}
.background-section .overview-1 {
  position: relative;
  background: #fff;
  padding: 10px 10px 10px 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

/*  Facts Section */

.facts-section {
  position: relative;
  width: 100%;
  padding: 30px 0 30px;
  z-index: 9;
}

.facts-section:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  height: 150px;
  background-color: #f0ece5;
  z-index: -2;
}

.facts-section .wrapper-box {
  position: relative;
  padding: 120px 0 51px;
  background-size: cover;
}

.facts-section .wrapper-box:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 66, 254, 0.16);
}

.facts-section .shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.facts-section .shape .shape-one {
  position: absolute;
  top: 77px;
  left: 30px;
  z-index: 9;
}

.facts-section .shape .shape-two {
  position: absolute;
  right: 274px;
  top: -39px;
}

.facts-section .shape .shape-three {
  position: absolute;
  right: 45%;
  bottom: -98px;
}

.facts-section .shape .shape-four {
  position: absolute;
  bottom: -105px;
  left: -166px;
}

.facts-section .shape .shape-five {
  position: absolute;
  bottom: -78px;
  right: -175px;
  z-index: -2;
}

.facts-section .counter-column {
  position: relative;
  background-color: #ffffff;
  
  padding: 22.5px 30px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (min-width:1200px) {
  .facts-section .counter-column {
      max-width: initial;
      width: auto;    
  }
  .facts-section .counter-column {
      position: absolute;
      top: -40px;
      left: 38%;
  }
  .facts-section .counter-column:nth-child(2) {
      top: 20px;
      left: 20px;
  }
  .facts-section .counter-column:nth-child(3) {
      top: 20px;
      left: auto;
      right: 20px;
  }
  .facts-section .counter-column:nth-child(4) {
      top: auto;
      bottom: 20px;
      left: 10%;
  }
  .facts-section .counter-column:nth-child(5) {
      top: auto;
      bottom: 20px;
      right: 10%;
      left: auto;
  }
}

.facts-section .counter-column .icon {
  position: absolute;
  right: 10px;
  top: 5px;
}

.facts-section .counter-column .count-text {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.facts-section .counter-column .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #2a2a2a;
  margin: 0;
}


/* Styles for Product Tabs */
/* Styling for the product tabs */
/* Desktop styles */
.product-tabs-container {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0;
  color:#070707;
}

.product-tabs {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  background-color: #faf7f8;
  color: #e06513;
  
  padding: 0;
  gap: 20px; /* spacing between tabs */
}
.product-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.product-tabs ul > li {
  width: fit-content;
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
  background-color: #6b3d1b;
  border-radius: 5px;
  margin-right: 0px;
  cursor: pointer;
  font-weight: bold;
  color: #fefdfd;
  
}
.product-tabs ul > li:hover {

  background-color: #0e0c1b;
  color: #f7a0f7;
  
}
.product-tabs li.active {
  color: #007bff;
  background-color: #e0e0e0; /* Active tab highlight */

}

/* Mobile Navigation styles */
.mobile-nav {
  display: none;
}

.mobile-nav ul {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
}

.mobile-nav li {
  font-size: 12px;
  font-weight: bold;
  color: #080708;
  cursor: pointer;
  text-align: center;
}

.mobile-nav li.active {
  color: #007bff;
}

/* Hide desktop tabs on mobile */
.desktop-tabs {
  display: flex;
}

@media (max-width: 768px) {
  /* Show mobile navigation on small screens */
  .mobile-nav {
    display: block;
  }

  /* Hide desktop tabs on mobile */
  .desktop-tabs {
    display: none;
  }
}

/* Tab Content */
.tab-content {
  margin-top: 20px;
  background-color: #fff;
  margin-bottom: 0px;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.product-slider {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}

.product-item {
  width: 220px;
  margin: 10px;
  text-align: center;
  
}

.product-photo {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}

.product-item h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.product-item h4 {
  font-size: 14px;
  color: #888;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .product-photo {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .product-photo {
    height: 120px;
  }

  .product-tabs li {
    padding: 8px 15px;
  }
}
/* add additional code for tabe   */
/* Desktop Tabs (Visible on large screens) */
/* Base tab styling */
.product-tabs .desktop-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap; /* Keep tabs on one line */
  list-style: none;
  gap: 3px;
  padding: 10px;
  background-color: #fff;
  width: 100%;
  
}

.product-tabs .desktop-tabs li {
  padding: 10px 20px;
  background: #f1f1f1;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  width: 100%;
}

.product-tabs.desktop-tabs li.active {
  background-color: #007bff;
  color: #fff;
}

/* Content below tabs */
.tab-content {
  margin-top: 15px;
}

/* Hide everything on mobile */
@media (max-width: 768px) {
  .product-tabs.desktop-tabs,
  .tab-content {
    display: none !important;
  }
}











/*CSS (simple style for pagination)*/



.pagination {
    margin-top: 30px;
    text-align: center;
}
.pagination a, .pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
}
.pagination .current-page {
    background: #333;
    color: #fff;
    border-color: #333;
}


/* new tabs style for products*/

.product-tabs ul { 
  display: flex; 
  gap: 10px; 
  list-style: none; 
  padding: 0;
}
.product-tabs li { 
  cursor: pointer; 
  padding: 8px 12px; 
  background: #eee; 
}

.product-tabs li.active { 
  background: #000106; 
  color: #fff; 
}
/* Global box-sizing for layout consistency */


.product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-item {
  border: 1px solid #ddd;
  padding: 0;
  display: inline-block;
  height: 280px;
  margin: 2px;
  margin-top: 5px;
  text-align: center;
  background-color: #fefdfd;

  /* Default: mobile view - 2 per row */
  width: calc(50% - 10px); /* Subtracting gap */
}

.product-list .product-item img {
  width: 90%;
  height: 50%;
  padding: 5px;
  margin: 10px;
}

/* Desktop: 8 per row */
@media (min-width: 1024px) {
  .product-item {
    width: calc(14% - 10px); /* 100% / 8 = 12.5% */
  }
}

.product-item img {
  width: 90%;
  height: 60%;
  padding: 5px;
  margin: 10px auto;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.product-item del {
  color: #9d9d9d;
}
.product-item .card {
  background-color: #fab209;
  width: fit-content;
  text-align: center;
  position: relative;
  margin: 0 auto; /* ✅ This centers the card horizontally */
}
.product-item h3 { 
  font-size: 12px; 
  color: #000;
  text-align: center;
  padding: 2px;
}
.product-item h4 { 
  font-size: 12px; 
  color: #000;
  text-align: center;
  padding: 2px;
}
/* Hover Effects */
.product-item:hover img {
  filter: brightness(1.2);      
  transform: scale(1.1) translateX(-5px);
}

.product-item:hover img:hover {
  animation: moveX 1s infinite alternate ease-in-out;
}

@keyframes moveX {
  0%   { transform: scale(1.1) translateX(-20px); }
  100% { transform: scale(1.1) translateX(20px); }
}





.pagination { 
  margin-top: 20px; 
  text-align: center; }
.pagination a, .pagination span { 
  margin: 0 5px; 
  padding: 5px 10px; 
  background: #f0f0f0; }
.pagination .current-page { 
  background: #333; 
  color: #fff; 
}

/* Tabs container is horizontally scrollable */
.product-tabs-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #d5cfcf;
}

.product-tabs ul {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.product-tabs li {
  padding: 10px 16px;
  cursor: pointer;
  list-style: none;
  flex: 0 0 auto;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

.product-tabs li.active {
  border-bottom: 1px solid #007bff;
  color: #fff;
}

/* Product items grid */
.product-slider {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

/* Ensure product images are responsive */
.product-item img,
.product-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Pagination styling */
.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 12px;
  background-color: #eee;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
}

.pagination .current-page {
  background-color: #007bff;
  color: white;
}




/* Shipping Policy */

.policy-section {
  position: relative;
  padding: 10px 10px 10px 10px;
  width: 100%;
  background-color: #fff;
}

.policy-section:before {
  position: absolute;
  background-color: #5ea3f8;
 
}
.policy-section .wrapper-box {
  padding: 20px 20px 20px 20px;
  width: 100%;
  background-color: #fff;
}
.policy-section .top-content {
  padding-bottom: 20px;
  width: 95%;
}

.policy-section .experience-year {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

.policy-section .experience-year .icon {
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 86px;
  text-align: center;
  font-size: 50px;
  margin-right: 25px;
}

.policy-section .experience-year .content {
  width: calc(100% - 115px);
}

.policy-section .experience-year h3 {
  font-size: 60px;
  font-weight: 800;
  text-shadow: 0px 0px 10px rgb(9, 3, 0);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgb(255, 91, 3);
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.policy-section .experience-year span {
  font-size: 36px;
  -webkit-text-stroke-width: 2px;
}

.policy-section .experience-year h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.policy-section .theme-btn {
  background-color: #293e9c;
} 


/* add pagination for products category  */
.pagination-wrapper {
  text-align: center;
  margin-top: 30px;
}
.pagination {
  display: inline-block;
  padding: 0;
}
.pagination li {
  display: inline;
  margin: 0 3px;
}
.pagination a {
  padding: 8px 12px;
  background: #f4f4f4;
  color: #333;
  border-radius: 3px;
  text-decoration: none;
}
.pagination .active a {
  background: #333;
  color: #fff;
}

 
    /* Popup background */
    .popup-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    /* Popup content */
 
    .popup-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup-message {
      background: white;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      max-width: fit-content;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .popup-message h2 {
      margin: 0 0 15px;
    }

    .popup-message button {
      padding: 10px 20px;
      border: none;
      background-color: #28a745;
      color: white;
      border-radius: 5px;
      cursor: pointer;
    }

    .popup-message button:hover {
      background-color: #218838;
    }




/* Add tranlated this to the <head> section  */

  #google_translate_element {
    position: relative;
    z-index: 9999;
  }

  .goog-te-banner-frame.skiptranslate {
    display: none !important;
  }

  body {
    top: 0px !important;
  }

  .goog-logo-link {
    display: none !important;
  }

  .goog-te-gadget {
    font-size: 0px;
  }

  #google_translate_element select {
    font-size: 14px;
    padding: 4px;
    border-radius: 5px;
  }



/* table scroll for cart table */

.table-wrapper {

overflow-y: scroll;
overflow-x: scroll;
height: fit-content;
max-height: 110.4vh;

margin-top: 1.375em;

margin: 1em;
padding-bottom: 1.25em;

}

/* filter in the product-category page list */
.filter-tag {
    display: inline-block;
    padding: 4px 8px;
    background: #007bff;
    color: #fff;
    border-radius: 12px;
    margin: 2px;
    font-size: 13px;
}

.filter-tag .remove-tag {
    margin-left: 5px;
    color: #fff;
}
.filter-section {
  position: relative;
  padding: 0.5em 0.5em 0.5em;
  background-color: #979b9f;
}




/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}



.thumbnail-slider {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 10px;
}
.thumbnail-slider .thumb-item img {
  cursor: pointer;
  max-width: 80px;
  border: 1px solid #ccc;
}
.thumbnail-slider .thumb-item img.active {
  border-color: #007bff;
}

.truncate {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px;
      line-height: 1.4;
      max-width: 250px;
}

