.navbar-toggler {
  border:none;
  padding:0;
  outline:none

}
.navbar-toggler:focus {
  box-shadow:none

}
.navbar-toggler .hamburger-toggle {
  position:relative;
  display:inline-block;
  width:50px;
  height:50px;
  z-index:11;
  float:right

}
.navbar-toggler .hamburger-toggle .hamburger {
  position:absolute;
  transform:translate(-50%,-50%) rotate(0deg);
  left:50%;
  top:50%;
  width:50%;
  height:50%;
  pointer-events:none

}
.navbar-toggler .hamburger-toggle .hamburger span {
  width:100%;
  height:4px;
  position:absolute;
  background:#fff;
  border-radius:2px;
  z-index:1;
  transition:transform .2s cubic-bezier(.77,.2,.05,1),background .2s cubic-bezier(.77,.2,.05,1),all .2s ease-in-out;
  left:0

}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top:10%;
  transform-origin:50% 50%;
  transform:translate(0% -50%)!important

}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top:50%;
  transform:translate(0,-50%)

}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left:0;
  top:auto;
  bottom:10%;
  transform-origin:50% 50%

}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position:absolute;
  margin:0

}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top:45%;
  transform:rotate(45deg)

}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left:50%;
  width:0

}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top:45%;
  transform:rotate(-45deg)

}
img[src="assets/images/blank.gif"] {
  background: url("../../image/ajax.gif") no-repeat scroll center center #ffffff;
  display: block;
}
.badge {
  font-size: 13px;
  font-weight: 400;
}
.navbar-light .navbar-brand img {
  max-width: 120px

}
.badge.rounded-pill.badge-notification.bg-danger {
  top: -5px;
  position: absolute;
  left: 0;
  font-size: 8px;
}
.head-cart {
  right: 50px;
  position: absolute;
}
#header-slider img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
#header-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  font-size: 22px;
  transition: .5s;
}
#header-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  font-size: 22px;
  transition: .5s;
}
#header-slider .owl-nav .owl-prev:hover,
#header-slider .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}
#header-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)



}
#header-slider .owl-dot span {
  width: 30px;
  height: 15px;
  margin: 5px;
  background: #fff !important;
  border: solid 2px #fff !important;
  transition-duration: 0.3s;
}
#header-slider .owl-dot.active span {
  width: 30px;
  height: 15px;
  margin: 5px;
  background: #000 !important;
  border: solid 2px #000 !important;
}
.shopcat_bx .shopcat_image {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.shopcat_bx .shopcat_title {
  color: #6a6a6a;
  font-size: 24px;
}
.shopcat_bx .shopcat_subtitle {
  color: #6a6a6a;
  margin: 0;
  font-size: 13px;
}
.shopcat_bx .shopcat_price {
  color: #6a6a6a;
  margin: 0;
  font-size: 13px;
}
.shopcat2_bx .shopcat2_image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.shopcat2_bx .shopcat2_title {
  color: #777373;
  font-size: 24px;
}
.shopcat2_bx .shopcat2_subtitle {
  color: #a2a2a0;
  margin: 0;
  font-size: 13px;
}
.shopcat2_bx .shopcat2_more {
  color: #a2a2a0;
  margin: 0;
  font-size: 13px;
}
.section-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 200;
  color: #706b6b;
}
.shopcat {
  padding: 80px 0 !important;
}
.amt_bx .text_1 {
  color: #565656;
  margin: 0;
  font-size: 17px;
}
.amt_bx .text_2 {
  color: #a2a2a0;
  margin: 0;
  font-size: 13px;
}
#categoryList a {
  text-decoration: none;
  color: #2f2f2f;
  display: block;
}
.shop-by-category a {
  text-decoration: none;
}
.shop-by-category .card-text {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}
.shop-by-category img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition-duration: 0.3s;
}
.shop-by-category .card:hover img {
  transform: scale(1.1);
}
.shop-by-category .card {
  overflow: hidden;
}
.shop-by-category .card-btn {
  position: absolute;
  color: #2f2f2f;
  left: 20px;
  bottom: 20px;
  width: 90px;
  border-bottom: solid 2px #fff;
  transform: scale(0);
  text-transform: uppercase;
  transition-duration: 0.5s;
}
.shop-by-category .card:hover .card-btn {
  transform: scale(1);
}
.shop-by-category .card-btn span {
  position: absolute;
  bottom: -60px;
  opacity: 0;
  text-transform: uppercase;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.shop-by-category .card:hover .card-btn span {
  bottom: 5px;
  opacity: 1;
}
.shop-by-category .card .card-body {
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.shop-by-category .card:hover .card-body {
  background-color: rgba(86, 72, 63, 0.80);
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.shop-by-category .card:hover .card-btn {
  color: #fff;
}
.shop-by-category .card:hover .card-text {
  color: #fff;
}
.product .h4 {
  font-size: 17px;
  color: #2f2f2f !important;
}
.fc_in .fc_img {
  height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 50%;
}
.fc_in .fc_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
.fc_in:hover .fc_img img {
  transform: scale(1.1);
}
.fc_in {
  text-align: center;
}
.fc_slider a {
  text-decoration: none;
}
.fc_slider h4 {
  font-size: 20px;
  margin: 10px 0;
  color: #2f2f2f;
  font-weight: 200;
}
.fc_ml,
.fc_mr {
  position: relative



}
.fc_ml img {
  height: 300px;
}
.fc_ml .fc_min {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.fc_ml h4 {
  margin: 30px;
  font-weight: 800



}
.fc_ml a {
  position: absolute;
  bottom: 0;
  border: solid 2px #fff;
  padding: 10px 20px;
  margin: 30px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.fc_mr img {
  height: 300px;
}
.fc_mr .fc_min {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
}
.fc_mr h4 {
  font-weight: 800



}
.fc_mr a {
  border: solid 2px #fff;
  padding: 10px 20px;
  margin: 10px 0;
  display: inline-block;
  color: #2f2f2f;
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
footer a,
footer span {
  text-decoration: none !important;
  font-weight: 400;
  color: #2f2f2f;
}
.navbar {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  z-index: 999;
  background: #dc9a6c;
}
.navbar ul li a {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navbar .icon,
.navbar .bi-search {
  background: transparent !important;
  color: #fff !important;
  font-size: 20px !important;
}


.navbar-nav li a
{
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  color: #6c767d;
  border: transparent;
  padding: 10px 10px;
  border-radius: 18px;
  letter-spacing: .3px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar .vr
{
  background: none;
  opacity: 1;
  display: block;
  width: 100%;
}
.dropdown-menu {
  background-color: #000;
  padding: 0;
  border-radius: 20px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #212121 !important;;
}
.our_jwls .container-fluid {
  margin-top: 100px;
}
.our_jwls img {
  width: 100%;
  height: 100%;
  object-fit: cover

}
.our_jwls .img_1 {
  width: 75%;
  height: 500px;
  object-fit: cover;
  margin-top: -100px;
  margin-left: 5px;
  position: relative;
}
.our_jwls .img_1:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: solid 1px #fff;
  opacity: 0.5

}
.our_jwls .col-md-8 {
  position: relative

}
.our_jwls .img_2 {
  width: 300px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  right: 10%;
  bottom: -70px;
}
.our_jwls h3.section-title {
  color: #6a6a6a;
  font-size: 60px !important;
}
.em_text {
  color: #6a6a6a;
  font-size: 15px;
}
.product_image {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  object-fit: contain;
  object-position: center;
  border: solid 1px #f2f2f2;
}
.product_image .product_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product_image .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e0a67e;
  opacity: 0.05;
}
.product_category_list {
  color: #6a6a6a;
  margin: 0;
  font-size: 13px;
}
.product_title {
  text-decoration: none;
  color: #6a6a6a;
  font-size: 17px;
}
.product_price {
  color: #6a6a6a;
  margin: 0;
  font-size: 13px;
}
.product_add_cart
{
  text-decoration: none;
  border: solid 1px #dc9a6c;
  font-size: 12px;
  padding: 3px 10px 5px 10px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #fff;
  color: #dc9a6c;
}
.product_add_cart:hover
{
  background: #dc9a6c;
  color: #fff;
}
.product_add_wishlist {
  color: #a2a2a0;
  margin: 0 5px;
}
footer h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #797979;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  font-size: 14px;
  color: #212121;
}
footer ul li a {
  font-size: 14px;
  color: #797979;
}
.copyright,
.copyright a
{
  color: #9a9999;
  font-size: 14px;
}
.filter h4 {
  font-size: 17px;
  text-transform: uppercase;
  padding-top: 20px;
  color: #212121;
  font-weight: 600;
}
.filter span {
  display: block;
  padding: 2px 0;
  color: #212121;
  margin: 0;
  font-size: 13px;
}
.filter a {
  font-size: 13px;
  padding-top: 20px;
  color: #212121;
}
.filter a {
  text-decoration: none;
}
.si_text_emote {
  text-decoration: none;
  border: solid 1px #dc9a6c;
  font-size: 12px;
  padding: 3px 10px 5px 10px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #fff;
  color: #dc9a6c;
  display: inline-block

}
.preview {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  max-height: 450px;
}
#thumbnail-carousel .thumbnail-image {
  height: 450px;
  object-fit: contain;
  border: none;
}
.imgGallery {
  width: 120px;
  height: 100%;
  overflow-y: auto;
  justify-content: flex-start;
  scroll-behavior: smooth; /* Enable smooth scrolling */
  margin-bottom: 20px;
}
.imgGallery a
{
  padding: 0;
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin-bottom: 10px;
  border: solid 1px #ccc;
}
.imgGallery a img
{
  width: 100%;
  height: 100%;
  transition: border 0.2s;
  margin: 0;
}
.imgGallery a.active img {
  border: 2px solid #007bff;
}
.lazy-load-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #007bff;
  font-size: 24px;
}
.img-thumbnail.thumbnail-image {
  padding: 0;
}
#thumbnail-carousel
{
  width: calc(100% - 125px);
  width: 100%;
  height: auto;
  overflow: hidden;
  border: solid 1px #f2f2f2;
}
.spinner-border.text-primary {
  position: absolute;
  left: 30px;
  top: 30px;
}
.related_products .container {
  max-width: 900px;
}
.show-more
{
  display: list-item;
  margin-left: 10px;
  text-decoration: underline !important;
  padding-top: 5px !important;
}
.preview {
  position: relative;
}
.price_off {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
  padding: 12px 0 !important;
  font-size: 13px;
  text-align: center;
  border-radius: 50%
}
.our_prom .feature-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.our_prom .feature-icon .bi {
  font-size: 24px;
}
.add_qty {
  display: flex;
  width: 100%;
  flex-wrap: initial;
}
.add_qty > *{
  width: 50px !important;
  display: inline
}
.btn-primary
{
  background-color: #e0a67e;
  border-color: #e0a67e;
}
.variant input[type="radio"] + label span {
  border: solid 1px #ccc;
}
.variant input[type="radio"] + label {
  padding: 0 !important;
}
.variant input[type="radio"]:checked + label
{
  border: solid 2px #e6b775;
  padding: 10px 5px !important;
}
a
{
  color: #dc9a6c;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .zoomWindow {
    top: -300px !important;
    left: 0 !important;
    width: 300px !important;
    height: 300px !important;
  }
}
.bg-primary
{
  background-color: #e6b775 !important;
}
.prod_color span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.filter.filter_2 i {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -5px
}
@media (min-width: 769px) {
  .fill_24 {
    display: none;
  }
}
@media (max-width: 768px) {
  .fill_23 {
    display: none
  
  }
  .fill_24 {
    width: 100%;
    border: solid 1px #ccc;
    background-color: #e6b775;
    margin-bottom: 20px;
  }
  .product .text-end {
    text-align: left !important;
    margin-top: 15px;
  }
}
@media(max-width: 768px) {
  .product_image {
    height: 200px;
  }
  .shopcat2_bx .shopcat2_image {
    height: 200px;
  }
  .shopcat_bx .shopcat_image {
    height: 200px;
  }
  #header-slider img {
    width: 100%;
    height: auto;
  }
  .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
  }
  .navbar-light .navbar-brand img {
    max-width: 110px
    
  }
  .head-cart .text-reset.me-4 {
    margin: 10px !important;
  }
  .owl-theme .owl-nav {
    display: none;
  }
  .navbar-collapse
    {
    height: 100vh;
    overflow-y: scroll;
    width: 75%;
    position: fixed;
    top: 0;
    left: 0;
    background: #dc9a6c;
    padding: 10px;
  }  
  .navbar-nav li.nav-item {
    border-bottom: solid 1px #ccc;
  }
  .preview {
    max-height: 300px;
  }
  #thumbnail-carousel .thumbnail-image {
    height: 300px;
  }
  .imgGallery a
  {
    width: 75px;
    height: 75px;
  }
  .our_jwls .img_1 {
    width: 100%;
    margin: 0;
    height: 250px !important;
    padding: 10px;
  }
  .our_jwls .img_2 {
    width: 100%;
    margin: 0;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 10px;
    height: 250px !important;
  }
  .our_jwls .img_2 video {
    width: 100% !important;
    height: 250px !important;
  }
  .our_jwls .container-fluid {
    margin-top: 20px;
  }
  
  .price_off
  {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    padding: 8px 0 !important;
    font-size: 12px;
  }
  .navbar-expand-lg .navbar-nav {
    margin-left: 0;
  }
  .our_jwls .img_1 {
      display: none;
    }
    .footer_categories {
        display: none;
    }
}
.custom-bg-color {
  background-color: #cf9e7b; /* Replace with your desired color code */
}
.color input[type="checkbox"] {
    color: red;
    border-radius: 25px;
}
.fc_slider .product_image {
  height: 100%;
}
.error {
  color: #f00;
}
.head-cart .text-reset {
  position: relative;
}
.contact_pg .bi {
  background: #e0a67e;
  padding: 2px 7px;
  font-size: 17px;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 10px;
  color: #fff;
}
@media (min-width: 768px) {
    #offcanvasFilter {
      position: relative;
      visibility: visible;
      padding: 0;
      margin: 0;
      transform: none;
      width: 100% !important;
      border: none;
      z-index: 1;
    }
    #offcanvasFilter .offcanvas-header {
      display: none;
    }
    #offcanvasFilter .offcanvas-body {
      padding: 0
    }
}

