/**********************************/
/********** General CSS ***********/
/**********************************/
@import url("https://fonts.googleapis.com/css2?family=Michroma&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap'); */
body {
  color: #222;
  /* font-family: 'Open Sans', sans-serif; */
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  background: #ffffff;
}
.fs-michroma {
  font-family: "Michroma", sans-serif;
}
a {
  color: #332c6d;
  transition: 0.5s;
}
:root{
    --color-1 :#333080;
    --color-2 :#70c664;
    --color-3 :#e12025;
    --color-4 :#ff5722;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
}
.color-1 {
  color: #333080;
}
.color-2 {
  color: #70c664;
}
.color-3 {
  color: #e12025;
}
.color-4{
    color: #ff5722;
}
.border-color1{
    border-color: var(--color-1) !important;
}
.border-color2{
    border-color: var(--color-2) !important;
}
.border-color3{
    border-color: var(--color-3) !important;
}
.border-color4{
    border-color: var(--color-4) !important;
}
.border-color1:after{
    background-color: #ecebff !important;
}
.border-color2:after{
    background-color: #f1ffef !important;
}
.border-color3:after{
    background-color: #ffe9ea !important;
}
.border-color4:after{
    background-color: #fff3ef !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* color: #666666; */
  margin: 0 0 15px 0;
  padding: 0;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #332c6d;
  color: #ffffff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #ffffff;
}

/**********************************/
/********* Form Input CSS *********/
/**********************************/
.form-control,
.custom-select {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  color: #666666;
  border: 1px solid #332c6d;
  border-radius: 0;
  margin-bottom: 15px;
}

.custom-radio,
.custom-checkbox {
  margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
  border-color: #332c6d;
  border-radius: 0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background: #332c6d;
}

button.btn {
  color: #ffffff;
  background: #332c6d;
  border-radius: 0;
}

/**********************************/
/********* Top Header CSS *********/
/**********************************/
li.nav-item.min_w_84 {
  min-width: 84px;
  text-align: center;
}
.navigationbar .nav-link {
  position: relative;
  display: inline-block;
  font-weight: 400;
}

.navigationbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0; /* start hidden */
  height: 2px;
  background-color: #17a800; /* uses text color */
  transition: width 0.3s ease-in-out;
}
.navigationbar .nav-link:hover::after {
  width: 100%; /* expand on hover */
}
.navigationbar .nav-link.active::after {
  width: 100%; /* stay full when active */
}

.top-header {
  padding: 15px 0;
  background: #ffffff;
}

.top-header .logo {
  text-align: left;
  overflow: hidden;
}

.top-header .logo a img {
  max-height: 60px;
}

.top-header .search {
  width: 100%;
}

.top-header .search input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  color: #666666;
  border: 1px solid #332c6d;
}

.top-header .search button {
  position: absolute;
  width: 40px;
  height: 38px;
  top: 1px;
  right: 16px;
  padding: 0 15px;
  border: none;
  background: none;
  color: #332c6d;
}

.top-header .search button:hover {
  background: #332c6d;
  color: #ffffff;
}

.top-header .user {
  width: 100%;
  text-align: right;
}

.top-header .user .dropdown {
  display: inline-block;
  margin-right: 15px;
}

.top-header .user .dropdown-menu {
  border-radius: 0;
}

.top-header .user .cart {
  display: inline-block;
}

.top-header .user .cart i,
.cart i,
.wishlist i {
  color: #332c6d;
  font-size: 18px;
}
.cart i {
  font-size: 22px;
}
.top-header .user .cart span {
  color: #666666;
  font-size: 14px;
}

@media (min-width: 768px) {
  .top-header {
    max-height: 90px;
  }
}

@media (max-width: 767.98px) {
  .top-header .logo,
  .top-header .search,
  .top-header .user {
    text-align: center;
    margin-bottom: 15px;
  }

  .top-header .user {
    margin-bottom: 0;
  }
}

/**********************************/
/********* Header Nav CSS *********/
/**********************************/
.navigationbar {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 0 !important;
}
.header {
  position: relative;
}

.header .navbar {
  height: 100%;
  padding: 0;
}

.header .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}

@media (min-width: 768px) {
  .header,
  .header .navbar {
    background: #332c6d !important;
  }

  .header .navbar-brand {
    display: none;
  }

  .header a.nav-link {
    padding: 8px 15px;
    font-size: 15px;
    text-transform: uppercase;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .header,
  .header .navbar {
    background: #333333 !important;
  }

  .header a.nav-link {
    padding: 5px;
  }

  .header .dropdown-menu {
    box-shadow: none;
  }
}
.navbar-nav .nav-link.active {
  color: #17a800;
}

/**********************************/
/********* Header Slider **********/
/**********************************/
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  background: #ffffff;
}

.slick-prev {
  left: 55px;
}

.slick-next {
  right: 55px;
}

.slick-slider:hover .slick-prev {
  left: 15px;
  opacity: 1;
}

.slick-slider:hover .slick-next {
  right: 15px;
  opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #332c6d;
  background: #ffffff;
}

.slick-prev::before,
.slick-next::before {
  font-family: "FontAwesome";
  font-size: 30px;
  color: #332c6d;
}

.slick-prev::before {
  content: "\f104";
}

.slick-next::before {
  content: "\f105";
}

.slick-dots li button:before {
  color: #ffffff;
  font-size: 15px;
}

.slick-dots li.slick-active button:before {
  color: #353535;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-slider {
  position: relative;
  width: 100%;
}

.home-slider .main-slider-item {
  /* padding: 0 7.5px; */
}

.home-slider .slick-dots {
  bottom: 15px;
}

/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
.breadcrumb-wrap {
  position: relative;
  width: 100%;
  background: #ffffff;
}

.breadcrumb-wrap .breadcrumb {
  margin: 15px 0 0 0;
  padding: 0;
  background: none;
}

/**********************************/
/********** Category CSS **********/
/**********************************/
.category {
  position: relative;
  padding: 0 7.5px;
  background: #ffffff;
}

@media (max-width: 575.98px) {
  .category {
    padding: 45px 7.5px 30px 7.5px;
  }
}

.category .col-md-4,
.category .col-md-6 {
  padding: 0 7.5px;
}

.category .category-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.category .category-img img {
  width: 100%;
}

.category .category-img:hover img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.category .category-name {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(63, 105, 170, 0.5);
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
}

.category .category-name:hover {
  opacity: 1;
}

.category .category-name h2 {
  margin: 0 0 -50px 0;
  padding: 15px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  transition: 0.5s;
}

.category .category-name:hover h2 {
  margin: 0;
}

/**********************************/
/******* Section Header CSS *******/
/**********************************/
.section-header {
  position: relative;
  max-width: 700px;
  margin: 0 auto 30px auto;
}
.section-header h2,
.section-header h3,
.footer-widget h3 {
  font-family: "Michroma", sans-serif;
}
.footer-widget h3 {
  font-size: 20px;
}
.section-header h2,
.section-header h3 {
  position: relative;
  color: #33317e;
  /* font-size: 30px; */
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  /* text-transform: capitalize; */
  text-transform: uppercase;
  padding-bottom: 15px;
}

.section-header h2::after,
.section-header h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  left: calc(50% - 25px);
  bottom: 0;
  background: #332c6d;
}

.section-header p {
  font-size: 16px;
  text-align: center;
  margin: 0;
}

/**********************************/
/*********** Feature CSS **********/
/**********************************/
.feature {
  position: relative;
  padding: 0;
}

.feature .feature-col {
  height: inherit;
  border-right: 1px solid #dddddd;
  /* padding: 60px 0; */
  padding: 30px 0;
}

.feature .feature-col:last-child {
  border-right: none;
}

.feature .feature-content {
  position: relative;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}

.feature .feature-content i {
  color: #332c6d;
  font-size: 60px;
  margin-bottom: 10px;
}

.feature .feature-content h2 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
}

.feature .feature-content p {
  color: #222;
  font-size: 15px;
  margin: 0;
}

/**********************************/
/******** Product Item CSS 3F69AA********/
/**********************************/
.product-item {
  position: relative;
  /* background-color: #f7f7f7; */
  padding-bottom: 15px;
}

.product-item .product-image {
  position: relative;
  overflow: hidden;
}

.product-item .product-image a {
  display: block;
  background: #332c6d;
  /* margin-bottom: 15px;  */
  transition: 0.3s;
}

.product-item:hover .product-image a {
  background: rgba(63, 105, 170, 0.5);
}

.product-item .product-image img {
  width: 100%;
    object-fit: cover;
  object-position: top;
  aspect-ratio: 3 / 4;
}
@media (min-width:992px){


}
.product-item:hover .product-image img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.product-item .product-image .product-action {
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: 50%;
  text-align: center;
  transition: 0.5s;
  opacity: 0;
}

.product-item:hover .product-image .product-action {
  top: calc(50% - 25px);
  opacity: 1;
}

.product-item .product-image .product-action a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 6px 0;
  margin-right: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background: #332c6d;
}

.product-item .product-image .product-action a:last-child {
  margin-right: 0;
}

.product-item .product-image .product-action a:hover {
  color: #332c6d;
  background: #ffffff;
}

.product-item .product-content {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  /* background: #f7f7f7; */
}

.product-item .product-content .title,
.product-item .product-content .ratting,
.product-item .product-content .price {
  position: relative;
  width: 100%;
}

.product-item .product-content .title {
  margin-bottom: 5px;
}

.product-item .product-content .title a {
  color: #33317e;
  font-size: 16px;
  font-weight: 400;
}

.product-item .product-content .ratting i {
  font-size: 14px;
  color: #ffc107;
  /* color: #332c6d; */
}

.product-item .product-content .price {
  font-size: 20px;
  color: #33317e;
  font-weight: 500;
}

.product-item .product-content .price span {
  margin-left: 12px;
  text-decoration: line-through;
  font-weight: 500;
  color: #666666;
}

.product-slider.slick-slider:hover .slick-prev {
  left: 30px;
  opacity: 1;
}

.product-slider.slick-slider:hover .slick-next {
  right: 30px;
  opacity: 1;
}

/**********************************/
/******** Featured Product ********/
/**********************************/
.featured-product {
  position: relative;
  padding: 45px 0 60px 0;
}

.recent-product {
  position: relative;
  padding: 60px 0;
}

/**********************************/
/******** About us CSS ********/
/**********************************/
.hero-section {
  position: relative;
  background: url("../img/about-us/embroidery.jpg") no-repeat center
    center/cover;
  color: #fff;
  padding: 150px 0;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 128, 128, 0.7)
  );
}
.hero-content {
  position: relative;
  z-index: 2;
}
.about_heading {
  max-width: 400px;
}
.about_tradition_h {
  max-width: 500px;
}

/* Collections Section */
.collections {
  padding: 80px 0;
  background: #fff;
}
.collections h2 {
  text-align: center;
  margin-bottom: 20px;
}

.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card img {
  height: 250px; /* fixed image height */
  object-fit: cover; /* crop without stretching */
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
}
.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn-collection {
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  border: none;
}
.btn-yellow-collection {
  background: #f7c948;
  color: #000;
}
.btn-green-collection {
  background: linear-gradient(to right, #00b894, #00cec9);
  color: #fff;
}

/* Tradition Section */
.tradition-section {
  padding: 60px 0;
}
.tradition-section h2 {
  font-size: 2.4rem;
}

.body-fit-stitching-ction {
  background: #0a0a2a; /* dark background */
  color: #fff;
}
.info_text span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50%;
  background: #e12025;
}

/* .tradition-section .icon {
      font-size: 24px;
      color: #00a896;
      margin-right: 10px;
    } */

.tradition-section img {
  border-radius: 12px;
  max-width: 100%;
}

/**********************************/
/******** Product View CSS ********/
/**********************************/
.product_banner {
  position: relative;
  background: url("../img/products/banner-4.png") no-repeat center center/cover;
  color: #fff;
  padding: 100px 0;
}
.product_hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 128, 128, 0.7)
  );
}
.product-view {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.product-view .product-search {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.product-view .product-search input {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  color: #666666;
  border: 1px solid #332c6d;
}

.product-view .product-search button {
  position: absolute;
  width: 35px;
  height: 33px;
  top: 1px;
  right: 1px;
  text-align: center;
  background: #ffffff;
  color: #332c6d;
  border: none;
}

.product-view .product-search button i {
  font-size: 16px;
}

.product-view .product-search button:hover {
  background: #332c6d;
  color: #ffffff;
}

.product-view .product-short {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  text-align: right;
}

.product-view .product-short .dropdown a.dropdown-toggle {
  display: block;
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  background: #ffffff;
  border: 1px solid #332c6d;
  text-align: left;
}

.product-view .product-short .dropdown a.dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}

.product-view .product-short .dropdown-menu {
  margin: -2px 0 0 0;
  border-radius: 0;
}

.product-view .product-item {
  margin-bottom: 30px;
}

.product-view .pagination {
  margin: 0;
}

.product-view .pagination .page-item .page-link {
  color: #332c6d;
  background: #ffffff;
  border-color: #332c6d;
  border-radius: 0;
  min-width: 40px;
  text-align: center;
}

.product-view .pagination .page-item:hover .page-link,
.product-view .pagination .page-item.active .page-link {
  color: #ffffff;
  background: #332c6d;
}

/**********************************/
/******* Product Detail CSS *******/
/**********************************/
.product-detail {
  position: relative;
  width: 100%;
  padding: 60px 0 15px 0;
}

.product-detail .product-detail-top,
.product-detail .product-detail-bottom,
.product-detail .product-slider.product-slider-3 {
  margin-bottom: 45px;
}

.product-detail .product-slider-single img {
  width: 100%;
  background: #332c6d;
}

.product-detail .product-content,
.product-detail .product-content .title,
.product-detail .product-content .ratting,
.product-detail .product-content .price,
.product-detail .product-content .details,
.product-detail .product-content .quantity,
.product-detail .product-content .action {
  position: relative;
  width: 100%;
}

.product-detail .product-content .title h2 {
  color: #332c6d;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-detail .product-content .ratting i {
  color: #ffc107;
  font-size: 16px;
}

.product-detail .product-content .price {
  color: #332c6d;
  font-size: 20px;
  margin-bottom: 15px;
}

.product-detail .product-content .price span {
  color: #666666;
  text-decoration: line-through;
  margin-left: 12px;
}

.product-detail .product-content .details {
  margin-bottom: 20px;
}

.product-detail .product-content .details p {
  color: #666666;
  font-size: 16px;
}

.product-detail .product-content .quantity {
  margin-bottom: 20px;
}

.product-detail .product-content .quantity h4 {
  display: inline-block;
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}

.product-detail .product-content .quantity .qty {
  display: inline-block;
}

.product-detail .product-content .quantity button {
  width: 30px;
  height: 30px;
  padding: 2px 0;
  text-align: center;
  color: #ffffff;
  background: #332c6d;
  border: none;
}

.product-detail .product-content .quantity input {
  width: 60px;
  height: 30px;
  color: #ffffff;
  text-align: center;
  background: rgba(63, 105, 170, 0.5);
  border: none;
}

.product-detail .product-content .action a {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 7px 0;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  background: #332c6d;
  border: 1px solid #332c6d;
}

.product-detail .product-content .action a:hover {
  color: #332c6d;
  background: #ffffff;
}

.product-detail .nav.nav-pills .nav-link {
  color: #ffffff;
  background: rgba(63, 105, 170, 0.5);
  border-radius: 0;
}

.product-detail .nav.nav-pills .nav-link:hover,
.product-detail .nav.nav-pills .nav-link.active {
  color: #ffffff;
  background: #332c6d;
}

.product-detail .tab-content {
  background: rgba(63, 105, 170, 0.1);
}

.product-detail .tab-content {
  padding: 10px;
}

.product-detail .tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detail .tab-content ul li {
  margin-bottom: 10px;
}

.product-detail .tab-content ul li::before {
  content: "\f061";
  font-family: "FontAwesome";
  padding-right: 5px;
}

.product-detail .tab-content .reviews-submitted {
  position: relative;
  margin-bottom: 45px;
}

.product-detail .tab-content .reviewer {
  color: #332c6d;
  font-size: 18px;
  font-weight: 600;
}

.product-detail .tab-content .reviewer span {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.product-detail .tab-content .ratting {
  color: #332c6d;
  margin-bottom: 15px;
}

.product-detail .tab-content .reviews-submit .ratting {
  font-size: 24px;
}

.product-detail .tab-content .form input {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  color: #666666;
  background: #ffffff;
  border: none;
  margin-bottom: 15px;
}

.product-detail .tab-content .form textarea {
  width: 100%;
  height: 80px;
  padding: 6px 15px;
  color: #666666;
  background: #ffffff;
  border: none;
  margin-bottom: 15px;
}

.product-detail .tab-content .form button {
  display: inline-block;
  height: 35px;
  padding: 0 15px;
  color: #666666;
  background: #ffffff;
  border: none;
  margin-bottom: 15px;
}

.product-detail .tab-content .form button:hover {
  color: #ffffff;
  background: #332c6d;
}

/**********************************/
/********** Services CSS ***********/
/**********************************/
.lehengas_celebration {
  position: relative;
  background: url("../img/about-us/embroidery.jpg") no-repeat center
    center/cover;
  padding: 150px 0;
  background-attachment: fixed;
}
.lehengas_celebration:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* overlay */
  top: 0;
  left: 0;
  z-index: 0; /* keep it behind the content */
}
.lehengas_celebration .content {
  color: #fff;
  position: relative;
  z-index: 1; /* text above overlay */
}
.lead1 {
  font-size: 20px;
}
.lehengas_celebration .custom-card {
  z-index: 2;
}
.lehengas_celebration .custom-card::after,
.our_expansive_section .custom-card::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  background-color: #716e6e54;
  left: 100%;
  top: 0;
  z-index: -1;
}
.lehengas_celebration .custom-card:hover::after,
.our_expansive_section .custom-card:hover::after {
  width: 100%;
  left: 0;
}
/* .lehengas_celebration .custom-card:hover{
    color: #222;
} */
.custom-border-yellow {
  border: 2px solid #f7c948;
  border-radius: 10px;
}
.custom-border-red {
  border: 2px solid #ff4d4d;
  border-radius: 10px;
}
.custom-border-orange {
  border: 2px solid #ff8c42;
  border-radius: 10px;
}

/**********************************/
/********** Sidebar CSS ***********/
/**********************************/
.sidebar-widget {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-widget .title {
  position: relative;
  color: #332c6d;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sidebar-widget .title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  /* left: calc(50% - 25px); */
  bottom: 0;
  background: #332c6d;
}

.sidebar-widget.brands ul,
.sidebar-widget.category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-widget.brands ul li,
.sidebar-widget.category ul li {
  margin-bottom: 12px;
}

.sidebar-widget.brands ul li:last-child,
.sidebar-widget.category ul li:last-child {
  margin-bottom: 0;
}

.sidebar-widget.brands ul li a,
.sidebar-widget.category ul li a {
  color: #332c6d;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  display: inline-block;
  line-height: 23px;
}

/* .sidebar-widget.brands ul li a::before,
.sidebar-widget.category ul li a::before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
} */

.sidebar-widget.brands ul li a:hover,
.sidebar-widget.category ul li a:hover {
  padding-left: 10px;
}

.sidebar-widget.brands ul li span,
.sidebar-widget.category ul li span {
  display: inline-block;
  float: right;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.sidebar-widget.image a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sidebar-widget.image img {
  max-width: 100%;
  transition: 0.3s;
}

.sidebar-widget.image img:hover {
  transform: scale(1.1);
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.sidebar-widget.tag a {
  display: inline-block;
  margin: 0 0 4px 0;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 400;
  color: #332c6d;
  background: #ffffff;
  border: 1px solid #332c6d;
}

.sidebar-widget.tag a:hover {
  color: #ffffff;
  background: #332c6d;
}

/**********************************/
/************ Cart CSS ************/
/**********************************/
.cart-page {
  position: relative;
  padding: 60px 0;
}

.cart-page .table {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}

.cart-page .table .thead-dark th {
  text-align: center;
  background: #332c6d;
  border-color: #332c6d;
  vertical-align: middle;
}

.cart-page .table td {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}

.cart-page .table img {
  max-width: 100px;
  max-height: 100px;
}

.cart-page .table .qty {
  display: inline-block;
}

.cart-page .table button {
  height: 30px;
  padding: 2px 10px;
  text-align: center;
  color: #ffffff;
  background: #332c6d;
  border: none;
}

.cart-page .table input {
  width: 60px;
  height: 30px;
  color: #ffffff;
  text-align: center;
  background: rgba(63, 105, 170, 0.5);
  border: none;
}

.cart-page .coupon {
  position: relative;
  width: 100%;
}

.cart-page .coupon input {
  width: calc(100% - 135px);
  height: 50px;
  padding: 0 15px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #332c6d;
  margin-right: 10px;
}

.cart-page .coupon button {
  width: 120px;
  height: 50px;
  padding: 2px 10px;
  text-align: center;
  color: #ffffff;
  background: #332c6d;
  border: none;
}

.cart-page .cart-summary {
  position: relative;
  width: 100%;
}

.cart-page .cart-summary .cart-content {
  padding: 30px;
  background: #332c6d;
}

.cart-page .cart-summary .cart-content h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}

.cart-page .cart-summary .cart-content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.cart-page .cart-summary .cart-content p span,
.cart-page .cart-summary .cart-content h4 span {
  float: right;
}

.cart-page .cart-summary .cart-content h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding-top: 12px;
  border-top: 1px solid #ffffff;
  margin: 0;
}

.cart-page .cart-summary .cart-btn button {
  margin-top: 15px;
  width: calc(50% - 15px);
  height: 50px;
  padding: 2px 10px;
  text-align: center;
  color: #ffffff;
  background: #332c6d;
  border: none;
}

.cart-page .cart-summary .cart-btn button:first-child {
  margin-right: 25px;
  color: #332c6d;
  background: #ffffff;
  border: 1px solid #332c6d;
}

/**********************************/
/********** Checkout CSS **********/
/**********************************/
.checkout {
  position: relative;
  padding: 60px 0;
}

.checkout .billing-address,
.checkout .shipping-address {
  position: relative;
  width: 100%;
}

.checkout .shipping-address {
  display: none;
  margin-top: 30px;
}

.checkout .billing-address h2,
.checkout .shipping-address h2 {
  color: #666666;
  font-size: 20px;
  font-weight: 700;
}

.checkout .checkout-summary,
.checkout .checkout-payment {
  position: relative;
  width: 100%;
}

.checkout .checkout-payment {
  margin-top: 30px;
}

.checkout .checkout-summary h2,
.checkout .checkout-payment h2 {
  color: #666666;
  font-size: 20px;
  font-weight: 700;
}

.checkout .checkout-summary .checkout-content,
.checkout .checkout-payment .payment-methods {
  padding: 30px;
  background: #332c6d;
}

.checkout .checkout-summary .checkout-content h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}

.checkout .checkout-summary .checkout-content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.checkout .checkout-summary .checkout-content p.sub-total,
.checkout .checkout-summary .checkout-content p.ship-cost {
  padding-top: 15px;
  border-top: 1px solid #ffffff;
}

.checkout .checkout-summary .checkout-content p span,
.checkout .checkout-summary .checkout-content h4 span {
  float: right;
}

.checkout .checkout-summary .checkout-content h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding-top: 12px;
  border-top: 1px solid #ffffff;
  margin: 0;
}

.checkout .checkout-payment .payment-methods {
  color: #ffffff;
}

.checkout .checkout-payment .payment-methods .payment-content {
  display: none;
}

.checkout .checkout-payment .checkout-btn button,
.checkout-btn .proceed_btn {
  margin-top: 15px;
  width: calc(50% - 15px);
  height: 50px;
  padding: 2px 10px;
  text-align: center;
  color: #ffffff;
  background: #332c6d;
  border: none;
}

/**********************************/
/********* My Wishlist CSS *********/
/**********************************/
.mywishlist_banner {
  position: relative;
  background: url("../img/about-us/embroidery.jpg") no-repeat center
    center/cover;
  color: #fff;
  padding: 100px 0;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 128, 128, 0.7)
  );
}
.wishlist_card_btn span {
  height: 30px;
  padding: 2px 10px;
  text-align: center;
  color: #ffffff;
  background: #332c6d;
  border: none;
  line-height: 30px;
}
.wishlist_delete {
  height: 30px;
  padding: 2px 10px;
}
.wishlist_delete:hover {
  background-color: #e12025;
  color: #fff !important;
}
/**********************************/
/********* My Account CSS *********/
/**********************************/
.my-account {
  position: relative;
  padding: 60px 0;
}

.my-account .nav.nav-pills .nav-link {
  padding: 15px 22px;
  color: #332c6d;
  font-weight: 400;
  background: rgba(63, 105, 170, 0.1);
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
}

.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
  color: #ffffff;
  background: #332c6d;
}

.my-account .tab-content {
  padding: 30px;
  background: rgba(63, 105, 170, 0.1);
}

.my-account .tab-content .table {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.my-account .tab-content .table .thead-dark th {
  text-align: center;
  background: #332c6d;
  border-color: #332c6d;
  vertical-align: middle;
}

.my-account .tab-content .table td {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}

.my-account .tab-content button {
  height: 35px;
  padding: 2px 15px;
  text-align: center;
  color: #ffffff;
  background: #332c6d;
  border: none;
}

.my-account .tab-content input {
  width: 100%;
  height: 35px;
  padding: 0 15px;
  color: #666666;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 15px;
}

/**********************************/
/********* Newsletter CSS *********/
/**********************************/
.newsletter {
  position: relative;
  padding: 60px 0;
  text-align: center;
  background: #332c6d;
}

.newsletter .section-header h2,
.newsletter .section-header h3,
.newsletter .section-header p {
  color: #ffffff;
}

.newsletter .section-header h2::after,
.newsletter .section-header h3::after {
  background: #ffffff;
}

.newsletter .form {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter .form input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  color: #666666;
  border: 1px solid #ffffff;
}

.newsletter .form button {
  position: absolute;
  width: 80px;
  height: 40px;
  top: 0;
  right: 0;
  padding: 0 15px;
  border: none;
  background: #332c6d;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/**********************************/
/*********** Brand CSS ************/
/**********************************/
.brand {
  position: relative;
  padding: 0 0 60px 0;
}

.brand-item {
  text-align: center;
}

.brand-item img {
  max-width: 100%;
  margin: auto;
}

/**********************************/
/********** Contact CSS ***********/
/**********************************/

.gradient-brand-color {
  background-image: -webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  background-image: -ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  color: #fff;
}
.get_in_text h3::after {
  left: 0;
  background: #fff;
}
.contact {
  position: relative;
  padding: 60px 0;
}

.contact .contact-info .section-header h3,
.contact .contact-info .section-header p {
  text-align: left;
}

.contact .contact-info .section-header p {
  font-weight: 400;
}

.contact .contact-info .section-header h3::after {
  left: 0;
}

.contact .contact-info img {
  max-width: 100%;
  margin-bottom: 15px;
}

.contact .contact-info h4 {
  margin-bottom: 10px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.contact .contact-info h4 i {
  color: #332c6d;
  margin-right: 5px;
}

.contact .social {
  position: relative;
  width: 100%;
}

.contact .social a {
  display: inline-block;
  margin: 10px 10px 0 0;
  width: 40px;
  height: 40px;
  padding: 3px 0;
  text-align: center;
  font-size: 20px;
  border: 1px solid #332c6d;
}

.contact .social a i {
  color: #332c6d;
}

.contact .social a:hover {
  background: #332c6d;
}

.contact .social a:hover i {
  color: #ffffff;
}

.contact .form {
  color: #666666;
}

@media (max-width: 767.98px) {
  .contact .form {
    margin-bottom: 30px;
  }
}

.contact .form input,
.contact .form textarea {
  color: #666666;
  font-size: 16px;
  padding: 10px 15px;
  border: none;
  border: 1px solid #332c6d;
  border-radius: 0;
  box-shadow: none;
}

.contact .form input:focus,
.contact .form textarea:focus {
  box-shadow: none;
}

.contact .form button[type="submit"] {
  padding: 6px 25px 7px 25px;
  color: #332c6d;
  letter-spacing: 1px;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #332c6d;
  background: #ffffff;
}

.contact .form button[type="submit"]:hover {
  background: #332c6d;
  color: #ffffff;
}

/**********************************/
/****** Register & Login CSS ******/
/**********************************/
.login {
  position: relative;
  padding: 60px 0;
}
.login-form {
  max-width: 400px;
  margin: 0 auto;
}
.modal.registerModal .modal-dialog {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            margin: 0;
            transform: translateX(100%);
            transition: transform 0.3s ease-in-out;
            height: 100%;
            width: 400px; /* Optional: Set a width for the slide-out panel */
        }
        .modal.registerModal.show .modal-dialog {
            transform: translateX(0);
        }
       .modal.registerModal  .modal-content {
            height: 100%;
            display: flex;
            flex-direction: column;
        }
       .modal.registerModal .modal-body {
            flex: 1 1 auto;
            overflow-y: auto;
        }

/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
  position: relative;
  padding: 60px 0 0 0;
  background: #332c6d;
}

@media (min-width: 992px) {
  .footer .container-fluid {
    max-width: 95%;
  }
}

.footer .footer-widget {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.footer .footer-widget h1 {
  color: #ffffff;
  margin-bottom: 18px;
}

.footer .footer-widget .title {
  color: #ffffff;
  white-space: nowrap;
  position: relative;
}
.footer .footer-widget .title:after {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 3px;
  background: #e12022;
  left: 0;
  width: 50px;
}
.footer .footer-widget p {
  color: #ffffff;
}

.footer .footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-widget ul li {
  margin-bottom: 12px;
}

.footer .footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer .footer-widget ul li a {
  color: #ffffff;
  white-space: nowrap;
  display: block;
  line-height: 23px;
}
.footer .footer-widget ul li a:hover {
  color: #e12022;
}

/* .footer .footer-widget ul li a::before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
} */

.footer .footer-widget ul li a:hover {
  padding-left: 10px;
}

.footer .contact-info p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
}

.footer .contact-info p i {
  color: #ffffff;
  margin-right: 5px;
}

.footer .social {
  position: relative;
  width: 100%;
}

.footer .social a {
  display: inline-block;
  margin: 10px 10px 0 0;
  width: 35px;
  height: 35px;
  padding: 2px 0;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  line-height: 30px;
}

.footer .social a i {
  color: #ffffff;
}

.footer .payment {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #4977bf;
}

@media (min-width: 992px) {
  .footer .payment {
    max-width: 80%;
    margin: 0 auto;
  }
}

.footer .payment-method,
.footer .payment-security {
  overflow: hidden;
}

.footer .payment-method {
  text-align: left;
}

.footer .payment-security {
  text-align: right;
}

@media (max-width: 768.98px) {
  .footer .payment-method,
  .footer .payment-security {
    text-align: center;
  }
}

.footer .payment-method p,
.footer .payment-security p {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footer .payment-method img,
.footer .payment-security img {
  height: 25px;
}

/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
  position: relative;
  padding: 25px 0;
  background: #ffffff;
}

.footer-bottom .copyright {
  text-align: left;
}

.footer-bottom .template-by {
  text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
  color: #666666;
  font-weight: 400;
  margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
  font-weight: 600;
}

@media (max-width: 768.98px) {
  .footer-bottom .copyright,
  .footer-bottom .template-by {
    text-align: center;
  }
}

/**********************************/
/******** Button CSS *******/
/**********************************/

/* color: #007bff !important;
    background: #e9f2ff !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    border-bottom: 4px solid !important; */
.cust_button_1 {
  color: #f7c948 !important;
  background: #3a624b !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  border-bottom: 4px solid !important;
  transition: transform 100ms;
}
.cust_button_1:hover {
  transform: translateY(1px);
  border-bottom: 5px solid !important;
}

.cust_button_2 {
  color: #ebf5ff !important;
  background: #332c6d !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  border-bottom: 4px solid !important;
  transition: transform 100ms;
}
.cust_button_2:hover {
  transform: translateY(1px);
  border-bottom: 5px solid !important;
  /* box-shadow: 0 2px #ccc; */
}
/******************* Timeline Demo - 10 *****************/
.design_journey:after,
.design_journey:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.design_journey .timeline {
  padding: 0;
  display: -webkit-inline-box;
}

.design_journey .col-md-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 24%;
}

.design_journey .timeline-inner {
  text-align: center;
  margin: 20px 20px 35px 35px;
  position: relative;
}

.design_journey .timeline-inner:after {
  content: "";
  width: 120%;
  height: 3px;
  background: #555;
  position: absolute;
  bottom: 0;
  left: 10%;
}

.design_journey .timeline:last-child .timeline-inner:after {
  width: 0;
}

.design_journey .year {
  background: #e0a72d;
  padding: 5px 0;
  border-radius: 30px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  position: relative;
}

.design_journey .year:after,
.design_journey .year:before {
  position: absolute;
  top: -19px;
  content: "";
}

.design_journey .year:before {
  right: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #e0a72d;
  border-right: 10px solid #e0a72d;
}

.design_journey .year:after {
  width: 25px;
  height: 19px;
  border-radius: 0 0 20px;
  background: #fff;
  right: 1px;
}

.design_journey .timeline-content {
  padding: 15px 10px 15px;
  border-left: 3px solid #e0a72d;
  position: relative;
}

.design_journey .timeline-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  border: 10px solid transparent;
  border-top: 10px solid #e0a72d;
  border-left: 10px solid #e0a72d;
}

.design_journey .timeline-content:after {
  content: "";
  width: 25px;
  height: 19px;
  border-radius: 20px 0 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.design_journey .description {
  font-size: 14px;
  color: #333;
}

.design_journey .timeline-icon {
  width: 70px;
  height: 70px;
  line-height: 65px;
  border-radius: 50%;
  border: 5px solid #e0a72d;
  background: #fff;
  font-size: 30px;
  color: #555;
  z-index: 1;
  position: absolute;
  bottom: -35px;
  left: -35px;
}

.design_journey .timeline:nth-child(2n) .year {
  background: #554e9e;
}

.design_journey .timeline:nth-child(2n) .year:before {
  border-bottom-color: #554e9e;
  border-right-color: #554e9e;
}

.design_journey .timeline:nth-child(2n) .timeline-content {
  border-left-color: #554e9e;
}

.design_journey .timeline:nth-child(2n) .timeline-content:before {
  border-top-color: #554e9e;
  border-left-color: #554e9e;
}

.design_journey .timeline:nth-child(2n) .timeline-icon {
  border-color: #554e9e;
}

.design_journey .timeline:nth-child(3n) .year {
  background: #f35958;
}

.design_journey .timeline:nth-child(3n) .year:before {
  border-bottom-color: #f35958;
  border-right-color: #f35958;
}

.design_journey .timeline:nth-child(3n) .timeline-content {
  border-left-color: #f35958;
}

.design_journey .timeline:nth-child(3n) .timeline-content:before {
  border-top-color: #f35958;
  border-left-color: #f35958;
}

.design_journey .timeline:nth-child(3n) .timeline-icon {
  border-color: #f35958;
}

.design_journey .timeline:nth-child(4n) .year {
  background: #70c664;
}

.design_journey .timeline:nth-child(4n) .year:before {
  border-bottom-color: #70c664;
  border-right-color: #70c664;
}

.design_journey .timeline:nth-child(4n) .timeline-content {
  border-left-color: #70c664;
}

.design_journey .timeline:nth-child(4n) .timeline-content:before {
  border-top-color: #70c664;
  border-left-color: #70c664;
}

.design_journey .timeline:nth-child(4n) .timeline-icon {
  border-color: #70c664;
}

@media only screen and (max-width: 990px) {
  .design_journey .timeline-inner:after {
    width: 110%;
  }

  .design_journey .timeline:nth-child(2n) .timeline-inner:after {
    width: 0;
  }
}

@media only screen and (max-width: 767px) {
  .design_journey .timeline:last-child .timeline-inner:after {
    width: 0 !important;
  }
  .design_journey .timeline-inner:after,
  .design_journey .timeline:nth-child(2n) .timeline-inner:after {
    width: 2px;
    height: 100%;
    left: 0;
    top: 100%;
  }
}
.sizes a {
  width: 44px;
  height: 40px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
.sizes a:hover {
  background-color: #343a40;
  color: #fff !important;
}
.accordion .icon {
  transition: transform 0.25s ease;
}
.accordion .cardheader[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}

.modal.zoom-in {
  animation: zoomIn 0.3s ease-in-out;
}
@keyframes zoomIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}


/**********************************/
/******** Navigation Mobile CSS *******/
/**********************************/

/*  Fix logo alignment on small devices */
@media (max-width:991px){
    .hero-section, .lehengas_celebration, 
    .tradition-section, .collections, .cart-page,
    .mywishlist_banner{
        padding: 40px 0;
    }
    .navigationbar .navbar-collapse{
    position: absolute;
    top: 76px;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 22;
    background: rgb(255, 255, 255);
    padding: 20px 0;
}

    li.nav-item.min_w_84{
    width: 100%;
}
  .navigationbar .navbar-nav .nav-link.active {
        color: #17a800;
        width: 100%;
        background: #c2e9bb;
    }
}
@media (max-width:767px){
  .footer {
  padding: 25px 0 0 0;
}
    a.wishlist_card_btn{
        font-size: 14px;
    }
    .product-item .product-content .price{
        font-size: 14px;
    }
    .product-view .product-item{
        margin-bottom: 15px;
    }
    .display-4{
        font-size: 2.5rem;
    }
    .btn{
        margin-bottom: 15px;
    }
    h1, h2, .section-header h2, .section-header h3{
            font-size: 1.35rem !important;
    }
    .body-fit-stitching-ction{
        padding: 40px 0 0;
    }
}
@media (max-width:400px){
 a.wishlist_card_btn{
        font-size: 12px;
    }
}

/* @media (min-width:1024px){
    .product-item .product-image img{
         max-height: 440px;
    }

} */