@font-face {
  font-family: "Ralewaymedium";
  src: url("../fonts/Raleway-Medium.eot");
  src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/-Medium.woff2") format("woff2"),
    url("../fonts/Raleway-Medium.woff") format("woff"),
    url("../fonts/-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Literatamedium";
  src: url("../fonts/Literata-Medium.woff2") format("woff2"),
    url("../fonts/Literata-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Literataregular";
  src: url("../fonts/Literata-Regular.woff2") format("woff2"),
    url("../fonts/Literata-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Literatasemibold";
  src: url("../fonts/Literata-SemiBold.woff2") format("woff2"),
    url("../fonts/Literata-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Literata";
  src: url("../fonts/Literata-Bold.woff2") format("woff2"),
    url("../fonts/Literata-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Literata";
  src: url("../fonts/Literata-Black.woff2") format("woff2"),
    url("../fonts/Literata-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Literatabold";
  src: url("../fonts/Literata-ExtraBold.woff2") format("woff2"),
    url("../fonts/Literata-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Literatamediumitalic";
  src: url("../fonts/Literata-MediumItalic.eot");
  src: url("../fonts/Literata-MediumItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Literata-MediumItalic.woff2") format("woff2"),
    url("../fonts/Literata-MediumItalic.woff") format("woff"),
    url("Literata/Literata-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Literatalight";
  src: url("../fonts/Literata-Light.eot");
  src: url("../fonts/Literata-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Literata-Light.woff2") format("woff2"),
    url("../fonts/Literata-Light.woff") format("woff"),
    url("../fonts/Literata-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Literataregular";
}

p {
  color: #072654;
  line-height: 28px;
  margin-bottom: 0;
}

a {
  color: #072654 !important;
  text-decoration: none !important;
}

button:focus,
input:focus,
select:focus {
  outline: auto;
  box-shadow: none;
}

header {
  padding: 15px 0;
  background: #fff;
}

/* nav */
.header {
  display: block;
  width: 100%;
  z-index: 99;
  padding: 8px;
}

.header .item-left {
  flex: 0 0 18%;
}

nav.menu {
  text-align: center;
}

.logo img {
  width: 180px;
}

.header .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}

.header .item-center {
  flex: 0 0 50%;
  margin: auto;
}

.header .item-right {
  flex: 0 0 25%;
  display: flex;
  justify-content: flex-end;
  gap: 17px;
  padding-left: 0;
}

.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  display: inline-block;
  margin-left: 10px;
  transition: color 0.3s ease;
}

.hear-right-icon {
  display: flex;
  gap: 15px;
  padding-left: 25px;
}

.hear-right-icon img {
  width: 24px;
}

.header .menu>ul {
  margin-bottom: 0;
  padding-top: 3px;
}

.header .menu>ul>li {
  display: inline-block;
  line-height: 50px;
}

.header .menu>ul>li>a {
  font-size: 16px;
  font-family: "Ralewaymedium";
  font-weight: 500;
  color: #000000;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
  padding: 0 28px;
}

.header .menu>ul>li>a i {
  padding-left: 4px;
}

.header .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

.header .menu>ul>li .sub-menu>ul {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
}

.container {
  max-width: 1500px;
}

.language-selector select {
  border: 0;
  font-family: "Ralewaymedium";
  color: #000000;
  cursor: pointer;
  /* appearance: none;
  background-image: url(../images/drop-icon.svg);
  background-size: 25px;
  width: 25px;
  height: 25px; */
}

.hear-right-icon {
  display: flex;
}

@media (min-width: 992px) {
  .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}

.header .menu>ul>li .sub-menu>ul>li {
  line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.header .menu>ul {
  padding: 0;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
  line-height: 1;
  display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
  flex: 0 0 25%;
  padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
  font-size: 16px;
  color: #ea4636;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
  text-align: left;
  padding-left: 0;
}

.sub-menu.mega-menu ul {
  padding-left: 0;
  text-align: left;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
  text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
  color: #ea4636;
}

/* banner section */
.banner-section {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
    width: 60%;
    justify-content: end;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .header .menu.active {
    transform: translate(0%);
  }

  .header .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header .menu>ul>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }

  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.mega-menu,
  .header .menu>ul>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.active {
    display: block;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }

    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    margin-top: 0;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    margin-bottom: 20px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0px;
  }

  .header .menu>ul>li .sub-menu>ul>li>a,
  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/* nav */
.btn-primary {
  background: #ae0719;
  color: #fff;
  border-radius: 0;
  padding: 12px 30px;
  font-size: 18px;
  text-transform: uppercase;
  border: 0;
  font-family: "Literatasemibold";
}

.sec-head h2 {
  font-family: "Literatasemibold";
  font-size: 25px;
  color: #072654;
}

.sec-sub-title p {
  font-family: "Literatalight";
  font-size: 22px;
  margin-bottom: 0;
  line-height: 32px;
  padding-right: 30px;
}

.sec-sub-title a {
  color: #ae0719;
  font-family: "Literatasemibold";
  font-size: 22px;
  text-decoration: none;
  border-bottom: 2px solid #ae0719;
}

/* banner */
.main-content {
  padding-top: 80px;
}

.banner {
  background-image: url(../images/banner-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 52px 0 23px;
}

.slide-img img {
  height: 500px;
  object-fit: cover;
}

.banner h1 {
  font-size: 65px;
  font-family: "Literatasemibold";
  text-transform: uppercase;
  margin-bottom: 15px;
}

.banner span {
  font-family: "Literatamedium";
  font-size: 38px;
}

.banner-text {
  padding: 50px;
  padding-right: 125px;
}

.banner-text p {
  font-family: "Literatamediumitalic";
  font-size: 20px;
  line-height: 25px;
  padding-right: 129px;
  margin-bottom: 42px;
}

/* product */

.gallery-img {
  position: relative;
  margin-bottom: 30px;
}

.gallery-img:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  z-index: 1;
  width: 100%;
  height: 130px;
  background: #0000009c;
  filter: blur(15px);
}

.gallery-title {
  position: absolute;
  /* bottom: 13px; */
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  z-index: 1;
  border: 1px solid #fff;
  top: 8px;
  bottom: 8px;
  width: 96%;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* height: 96%; */
}

.gallery-title h3,
.gallery-title h3 a {
  text-transform: uppercase;
  font-family: "Literatasemibold";
  font-size: 26px;
  color: #f7f7f7;
  text-decoration: none;
}

/* product */
.card.product-card {
  border-radius: 2px;
}

.product-img {
  position: relative;
}

.product-content {
  padding: 18px;
}

.product-content {
  padding: 18px;
}

.product-content h4,
.product-content h4 a {
  font-family: "Literataregular";
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  margin-bottom: 8px;
}

.product-content .price {
  display: block;
  font-weight: bold;
  color: #ae0719;
  font-size: 18px;
  padding-bottom: 15px;
}

.product-content a.btn.btn-primary {
  padding: 7px 26px;
  font-size: 15px;
  border: none;
}

span.wishlist-icon {
  position: absolute;
  background: #fff;
  z-index: 1;
  right: 18px;
  bottom: -15px;
  /* padding: 6px; */
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f1ecec;
}

span.wishlist-icon img {
  width: 18px;
  height: 15px;
}

.product-content .art-name {
  color: #75777b;
}

/* creation */
.creation {
  background-image: url(../images/creation-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  margin-bottom: 60px;
}

.create-img {
  position: relative;
  top: 69px;
  height: 500px;
  padding-right: 50px;
  overflow: hidden;
}

.create-img img {
  height: 100%;
  width: 100%;
}

.create-content h4 {
  font-family: "Literatasemibold";
  font-size: 65px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.create-content {
  padding-right: 105px;
  padding-top: 42px;
}

.create-content h4 span {
  display: block;
  font-size: 35px;
}

.create-content p {
  font-family: "Literatamediumitalic";
  font-size: 20px;
  margin-bottom: 21px;
}

/* creation */

/* feature */
.feature-box {
  position: relative;
}

.feature-img {
  position: relative;
  height: 600px;
}

.feature-img:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
}

.feature-img img {
  height: 100%;
  width: 100%;
}

.feature-btn {
  position: absolute;
  bottom: 0px;
}

.feature-img:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  border: 3px solid #a3a4a5;
  width: 96%;
  height: 97%;
  text-align: center;
  margin: auto;
  top: 12px;
}

.feature-btn .btn.btn-primary {
  padding: 12px 40px;
  background: #000;
  font-family: "Literatalight";
  font-size: 20px;
}

/* feature */
.features-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 0 27px;
}

.features-div img {
  width: 82px;
  height: 82px;
  margin-bottom: 11px;
}

.features-div h5 {
  font-size: 25px;
  font-family: "Literatasemibold";
  margin-bottom: 0;
}

.features-div p {
  line-height: 25px;
  margin-bottom: 0;
  font-family: "Literatamedium";
  font-size: 18px;
}

/* footer */

footer {
  background: #212121;
  padding: 55px 35px;
}

.foot-logo a {
  color: #fff;
  font-family: "Literatasemibold";
  font-size: 35px;
  letter-spacing: 2px;
}

.foot-logo p {
  font-size: 20px;
  margin: 8px 0;
}

footer .widget ul {
  padding: 0;
  list-style: none;
}

footer .widget ul li {
  line-height: 34px;
}

footer .widget h6 {
  color: #fff !important;
  font-family: "Literatasemibold";
  font-size: 22px;
}

footer .widget p {
  color: #cbcbcb;
  font-family: "Ralewaymedium";
}

footer .widget ul li a {
  color: #cbcbcb;
  font-family: "Literataregular";
}

address {
  color: #cbcbcb;
  font-family: "Literataregular";
  display: flex;
  gap: 10px;
  line-height: 22px;
  align-items: center;
  font-size: 16px;
}

address img {
  width: 54px;
  height: 54px;
}

.payment-card {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 15px;
  /* justify-content: space-between; */
}

.payment-card img {
  width: 52px;
}

.social-media {
  display: flex;
  gap: 70px;
  /* justify-content: space-between; */
  padding-top: 37px;
  padding-bottom: 16px;
  color: #fff;
}

.social-media a i {
  color: #fff;
  font-size: 20px;
}

iframe {
  width: 100%;
}

.copy-right {
  padding-top: 18px;
}

.copy-right p {
  font-size: 20px;
}

.copy-right a {
  color: #ae0719;
}

/* Sanjukta css */
footer a {
  color: #fff !important;
  text-decoration: none !important;
}

/* Additional styles for the product page */
.category-sidebar {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
}

.category-sidebar h5 {
  margin-bottom: 15px;
  font-weight: 600;
}

.category-sidebar ul {
  list-style: none;
  padding-left: 0;
}

.category-sidebar li {
  margin-bottom: 8px;
}

.category-sidebar a {
  color: #333;
  text-decoration: none;
}

.category-sidebar a:hover {
  color: #0d6efd;
}

.product-card {
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-img {
  height: 200px;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info {
  padding: 10px;
}

.product-info h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.product-info .artist {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.product-info .price {
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.buy_now {
  background-color: #c82333 !important;
  border: 1px solid #c82333;
  color: #fff !important;
}

.btn-buy:hover {
  background-color: #0b5ed7;
}

.sort-options {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.sort-options .btn-group {
  margin-left: 15px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
}

.section-title {
  margin-bottom: 20px;
  font-weight: 600;
}

.carousel-img {
  width: 100%;
  object-fit: cover;
}

.thumb-img {
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumb-img.active {
  border-color: #c82333;
}
/* product details part */

    .product-title {
      font-size: 24px;
      font-weight: bold;
      color: #072654;
    }

    .art-name,
    label,
    .note-text,
    a.note-text,
    strong,
    h6,
    ul li {
      color: #072654 !important;
    }

    .price {
      color: #ae0719;
      font-size: 20px;
      font-weight: 600;
    }

    /* Button Styles */
    .btn,
    .btn-outline-dark,
    .btn-outline-danger,
    .btn-outline-primary,
    .btn-outline-warning,
    .btn-custom,
    .btn-upload {
      border-radius: 0 !important;
    }
      .btn-custom {
        background-color: #ae0719 !important;
        color: white !important;
        border: none;
        border-radius: 0 !important;
      }

      .btn-custom:hover {
        background-color: #000 !important;
        color: white !important;
        border-color: #000 !important;
      }
      .fa-heart:hover {
        color: #ae0719 !important;
      }

    .btn-upload {
      background-color: #ae0719 !important;
      color: white;
      border: none;
      padding: 6px 12px;
    }

    .btn:hover,
    .btn-outline-dark:hover,
    .btn-upload:hover {
      background-color: #000 !important;
      color: #fff !important;
      border-color: #000 !important;
    }

    .btn-outline-dark:focus,
    .btn-outline-dark.active {
      background-color: #000;
      color: white;
      border-color: #000;
    }

    .product-options .btn {
      margin: 5px 5px 5px 0;
    }

    .text-muted-small {
      color: #be3947;
      font-size: 13px;
    }

    select,
    input[type="file"] {
      border-radius: 0 !important;
    }

    .d-flex.gap-4 a {
      text-decoration: underline;
      font-size: 14px;
    }

    .form-label {
      font-size: 14px;
    }
    /* Social icon hover color */
a.text-dark:hover i {
  color: #ae0719 !important;
}

/* product details closed here  */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.buy_now {
  background-color: #c82333;
  border: 1px solid #c82333;
  color: #fff !important;
  border-radius: 0%;
}

.owl-thumb-item {
  display: none;
}

/* add to card page css */

.cart-card {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 20px;
      position: relative;
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }
    .cart-card img {
      width: 30%;
      border-radius: 5px;
    }
    .item-details {
      flex: 1;
      min-width: 250px;
    }
    .price {
      color: #d9534f;
      font-weight: bold;
    }
    .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 1.2rem;
      cursor: pointer;
    }
    .order-summary {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 20px;
    }
    .checkout-btn {
      background-color: #b00;
      color: #fff;
      width: 100%;
    }
    .checkout-btn:hover {
      background-color: #900;
    }
    .quantity-box {
      display: flex;
      align-items: center;
    }
    .quantity-box button {
      width: 32px;
      height: 32px;
    }
    .quantity-box input {
      width: 40px;
      text-align: center;
      margin: 0 5px;
    }

    /* add to card page css end */
    /* card page css */
     .product-title {
      font-weight: bold;
    }

    .price {
      color: #b30000;
      font-weight: 600;
      font-size: 1.1rem;
    }

    .btn-custom {
      background-color: #b30000;
      color: #fff;
    }

    .btn-custom:hover {
      background-color: #900;
      color: #fff;
    }

    .btn-upload {
      background-color: #f1f1f1;
    }

    .note-text {
      font-size: 0.9rem;
      color: #555;
    }

    .btn-outline-dark.active,
    .btn-outline-dark:hover {
      background-color: #222;
      color: #fff;
    }

    .thumb-img {
      width: 80px;
      height: auto;
      cursor: pointer;
      border: 2px solid transparent;
    }

    .thumb-img:hover {
      border-color: #b30000;
    }
    /* contact page css */
    .contact-section {
      padding: 40px 20px;
    }
    .contact-heading {
      color: #003366;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .contact-info p {
      margin: 5px 0;
      font-size: 16px;
    }
    .form-label {
      font-weight: 600;
    }
    .btn-submit {
      background-color: #a10000;
      color: #fff;
      border: none;
      padding: 8px 24px;
      font-weight: 600;
    }
    .btn-submit:hover {
      background-color: #800000;
    }
    iframe {
      border-radius: 8px;
      width: 100%;
      height: 250px;
    }
    /* faq page css */

h4, .faq-question {
  font-family: 'Playfair Display', serif;
}

.faq-toggle-icon {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

    .faq-section {
      padding: 60px 0;
    }

    .breadcrumb {
      font-size: 14px;
    }

    .faq-title {
      font-weight: 700;
      font-size: 28px;
      margin-bottom: 10px;
      color: #0e2a47;
    }

    .faq-subtitle {
      font-size: 25px;
      font-weight: 600;
      color: #0e2a47;
    }

    .faq-description {
      font-size: 16px;
      color: #6c757d;
    }

    .faq-item {
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 10px;
      padding-bottom: 10px;
    }

    .faq-question {
      background: none;
      border: none;
      font-size: 20px;
      font-weight: 600;
      padding: 15px 0;
      width: 100%;
      text-align: left;
      position: relative;
      color: #0e2a47;
      cursor: pointer;
    }

    .faq-question .toggle-icon {
      position: absolute;
      right: 0;
      font-size: 20px;
      transition: transform 0.3s ease;
    }

    .faq-answer {
      display: none;
      padding-top: 5px;
      color: #333;
      font-size: 16px;
    }

    .faq-item.active .faq-answer {
      display: block;
    }

    .faq-item.active .toggle-icon {
      transform: rotate(45deg);
    }

    a {
      text-decoration: none;
    }
    .bannerr{
      width: 100%;
      height: 100%;
    }  .heart-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: filter 0.3s ease;
  }

  .heart-icon:hover {
    filter: invert(16%) sepia(96%) saturate(7485%) hue-rotate(357deg) brightness(93%) contrast(112%);
  }
  .owl-prev-icon, .owl-next-icon {
  font-size: 24px;
  color: #333;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #f8f8f8;
  cursor: pointer;
}
/* Target active dropdown item */
.sort-options .dropdown-menu .dropdown-item.active,
.sort-options .dropdown-menu .dropdown-item:active {
  background-color: #ae0719 !important;
  color: #fff !important;
}
.page-item.active .page-link {
  background-color: #ae0719 !important;
  border-color: #ae0719 !important;
  color: #fff !important;
}

   /* Ensure the parent wrapper has position relative */
#thumb-slider {
  position: relative;
}

/* Style Owl Carousel nav container */
#thumb-slider .owl-nav {
  position: static; /* remove inherited absolute */
}
.owl-theme .owl-nav [class*=owl-] {
 color: #000 !important;
    font-size: 12px !important;
    border-radius: 50%;
    background: #fff !important;
   border: none !important;
}


/* Left & right nav buttons with exact positioning */
#thumb-slider .owl-nav button.owl-prev,
#thumb-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 8px 12px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  pointer-events: all;
  z-index: 2;
}

/* Position the arrows explicitly */
#thumb-slider .owl-nav button.owl-prev {
  left: -20px; /* adjust as needed */
}

#thumb-slider .owl-nav button.owl-next {
  right: -20px; /* adjust as needed */
}

/* Hover effect */
#thumb-slider .owl-nav button.owl-prev:hover,
#thumb-slider .owl-nav button.owl-next:hover {
  background-color: #f1f1f1;
  color: #000;
}
/* photo frame css */
.main-img{
      /* height: 500px; */
    margin-top: 63px;
}
.thumbs-img{
  padding-top:20px;
}
/* Frame Wrapper */
.frame-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Frame Style */
/* Default Frame with Mat */
.photo-frame {
  display: inline-block;
  padding: 50px;
  background: #fff;
  border: 20px solid #130901;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  max-width: 400px;
  width: 900px;
  margin-bottom: 17px;
}

.photo-frame img {
  max-height: 100%;
  max-width: 100%;
  transition: all 0.4s ease-in-out;
}
/* Without frame */
.no-frame {
  padding: 0;
  border: none;
  box-shadow: none;
}

/* Frame Without Mat */
.photo-frame.no-mat {
  padding: 0;
  background: transparent;
}

.photo-frame.no-mat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Inner container */
.photo-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.photo-inner img {
  display: block;
  max-width: 100%;
  height: 100%;
  border: 4px solid #fff;
}
/* Main image container fix */
#main-slider {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
}
/* Main Image */
#main-slider img {
  max-height: 100%;
  max-width: 100%;
  transition: all 0.4s ease-in-out;
}

/* Responsive: hide on small devices */
@media (max-width: 767.98px) {
  #thumb-slider .owl-nav {
    display: none !important;
  }
}

