* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  --theme: #6B0A10;
  --base: #DABF95;
  --color: #3D3D3D;
  --gradient: linear-gradient(to right, #DABF95, #DABF95, #A3652E);
  --transition: .3s ease-in-out 0s;
  /*background: #F9F9F9 !important;*/
  overflow-x: hidden;
  background: #fff !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

@font-face {
  font-family: 'Noto Serif Display';
  src: url('fonts/NotoSerifDisplay-Medium.woff2') format('woff2'),
    url('fonts/NotoSerifDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.main_font_med {
  font-family: 'Noto Serif Display';
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Serif Display';
  src: url('fonts/NotoSerifDisplay-LightItalic.woff2') format('woff2'),
    url('fonts/NotoSerifDisplay-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

.main_font_light {
  font-family: 'Noto Serif Display';
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Serif Display';
  src: url('fonts/NotoSerifDisplay-Bold.woff2') format('woff2'),
    url('fonts/NotoSerifDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.main_font_bold {
  font-family: 'Noto Serif Display';
  font-weight: bold;
}

@font-face {
  font-family: 'Noto Serif Display';
  src: url('fonts/NotoSerifDisplay-Regular.woff2') format('woff2'),
    url('fonts/NotoSerifDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.main_font_reg {
  font-family: 'Noto Serif Display';
  font-weight: normal;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('fonts/Rajdhani-Medium.woff2') format('woff2'),
    url('fonts/Rajdhani-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('fonts/Rajdhani-Bold.woff2') format('woff2'),
    url('fonts/Rajdhani-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


.para_font_med {
  font-family: 'Rajdhani';
  font-weight: 500;
}

@font-face {
  font-family: 'Rajdhani';
  src: url('fonts/Rajdhani-Regular.woff2') format('woff2'),
    url('fonts/Rajdhani-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.para_font_reg {
  font-family: 'Rajdhani';
  font-weight: normal;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 80% !important;
  }
}


.search-box input {
  /*  border-color: #D7D7D7;*/
  border: transparent;
  padding: 0px 0px 0px 17px;
  height: 45px;
  /*  min-width: 575px;*/
}

.form-select:focus {
  border-color: #D7D7D7 !important;
  box-shadow: none !important;
}

.icon-search_i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}

.search-box {
  position: relative;
  width: 100%;
}

.form-control:focus {
  /*  border-color:  !important;*/
  box-shadow: none !important;
}

.select_cat {
  border: none !important;
}

.select_cat.form-select {
  background-image: none;
}

.select_cat option {
  color: var(--color) !important;
}

.cat_icon {
  line-height: 0;
}

.nav-search {
  border: 1px solid #D7D7D7;
  padding: 3px 20px;
  border-radius: 10px;
  width: 500px;
}

.select_cat {
  padding: 0 25px 0 8px !important;
  width: auto !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  color: #B7B7B7 !important;
  border-right: 1px solid rgba(215, 215, 215, .8) !important;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none !important;
}

.header-nav-last ul li a {
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  color: var(--color);
}

.icon_rgt_nav {
  padding-right: 5px;
}

.badge-count {
  white-space: nowrap;
  text-align: center;
  line-height: 12px;
  padding: 0 6px;
  height: 18px;
  background: var(--theme);
  position: absolute;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -10px;
  top: -5px;
}

.profile-cart-icon {
  position: relative;
}

.nav-profile-cart .pr-icons {
  /*    column-gap: 37px;*/
  padding-right: 18px;
  margin-left: 18px;
}

.nav-profile-cart .pr-icons:first-child {
  margin-left: 0 !important;
}

.nav-profile-cart .pr-icons::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5px;
  height: 100%;
  opacity: .3;
  background: #DABF95;
}

.nav-profile-cart .pr-icons:last-child::after {
  display: none;
}

.nav-profile-cart .pr-icons:last-child {
  padding-right: 0 !important;
}

.header-nav-last {
  padding-right: 28px;
}

.header-nav {
  padding: 17px 0;
  border-bottom: 1px solid rgba(215, 215, 215, .45);
}

.navigation {
  /*  padding-bottom: 13px;*/
}

.navigation_inner {
  padding: 13px 0 13px;
  text-align: center;
  transition: .5s;
}

.navigation_inner ul li {
  display: inline-block;
  position: static;
  /*    position: relative;*/
}

.navigation_inner ul li a {
  color: var(--color);
  font-size: 17px;
  padding: 15px 22px;
  display: inline-block;
  line-height: 16px;
  transition: .4s;

}

.navigation_inner ul li a:hover {
  color: var(--theme);
  transition: .4s;
  font-weight: bold;
}

.navigation_inner ul li:first-child a {
  padding-left: 0;
}

.main-mega-menu {
  /* display: none; */
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 110%;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0 30px 0;
  border: 1px solid rgba(0, 0, 0, .2);
  z-index: 9;
  /*width: 1500px;*/
}

.icon_nav {
  padding-left: 5px;
}

.col-memu-mega {
  width: 20%;
}

.column-mega-menu {
  text-align: left;
}

.column-mega-menu h6 {
  margin-bottom: 8px !important;
  text-transform: uppercase;
  font-size: 14px;
}

.mega-menu-heading {
  color: var(--theme) !important;
  font-weight: 700;
}

.column-mega-menu a.Menu_main_links {
  display: block !important;
}

.column-mega-menu a {
  padding: 7px 0 !important;
}

.navigation_inner {
  position: relative;
}

.navigation_inner ul li:hover .main-mega-menu {
  opacity: 1;
  top: 72px;
  visibility: visible;
}

.icon_nav i {
  font-size: 14px;
}

.inner_sm_menu li {
  display: block !important;
}

.inner_sm_menu {
  position: absolute;
  min-width: 200px;
  max-width: 200px;
  background: linear-gradient(135deg, rgb(255 255 255 / 90%), rgb(255 255 255 / 57%));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #dddddd;
  margin-top: 35px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity .5s ease, visibility .5s ease, transform .7s ease;
  z-index: 99;
}

.navigation_inner ul li:hover .inner_sm_menu {
  opacity: 1;
  /* margin-top: 15px; */
  visibility: visible;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0);
}

.gold_rate button {
  background: linear-gradient(to right, #DABF95, #DABF95, #A3652E);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  padding: 15px 24px;
  z-index: 1;
  transition: .5s;
  position: relative;
  overflow: hidden;
}

.gold_rate button::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--theme);
  transition: .5s;
}

.gold_rate button:hover::before {
  width: 100%;
}

.banner_section {
  position: relative;
  height: 90vh;
  width: 95%;
  margin: auto;
  overflow: hidden;
  border-radius: 48px;
}

.bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.banner_section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.banner_content h1 {
  color: #fff;
  font-size: 77px;
  line-height: 77px;
}

.banner_content h1 span {
  font-style: italic;
}

.banner_content p {
  color: #fff;
  font-size: 21px;
  line-height: 31px;
  padding-top: 17px;
}

.banner_content {
  max-width: 926px;
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.category_box .category_image {
  position: relative;
  overflow: hidden;
}

.category_box .category_image img {
  width: 100%;
  transition: .3s;
}

.category_box:hover .category_image img {
  transform: scale(1.1);
}

.category_box .category_body {
  padding: 27px 0 0;
  text-align: center;
}

.category_box {
  cursor: pointer;
}

.category_box .category_body h3 {
  color: var(--color);
  font-size: 29px;
  line-height: 29px;
  padding-bottom: 12px;
}

.category_box .category_body h3 a {
  color: var(--color);
}

.category_box .category_body h3 a:hover {
  color: var(--theme);
}

.category_box .category_body p {
  color: #787878;
  font-size: 17px;
  line-height: 21px;
}

.common_heading {
  margin: auto;
  text-align: center;
}

.common_heading h1 {
  padding-top: 11px;
  padding-bottom: 13px;
  color: var(--theme);
  font-size: 47px;
  line-height: 47px;
}

.strng_text {
  background: linear-gradient(to right, #DABF95, #DABF95, #A3652E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.common_heading p {
  font-size: 17px;
  line-height: 21px;
  color: #787878;
  padding-bottom: 17px;
}

.category {
  padding: 62px 0 41px;
  overflow: hidden;
}

.category_row {
  padding: 55px 0 0;
}

/*@media only screen and (min-width: 1200px) {*/
/*  .category_row.slick-slider {*/
/*    margin-right: -25% !important;*/
/*  }*/

/*  .bridal_collection .slick-slider {*/
/*    margin-right: -25% !important;*/
/*  }*/
/*}*/

.category .slick-dots {
  line-height: 0;
  bottom: 0;
  position: relative;
  margin-top: 50px !important;

}

.category .slick-dots li {
  width: 25%;
  height: 10.7px;
  border-radius: 50%;
  transition: .3s;
  background: #ccc;
}

.category .slick-dots li button {
  width: 10.7px;
  height: 10.7px;
  border-radius: 50%;
  transition: .3s;
  background: rgba(255, 255, 255, .5);
}

.category .slick-dots li.slick-active button {
  width: 32px;
  height: 10.7px;
  border-radius: 20px;
  background: var(--theme);
}

.category .slick-dots li {
  width: auto;
  height: auto;
}

.category .slick-dots li button:before {
  display: none;
}

.collections {
  padding: 41px 0 0x;
}

.collection-container {
  padding-top: 58px;
}

.collection-grid-image {
  position: relative;
  overflow: hidden;
}

.collection-grid-image img {
  width: 100%;
}

.collection-grid-image::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}

.top_ovly .collection-grid-image::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, .55), rgba(0, 0, 0, 0)) !important;
  top: 0;
}

.br-first .collection-grid-image {
  border-top-left-radius: 267px;
}

.br-first .collection-grid-image {
  height: 676px;

}

.br-sec .collection-grid-image {
  height: 780px;

}

.br-third .collection-grid-image {
  height: 680px;

}

.collection-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.br-fourth .collection-grid-image {
  height: 573px;
}

.br-first,
.br-sec {
  margin-bottom: 50px;
}

.br-sec .collection-grid-image {
  border-top-right-radius: 267px;
}

.br-third .collection-grid-image {
  border-bottom-left-radius: 267px;
}

.br-fourth .collection-grid-image {
  border-bottom-right-radius: 267px;
}

.br-first,
.br-third {
  padding-right: 19px;
}

.br-sec,
.br-fourth {
  padding-left: 19px;
}

.con_ov_button a {
  width: 65px;
  height: 65px;
  border-radius: 65px;
  background: linear-gradient(to right, #DABF95, #DABF95, #A3652E);
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.con_ov_button a::before {
  content: '';
  width: 0%;
  height: 100%;
  background: var(--theme);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s;
}

.con_ov_button a:hover::before {
  width: 100%;
}

.collection_image_overlay {
  position: absolute;
  /*  width: 100%;*/
  z-index: 9;
}

.btm_pos .collection_image_overlay {
  bottom: 35px;
  padding-left: 35px;
}

.top_pos .collection_image_overlay {
  top: 35px;
  /*  padding-right: 35px;*/
  /*  float: right;*/
  right: 35px;
}

.coll_ov_content .d-flex {
  column-gap: 18px;
}

.top_pos .coll_ov_content .cont_ov_left h4 {
  text-align: right;
}

.coll_ov_content .cont_ov_left h4 {
  font-size: 38px;
  line-height: 38px;
  color: var(--base);
  padding-bottom: 12px;
}

.coll_ov_content .cont_ov_left p {
  font-size: 21px;
  line-height: 21px;
  color: #fff;
}

.view_more_btn {
  padding-top: 50px;
}

.view_more_btn a {
  color: var(--theme);
  font-size: 28px;
  line-height: 28px;
  transition: .3s;
}

.view_more_btn .d-flex {
  column-gap: 12px;
}

.view_more_btn a:hover {
  color: #A3652E !important;
}

.arrow_view {
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  border: 2px solid var(--theme);
  border-radius: 50%;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.arrow_view::before {
  content: '';
  width: 0%;
  height: 100%;
  background: #A3652E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s;
}

.view_more_btn a:hover .arrow_view::before {
  width: 100%;

}

.view_more_btn a:hover .arrow_view {
  border-color: #A3652E;
}

.view_more_btn a .arrow_view svg path {
  transition: .3s;
}

.view_more_btn a:hover .arrow_view svg path {
  fill: #fff !important;
}

.bridals {
  padding: 80px 0 51px;
  position: relative;
  background: url('../images/valath/bridals.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  /*  min-height: 705px;*/
  z-index: 1;
  overflow: hidden;
}

.bridals::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(0 0 0 / 52%), rgba(0, 0, 0, 0));
  z-index: -1;
}

.brid_content {
  text-align: center;
  max-width: 557px;
  margin: auto;
}

.brid_content .view_more_btn {
  padding-top: 14px;
}

.brid_content h1 {
  font-size: 47px;
  line-height: 47px;
  color: #fff;
  padding-bottom: 13px;
}

.brid_content h1 i {
  color: var(--base);
}

.brid_content p {
  font-size: 19px;
  line-height: 28px;
  color: #fff;
  padding: 0 70px;
}

.brid_content .arrow_view {
  border-color: #fff;
}

.brid_content .arrow_view svg path {
  fill: #fff !important;
}

.brid_content .view_more_btn a {
  color: #fff;
}

.brd_col_items {
  padding: 10px 10px 0;
  position: relative;
}

.brd_col_items::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 80%;
  width: 100%;
  z-index: -1;
}

.brd_col_body {
  padding: 16px 16px 19px;
}

.brd_col_body h3 {
  font-size: 25px;
  line-height: 25px;
  color: var(--color);
  padding-bottom: 5px;
}

.brd_col_body p {
  font-size: 17px;
  line-height: 21px;
  color: #787878;
}

.slick-slide {
  margin: 0 10px;
}

.bridal_collection .slick-slide {
  margin: 0 18px;
}

.bridal_collection .slick-dots {
  line-height: 0;
  bottom: 0;
  position: relative;
  margin-top: 40px !important;

}

/*.bridal_collection .slick-dots li
{
  width: 25%;
  height: 10.7px;
  border-radius: 50%;
  transition: .3s;
  background: #ccc;
}*/

.bridal_collection .slick-dots li button,
.brand_container .slick-dots li button {
  width: 10.7px;
  height: 10.7px;
  border-radius: 50%;
  transition: .3s;
  background: rgba(218, 191, 149, .5) !important;
}

.brand_container .slick-dots li button {
  background: rgba(0, 0, 0, .5) !important;
}

.bridal_collection .slick-dots li.slick-active button,
.brand_container .slick-dots li.slick-active button {
  width: 32px;
  height: 10.7px;
  border-radius: 20px !important;
  background: #DABF95 !important;
}

.brand_container .slick-dots li.slick-active button {
  background: var(--color) !important;
}

.bridal_collection .slick-dots li,
.brand_container .slick-dots li {
  width: auto;
  height: auto;
}

.bridal_collection .slick-dots li button:before,
.brand_container .slick-dots li button:before {
  display: none;
}

.brand_container .slick-dots {
  margin-top: 15px !important;
  position: relative !important;
}

.slick-dots {
  line-height: 0 !important;
}

.brand_container .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.bridal_collection .slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}

.pos_btmm {
  display: flex;
  align-items: end;
  justify-content: center;
}

.brands {
  padding: 61px 0 85px;
  position: relative;
}

.patt_shade {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.brand_container {
  padding-top: 50px;
}

.brand_items {
  overflow: hidden;
  border-radius: 40px;
}

.diamond_collection {
  padding: 192px 0 305px;
  background: url('../images/dm_banner.png') no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.diamond_collection::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(0 0 0 / 52%), rgba(0, 0, 0, 0));
  z-index: -1;
}

.diamond_collection .brid_content {
  max-width: 572px;
}

.dimond_pdct {
  margin-top: -232px;
  position: relative;
  z-index: 999;
}

.diamond_col_item {
  cursor: pointer;
  background: #fff;
  padding: 10px;
  border-radius: 36px;
  margin: 0 6px;
  box-shadow: 0px 0px 42px rgba(0, 0, 0, .25);
}

.diamond_col_item:hover .diam_image img {
  transform: scale(1.1);
}

.diam_image {
  overflow: hidden;
  border-radius: 28px;
}

.diam_image img {
  width: 100%;
  transition: .5s;
}

.diam_body .d-flex {
  column-gap: 13px;
}

.diam_body {
  padding: 17px 0 17px;
}

.dm-content {
  text-align: right;
}

.diam_body h3 {
  font-size: 25px;
  line-height: 25px;
  color: #A3652E;
  padding-bottom: 5px;
}

.diam_body p {
  font-size: 17px;
  line-height: 21px;
  color: var(--color);
}

.dm-icon {
  width: 38px;
  height: 38px;
  background: var(--theme);
  border-radius: 50%;
  position: relative;
  transition: .5s;
}

.dm-icon:hover {
  background: var(--base);
}

.dm-icon svg {
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  transition: .3s;
}

.dm-icon:hover svg {
  left: 50%;
  transform: translate(-50%, -50%);
}

.new-arrivals {
  padding: 74px 0 46px;
}

.product_item {
  border: 1px solid #F3F3F3;
  background: #fff;
  position: relative;
  padding: 9px;
}

.product_item:hover .product-image .wish_list_pd_icon {
  right: 12px;
}

.product-image {
  position: relative;
  overflow: hidden;
}

.product-image img {
  transition: .5s ease-in-out 0s;
}

.hover_image {
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product_item:hover .product-image .hover_image {
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%) scale(1) !important;
  -ms-transform: translate(-50%, -50%) scale(1) !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.product_item:hover .product-image .main_image {
  display: none;
}

.category_box_image {
  position: relative;
  overflow: hidden;
}

.category_box_image:hover img {
  transform: scale(1.05);
}

.category_box_image img {
  transition: .5s;
}

.category_box_image:hover .thumb-hover {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.category_box_image:hover img {
  transform: scale(1.05);
}

.thumb-hover {
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product_item .wish_list_pd_icon {
  position: absolute;
  top: 12px;
  right: -100px;
  transition: .5s;
}

.pr_name {
  font-size: 17px;
  line-height: 26px;
  color: var(--color);
  padding-bottom: 9px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 100% !important;
}

.prd_price {
  font-size: 17px;
  line-height: 17px;
  color: var(--theme);
}

.prd_price span {
  padding-right: 15px;
  font-weight: bold;
}

.prdct-body p i {
  font-size: 14px;
}

.prd_price del {
  color: #787878;
}

.prdct-body {
  padding: 19px 27px 16px 27px;
}

.newarrival_container {
  padding-top: 50px;
}

.new-arrivals .view_more_btn {
  padding-top: 40px;
}

.heighlated {
  background: rgba(218, 191, 149, .15);
  padding: 58px 0 70px;
  position: relative;
}

.highlate_bx {
  position: relative;
  padding: 32px 25px;
  background: #fff;
  z-index: 1;
  border-radius: 37px;
  text-align: center;
}

.highlate_bx .high_pattern {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.high_icon {
  padding-bottom: 20px;
}

.hig_detail h3 {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 11px;
}

.hig_detail p {
  font-size: 17px;
  line-height: 29px;
  padding-bottom: #787878;
}

.highlate_container {
  padding-top: 40px;
}

.about_heading h1 {
  font-size: 47px;
  line-height: 57px;
  color: var(--theme);
}

.about_heading h1 span {
  font-style: italic;
  display: block;
}

.about_heading {
  padding-bottom: 22px;
}

.main_para p {
  font-size: 17px;
  line-height: 35px;
  color: var(--color);
  padding-bottom: 20px;
}

.about {
  padding: 63px 0 68px;
}

.d-center {
  display: flex;
  align-items: center;
}

.blog_item {
  padding-right: 10px;
  cursor: pointer;
}

.blog_item .blog_header {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.blog_item .blog_header img {
  transition: .5s;
  width: 100%;
}

.blog_item:hover .blog_header img {
  transform: scale(1.1);
}

.blog_body h3 {
  font-size: 28px;
  line-height: 39px;
  color: var(--color);
  padding-bottom: 17px;
}

.blog_body p {
  font-size: 17px;
  line-height: 35px;
  color: var(--color);
}

.blog_container {
  padding-top: 50px;
}

.blog {
  padding-bottom: 56px;
}

.brd_col_image img,
.brand_image img {
  width: 100%;
}

.brand_image img {
  transition: .5s;
  cursor: pointer;
}

.brand_items:hover .brand_image img {
  transform: scale(1.1);
}

footer {
  background: #F3F3F3;
  padding: 60px 0 30px;
}

.subscribe_sec {
  position: relative;
}

.sub_input {
  border: 1px solid #E2E2E2 !important;
  background: rgba(226, 226, 226, 37%) !important;
  padding: 0 25px !important;
  height: 65px;
  border-radius: 17px !important;
}

.foot_subscribe label {
  color: #585858;
  font-size: 23px;
  line-height: 28px;
  padding-bottom: 14px;
  text-transform: capitalize;
}

.subscribe_btn {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  background: var(--theme);
  color: #fff;
  border: none;
  height: 48px;
  font-weight: bold;
  padding: 0 38px;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 9px;
  /*position: relative;*/
  z-index: 9;
  overflow: hidden;
}

.subscribe_btn:hover::before {
  width: 100%;
}

.subscribe_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  transition: .5s;
  height: 100%;
  background: linear-gradient(to right, #DABF95, #DABF95, #A3652E);
}

/*.subscribe_btn:hover ::before 
{
  width: 100%;
} */

.foot_subscribe {
  padding: 0 40px 0 48px;
}

.call_icon {
  width: 65px;
  height: 65px;
  background: rgba(218, 191, 149, 29%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.call_dtls p {
  color: #585858;
  font-size: 23px;
  line-height: 28px;
  padding-bottom: 5px;
}

.call_dtls h3 {
  color: #585858;
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
}

.foot_call .d-flex {
  column-gap: 15px;
}

.footet_top {
  padding-bottom: 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid #D9D9D9;
}

.single-footer-contact-info {
  display: table;
  padding-bottom: 15px;
}

.single-footer-contact-info .footer_add_icon {
  color: var(--base);
  display: table-cell;
}

.footer-contact-list-text {
  display: table-cell;
  color: #585858;
  padding-left: 10px;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  text-align: left;
}

.footer_mid_col h3 {
  color: var(--theme);
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding-bottom: 24px;
}

.footer_link_col ul li a {
  text-decoration: none;
  color: #585858;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 25px;
  display: block;
  transition: .3s;
}

.footer_link_col ul li a:hover {
  color: var(--theme);
}

.mob_no_ftr {
  font-weight: bold;
}

.dwnlod_App {
  padding-bottom: 15px !important;
}

.p_top {
  padding-top: 25px;
}

.single-footer-contact-info:last-child {
  padding-bottom: 0;
}

.footer_mid {
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 22px;
}

.copy_name {
  font-size: 14px;
  line-height: 16px;
}

.payment_icon img {
  mix-blend-mode: darken;
}

.follow .d-flex {
  justify-content: end;
}

.list_social li {
  margin: 0 12.5px;
}

.list_social li a {
  line-height: 0;
}

.list_social li a svg path {
  fill: #6B0A10;
}

.follow_text {
  padding-right: 8px;
}

.head_pattern {
  line-height: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 25px;
}

.owl-dots button {
  width: 11px;
  height: 11px;
  background: #ccc !important;
  margin: 0 5px;
  border-radius: 100px;
  transition: .5s;
}

.new-arrivals .view_more_btn {
  padding-top: 20px;
}

.owl-dots button.active {
  background: var(--theme) !important;
  width: 32px !important;
}

.menu_sliding_icon {
  display: none;
}

.stricky-fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 13px 60px !important;
  box-shadow: 0 1px 30px #cccccc73;
}

.hidden-large {
  display: none !important;
}

.floating-menu {
  display: none;
  height: 62px;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: #ffffff !important;
  backdrop-filter: blur(35px) !important;
  width: 100%;
  padding: 7px 13px;
  box-shadow: -2px -4px 30px #cccccc73;
}

.mobile-footer-menu li {
  text-align: center;
}

.mobile-icon {
  display: block;
}

.active-footer-link .mob-link-label {
  font-weight: 700;
}

.mob-link-label {
  display: inline-block;
  line-height: 13px;
  font-size: 13px;
  padding-top: 6px;
}

.mobile-footer-menu li a span img {
  width: 22px;
  height: 22px;
}

.mobile-footer-menu li a {
  color: var(--color);
}

.menu_sliding_icon svg {
  fill: var(--base);
}

.menu_sliding_icon:hover svg {
  fill: var(--theme);
}

.slide-nav {
  position: fixed;
  width: 70%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #fff;
  overflow-y: auto;
  z-index: 99999;
  /*padding: 25px 18px;*/
  transition: .3s;
}

.slide_m_open {
  left: 0;
}

.slide_close {
  text-align: right;
}

.flex_menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.middle_menu {
  /*margin-top: 20px;*/
}

.middle_menu ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #a7a7a740;
}

.middle_menu ul li a {
  color: var(--color);
  display: inline-block;
  width: 100%;
}

ul.slide_inner_menu {
  margin: 0 !important;
}

.slide_inner_menu {
  display: none;
}

.slide_inner_menu {
  /* padding: 0 20px !important; */
  /* background: #f1f1f1; */
  /* margin-top: 14px !important; */
  border-radius: 15px;
}

.acc_dtl img {
  width: 100px;
}

.dashboard-profile-widget {
  margin-bottom: 10px;
  /*border: 1px solid #e6e6e6;*/
  padding: 35px 25px 20px 25px;
  background: rgba(218, 191, 149, .15);
}

.dashboard-profile-widget .prfl-name {
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 3px;
}

.slide_login {
  position: relative;
}

.slide_close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 99
}

.sliding_log_detail {
  padding-top: 10px;
}

.sliding_log_detail button {
  background: var(--theme);
  color: #fff;
  width: 100%;
  display: block;
  transition: .5s;
  height: 40px;
  text-align: center;
  border: none !important;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.sliding_log_detail button:hover {
  background: var(--base);
  color: var(--theme);
}

.sliding_log_detail .d-flex {
  column-gap: 10px;
}

.hide-desktop {
  display: none;
}

.align_arrow {
  float: right;
}

/*.inner_cat_menu li 
{
  width: 30px;
  height: 30px;
  background: red;
  
}*/

.sub_cat_link {
  color: var(--base);
  font-weight: bold;

}

.drp_inner_sub_menu {
  display: none;
  padding-top: 10px !important;
  /*  padding-left: 10px !important;*/
}

.drp_inner_sub_menu ul li {
  padding-left: 0 !important;
}

.inner_cat_menu {
  padding-top: 10px !important;
  padding-left: 10px !important;
}

.menu_image {
  padding-right: 5px;
}

.inner_cat_menu li:last-child {
  border-bottom: 0;
}

.drp_inner_sub_menu li {
  background: #dabf952e;
  border: none !important;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 12px 15px !important;
}


.active_slide_drop a .align_arrow i::before {
  content: '\f068' !important;
}

.middle_menu ul li:last-child {
  border-bottom: 0;
}

.menu_abt_link {
  padding: 15px 15px;
}

.menu_abt_link h3,
.follow_slide_menu h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
  color: var(--theme);
  border-bottom: 1px solid #a7a7a740;
  margin-bottom: 10px !important;
}

.heading_txt h3 {
  margin-bottom: 0 !important;
  font-size: 16px;
  padding-bottom: 0;
  line-height: 16px;
  border-bottom: 0 !important;
}

.cmp_menu li {
  padding-bottom: 5px;
}

.cmp_menu li a {
  color: var(--color);
  font-size: 16px;
}

.flex_menu,
.follow_slide_menu {
  padding: 0 15px;
}

.follow_slide_menu .Social_media_menu li {
  display: inline-block;
}

.follow_slide_menu .Social_media_menu li a {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 17px;
  color: var(--color);
}

.follow_slide_menu {
  padding: 10px 10px;
  background: #dabf952e;
}

.bg_slide {
  background: rgba(0, 0, 0, .55);
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: .3s;
}

.bg_slide_open {
  right: 0;
}


.inner_main_banner {
  position: relative;
}

.inner_header_detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*  width: 100%;*/
}

.inner_header_detail h1 {
  background: linear-gradient(to right, #DABF95, #DABF95, #A3652E);
  -webkit-background-clip: text;
  font-size: 3.5rem;
  -webkit-text-fill-color: transparent;
}


.bread_crumbs {
  padding: 12px 0;
  background: #f1f1f1;
}

.bread_crumbs ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-right: 8px;
  color: var(--color);
  font-size: 20px;
  text-transform: capitalize;
}

.bread_crumbs ul li {
  font-size: 17px;
}

.bread_crumbs ul li a {
  text-decoration: none;
  color: var(--color);
}

.about_first {
  padding: 60px 0;
}

.about_first h1 {
  text-align: center;
  line-height: 48px;
  font-size: 35px;
  padding: 0 30px;
  max-width: 80%;
  margin: auto;
  position: relative;
}

.about_first {
  padding-bottom: 45px;
}

/*.about_first h1::after 
{
  width: 2px;
  height: 120px;
  background: #000;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}*/

.inner_footer {
  /*  margin-top: 60px;*/
}

.first_about_heading p {
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.ceo_para p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.ceo_contents {
  padding: 45px 0;
}

.about_banner {
  position: relative;
  height: 80vh;
  width: 100%;
  margin: auto;
  overflow: hidden;
  border-radius: 0px;
}

.about_banner_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.cmn_vis h3 {
  font-size: 25px;

}

.vis_mis_image {
  padding: 30px 0;
}

.cmn_vis h3 {
  padding-bottom: 10px;
  color: var(--theme);
}

.cmn_vis p {
  font-size: 16px;
  line-height: 30px;
}

.vis_image {
  padding-top: 25px;
}

.ceo_para {
  padding: 0 15px;
}

.cmn_vis {
  padding: 0 15px;
}

.cat_box_body {
  padding: 25px 0 15px;
}

.cat_box_body h3 {
  padding-bottom: 5px;
}

.cat_box_body h3 a {
  color: var(--theme);
  transition: .5s;
}

.cat_box_body h3 a:hover {
  color: var(--base);
}

.cat_box_image img {
  width: 100%;
}

.cat_box {
  position: relative;
  padding: 0 15px;
}

.inner_container {
  padding: 60px 0;
}

.inner_common_heading {
  padding-bottom: 40px;
  text-align: center;
}

.inner_common_heading h1 {
  padding-bottom: 10px;
  color: var(--theme);
}

.button_right a {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 10px 25px;
  color: var(--color);
  font-weight: bold;
  border: 1px solid var(--color);
  transition: .5s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.button_right a::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--theme);
  transition: .5s;
}

.button_right a:hover::before {
  width: 100%;
  color: var(--base);
  border-color: var(--theme);
}

.button_right a:hover {
  color: #fff;
}

.pdct_side_headline {
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 35px;
}

.new_in {
  padding: 45px 0;
}


.product_item_card {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.product-image,
.category_box_image {
  position: relative;
  overflow: hidden;
}

.category_box_image img {
  transition: .5s;
}

.product-image .wish_list_pd_icon {
  position: absolute;
  top: 12px;
  right: -100px;
  cursor: pointer;
  transition: .5s;
}

.product-image .wish_list_pd_icon svg {
  transition: .3s;
}

.product_item_card:hover .product-image .wish_list_pd_icon {
  right: 12px;
}

.product_item_card .product-image .wish_list_pd_icon:hover svg path {
  fill: var(--theme);
}

.prdct-body_card {
  padding: 25px 0px 16px 0px;
}

.br-name {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: var(--color);
}

.item_cat_box {
  position: relative;
}

.item_cat_box_body {
  padding: 20px 0;
}

.item_cat_box_body h3 a {
  color: var(--color);
  padding-bottom: 5px;
  display: inline-block;
}

.cat_box_image {
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}

.cat_box_image img {
  transition: .3s ease-in-out 0s;
}

.cat_box_image:hover img {
  transform: scale(1.1);
  opacity: .8;
}

.item_cat_box {
  padding: 0 10px;
}

.p-top {
  padding-top: 25px;
}

.item_category {
  padding: 20px 0 60px;
}

.column-split {
  width: 50%;
}

.contain {
  display: flex;
  flex-wrap: wrap;
}

.column-split .grid-column {
  width: 50%;
}

.space_grid {
  margin: 6px;
  border-radius: 20px;
  overflow: hidden;
}

.image.space_grid img,
.vid_month {
  width: 100%;
}

.inner_common_heading p {
  font-size: 16px;
  line-height: 21px;
  color: #787878;
  padding-bottom: 17px;
}

.coll_right_col {
  padding-left: 30px;
}

.coll_right_col h1 {
  color: var(--theme);
  padding-bottom: 15px;
  line-height: 3.3rem;
  max-width: 80%;
}

.coll_right_col p {
  font-size: 16px;
  line-height: 29px;
  color: #787878;
  padding-bottom: 25px;
  max-width: 80%;
}

.coll_new_btn a {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 12px 28px;
  color: var(--color);
  font-weight: bold;
  border: 1px solid var(--color);
  transition: .5s;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.coll_new_btn a::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--theme);
  transition: .5s;
}

.coll_new_btn a:hover::before {
  width: 100%;
  color: var(--base);
  border-color: var(--theme);
}

.coll_new_btn a:hover {
  color: #fff;
}

.product_banner {
  padding-top: 60px;
}



.widget .accordion-button::after {
  background: none !important;
  font-size: 14px;
  width: auto;
  height: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f078" !important;
  transition: .5s;

}

.widget .accordion-button:not(.collapsed)::after {
  transform: none !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f077" !important;
  transition: .5s;
  background: none !important;
}

.widget .accordion-item:first-of-type .accordion-button {
  padding-right: 0 !important;
}

.widget .accordion-item:first-of-type .accordion-button {
  transition: .5s;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 15px;
  color: var(--theme);
  box-shadow: none !important;
  border-bottom: 1px solid #f1f1f1;
  /*background: var(--theme);*/
  border-radius: 0 !important;
  padding: 15px 15px 10px 15px !important;
}

.accordion-item {
  border: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.left-sidebar {
  border-right: 1px solid #ececec;
  border-radius: 0px;
  overflow: hidden;
  margin-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}


.box input[type="checkbox"] {
  display: none;
}

.box label {
  cursor: pointer;
  display: block;
  font-size: 15px;
}

.box input[type="checkbox"]+label span.check_mark_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0px 10px 0 0;
  background: #fff;
  border: 2px solid #ced4da;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
  float: left;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.box input[type="checkbox"]:checked+label span.check_mark_icon {
  background: var(--base) no-repeat center;
  border: 2px solid var(--base);
  background-size: 12px 12px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.box p {
  padding-bottom: 12px;
}

.count_value {
  float: right;
  font-size: 14px;
  color: #ccc;
}

.reset_btn {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--theme) !important;
  padding-right: 15px;
  text-decoration: underline !important;
}

.filter-bar h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
}

.product_listing_count {
  margin-bottom: 20px;
}

.selectBox select {
  border: 1px solid #ececec;
  position: relative;
  padding: 12px 36px 10px 14px;
  cursor: pointer;
  border-radius: 10px;
  width: 200px;
}

.products_category .cat_box_image {
  border-radius: 50%
}

.products_category .item_cat_box_body {
  padding: 15px 0 0;
}

.products_category .item_cat_box_body h5 {
  font-size: 16px;
  line-height: 22px;
}

.products_category {
  padding-bottom: 20px;
}


.product_row {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 1.1rem));
  grid-auto-flow: dense;
  grid-gap: 1.625rem;
}

.ad_image {
  height: 100%;
  object-fit: cover;
}

.product_grid_details {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 1.1rem));
  grid-auto-flow: dense;
  grid-gap: 1.625rem;
}

.desktop-none {
  display: none !important;
}

.delivery_day {
  padding: 15px 20px;
  /*border-radius: 15px;*/
  border-right: 1px solid #f1f1f1;
}

.delivery_day:last-child {
  border-right: none;
}

.quantity .d-flex {
  column-gap: 10px;
  justify-content: center;
}

.product_right_detail {
  padding-left: 30px;
}

.delivery_day {
  text-align: center;
}

.del_icon {
  padding-bottom: 5px;
}

.del_text h6 {
  font-weight: 500;
}

.prdct_title_block h1 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.8rem;
  color: var(--color)
}

.pdp_price {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}

.pdp_price span {
  font-weight: bold;
  padding-right: 15px;
  color: var(--theme);
}

.pdp_price span i,
.pdp_price del i {
  font-size: 20px;
  line-height: 20px;
}

.pdp_price del {
  color: #787878;
}

.prdct-detail-price {
  padding: 15px 0 0;
}

.quantity {
  margin-top: 20px;
  border: 1px solid #f1f1f1;
}

.inclusive {
  color: var(--color);
  font-size: 14px;
  padding-top: 5px;
}

.pdp_br_name {
  color: var(--theme);
  padding-bottom: 5px;
  font-weight: bold;
}

.product-detail-button {
  margin: 30px 0;
  display: flex;
  align-items: center;
}

.bg-button {
  background: var(--theme);
  border-color: var(--theme);
  color: #fff;
}

.prdct-button {
  border-width: 2px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 700;
  transition: .2s;
  border: none !important;
}

.prdct-button {
  padding: 15px 30px;
  width: 17.5rem;
}

.bg-button svg path {
  fill: #fff;
}

.prdct-button span {
  column-gap: 5px;
}

.transparent-button:hover {
  background: var(--theme) !important;
  color: #fff;
}

.prdct-button:hover {
  background: var(--theme);
  color: #fff;
}

.prdct-button:hover svg path {
  fill: #fff;
}

.del_icon svg path {
  fill: var(--color) !important;
}

.del_text h6 {
  font-weight: 500 !important;
  padding-top: 5px;
}

.avai_val {
  color: var(--base);
}

.cust_icon svg {
  width: 18px;
  height: 18px;
}

.question {
  padding-top: 20px;
}

.question .d-flex {
  column-gap: 20px;
}

.qst_box p {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 10px;
}

.qst_box h5 {
  font-weight: bold;
  font-size: 17px;
  line-height: 17px;
}

.qst_box:first-child {
  border-right: 1px solid #f1f1f1;
  padding-right: 20px;
}

.product_description_tab .nav-item {
  width: 50%;
}

.product_description_tab .nav-pills {
  border-bottom: 1px solid #f1f1f1;
}

.product_description_tab button.nav-link {
  background: transparent;
  color: var(--color) !important;
  padding-bottom: 15px !important;
}

.product_description_tab button.nav-link.active {
  background: transparent !important;
  border-radius: 0 !important;
  color: var(--theme);
  font-weight: bold;
  border-bottom: 2px solid var(--theme) !important;
}

.vlock_by_nm {
  padding: 15px 0;
}

.vlock_by_nm h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}

.vlock_by_nm {
  /* width: 50%;
    float: left;*/
}

.prdct_dtl_block p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.mb_10 {
  padding-bottom: 10px;
}

.f-left {
  /*float: left;*/
}

.f-right {
  float: right;
}

.pd-flex .d-flex {
  column-gap: 25px;
}

.vlock_by_nm ul li {
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.vlock_by_nm ul li:last-child {
  margin-bottom: 0;
  border: none;
}

.brand_logo {
  padding-bottom: 20px;
}

.br_banner_video {
  width: 100%;
}

.br_heading {
  padding-bottom: 25px;
  text-align: center;
  padding-top: 40px;
}

.br_heading p {
  font-size: 16px;
  line-height: 28px;
}

.br_heading h1 {
  padding-bottom: 5px;
}

.logo_sm {
  /*display: none;*/
}

.ceo_imag {
  text-align: center;
}

.images_grid_item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.overlay_image {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s ease-in-out 0s;
}

.image_view {
  width: 50px;
  height: 50px;
  background: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: .7s ease-in-out 0s;
}

.image_view svg path {
  stroke: #fff !important;
}

.images_grid_item:hover .image_view {
  opacity: 1;
  transform: scale(1);
}

.images_grid_item:hover .overlay_image {
  opacity: 1;
  left: 0;
}

.images_grid_item {
  margin-bottom: 25px;
}

.vid_filter_item img {
  width: 100%;
}

.v_dtl_icon svg {
  border: 1px solid #000;
  fill: #000 !important;
  border-radius: 50%;
}

.vid_filter_item .card-body {
  padding: 25px 15px 15px;
}

.tb_video_box {
  margin-bottom: 30px;
}

.gallery_tab ul li {
  font-size: 20px;
}

.gallery_tab ul {
  margin-bottom: 25px !important;
}

.gallery_tab ul li button {
  width: 200px;
  border-radius: 30px !important;
  margin: 0 5px;
  background: #f1f1f1 !important;
  color: var(--color) !important;
}

.gallery_tab ul li button:hover {
  background: var(--theme) !important;
  color: #fff !important;
}

.gallery_tab ul li button.active {
  font-weight: 500 !important;
  background: var(--base) !important;
  color: var(--theme);

  width: 200px;
}

.faq_left_item h1 {
  padding-bottom: 10px;
}

.faq_left_item p {
  font-size: 16px;
  line-height: 30px;
  padding-right: 30px;
}

.faq_left_tab {
  width: 30%;
}

.faq_right_tab {
  width: 70%;
}

.faq_quest_container .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.faq_right_tab {
  padding-left: 35px;
}

.faq_left_tab {
  /*border-right: 1px solid rgba(0, 0, 0, .125) !important;*/
}

.faq_right_tab .accordion-button {
  /*padding-left: 0 !important;*/
  padding: 13px 0 !important;
}

.faq_quest_container {
  padding-top: 60px;
}

.faq_quest_container .faq_left_tab .nav-link.active {
  background: var(--theme) !important;
  font-weight: bold !important;
}

.faq_quest_container .faq_left_tab .nav-link {
  text-align: left;
  padding: 12px 22px !important;
  font-size: 17px;
  text-transform: capitalize;
  border-radius: 0 !important;
  color: var(--color);
  /*border-bottom: 1px solid rgba(0, 0, 0, .125) !important;*/
  background: #f1f1f1;
  margin: 5px 0;
}


.faq_quest_container .accordion-button:not(.collapsed) {
  background: none !important;
  color: var(--theme) !important;
  font-weight: bold !important;
}

.faq_quest_container .accordion-item:last-child {
  border-bottom: none !important;
}

.cmn-block-box h3 {
  color: var(--theme) !important;
  /*font-weight: bold;*/
  text-transform: capitalize;
  padding-bottom: 15px;
}

.address_block .address_icon {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.fst_add p {
  align-items: start !important;
  line-height: 30px !important;
}

.fst_add svg {
  /*   margin-top: 5px !important;*/
}

.address_icon svg {
  flex: none;
  position: absolute;
  top: 0;
  left: 0;
}

.addrss_name {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  line-height: 18px;
}

.column-contact-left {
  color: var(--color);
}

.address_icon p {
  font-size: 18px;
  line-height: 18px;
}

.column-contact-left h1 {
  padding-bottom: 35px;
}

.address_block {
  padding-bottom: 22px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 22px;
  position: relative;
  padding-left: 30px;
}

.address_block:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.contact_form_container {
  padding-left: 25px;
}

.addrss_name {
  padding-bottom: 10px;
}

.inp_cntct {
  height: 50px;
  border-radius: 10px !important;
  padding: 12px 25px;
  border: 1px solid #c5c5c5 !important;
  margin-bottom: 18px;
  background: #fff !important;
}

.form-row label {
  font-weight: 500;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
}

.submit_btn {
  padding: 13px 30px;
  background: var(--theme);
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  /*  letter-spacing: 1px;*/
  transition: .3s;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.submit_btn::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #DABF95, #DABF95, #A3652E);
  transition: .5s;
}

.submit_btn:hover::before {
  width: 100%;
}

.location {
  padding: 45px 0 20px;
}

.location iframe {
  width: 100%;
}

.contact_form_container .selectBox select {
  width: 100%;
  margin-bottom: 18px;
}


.image_menu img {
  width: 50px;
  height: 50px;
  /*border-radius: 10px;*/
}

.mega_menu_item ul li {
  display: block !important;
  text-align: left;
}

.main-mega-menu ul li a {
  padding: 8px 0 !important;
  font-size: 16px;
}

.mega_menu_item_list .d-flex {
  column-gap: 40px;
}

.heading_mega_menu_item {
  text-align: left;
  position: relative;
  margin-bottom: 12px;

  /*display: inline-block;*/
}

.heading_mega_menu_item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background: var(--base);
}

.heading_mega_menu_item h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
}

.m_menu_text {
  padding-left: 7px;
}

.main_flex {
  /*column-gap: 50px;*/
}

.mega_menu_item {
  /*border-right: 1px solid #f1f1f1;*/
  padding-right: 40px;
  margin-right: 40px;
}

.splt_col {
  padding-top: 25px;
}

.mega_menu_item:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
  border-right: 0 !important
}

.w_15 {
  width: 15%;
}

.w_30 {
  width: 30%;
}

.w_25 {
  width: 25%;
}

.content-heading {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 30px;
}

.content-heading h3 {
  color: var(--theme);
  padding-bottom: 7px;
  text-transform: capitalize;
}

.content-heading h5 {
  font-size: 16px;
  color: var(--color);
}

.promobanner {
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.promobanner img {
  transition: .3s;
}

.promobanner:hover img {
  transform: scale(1.1);
}

.promobanner:hover .overlay_banner {
  opacity: 1;
}

.overlay_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .3s ease-in-out 0s;
}

.overlay_banner i {
  font-size: 20px;
  line-height: 20px;
  width: 35px;
  height: 35px;
  background: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--base);
  border-radius: 10px;
  transition: .3s ease-in-out 0s;
}

.overlay_banner i:hover {
  background: var(--base);
  color: var(--theme);
}

.follow_btn button {
  background: var(--theme);
  color: #fff;
  border: none;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  display: inline-block;
  margin-top: 10px;
}

.follow_btn button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  transition: .5s;
  height: 100%;
  background: linear-gradient(to right, #DABF95, #DABF95, #A3652E);
}

.follow_btn button:hover::before {
  width: 100%;
}

.faq_quest_container .nav-link i {
  font-size: 14px;
}

.faq_adv {
  margin-top: 25px;
  cursor: pointer;
}

.d_inline-flex {
  display: inline-flex;
}

.date_blg {
  position: relative;
}

.date_blg::before {
  margin-left: 3px;
  margin-right: 6px;
  content: '-';
}

.blog_date {
  text-transform: uppercase;
}

.blog_date strong {
  font-weight: bold;
}

.read_more_btn {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid var(--color);
  color: var(--color);
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  transition: .5s;
}

.blog_dtl_desc p {
  font-size: 17px;
  line-height: 28px;
  padding-top: 6px;
  padding-bottom: 15px;
}

.journel_listing_block p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0;
  margin-bottom: 15px !important;
}

.read_more_btn i {
  font-size: 14px;
}

.read_more_btn:hover {
  background: var(--theme);
  color: #fff;
}

.blog_image img {
  width: 100%
}

.blog_body {
  padding-top: 25px;
}

.journel_listing_block {
  /*display: flex;*/
  column-gap: 25px;
}

.journel_listing_block .blog_dtl_desc h2 {
  font-size: 25px;
  line-height: 30px;
  +display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_date {
  padding-bottom: 2px;
}

.blog_dtl_desc h2 {
  font-size: 30px;
  line-height: 35px;
}

.journel_list_base {
  padding: 50px 0;
}

.journel_list_base ul li {
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 40px;
}

.journel_list_base ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.read_more_btn_line {
  display: inline-block;
  border-bottom: 2px solid transparent;
  color: var(--color);
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  transition: .5s;
  padding-bottom: 5px;
}

.read_more_btn_line i {
  font-size: 14px;
}

.read_more_btn_line:hover {
  border-bottom-color: var(--theme);
  color: var(--theme);
  font-weight: bold;
}

.journel_grid_base .blog_dtl_desc h3 {
  padding-bottom: 0px;
  font-size: 25px;
  line-height: 30px;
}

.journel_grid_base .blog_dtl_desc p {
  font-size: 16px;
  line-height: 28px;
}

.journel_grid_base .journel_item {
  margin-bottom: 40px;
}

.jnl_image {
  width: 300px;
  flex: none;
}







/*--------carrt------------*/
/* Default desktop layout */
.cart-table.stackable {
  width: 100%;
  border-collapse: collapse;
}

.cart-table.stackable th,
.cart-table.stackable td {
  padding: 15px 0;

}

.cart-table.stackable tbody tr {
  border-bottom: 1px solid #f1f1f1;
}

.cart-table.stackable thead {
  border-bottom: 1px solid #f1f1f1;
}

.cart-table.stackable tbody tr:last-child {
  border-bottom: none;

}

.cart-table.stackable tbody tr:last-child td {
  padding-bottom: 0;
}

.table-container {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 10px 20px;
}

/* Responsive stacked layout */
@media (max-width: 768px) {
  .price_cart {
    width: 50%;
    float: left;
  }

  .cart-table.stackable,
  .cart-table.stackable thead,
  .cart-table.stackable tbody,
  .cart-table.stackable th,
  .cart-table.stackable td,
  .cart-table.stackable tr {
    display: block;
    width: 100%;
  }

  .cart-table.stackable thead {
    display: none;
  }

  .cart-table.stackable tr {
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 10px;
  }

  .cart-table.stackable td {
    /*      display: flex;*/
    /*      justify-content: space-between;*/
    padding: 8px 10px;
  }

  .cart-table.stackable td::before {
    content: attr(data-label);
    font-weight: bold;
    flex-basis: 40%;
  }
}

.product_cart_col .d-flex {
  column-gap: 16px;
}

.price_cart {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}

.price_cart i {
  font-size: 16px;
  line-height: 16px;
}

.Remove i {
  opacity: .5;
  cursor: pointer;
  transition: .3s;
}

.Remove i:hover {
  opacity: 1;
}

.pdct_detail h5 {
  font-weight: 600;
  padding-bottom: 5px;
}

.pdct_detail p {
  padding-bottom: 3px;
}

.item_val {
  font-weight: 500;
}

.pdct_image {
  width: 150px;
  height: 150px;
}

.Remove,
.price_cart,
.t_center {
  text-align: center;
}

.pdct_tb {
  width: 70%;
}

.cart-table.stackable tbody tr {
  /*border: 1px solid #f1f1f1;*/
  /*border-radius: 15px;*/
}

.heading_cart {
  padding-bottom: 15px;
}

.cart_widget {
  padding: 20px;
  background: #f3f3f3;
  border-bottom: 13px solid #fff;
}

.cart_widget h5 {
  font-weight: 600;
  padding-bottom: 10px;
}

.inner_accordian input {
  padding: 12px 25px;
  border-radius: 0px;
  border-color: transparent;
  height: 50px;
}

.coupon_reltv button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  padding: 0px 30px;
  color: var(--theme);
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  background: transparent;
  transition: .3s;
  border-left: 1px solid #f1f1f1 !important;
  border: none;
  background: transparent;
  height: 50px;
}

.coupon_reltv button:hover {
  background: var(--theme) !important;
  color: #fff !important;
}

.coupon_reltv {
  position: relative;
}

.billing-details h5 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0 16px !important;
  color: #535766;
  border-bottom: 1px solid #eaeaec;
  padding-bottom: 10px;
}

.fl-r {
  float: right;
}

.price-list-row {
  margin-bottom: 16px;
  line-height: 16px;
  font-size: 16px;
}

.price-list-val {
  float: right;
}

.price-list-row.btop {
  border-top: 1px solid #eaeaec;
  margin-top: 15px;
  padding-top: 10px;
}

.place-order {
  display: block;
  padding: 10px;
  width: 100%;
  border: none !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-size: 17px;
  background: var(--theme);
  margin-top: 20px;
  transition: .3s;
  height: 50px;
}

.place-order:hover {
  background: var(--base);
  color: var(--theme);
}

.price-list-row.btop h4 {
  font-size: 18px;
  font-weight: 700;
  color: #535766;
}

.fst_column {
  width: 30%;
}

.item_val {
  width: 70%;
}

.item_nam {
  display: flex;
  justify-content: space-between;
}

.pdct_detail {
  width: 70%;
}

.dtl_row {
  padding-bottom: 2px;
}

.heading_cart h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.call_cart h5 {
  text-align: center;
}

.call_item {
  padding-bottom: 10px;
}

.call_item .d-flex {
  column-gap: 10px;
}

.call_item .para_font_med {
  font-weight: bold;
}

.call_item .para_font_med a {
  color: var(--color);
}

.call_item .para_font_med a:hover {
  color: var(--theme);
}

.call_txt {
  padding-bottom: 8px;
  padding-top: 15px;
}

.wdgt_icon .delivery_day {
  padding: 15px 0px;
}

.wdgt_icon {
  border-top: 1px solid #dedede;
}

.main-mega-menu .container {
  max-width: 90% !important;
}

.ad_cart_image {
  margin-top: 20px;
}

.move_btn_wishlist button {
  padding: 12px 15px;
  background: var(--base);
  display: block;
  color: var(--theme);
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  margin-top: 18px;
  border: 2px solid var(--base);
  transition: .3s;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
}

.move_btn_wishlist button:hover {
  background: var(--theme);
  color: #fff;
  border-color: var(--theme);
}

.move_btn_wishlist svg {
  padding-right: 5px;
}

.product-image {
  position: relative;
}

.delete_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 99;
}

.delete_icon i {
  font-size: 20px;
}

/*.product_item_card
{
  border: 1px solid #ececec;
  padding: 10px;
}*/

.crt_pdct_head {
  padding-bottom: 30px;
  text-transform: capitalize;
}

.checkout_form .inp_cntct {
  /*  background: #ececec !important;*/
}

.checkout_block h4 {
  padding-bottom: 15px;
  font-weight: 700;
}

.checkout_block {
  margin-bottom: 30px;
}

.checkout_tab .nav-tabs button {
  background: #f1f1f1 !important;
  border: 1px solid #f1f1f1 !important;
  border-radius: 15px !important;
  margin: 0 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 36px;
  color: var(--color);
}

.checkout_tab .nav-tabs {
  border-bottom: 0 !important;
}

.checkout_tab .nav-tabs button.active {
  border: 1px solid var(--theme) !important;
  color: var(--theme);
  background: transparent !important;
}

.checkout_tab .checkout_form {
  padding-top: 25px;
}

.checkout_tab .nav-tabs li:first-child button {
  margin-left: 0;
}



.col img {
  /*  height: 100px;*/
  width: 100%;
  cursor: pointer;
  transition: transform 1s;
  object-fit: cover;
  border-radius: 12px;
}

.col label {
  overflow: hidden;
  position: relative;
}

.imgbgchk:checked+label>.tick_container {
  opacity: 1;
}

/*         aNIMATION */
.imgbgchk+label>img {
  opacity: .6;
}

.imgbgchk:checked+label>img {
  /*transform: scale(1.25);*/
  opacity: 1;
}

.tick_container {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  /*transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  cursor: pointer;
  text-align: center;
}

.tick {
  background-color: var(--base);
  color: var(--theme);
  font-size: 16px;
  padding: 6px 12px;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment_block {
  padding: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  cursor: pointer;
}

.payment_block a {
  color: var(--color);
}

.payment_block a:hover {
  color: var(--color);
}

.card_container {
  padding-top: 20px;
  display: none;
}

.tick i {
  font-size: 14px;
}

.mdl--cmn-header {
  position: relative;
  padding: 2.5rem 2.5rem 10px !important;
  border-bottom: none !important;
  justify-content: center !important;
  text-align: center;
}

.nw_card_heading h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 2px;
}

.nw_card_heading p {
  font-size: 15px;
  line-height: 15px;
  padding-top: 5px;
}

.nw_card_heading p {
  color: #797d80;
}

.pop_cancel_btn {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.pop_cancel_btn {
  background: transparent;
  border: none !important;
  font-size: 20px;
}

.New_card .card-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.card-input {
  padding: 10px 14px;
  border: 1px solid #d8d8d8 !important;
  margin-bottom: 12px;
  border-radius: 13px;
  background: #fff;
}

.card-input-col {
  position: relative;
}

.card-input-col label {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 6px;
}

.card-input-col input {
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 0 !important;
}

.card-frm-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.width_sec {
  width: 33.3%;
}

.card-save_btn a {
  margin-top: 0 !important;
  width: 100% !important;
  text-align: center;
}

.update_profile {
  padding: 18px 20px;
  border: none !important;
  color: #fff !important;
  background: var(--theme);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  border-radius: 13px;
  /*    border: 2px solid var(--theme) !important;*/
  transition: .3s;
  margin-top: 15px;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.update_profile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  transition: .5s;
  height: 100%;
  background: linear-gradient(to right, #DABF95, #DABF95, #A3652E);
}

.update_profile:hover::before {
  width: 100%;
}

.avl_card_icon {
  margin-top: 8px;
}

.cards-image img {
  width: 45px;
  margin-right: 10px;
}

.card-number-flex {
  column-gap: 8px;
}

.multi-collapse {
  padding-top: 10px;
}



.custom-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.custom-collapse.show {
  max-height: 500px;
  /* Adjust depending on expected content height */
}

.checkout_tab label {
  cursor: pointer;
}

/*.card_radio
{
  display: none;
}

*/

.check_content input[type="radio"] {
  display: none;
}

.check_content input[type="radio"]:checked,
.check_content input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.check_content [type="radio"]:checked+label,
.check_content [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  line-height: 20px;
  display: block;
  color: #666;
}

.check_content [type="radio"]:checked+label:before,
.check_content [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid var(--theme);
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%) !important;
}

.check_content [type="radio"]:checked+label:after,
.check_content [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--theme);
  position: absolute;
  top: 50%;
  right: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translateY(-50%) !important;
}

.check_content [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.check_content [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.check_content h5 {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 2px;
}

.text_split p {
  font-size: 16px;
  line-height: 16px;
  padding-top: 5px;
}

.card-bodys {
  padding-top: 20px;
}

.payment_div_item {
  margin-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
  /*  border-radius: 15px;*/
}

.card_new .card-input-col {
  position: relative;
}

.card_new .card-input-col label {
  position: absolute;
  top: -25px;
  background: #fff;
  padding: 0 6px;
}

.card_new .card-input {
  padding: 18px 14px;
  margin-bottom: 25px;
}

.card_new {
  padding-top: 25px;
}

.card_new .card-number-flex {
  column-gap: 18px;
}

.payment_block .payment_div_item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}


.save_dtl input[type="checkbox"] {
  position: relative;
  border: 2px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.2em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 0.5;

}

.save_dtl input[type="checkbox"]:hover {
  opacity: 1;
}

.save_dtl input[type="checkbox"]:checked {
  background-color: #000;
  opacity: 1;
}

.save_dtl input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -2px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.save_dtl {
  position: relative;
}

.ship_method .payment_div_item {
  padding-top: 0;
}

.ship_method .payment_block {
  padding: 20px;
  border: transparent;
  border-radius: 15px;
  cursor: pointer;
  background: #f3f3f3;
}

.checkout_left_column {
  padding-right: 30px;
  border-right: 1px solid #ececec;
}

.checkout_right_col .pdct_image {
  width: 80px;
  height: 80px;
}

.checkout_right_col .pdct_detail h5 {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}

.checkout_right_col {
  padding-left: 20px;

}

.order_chck_head h5 {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px !important;
}

.price_final {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #ececec;
}

.price_final .btop {
  padding-top: 0;
  border: none;
}

.image_left_log img {
  width: 100%;
}

.log_button {
  width: 100%;
  margin-top: 15px;
}

.log_heading {
  text-align: center;
  padding: 0 0 20px;
}

.log_heading h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--theme);
}

.log_right_col ul#pills-tab {
  justify-content: center;
  margin-bottom: 40px !important;
}

.log_right_col {
  padding: 65px 50px 50px;
  position: relative;
}

.log_right_col .nav-pills .nav-link {
  padding: 15px 27px;
  border-radius: 0px !important;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background: #f1f1f1 !important;
  color: var(--color);
  transition: .3s ease-in-out 0s;
  min-width: 150px;
}

.log_right_col .nav-pills .nav-link:hover {
  background: var(--base) !important;
  color: #fff !important;
}

.log_right_col .nav-pills .nav-link.active {
  background: var(--theme) !important;
}

.login_form .inp_cntct {
  background: #f1f1f1 !important;
  border: none !important;
  padding-left: 38px !important;
}

.login_form .form-row .form_grp {
  position: relative;
}

.log_frm_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  opacity: .5;
}

.rigt_eye {
  right: 15px !important;
  left: initial;
}

.login_modal .modal-content {
  /*  padding: 20px;*/
}

.bg_log {
  background: url('../images/bg1.jpg') no-repeat;
  background-position: center;
  background-size: cover;

}

.forget_pass a {
  color: var(--theme);
}

.forget_pass a:hover {
  color: var(--theme);
  font-weight: 600;
}

.social-media-login .or {
  position: relative;
  text-align: center;
  z-index: 9;
  margin-top: 0px;
}

.social-media-login {
  padding-top: 20px;
}

.social-media-login .or::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 1px;
  background: #c6c6c6;
  z-index: -1;
}

.social-media-login .or p {
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  color: var(--color);
  background: #fff;
  padding: 0 7px;
}

.social_media_login-form {
  text-align: center;
}

.social_media_login-form ul li {
  display: inline-block;
  margin: 10px 5px;
}

.social_media_login-form ul li a {
  width: 75px !important;
  height: 50px !important;
  border-radius: 12px;
  border: 1px solid #eaeaec;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.social_media_login-form ul li a svg {
  width: 23px;
  height: 23px;
  fill: #fff;
}

.dnt_Accnt {
  padding: 5px 0 0 0;
  text-align: center;
}

.reg_link {
  color: var(--theme) !important;
  font-weight: 700;
}

.close_modal {
  position: absolute;
  top: 25px;
  right: 25px;
}

.login_modal .btn-close:focus {
  box-shadow: none !important;
}

.image_left_log {
  position: relative;
  height: 100%;
}

.image_left_log::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

.left_content {
  position: absolute;
  border: 0;
  bottom: 60px;
  left: 60px;
}

.left_content h1,
.left_content p {
  color: #fff;
}

.left_content p {
  font-size: 19px;
  line-height: 19px;
  padding-top: 12px;
}

.log_heading {
  display: none;
}

.gold_rate_slide {
  background: var(--theme) !important;
}

.gold_rate_slide_container {
  padding: 30px 0px;
}

.gold_rate_cheadline {
  text-align: center;
}

.glod_prc_block {
  background: var(--gradient);
  /*width: 150px;*/
  /*height: 150px;*/
  text-align: center;
  /*border-radius: 50%;*/
  /*display: flex;*/
  /*align-items: center;*/
  max-width: 70%;
  border-radius: 20px;
  margin: auto;
  justify-content: center;
  border: 3px solid var(--base);
  box-shadow: 3px 7px 20px 0px #00000029;
}

.glod_prc_block h1 i {
  font-size: 22px;
  line-height: 22px;
}

.glod_prc_block h1 {

  font-size: 34px;
  line-height: 34px;
}

.glod_prc_block h1 span {
  font-weight: bold;
}

.glod_prc_block h3 {
  font-size: 23px;
  line-height: 23px;
}

.glod_prc_block p {
  font-size: 18px;
  line-height: 18px;
}

.glod_prc_block {
  text-align: center;
  margin: auto;
}

.gold_per_block {
  padding-top: 25px;
}

.gold_rate_cheadline h3 {
  color: #fff;
  padding-bottom: 8px;
}

.gold_rate_cheadline p {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.caret_sep {
  border-bottom: 1px dashed #6b0a108f;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.gold_rate_cheadline .head_pattern {
  padding-top: 15px;
}

.v_center {
  padding: 15px;
}

.v_center h3 {
  display: block;
  background: var(--theme);
  color: #fff;
  padding: 5px;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  border-radius: 40px;
}

.glod_prc_block .v_center .caret_sep:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.glod_prc_block {
  margin-bottom: 25px;
}

.gold_rate_banner {
  position: relative;
}

.gold_rate_banner .slide_close {
  left: 16px;
  right: inherit;
  background: #dabf95;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
  border-radius: 50%;
  font-size: 18px;
}

.gold_rate_banner .slide_close:hover {
  background: #fff;
}

.p_relatve {
  position: relative;
}

.more_detail {
  color: #FFF;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding-top: 20px;
}

.more_detail .call_item .para_font_med a {
  color: #fff;
}

.call_icons i {
  font-size: 18px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 0px;
}

::-webkit-scrollbar {
  width: 6px;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 220px;
  perspective: 1000px;
  /* Enables 3D effect */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 24px;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.offcanvas {
  z-index: 99999 !important;
}

.checkout-header {
  background: var(--theme);
  padding: 15px 0;
}

.back_to .back_btn_label {
  color: #fff !important;
  font-size: 16px;
}

.back_btn_label {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.dashboard-widget ul li {
  transition: .3s;
}

.dashborad-menu a {
  padding: 20px 15px;
  /*    border-bottom: 1px solid #e6e6e6;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -0.0625rem;
  column-gap: 10px;
  justify-content: space-between;
  color: var(--color);
  transition: .3s;
  font-size: 17px;
  line-height: 17px;
}

.profile_left_column {
  /*  border-right: ;*/

}

.prf_left_blocks {
  text-align: center;
  background: #fff;
  margin-bottom: 20px;
}

.image_prof {
  padding-bottom: 10px;
}

.cl_details {
  margin-bottom: 25px;
  background: #fff;
  padding: 20px;
}

.prf_left_blocks ul li:nth-child(even) {
  background: #dabf9530;
}

.dashborad-menu a:hover,
.acc_active {
  background: var(--theme);
  color: #fff !important;
}

.dashbord_right i {
  color: var(--base);
}

.pr_main_right_heading {
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.profile_right_column {
  padding-left: 20px;
}

.pr_main_right_heading h3 {
  font-weight: bold;
  color: var(--color);
}

.pr_main_right_heading p {
  color: var(--color);
}

.pr_content_block form .inp_cntct {
  /*background: #f1f1f1 !important;*/
  /*border: none !important;*/
}

.prf_btn {
  column-gap: 20px;
}

.profile_right_column .product-detail-button {
  margin-top: 5px !important;
  margin-bottom: 17px;
}

.profile_right_column .prdct-button {
  width: 11.5rem !important;
  border-radius: 10px !important;
}

.add_address_row .accordion-button::after {
  display: none !important;
}

.add_Address_btn {
  display: inline-block !important;
  width: auto !important;
  border: 1px solid #6b0a10 !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  color: var(--color) !important;
  overflow: hidden;
  cursor: pointer;
  transition: .2s;
}

.add_Address_btn .add_content {
  font-weight: 600;
}

.add_Address_btn.accordion-button:not(.collapsed) {
  background: #dabf954f !important;
  border-color: var(--base) !important;
}

.address_collapse_container {
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-top: 20px;
}

.spcfy-type {
  background-color: var(--theme);
  border-radius: 10px;
  text-transform: uppercase;
  width: 50px;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  padding: 3px;
  color: #fff;
}

.name-address .name-address-title {
  padding-bottom: 0px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

.name-address {
  padding-bottom: 15px;
}

.address--brand--text .product-detail h5 {
  font-size: 16px;
  padding: 0px 0 10px 0;
  white-space: nowrap;
  width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.address--brand--text .product-detail .product-features p {
  padding: 0 0 10px 0 !important;
  font-size: 16px;
  line-height: 16px;
}

.default-selection {
  padding-top: 15px;
}

.gender-blck input[type="radio"] {
  display: none;
}

.gender-blck input[type="radio"]:checked,
.gender-blck input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.gender-blck [type="radio"]:checked+label,
.gender-blck [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.gender-blck [type="radio"]:checked+label:before,
.gender-blck [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--theme);
  border-radius: 100%;
  background: #fff;
}

.gender-blck [type="radio"]:checked+label:after,
.gender-blck [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--theme);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gender-blck [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.gender-blck [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gender-frm-space {
  column-gap: 15px;
}

.item--address-block {
  /*border-radius: 10px;*/
  /*border-bottom: 1px solid #e6e6e6;*/
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  background: #fff
}

.item--address-block:first-child {
  /*padding-top: 0;*/
}

.item--address-block:last-child {
  margin-bottom: 0;
}

.ind-flex {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}

.address--footer_list-block i {
  width: 35px;
  height: 35px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  opacity: .5;
  justify-content: center;
}

.address--footer_list-block i:hover {
  opacity: 1;
}

.address--footer-cart .address-footer-list {
  row-gap: 10px;
  margin-right: 20px;
}

.address--footer-cart {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ship_address_checkbox {
  padding-top: 25px;
}

.del_mod_close {
  top: 16px;
  right: 16px;
  position: absolute;
}

.exit-popup-container {
  padding: 40px 20px 40px;
}

.exit_content .exit-content_heading h2 {
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--color);
}

.exit_content .exit-content_heading p {
  font-size: 18px;
  color: var(--color);
}

.exit_logout_btn {
  margin-top: 20px;
  display: flex;
  column-gap: 10px;
}

.exit_logout_btn button {
  border: 1px solid var(--color) !important;
  /*width: 100%;*/
  display: block;
  transition: .3s;
  height: 45px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  background: transparent;
  ;
  padding: 6px 30px;
  min-width: 100px;
}

.exit_logout_btn button:hover {
  background: var(--theme);
  color: #fff;
  border-color: var(--theme) !important;
}

.exit_logout_btn {
  justify-content: center;
}

.ext-icon {
  padding-bottom: 15px;
}

.login_chckt_sec {
  display: block !important;
  background: #f3f3f3;
  border-radius: 10px !important;
  padding: 25px 20px !important;
  color: var(--color) !important;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  transition: .2s;
  margin-bottom: 30px;
}

.login_chckt_sec a {
  border-width: 2px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 700;
  transition: .2s;
  border: none !important;
  background: var(--base);
  border-color: var(--base);
  display: inline-block;
  border-radius: 10px;
  margin-top: 6px;
  padding: 10px 20px;
  color: var(--theme);
  transition: .3s;
}

.login_chckt_sec a:hover {
  background: var(--theme);
  color: #fff;
}


.order_tab_sec .nav-item {
  width: 32.3%;
}

.order_tab_sec button.nav-link {}

.order_tab_sec button.nav-link.active {
  color: var(--theme);
  font-weight: bold;
  border-bottom: none !important;
  background: var(--base) !important;
  /*box-shadow: 4px 4px 13px #cacaca61;*/
}

.order_tab_sec button.nav-link {
  background: transparent;
  color: var(--color) !important;
  border: none !important;
  padding: 9px 20px !important;
  margin: 10px !important;
  width: 100%;
  border-radius: 50px !important;
  font-size: 16px;
}

.order_tab_sec ul {
  background: #fff;
  border-radius: 50px;
  border-bottom: 0 !important;
}

.tb_numb {
  width: 27px;
  height: 27px;
  background: #cbcbcb;
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 50%;
}

.order_tab_sec button.nav-link.active .tb_numb {
  background: var(--theme);
  color: #fff;
}

.order_tab_sec button.nav-link .d-flex,
.prd_select .d-flex {
  column-gap: 6px;
}

.prd_select label {
  flex: none;
}

.head_ord_detail {
  padding: 20px 0;
}

.head_ord_detail h3 {
  font-size: 20px;
}

.items_detail_ord_left .d-flex {
  column-gap: 20px;
}

.order-status div img {
  padding-right: 5px;
}

.order-status div strong {
  color: rgb(9, 191, 132);
  display: inline-block;
}

.ord_lef_items_cont p {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 8px;
}

.ord_para strong {
  padding-right: 10px;
}

.ord_rupee {
  font-size: 12px;
  padding-right: 2px;
}

.prf_bg {
  background: #f3f4f873;
}

.oder_it_items {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}

.oder_it_items:last-child() {
  margin-bottom: 0;
}

.order_btn_info .d-flex {
  row-gap: 10px;
}

.order_btn_info button {
  background: #F3F4F8;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  width: 120px;
  transition: .3s;
}

.order_btn_info button:hover {
  background: var(--theme);
  color: #fff;
}

.clr_txt {
  color: var(--theme);
}

.prf_bg .transparent-button {
  background: #fff !important;
  color: var(--theme);
}

.add_address_row .accordion-item {
  background: transparent;
}

.track_head_right button {
  background: #F3F4F8;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  width: 120px;
  transition: .3s;
}

.track_head_container,
.track_whole_container {
  padding: 25px 45px;
  background: #fff;
}

.track_hist_headline {
  border-bottom: 1px solid #ececec;
}

/*ul.track-ul li.track-li .track-icon-text span.track-icon {
    color: var(--secondary-font-color);
    background-color: var(--extra-bgcolor);
    border: 1px solid rgba(var(--border-color), var(--border-opacity));
}



ul.track-ul li.track-li {
    padding: 0px 0px 40px;
    position: relative;
    z-index: 1;
}
ul.track-ul li.track-li.active .track-icon-text span.track-icon {
    color: var(--color);
    background-color: #f8f3eb;
    border-color: #f8f3eb;
    height: 30px;
    width: 30px;
    position: relative;
}
ul.track-ul li.track-li.active .track-icon-text span.track-icon::before 
{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: var(--base);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
ul.track-ul li.track-li .track-icon-text span.track-icon {
    color: var(--color);
    background-color: var(--base);
    border: 1px solid var(--base);
}
.ul-mtm-15 {
    margin-top: -8px;
}
.width-calc-64 {
    width: calc(100% - 30px);
}
.ul-mtm-15 {
    margin-top: -8px;
}
.psl-79 {
    padding-left: 50px;
}
.pst-30 {
    padding-top: 15px;
}
.psl-15 {
    padding-left: 20px;
}
.d_block
{
  display: block;
}
ul.track-ul li.track-li::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 15px;
    width: 1px;
    height: calc(100% - 30px);  
    z-index: -1;
    background-color: #ececec !important;
}

ul.track-ul li.track-li.active::after {
    background-color: var(--theme);
}
ul.track-ul li.track-li:last-child::after 
{
  display: none !important;
}
.track_cust_detail
{
  padding: 20px 30px;
  background: #f8f3eb7a;
}
.track_History_container
{
  padding-left: 30px;
}
.track-info
{
  color: var(--color);
}
.Heading_main_txt
{
  font-weight: 600;
  color: var(--theme);
  font-size: 20px;
}

.cust_track_dtl_block h5,
.cust_track_dtl_block p
{
  color: var(--color);
}
ul.track-ul li.track-li.active-next .track-icon-text span.track-icon
{
  border-color: var(--theme) !important;
}

*/



ul.track-ul li.track-li {
  padding: 0px 0px 30px;
  position: relative;
  z-index: 1;
}

ul.track-ul li.track-li.active .track-icon-text span.track-icon {
  color: var(--color);
  background-color: #ffffff;
  border-color: #dabf95;
}

ul.track-ul li.track-li .track-icon-text span.track-icon {
  color: var(--color);
  background-color: var(--base);
  border: 1px solid var(--base);
  height: 40px;
  width: 40px;
  position: relative;
}

.ul-mtm-15 {
  margin-top: -8px;
}

.psl-15 {
  padding-left: 38px;
}

.width-calc-64 {
  width: calc(100% - 64px);
}

.ul-mtm-15>* {
  /*    margin-top: 8px;*/
}

.psl-79 {
  padding-left: 79px;
}

.pst-30 {
  padding-top: 16px;
}

ul.track-ul li.track-li::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 20px;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #e2e2e2;
  z-index: -1;
}

ul.track-ul li.track-li.active .track-icon-text span.track-icon::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: var(--base);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

ul.track-ul li.track-li.active::after {
  background-color: var(--base);
}

.d_block {
  display: block;
}

.Heading_main_txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

.trc_dtl_para {
  line-height: 28px;
}

.track_History_container {
  padding-left: 25px;
}

ul.track-ul li.track-li:last-child::after {
  display: none !important;
}

.price-list-row.btop h4 {
  font-size: 16px;
  font-weight: 700;
  color: #535766;
}

.trk_add_sec {
  border: 1px solid #e6e6e6;
}

.ship_address-footer-list .address--footer_list-block {
  background: #ececec;
  border-radius: 5px;
  margin-top: 10px;
}

.address--footer_list-block {
  width: 50%;
  /*padding: 10px 0;*/
  text-align: center;
  transition: .2s;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 700;
}

.p_relative {
  position: relative;
}


.saved-cards-block {
  border-radius: 20px;
  cursor: pointer;
  padding: 20px 30px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  transition: .3s;
}

.saved-cards-block:hover {
  transform: scale(1.02);
}

.edit_delet_btn a i {
  /*border: 1px solid #e6e6e6;*/
  color: #fff;
  opacity: .5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  justify-content: center;
  padding: 0 5px;
  transition: .3s ease-in-out 0s;
}

.edit_delet_btn a i:hover {
  opacity: 1;
}

.edit_delet_btn a {
  padding: 0 5px 0;
}

.title_card .crd-no {
  font-size: 32px;
  line-height: 32px;
  color: var(--color);
}

.card_hld {
  padding-top: 20px;
}

.card_det_flex p {
  font-size: 14px;
  line-height: 14px;
  color: var(--color);
  padding-bottom: 3px;
}

.card_det_flex h4 {
  font-size: 18px;
  line-height: 18px;
  color: var(--color);
}

.card-type-image_Card {
  top: 15px;
  right: 15px;
  position: absolute;
}

.bg_gr1 {
  background: #A770EF;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FDB99B, #CF8BF3, #A770EF);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FDB99B, #CF8BF3, #A770EF);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg_gr4 {
  background: #ff7e5f;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #feb47b, #ff7e5f);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #feb47b, #ff7e5f);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg_gr3 {
  background: #0F2027;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg_gr2 {
  background: #44A08D;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #093637, #44A08D);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #093637, #44A08D);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.card-check .center {
  column-gap: 10px;
}

.card-check .center input[type="checkbox"] {
  position: relative;
  width: 40px;
  height: 20px;
  -webkit-appearance: none;
  background: #ffffff45;
  outline: none;
  border-radius: 20px;
  /*box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2);*/
  transition: 0.7s;
  cursor: pointer;
}

.card-check .center input:checked[type="checkbox"] {
  background: var(--base);
}

.card-check .center input[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: .5s;
}

.card-check .center input:checked[type="checkbox"]:before {
  left: 20px;
}

.card-check {
  padding-top: 22px;
}

.card-check label {
  color: #fff;
  font-size: 14px;
}

.card-info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 1.21rem;
  padding-bottom: .8rem;
  border-top: 1px solid #ececec;
}

.card-info-title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
  column-gap: 3px;
}

.card-txt-box {
  padding-bottom: 5px;
}

.card-info-body p a {
  color: var(--color);
  font-weight: 700;
  text-decoration: underline !important;
}

.card-info-title span {
  font-weight: 700;
}

.font-18 {
  font-size: 20px !important;
  font-weight: 600;
}

.mst-19 {
  margin-top: 19px;
  font-size: 16px;
  line-height: 28px;
}

.pst-30 {
  padding-top: 30px;
}

.mst-30 {
  margin-top: 30px;
}

.bst {
  border-top: 1px solid #ececec;
}

.p-bullets {
  position: relative;
  padding-left: 17px;
}

.p-bullets::before {
  content: "\f111";
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  color: var(--color);
  font-size: 7px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mst-2 {
  margin-top: 2px;
}

.mst-17 {
  margin-top: 17px;
  font-size: 16px;
  line-height: 28px;
}

.meb-19 {
  margin-bottom: 19px !important;
}

.p-bulletss {
  position: relative;
}

.par_icon i {
  color: var(--color);
  font-size: 7px;
}

.p-bulletss .d-flex {
  column-gap: 10px;
}

.main_pr_heading {
  padding-bottom: 50px;
}

.contact_form_container select {
  border: 1px solid #c5c5c5;
}

.cart_empty {
  margin: auto;
  text-align: center;
}

.para_empty {
  max-width: 50%;
  margin: auto;
}

.para_empty h4 {
  font-size: 22px;
  line-height: 35px;
  padding-bottom: 12px;
}

.cart_empty h1 {
  font-weight: 600;
  color: var(--color);
  padding-bottom: 15px;
}

.cart_empty img {
  mix-blend-mode: multiply;
  opacity: .5;
}

.sale_badge {
  background: var(--theme);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px;
  font-weight: 600;
  letter-spacing: .5px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}

.no-scroll {
  overflow: hidden;
}

.md_hidden-large {
  display: none !important;
}

/*.mobile-filter,, mobile-filter-slide 
{
  display: none;
}*/

/* .sort_section
 {
  opacity: 0;
  visibility: hidden;
 }*/


.sort_section {
  background: #fff;
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 100000;
  padding: 0 10px;
  transition: .5s;
}

.sort_section_open {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.sort_section ul li {
  padding: 10px;
  font-size: 15px;
}

.sort_section ul li a {
  color: var(--color);
}

.sort_heading {
  padding: 15px 10px 15px;
  border-bottom: 1px solid #f1f1f1;
}

.sort_heading h5 {
  padding-bottom: 0px;
  margin-bottom: 15px;

  font-weight: 700;
  font-size: 16px;
}

/---------------confirm Order-----------/ .fw {
  font-weight: bold;
}

.text-color {
  color: var(--color) !important;
}

.expect_date {
  padding: 12px;
  background: #f1f1f1;
  margin-top: 20px;
  display: inline-block;
}

.confirm_ord_right_container {
  background: #fff;
  padding: 30px;
}

.clm-gap {
  column-gap: 20px;
}

.estm_date {
  font-weight: bold;
  color: var(--theme);
}

.pan_dflex {
  font-size: 17px;
}

.product-features {
  padding-left: 10px;
  /border-left: 2px solid var(--base);/
}

.conf_ord_panel_heading {
  border-bottom: 1px solid #efefef;
}

.price-list-row.btop h4 {
  font-size: 18px !important;
}

.confirm_ord_left p {
  padding-right: 50px;
}

.cont_shopop a {
  display: inline-block !important;
  width: auto !important;
  border: 1px solid #6b0a10 !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  color: var(--color) !important;
  overflow: hidden;
  cursor: pointer;
  transition: .2s;
  font-weight: bold;
}

.cont_shopop a:hover {
  background: var(--theme);
  color: #fff !important;
}

.text_center {
  text-align: center;
}

.highlate_bx,
.abt_left img {
  transition: .4s ease-in-out 0s;
}

.highlate_bx {
  cursor: pointer;
}

.highlate_bx:hover {
  background: var(--theme);
}

.highlate_bx:hover .hig_detail h3,
.highlate_bx:hover .hig_detail p {
  color: #fff;
}

.abt_left:hover img {
  transform: scale(1.06);
}

.collection-grid-image:hover img {
  transform: scale(1.06);
}

.collection-grid-image {
  cursor: pointer;
}

.collection-grid-image img {
  transition: .4s ease-in-out 0s;
}

.collection-grid-image::before {
  z-index: 1;
}

.inv_btns a {
  width: 100% !important;
}