.hover01 figure img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover01 figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.column {
  margin: 0;
  padding: 0;
}
.column:last-child {
  padding-bottom: 30px;
}
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 0 25px;
  padding: 0;
}
.column div:first-child {
  margin-left: 0;
}
.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}
figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure:hover+span {
  bottom: -36px;
  opacity: 1;
}
.inst-img img{
  width: 100%;
}
.grid-section {
  margin-top: 3em;
  margin-bottom: 2em;
  padding: 0;
}

.grid-section img {
  width: 100%;
  object-fit: cover;
}
.grid-section .grid-section-child {
  display: flex;
  flex-wrap: wrap;
}

.grid-section .grid-section-child .prelative {
  position: relative;
}

.grid-section .grid-section-child .text-holder {
  position: absolute;
  width: 100%;
  top: 7%;
  left: auto;
  text-align: center;
  vertical-align: middle;
}

.grid-section .grid-section-child .text-holder h2 {
  font-family: "Allura", cursive;
  font-size: 32px;
  margin: 0 0 5px 0;
  color: #871616;
}
.grid-section .grid-section-child .text-holder h4 {
  font-family: "Crimson Text", serif;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #871616;
}

.grid-section .grid-section-child .text-holder img {
  width: 20%;
  margin-top: 12px;
  margin-bottom: 12px;
}

.grid-section .grid-section-child .text-holder a {
  font-size: 13px;
  color: #000;
}
.grid-section .grid-section-child .text-holder a:hover {
  color: #ba7b57;
}

#hover-zoom {
  vertical-align: middle;
  overflow: hidden;
}

#hover-zoom img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

.single-section {
  height: 30vh;
  margin: 5em auto 3em auto;
  padding: 2% 0;
  background-image: url("image/h2-img-4.jpg");
  background-position: center;
  background-size: cover;
}

.single-section h1 {
  font-family: "Crimson Text", serif;
  text-align: center;
  font-weight: 600;
}

.single-section .single-section-img {
  width: 100%;
  text-align: center;
}

.single-section .single-section-img img {
  width: 4%;
  text-align: center;
  margin: 10px auto;
}

.parallax-container {
  position: relative;
  height: 65vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4em;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1; /* Place the video behind other content */
}

/* Parallax Effect */
.parallax-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Adjust the overlay color and opacity */
  z-index: -1; /* Place the overlay behind the video */
}

.ribbon {
  position: relative;
  text-transform: uppercase;
  color: white;
}
.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  border-left: 46px solid transparent;
  border-right: 46px solid transparent;
  border-top: 10px solid #f8463f;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #f8463f;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}
.ribbon1 span:before,
.ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #f8463f;
}
.ribbon1 span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #c02031;
}

@media (min-width: 500px) {
  .ribbons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ribbon {
    width: 48%;
  }
}

.header-top-left ul li a svg {
  fill: #e3b132 !important;
  background: transparent;
}

.green-bg {
  /*
  background-image: url(image/header-top.jpg);*/
  background-color: #000;
}
.green-bg div p {
  font-size: 11px;
  margin: 0px;
  color: #fff;
  padding: 8px 0px;
}
header .green-bg-desktop p {
  line-height: 18px;
}

header .green-bg-desktop p a {
  color: #fff;
  text-decoration: none;
}

.tab-content .product-layout:hover .btn-default-1 {
  background: #bd7e55;
  border: none;
  color: #000;
  text-transform: capitalize;
  padding: 8px 40px;
  font: 500 14px/24px "Poppins", Helvetica, sans-serif;
  letter-spacing: 1px;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  bottom: 10em;
  left: 3.7em;
  cursor: pointer;
  transition-duration: 0.3s;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
}
#product .product-quantity {
  position: relative;
}

.page-title-wrapper .page-title {
  width: 50%;
  text-align: left;
}
.page-title-wrapper .breadcrumb {
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  header .green-bg-desktop {
    display: none;
  }

  .grid-section .grid-section-child1 {
    margin-bottom: 30px;
  }

  header .green-bg-mobile {
    display: flex;
    justify-content: space-between;
    height: 35px;
    width: 100%;
  }
  header .header-top-right {
    display: none;
  }
  .header-top-left ul li a svg {
    fill: #fff !important;
    background: transparent;
  }
  .header-top-left .list-unstyled svg {
    width: 16px;
    height: 16px;
  }
  .header-top-left ul li a svg:hover {
    fill: #ba7b57 !important;
    transform: scale(1.1);
  }

  .header-top-left .list-unstyled {
    margin-bottom: 0;
    margin-bottom: 0px;
  }

  #top-links {
    height: 35px;
  }

  .bg {
    float: none;
    max-width: 100%;
    margin: 1% auto;
  }
  .eltdf-btn-border {
    position: absolute;
    top: 40%;
    left: 18%;
    width: 8em;
    height: 3em;
    box-sizing: border-box;
    border: 1px solid #b97a56;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .add_to_cart_button {
    margin-top: 48%;
    color: #bd7e55;
    cursor: pointer;
  }

  .add_to_cart_button:hover {
    color: #bd7e55;
  }

  .cart_button {
    margin-top: 0;
    width: 10em;
    line-height: 2.8em;
    color: #bd7e55;
    background: transparent;
    cursor: pointer;
    border: none;
  }

  .buy_now_button {
    margin-top: 0;
    margin-left: 7em;
    width: 10em;
    line-height: 2.8em;
    color: #bd7e55;
    background: transparent;
    cursor: pointer;
    border: none;
  }

  .cart_button .eltdf-btn-border-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 10em;
    height: 3em;
    box-sizing: border-box;
    border: 1px solid #b97a56;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .buy_now_button .eltdf-btn-border-cart {
    position: absolute;
    top: 0;
    left: 7em;
    width: 10em;
    height: 3em;
    box-sizing: border-box;
    border: 1px solid #b97a56;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #product-product .product-details {
    padding: 0 2em !important;
  }
  #product-product .product-images {
    margin: 2em 0;
  }

  .product-category .category-list {
    padding: 0 1em;
  }
  .product-category .category-products {
    padding: 0 1em;
  }
  .filter-grid-list #grid-view {
    margin-left: 2em;
  }
  .category-description .category-content p,
  .category-compare {
    padding: 0 1em;
  }
  .category-description .category-image {
    padding: 0;
  }
  .header-content-title {
    margin: 0;
  }

  #slideshow0 .banner-overlay {
    position: absolute;
    top: 17%;
    left: 8%;
    height: 63%;
    width: 84%;
    background-size: cover;
    background-position: center;
    background-image: url(image/cache/catalog/demo/banners/h2-rev.jpg);
  }

  #slideshow0 .banner-overlay img {
    width: 10em;
    height: 1.3em;
  }

  #slideshow0 .banner-overlay p {
    font-size: 10px;
    padding: 0 0.5em;
    margin: 0.4em 0;
  }
  #slideshow0 .banner-overlay h1 {
    font-size: 1.3em;
    margin: 0.5em 0 0.4em;
    font-family: "Material Icons";
  }

  .follow-us ul.list-unstyled li {
    margin: 0;
  }
  .parallax-container {
    position: relative;
    height: 8.5em;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .single-section {
    height: 30vh;
    margin: 5em auto 3em auto;
    padding: 20% 0;
    background-image: url("image/h2-img-4.jpg");
    background-position: left;
    background-size: cover;
  }

  .single-section h1 {
    font-size: 26px;
  }

  .single-section .single-section-img img {
    width: 10%;
    text-align: center;
    margin: 10px auto;
  }
  .grid-section .grid-section-child .text-holder {
    position: absolute;
    width: 100%;
    top: 10%;
    left: auto;
  }

  /* .grid-section .grid-section-child .text-holder h2 {
        font-size: 50px;
      }
      .grid-section .grid-section-child .text-holder h4 {
        font-size: 20px;
      } */
}

@media only screen and (min-width: 992px) {
  header .green-bg-desktop {
    display: block;
  }
  header .green-bg-mobile {
    display: none;
  }
  .header-top-left .list-unstyled svg {
    width: 16px;
    height: 16px;
  }
  .header-top-left ul li a svg:hover {
    fill: #000 !important;
    transform: scale(1.1);
  }

  #top-links {
    height: 40px;
    padding: 5px 0 0 0;
  }
  .fixed #top-links {
    height: 40px;
    padding: 0 0 0 0;
  }
  .bg {
    max-width: 100%;
  }
  #list-view .eltdf-btn-border {
    position: absolute;
    top: 45%;
    left: 10%;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    border: 1px solid #b97a56;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .eltdf-btn-border {
    position: absolute;
    top: 45%;
    left: 25%;
    width: 11em;
    height: 3em;
    box-sizing: border-box;
    border: 1px solid #e3b132;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .add_to_cart_button {
    margin-top: 49%;
    color: #bd7e55;
    cursor: pointer;
  }

  .add_to_cart_button:hover {
    color: #e3b132;
  }

  .cart_button {
    margin-top: 0;
    width: 10em;
    line-height: 2.8em;
    color: #bd7e55;
    background: transparent;
    cursor: pointer;
    border: none;
  }

  .buy_now_button {
    margin-left: 2em;
    margin-top: 0;
    width: 10em;
    line-height: 2.8em;
    color: #bd7e55;
    background: transparent;
    cursor: pointer;
    border: none;
  }

  .cart_button .eltdf-btn-border-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 10em;
    height: 3em;
    box-sizing: border-box;
    border: 1px solid #b97a56;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .buy_now_button .eltdf-btn-border-cart {
    position: absolute;
    top: 0;
    left: 2em;
    width: 10em;
    height: 3em;
    box-sizing: border-box;
    border: 1px solid #b97a56;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #slideshow0 .banner-overlay {
    position: absolute;
    top: 22%;
    left: 28%;
    background-size: cover;
    width: 48%;
    height: 50%;
    background-image: url(image/cache/catalog/demo/banners/h2-rev.jpg);
  }

  #slideshow0 .banner-overlay img {
    width: 10em;
    height: 1.5em;
    /* animation: slide-up1 1.2s ease; */
  }

  #slideshow0 .banner-overlay p {
    margin: 2em 0;
    padding: 0 5em;
    /* animation: slide-up2 1.3s ease; */
  }
  #slideshow0 .banner-overlay h1 {
    font-size: 5em;
    margin: 0.8em 0 0.5em;
    font-family: "Material Icons";
    /* animation: slide-up1 .8s ease; */
  }
  .swiper-slide-active .banner-overlay h1 {
    animation: slide-up1 1s ease;
  }
  .swiper-slide-active .banner-overlay p {
    animation: slide-up2 1.3s ease;
  }
  .swiper-slide-active .banner-overlay img {
    animation: slide-up1 1.2s ease;
  }
}

@keyframes slide-up1 {
  0% {
    transform: TranslateY(-80px);
  }
  100% {
    transform: TranslateY(0px);
  }
}

@keyframes slide-up2 {
  0% {
    transform: TranslateY(-60px);
  }
  100% {
    transform: TranslateY(0px);
  }
}

.bg,
.overlay {
  text-align: center;
}
img,
.overlay {
  transition: 0.3s all;
  border-radius: 3px;
}
.bg {
  float: left;
  max-width: 100%;
  position: relative;
}
/* .bg img {
  width: 100%;
  margin-bottom: -4px;
} */
.bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  opacity: 0;
  border: 2px solid #e3b132;
}

.product-layouts:hover .overlay {
  opacity: 1;
}
.product-layout:hover .ribbon1 {
  display: none;
}

.product-layout:hover .overlay {
  opacity: 1;
}
/* .product-layouts:hover img {
  -webkit-filter: blur(4px);
  filter: blur(4px);
} */

.eltdf-btn-border-first {
  -webkit-transform: translate(-2px, -2px);
  -moz-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}

.eltdf-btn-border-second {
  -webkit-transform: translate(2px, 2px);
  -moz-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.add_to_cart_button:hover .eltdf-btn-border-second {
  -webkit-transform: translate(3px, 3px);
  -moz-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}

.add_to_cart_button:hover .eltdf-btn-border-first {
  -webkit-transform: translate(-3px, -3px);
  -moz-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}

.cart_button:hover .eltdf-btn-border-second {
  -webkit-transform: translate(3px, 3px);
  -moz-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}

.cart_button:hover .eltdf-btn-border-first {
  -webkit-transform: translate(-3px, -3px);
  -moz-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}

.buy_now_button:hover .eltdf-btn-border-second {
  -webkit-transform: translate(3px, 3px);
  -moz-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}

.buy_now_button:hover .eltdf-btn-border-first {
  -webkit-transform: translate(-3px, -3px);
  -moz-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}
