@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');

html {
  font-size: 62.5%;
}


body {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font: normal 1.5rem/2.4rem 'Roboto', sans-serif;
  color: var(--text_color);
}

p {
  padding: 0px;
  margin: 0px;
}

a {
  padding: 0px;
  margin: 0px;
  outline: none;
}

.ptb {
  padding: 6rem 0;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

label {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul li {
  padding: 0px;
  margin: 0px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0px;
  margin: 0px;
}

input[type="text"]::-webkit-placeholder {
  opacity: 1;
}

input[type="text"]::-moz-placeholder {
  opacity: 1;
}

input[type="password"]::-webkit-placeholder {
  opacity: 1;
}

input[type="password"]::-moz-placeholder {
  opacity: 1;
}

input[type="search"]::-webkit-placeholder {
  opacity: 1;
}

input[type="search"]::-moz-placeholder {
  opacity: 1;
}

input[type="email"]::-webkit-placeholder {
  opacity: 1;
}

input[type="email"]::-moz-placeholder {
  opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
  opacity: 1;
}

input[type="tel"]::-moz-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea::-webkit-placeholder {
  opacity: 1;
}

a:hover {
  outline: none !important;
  text-decoration: none;
}

a:active {
  outline: none !important;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

a:hover,
a:focus {
  text-decoration: inherit !important;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


:root {
  --black: #253D4E;
  --white: #fff;
  --text_color: #666;
  --brand: #bf8d0a;
  --red: #f05d4d;
  --yellow: #FDC040;
  --bg: #FFFCEB;
  --bg_2: #FFF3EB;
  --bg_3: #FEEFEA;
  --bg_4: #F4F6FA;
  --bg_5: #FFF3FF;
  --bg_6: #f3ebe2;
  --text_color: #777;
  --border: #e8ddd5;

}


@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes glitter {
  0% {
    -moz-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }

  25% {
    -moz-transform: scale(1) rotate(360deg);
    opacity: 1;
  }

  50% {
    -moz-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }

  100% {
    -moz-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}





em {
  font-style: normal;
}

h1,
h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  color: var(--black);
  letter-spacing: .1rem;
  text-transform: capitalize;
  font-family: 'Quicksand';
  position: relative;
}

h3 {
  letter-spacing: .1rem;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: capitalize;
  font-family: 'Quicksand';
}

h4 {
  letter-spacing: .1rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-transform: capitalize;
  font-family: 'Quicksand';
}

h5,
h6 {
  text-transform: capitalize;
}

p {
  text-transform: capitalize;
  line-height: 2.5rem;
}



.inner_ptb {
  padding: 4rem 0 7rem;
}

.heding {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--brand);
  text-transform: uppercase;
  padding-left: 3.5rem;
}

.heding::before {
  background-image: url(../images/heding_3.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: -1rem;
  background-size: 100% 100%;
  background-color: var(--bg_6);
  opacity: 0.1;
  object-fit: cover;
}



.click {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 15rem;
  padding: .4rem;
  margin-top: 3rem;
  border-radius: .8rem;
}

.click::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-top: .1rem solid var(--brand);
  border-left: .1rem solid var(--brand);
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
  background: transparent;
  z-index: 2;
  border-radius: .6rem;
}

.click::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-bottom: .1rem solid var(--brand);
  border-right: .1rem solid var(--brand);
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
  background: transparent;
  z-index: 2;
  border-radius: .6rem;
}

.click em {
  color: var(--white);
  background-color: var(--brand);
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .1rem;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  height: 5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: .6rem;
  padding: 0 3rem;
  /* display: inline-block; */

}

.click:hover::before {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
  border-radius: .6rem;
}

.click:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
  border-radius: .6rem;
}



/*top_button*/
.top_btn {
  background: var(--brand);
  bottom: 1rem;
  color: var(--white);
  height: 4rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 1rem;
  width: 4rem;
  z-index: 9999;
  text-align: center;
  display: inline-block;
  border-radius: .5rem;
}

.top_btn i {
  font-size: 1.7rem;
  line-height: 4rem;
}

.top_btn.show {
  opacity: 0.7;
}

.top_btn:hover {
  bottom: .3rem;
  opacity: 1;
  color: var(--white);
}



/* p_scroll */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: var(--brand) !important;
}

.blog_content {
  height: 9rem;
  overflow-y: auto;
  margin-top: 1.5rem;
}

.blog_content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--brand);
}

.services_box:hover .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: var(--brand) !important;
  z-index: 3;
}






/*header*/
.header_sec {
  width: 100%;
}

.drop-nav {
  position: absolute;
  top: 10px;
  right: 0px;
}

.menu_sec li {
  position: relative;
}

.nav_top {
  border: none;
  min-height: auto;
  box-shadow: none;
  border-radius: 0;
  flex-direction: column;
}

.nav_top .dropdown-menu li a {
  font-size: 1.5rem;
}

.header_info .navbar-brand img {
  width: 31rem;
}

.resti_box {
  display: inline-block;
  background: var(--white);
  color: var(--brand) !important;
  padding: 0 1.2rem;
  text-align: center;
  text-transform: uppercase;
  border-radius: .2rem;
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin-left: .8rem;
}

.header_menu_list {
  width: 100%;
}

.search_sec {
  width: 80rem;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: .5rem;
  padding: 0 1rem;
  height: 5rem;
  border: .1rem solid #ececec;
}

.search_sec .input_type {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.search_sec .input_type input[type="text"] {
  width: 90%;
  float: left;
  background: transparent;
  border-color: transparent;
}

.search_sec .input_type button {
  width: 10%;
  float: right;
  height: 5rem;
  background: transparent;
  line-height: 5rem;
  color: #555;
  font-size: 1.5rem;
  text-align: right;
}

.search_sec .input_type button:hover {
  color: var(--brand);
}

.header_menu_list,
.header_info {
  width: 100%;
}

.header_info {
  justify-content: space-between;
  align-items: center;
  padding: 1rem 10rem;
}

.search_box {
  width: 100%;
  position: relative;
}

.search_sec .input_type .form-select {
  background: url(../images/select_arrow.png)no-repeat right 1.5rem center;
  background-size: 1.2rem;
  cursor: pointer;
}

.search_sec .input_type .form-select:focus {
  border-color: transparent;
}

.search_sec:focus {
  border-color: var(--brand);
  box-shadow: none;
}

.header_menu_list {
  border-top: .1rem solid #ececec;
  border-bottom: .1rem solid #ececec;
  padding: 1.5rem 10rem;
}

.Support_sec img {
  width: 3.5rem;
}

.Support_sec span {
  display: block;
}

.Support_sec em {
  color: var(--red);
  font-size: 1.7rem;
  font-weight: 600;
}

.Support_sec span {
  color: var(--text_color);
  font-size: 1.4rem;
}

.menu_sec li a {
  color: var(--black);
  display: inline-block;
  padding-right: 2.5rem;
}

.menu_sec li a:hover,
.menu_sec li.active a {
  color: var(--brand);
}

.menu_sec li {
  position: relative;
  text-transform: capitalize;
  font-size: 1.8rem;
}

.menu_sec li:last-child a {
  padding-right: 0;
}

.show_more {
  width: 100% !important;
  padding: 0 !important;
  text-align: center;
}

.show_more a {
  border: none !important;
}

.show_more a:hover {
  box-shadow: none !important;
}

.show_more a i {
  color: var(--brand);
}

.loig_icon img {
  width: 2rem;
  margin-right: .8rem;
  height: 2rem;
  object-fit: cover;
}

.loig_icon a {
  width: auto !important;
  height: auto !important;
  border-color: transparent !important;
}

.loig_icon a:hover {
  box-shadow: none !important;
}

.categories_sec {
  position: relative;
}

.categories_sec a {
  background: transparent;
  display: inline-block;
  text-align: center;
  height: 5rem;
  line-height: 5rem;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 2.5rem;
  border-radius: .8rem;
  overflow: hidden;
  color: var(--brand) !important;
  position: relative;
  border: .1rem solid var(--brand);
}

.header_sec.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: var(--white);
  box-shadow: 0 0 .7rem 0 #ccc;
}

.header_sec.fixed .header_top,
.header_sec.fixed .header_info {
  display: none !important;
}

.header_menu_list .d-flex {
  justify-content: space-between;
  align-items: center;
}

.nenu_close_btn {
  display: none;
}

.nav_top .dropdown.dropdown-menu {
  padding: 1rem 0 !important;
}

.nav_top .dropdown.dropdown-submenu a {
  background: transparent;
  color: var(--black) !important;
  font-size: 1.5rem;
  line-height: 3rem;
  height: auto;
  text-align: left;
  padding: .8rem 1.5rem;
  border-bottom: .1rem solid #eee;
  border-radius: 0;
  position: relative;
  width: 100%;
  border: .1rem solid #eee;
}

.nav_top .dropdown.dropdown-submenu a:hover {
  color: var(--brand) !important;
}

.nav_top .dropdown.dropdown-submenu .drop-arw {
  display: block;
  position: absolute;
  right: 1.5rem;
  top: .3rem;
  padding: 1rem;
}

.nav_top .dropdown.dropdown-submenu .drop-arw::after {
  font-family: "Font Awesome 6 Pro";
  border: none;
  color: var(--brand);
  content: "\f105";
  font-size: 1.4rem;
}

.nav_top .dropdown.dropdown-submenu:last-child a {
  border-bottom-color: transparent;
  padding-bottom: 0;
}

.nav_top .dropdown.dropdown-submenu .dropdown-menu.submenu li a {
  border: .1rem solid #eee !important;
  text-align: center;
  padding: .8rem 1.5rem !important;
  border-radius: .4rem;
}

.nav_top .dropdown.dropdown-submenu .dropdown-menu.submenu li {
  width: 33.33333333%;
  float: left;
  padding: 0 1rem;
}

.nav_top .dropdown.dropdown-submenu .dropdown-menu.submenu {
  margin: 0 -1rem;
  width: 100%;
}

.nav_top .dropdown-menu .dropdown .dropdown-menu.submenu {
  padding: 1.2rem 1rem 1rem 1rem;
}

.header_top {
  padding: 1rem 0;
  border-bottom: .1rem solid #ececec;
  text-align: center;
  background: var(--brand);
  overflow: hidden !important;
}

.header_lft ul li {
  display: inline-block;
  position: relative;
  margin-right: 2rem;
}

.header_lft ul li a {
  color: var(--white);
}

.header_lft ul li::before {
  content: '';
  position: absolute;
  right: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .1rem;
  height: 2rem;
  border-right: .1rem solid #dedfe2;
}

.header_lft ul li:last-child {
  margin-right: 0;
}

.header_lft ul li:last-child:before {
  border-right: none;
}

.header_top_middil ul li {
  color: var(--white);
}

.header_rig ul li {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
  margin-right: 1rem;
}

.header_rig ul li:first-child {
  border-right: .1rem solid #dedfe2;
}

/* .header_rig ul li:first-child i{padding-right: .6rem;} */
.header_rig ul li a {
  color: var(--white);
}

.header_rig ul li .header_rig_icon li:first-child {
  border-right: 0;
}

/* .header_rig ul li .header_rig_icon li i{border: .1rem solid var(--bg_5); padding: .4rem; width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; border-radius: .4rem; color: var(--bg_5);} */
.header_rig ul li .header_rig_icon li {
  margin-right: 0;
  padding-right: .6rem;
}

.right_icon_list li {
  display: inline-block;
  padding-right: 2rem;
}

.right_icon_list li:last-child {
  padding-right: 0;
}

.loig_icon {
  position: relative;
}

.pro_count {
  position: absolute;
  left: 1rem;
  top: -1.2rem;
  color: var(--white);
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2rem;
  background: var(--red);
  z-index: 1;
}

.right_icon_list li a {
  color: var(--text_color);
}

.input_type button {
  border: none;
}

.input_type input[type="text"],
.input_type input[type="tel"],
.input_type input[type="password"],
.input_type input[type="date"],
.input_type input[type="time"],
.input_type input[type="email"],
.input_type select,
.input_type textarea {
  width: 100%;
  height: 5rem;
  border: 0.1rem solid rgba(118, 118, 120, 0.3);
  text-transform: capitalize;
  border-radius: 1rem;
  box-shadow: none;
  outline: none;
  padding: 0 1.5rem;
  color: var(--text_color);
  font-size: 1.5rem;
}

.input_type input[type="text"]:placeholder,
.input_type input[type="tel"]:placeholder,
.input_type input[type="email"]:placeholder,
.input_type textarea:placeholder {
  color: grey;
  opacity: 1;
}

.input_type textarea {
  height: 100px;
  resize: none;
  padding: 1.5rem;
}

.input_type .form-select:focus {
  box-shadow: none;
}

.header_sec .search_box .input_type input[type="email"]:focus,
.input_type select:focus {
  border: none;
}

.input_type input[type="text"]:focus,
.input_type input[type="tel"]:focus,
.input_type input[type="email"]:focus,
.input_type select:focus,
.input_type textarea:focus,
.input_type input[type="password"]:focus {
  border: .1rem solid var(--brand);
}


.header_top_middil .slider {
  overflow: hidden;
}

.header_top_middil .slider strong {
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: var(--white);
  text-transform: capitalize;
  letter-spacing: .1rem;
  display: inline-block;
  width: 100%;
}

.header_top_middil .slider .slick-list {
  margin: 0;
}

.header_top_middil .slider strong {
  display: block;
}

.slider {
  visibility: hidden;
}

.slider.slick-initialized {
  visibility: visible;
}

.header_top_middil {
  height: 24px;
  overflow: hidden;
}

.header_top_middil .slider strong {
  display: none;
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: var(--white);
  letter-spacing: .1rem;
  width: 100%;
}

.header_top_middil .slider.slick-initialized strong {
  display: block;
}

.header_top_middil .slider {
  overflow: hidden;
}

.new {
  position: absolute;
  background-color: var(--red);
  padding: .2rem .6rem;
  color: var(--white);
  top: -1.8rem;
  text-transform: uppercase;
  font-size: 1rem;
  left: 2rem;
  line-height: 1.2rem;
  border-radius: .2rem;
}

.new::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-top: .5rem solid var(--red);
  top: 1.5rem;
  left: 2rem;
}

.new_sale {
  background: #67bcee
}

.new_sale::before {
  border-top: .5rem solid #67bcee;
}


.mobile-bottom-nav {
  display: none !important;
}

/* header-end */

/* banner-sec */


.bnr-sec .bnr-slider .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.bnr-sec .bnr-slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 4px;
}

.bnr-sec .bnr-slider .owl-dots .owl-dot span {
  width: 15px;
  height: 4px;
  background: #ccc;
  display: block;
  transition: all 0.3s ease;
  border: .5rem;
}

.bnr-sec .bnr-slider {
  position: relative;
  isolation: isolate;
}

.bnr-sec .bnr-slider .owl-dots .owl-dot.active span {

  background-color: rgb(255, 255, 255);
  opacity: 1;
  transform: scale(1.3);
  transition: 0.3s;

}

.bnr-sec .bnr-slider .owl-nav.disabled {
  display: none;
}

/* banner-sec */

/* category-sec */

.category-sec .category-slider .owl-nav {
  display: none;
}


.category-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}


.category-overlay span {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: var(--text_color);
}

/* category-sec */

/* tranding-sec */

.tranding-sec {
  background: #f9f1e8;
}

.owl-nav.disabled {
  display: none;
}

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

.tranding-img-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.tranding-img-items {
  flex: 1 0 10%;
}

/* tranding-sec */


/* cta-sec */

.cta-img img {
  width: 100%;
}

/* cta-sec */

/* collect-video-sec */

.collect-video-slider .owl-nav,
.launched-sec .launched-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.collect-video-slider .owl-nav button,
.launched-sec .launched-slider .owl-nav button {
  position: absolute;
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border: none;
  transition: 0.3s;
}

.collect-video-slider .owl-nav button:hover,
.launched-sec .launched-slider .owl-nav button:hover {
  background: #000 !important;
}

.collect-video-slider .owl-nav .owl-prev,
.launched-sec .launched-slider .owl-nav .owl-prev {
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.collect-video-slider .owl-nav .owl-next,
.launched-sec .launched-slider .owl-nav .owl-next {
  right: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.collect-video-slider .owl-nav i,
.launched-sec .launched-slider .owl-nav i {
  background: #000000b5;
  padding: 2rem;
  color: var(--white);
  font-size: 1.8rem;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.collect-video {
  background: #F4F6FA;
}

.collect-video-items video {
  height: auto;
  max-height: 100%;
  border-radius: 2rem;
}

.collect-video-slider {
  position: relative;
}

.collect-price-area {
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.collect-price-area h5 {
  font-size: 16px;
  letter-spacing: 0.04rem;
  text-transform: capitalize;
  line-height: 21px;
  color: var(--black);
  font-family: 'Quicksand';
}

.price-numbr h6 {
  font-size: 2rem;
}

.price-numbr h6 b {
  color: var(--black);
}

.price-numbr span {
  display: inline-block;
  padding-left: 5px;
  text-decoration: line-through;
}

.price-discount span {
  font-size: 1.4rem;
  display: inline-block;
  padding: .5rem;
  background: var(--black);
  color: var(--white);
  border-radius: .5rem;
}

/* collect-video-sec */

/* product-sec */

.product-itemes {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}


.img-content {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.img-content img {
  width: 100%;
  transition: 0.5s;
}


.product-itemes:hover .img-content img {
  transform: scale(1.05);
}


.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product-top-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: auto;
}

.product-top-icon a {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
  transition: 0.3s;
}

.product-top-icon a:hover {
  background: var(--red);
  color: #fff;
}

.product-btm {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.produ-btm-lt-img img {
  height: 26px;
}

.produ-rt-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.rating-numb {
  margin-right: 3px;
  font-size: 1.5rem;
}

.pro-star {
  color: #f5a623;
}

.produ-btm-cont {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  cursor: pointer;
}

.collect-price-area h5 {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
  line-height: 1.4;
}

.price-numbr h6 {
  font-size: 14px;
  margin: 0;
}

.price-numbr b {
  color: #000;
  margin-right: 6px;
}

.price-numbr span {
  color: #999;
  text-decoration: line-through;
  font-size: 13px;
}

.price-discount span {
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
}

.produc-btm-rt a {
  width: 42px;
  height: 42px;
  background: var(--red);
  color: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}

.produc-btm-rt a:hover {
  background: #000;
}

.produc-btm-rt {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
}

.product-itemes:hover .produc-btm-rt {
  opacity: 1;
  transform: translateY(0);
}

.produc-btm-rt {
  cursor: pointer;
}

/* product-sec */

/* launched-sec */

.product-img-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.product-img-box img {
  width: 100%;
  transition: 0.4s ease;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-img-box:hover .hover-img {
  opacity: 1;
}

.product-img-box:hover .main-img {
  opacity: 0;
}


.badge-new {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffd54f;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 20px;
  font-weight: 600;
}


.wishlist-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.wishlist-icon i {
  font-size: 16px;
  color: #333;
}

.wishlist-icon:hover {
  background: var(--red);
}

.wishlist-icon:hover i {
  color: var(--white);
  font-weight: 900;
}

.rating-box {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: var(--white);
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rating-box i {
  color: #f5a623;
  font-size: 12px;
}


.product-content {
  padding-top: 10px;
}

.product-content h6 {
  font-size: 14px;
  margin-bottom: 6px;
}


.new-price {
  font-weight: 600;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  margin-left: 5px;
}

.off {
  background: var(--red);
  color: #fff;
  font-size: 11px;
  padding: 6px 5px;
  margin-left: 6px;
  border-radius: 3px;
}

.sec-heding-2:after {
  content: "";
  position: absolute;
  background-image: url(../images/heading-cirecle-bg.png);
  background-size: contain;
  background-position: center center;
  height: 35px;
  width: 35px;
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotating {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}


.product-img-box {
  position: relative;
  overflow: hidden;
}

.product-card {
  cursor: pointer;
}


.product-img-box img {
  width: 100%;
  transition: 0.4s ease;
}


.main-img {
  position: relative;
  z-index: 1;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}


.product-img-box:hover .hover-img {
  opacity: 1;
}

.product-img-box:hover .main-img {
  opacity: 0;
}

.wishlist-icon,
.badge-new,
.rating-box,
.brand-watermark {
  position: absolute;
  z-index: 5;
}

.launched-sec .launched-slider .owl-nav.disabled {
  display: flex;
}

/* launched-sec */


/* testi-sec */

section.testi-sec {
  background: #f9f1e8;
}

.testi-img img {
  height: 40rem;
  object-fit: cover;
  border-radius: 1.4rem 1.4rem 0 0;
}

.testi-text-box {
  padding: 2.5rem;
  background: var(--white);
  border-radius: 0 0 1.4rem 1.4rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 1rem;
}

.testi-stars i {
  font-size: 18px;
  color: #f5a623;
}

.testi-athr-name h5 {
  font-size: 18px;
  text-transform: capitalize;
  padding-top: .5rem;
  color: var(--black);
  letter-spacing: 0.02rem;
}

.rev-txt-hilight span {
  display: inline-block;
  font-weight: 600;
  color: var(--bs-gray-dark);
}

/* testi-sec */























/*footer_sec*/

.footer_logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(85deg) brightness(103%) contrast(102%);
}

.footer_sec {
  background: #092328;
}

.footer_top_box {
  display: flex;
  justify-content: space-between;
}

.footer_icon ul li a {
  color: var(--white);
}

.footer_top {
  overflow: hidden;
  padding: 5rem 0 0;
  position: relative;
  z-index: 1;
}

.footer_icon ul li {
  display: inline-block;
}

.footer_top_box {
  padding-bottom: 3rem;
  position: relative;
}

.footer_top_box::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: .5rem;
  width: 100%;
  background: url(../images/border_shape.png) repeat-x center;
}

.footer_logo img {
  width: 21rem;
}

.footer_middle_box {
  position: relative;
  padding-bottom: 5rem;
}


.footer_txt strong {
  width: 100%;
  display: inline-block;
  color: var(--white);
  text-transform: capitalize;
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 2rem;
}

.footer_bootom .d-flex {
  justify-content: space-between;
}

.footer_bootom {
  position: relative;
  padding: 1.5rem 0;
}

.footer_bootom p {
  color: var(--white);
}

.footer_bootom p a {
  color: var(--white);
}

.footer_bootom p a:hover {
  color: var(--brand);
}

.gol li {
  position: relative;
  width: 100%;
  padding-left: 1.8rem;
}

.gol li::before {
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--white);
  font-size: 1.2rem;
}

.gol li a {
  color: var(--white);
}

.footer_txt ul li {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, .8);
  text-transform: capitalize;
}

.footer_txt ul li a {
  color: rgba(255, 255, 255, .8);
  font-size: 1.6rem;
}

.footer_txt ul li a:hover {
  color: var(--brand);
}

.footer_top .collum:nth-child(2) .footer_txt {
  padding-left: 5rem;
}

.footer_txt .input_fld {
  border: .1rem solid silver;
  padding: 1rem;
  display: inline-block;
  width: 100%;
  border-radius: .5rem;
  margin-top: 1rem;
  background-color: var(--white);
  border: none;
}

.footer_txt .input_fld input[type="email"] {
  background: transparent;
  width: 70%;
  float: left;
  height: 3.5rem;
  font-size: 1.4rem;
  border-color: transparent;
  color: var(--text_color);
}

.footer_txt .input_fld button {
  padding: 0;
  width: 15%;
  float: right;
  height: 4rem;
  line-height: 3.5rem;
  color: var(--white);
  background-color: var(--red);
  border: .1rem solid transparent;
  border-radius: .5rem;
}

.search_sec .input_type input[type="text"]:focus {
  border-color: transparent;
}

.footer_sec {
  position: relative;
}

.footer_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.footer_txt {
  padding-top: 5rem;
}

.footer_middle_box::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: .5rem;
  width: 100%;
  background: url(../images/border_shape.png) repeat-x center;
}

.ft_info li i {
  color: var(--brand);
  border: .1rem dashed var(--brand);
  padding: .6rem;
  border-radius: .6rem;
  position: absolute;
  left: 0;
  top: 0;
}

.ft_info li b {
  padding-right: .6rem;
}

.footer_txt p {
  color: rgba(255, 255, 255, .8);
}

.ft_info {
  margin-top: 2rem;
}

.footer_icon ul li a {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  text-align: center;
  border-radius: 100%;
  transition: all 500ms ease;
  margin-left: .8rem;
  align-items: center;
  justify-content: center;
}

.footer_icon ul li {
  color: var(--yellow);
}

.footer_icon ul {
  margin-top: 2rem;
}

.pay_icon li {
  display: inline-block;
}

.pay_icon {
  margin-top: 3rem;
}

.pay_icon li span {
  width: 100%;
  display: inline-block;
  font-size: 1.8rem;
}

.pay_icon li span {
  width: 100%;
  display: inline-block;
  padding-bottom: 1.5rem;
}

.ft_info li {
  position: relative;
  padding-left: 4.5rem;
  padding-bottom: 1rem !important;
}

/* footer-end */

/* account-sec */

/* my_account */

.banner_box {
  padding: 5rem 0;
  text-align: center;
}

.my_account {
  background: var(--bg_2);
}

.chek_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.security_code {
  display: inline-block;
  border-radius: .8rem;
  height: 5rem;
  line-height: 5rem;
  padding: 0 4rem;
  font-size: 2.5rem;
  background: var(--bg_6);
  margin-top: 2rem;
  text-align: center;
  position: relative;
}

.text_new {
  color: var(--yellow);
}

.text_hot {
  color: var(--red);
}

.text_sale {
  color: #55bb90;
}

.text_best {
  color: #67bcee;
}

.my_account_box .input_type {
  margin-top: 2rem;
  position: relative;
}

.my_account_box {
  position: relative;
  border-radius: .8rem;
  margin-top: 2rem;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
  background: var(--white) !important;
  z-index: 9;
  padding: 5rem 3rem;
}

.my_account_box::before {
  position: absolute;
  content: '';
  border-radius: .8rem;
  left: 1.5rem;
  top: -1rem;
  right: 1.5rem;
  bottom: -1rem;
  background: var(--white);
  opacity: .6;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.my_account_img {
  padding-right: 2rem;
}

.my_account_img img {
  border-radius: .8rem;
  height: 50rem;
  object-fit: cover;
}

.contact_form {
  position: relative;
  background: var(--white);
  padding: 3.5rem 3rem;
  border: .1rem solid #ececec;
  border-radius: 1rem;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.contact_form::before {
  position: absolute;
  content: '';
  border-radius: .8rem;
  left: 1.5rem;
  top: -1rem;
  right: 1.5rem;
  bottom: -1rem;
  background: var(--white);
  opacity: .6;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.my_account_box h4 {
  color: var(--black);
  position: relative;
  font-size: 2rem;
}

.my_account_box h4 a {
  color: var(--red);
}

.my_account_box .contact_form {
  position: relative;
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  z-index: 0;
}

.my_account_box .contact_form::before {
  display: none;
}

/* account-sec */


/* order_page */
.table th {
  background: var(--brand);
  color: var(--white);
  padding: 2rem 1.5rem;
  text-transform: capitalize;
  font-family: 'Quicksand';
  font-size: 2rem;
  letter-spacing: .1rem;
}

.table tbody tr:nth-child(even) {
  background: var(--bg_4);
}

.table tr td img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  margin-right: .6rem;
}

.table_area .tabel_pump li {
  display: inline-block;
}

.table_area .table td {
  max-width: 12rem;
  padding: 2rem 1.5rem;
  text-transform: capitalize;
}

.table_area .table tr {
  background: var(--white);
}

.tabel_pump li h4 {
  font-size: 1.7rem;
}

.order_list {
  padding-right: 2rem;
  position: relative;
}

.order_info_box {
  position: relative;
  background: var(--white);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
  padding: 3.5rem 3rem;
  border-radius: .8rem;
  margin-bottom: 3.5rem;
}

.order_info_box::before {
  position: absolute;
  content: '';
  border-radius: .8rem;
  left: 1.5rem;
  top: -1rem;
  right: 1.5rem;
  bottom: -1rem;
  background: var(--white);
  opacity: .6;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.hd_flex {
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.order_top {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.order_top::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: .5rem;
  width: 100%;
  background: url(../images/border_shape.png) repeat-x center;
}

.order_footer {
  position: relative;
  padding-top: 1.5rem;
  margin-top: 3rem;
}

.order_footer::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: .5rem;
  width: 100%;
  background: url(../images/border_shape.png) repeat-x center;
}

.orr_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  color: var(--black);
  text-transform: capitalize;
}

.orr_list li:first-child {
  padding-bottom: 1.5rem;
}

.orr_list {
  position: relative;
}

.order_top h3 {
  color: var(--brand);
  font-size: 2.5rem;
  font-weight: 600;
}

.order_footer h4 {
  color: var(--red);
}

.or_ad {
  position: relative;
}

.or_ad h4 {
  color: var(--brand);
}

.or_ad li {
  color: var(--black);
  padding-bottom: 1.5rem;
}

.or_ad li:last-child {
  color: var(--black);
  padding-bottom: 1.5rem;
}

.or_ad li a {
  color: var(--black);
}

.or_heding {
  position: relative;
  color: var(--brand);
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

.or_heding::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: .5rem;
  width: 100%;
  background: url(../images/border_shape.png) repeat-x center;
}

.order_info_box p {
  position: relative;
}

.order_info_box .click {
  width: 100%;
}

.order_sec {
  position: relative;
}

.order_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.sh_ad li b {
  padding-right: 1rem;
}

.table_area .table:first-child td {
  min-width: 14rem;
}








/* cart_page */
.cart_box_heding {
  align-items: center;
  justify-content: space-between;
}

.cart_box_heding {
  position: relative;
}

.cart_heding_lt p span {
  color: var(--red);
}

.cart_box_inner {
  position: relative;
  padding: 3rem 2.5rem;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border-bottom: .1rem dashed var(--brand);
}

.cart_box_inner_lt img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  padding: .6rem;
  border: .1rem dashed var(--brand);
  border-radius: .6rem;
}

.cart_list li {
  display: inline-block;
  padding-right: 1rem;
}

.cart_list li:last-child {
  padding-right: 0;
}

.cart_box_inner_rt .click {
  width: 6rem;
  padding: 0 2rem;
  margin-top: 0;
}

.cart_box_inner_rt .click:hover em {
  padding-right: 0;
}

.cart_box_inner_rt .click em::after {
  display: none;
}

.cart_box_inner_rt .click em {
  padding-top: 2rem;
}

.cart_info {
  border: .1rem dashed var(--brand);
  margin-top: 2.5rem;
  border-radius: .6rem;
}

.cart_box_inner_lt .deals_icon {
  padding: .2rem 0;
}

.cart_img {
  margin-right: 1rem;
}

.cart_list li {
  color: var(--red);
  text-transform: capitalize;
}

.cart_list li span {
  color: var(--black);
  padding-left: .6rem;
}

.cart_box_inner_lt h4 a {
  color: var(--black);
}

.cart_box {
  padding-right: 2rem;
}

.cart_contact {
  margin-top: 3rem;
}

.cart_contact_lt {
  position: relative;
  padding: 4rem 3rem;
  background: var(--white);
  border: .1rem dashed var(--brand);
  border-radius: .8rem;
}

.cart_contact_lt .input_type {
  margin-top: 1.5rem;
}

.cart_contact_lt .contact_form {
  margin-top: 2rem;
}

.cart_contact_lt h3 {
  color: var(--black);
  padding-bottom: .8rem;
}

.cart_contact_lt p span {
  color: var(--red);
}

.apply_coupon {
  position: relative;
  padding: 4rem 2rem;
}

.apply_coupon h3 {
  color: var(--black);
  padding-bottom: .8rem;
}

.apply_coupon p {
  padding-bottom: 1.5rem;
}

.product_lft_box_txt span {
  width: 100%;
  display: inline-block;
  color: var(--white);
  font-size: 2rem;
  line-height: 3rem;
}

.product_lft_box_txt span b {
  font-size: 4rem;
}

/* cart */

/* product_sec */
.product_sec .container-fluid {
  padding: 0 4rem;
}

.product_sec {
  position: relative;
}

.product_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.product_img_box {
  position: relative;
  background-color: var(--white);
  overflow: hidden;
  padding: 2rem 2rem 0 2rem;
  border-radius: .8rem;
}

.product_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
}

.pd_hover_img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.product_box:hover .pd_hover_img {
  opacity: 1;
  visibility: visible;
}

.product_box:hover .product_img img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}

.product_box:hover .pd_img {
  opacity: 0;
  visibility: visible;
}

.product_badges {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  border-radius: .8rem 0 2rem 0;
  padding: 0.4rem 2rem .4rem 2rem;
  background-color: #f74b81;
  color: var(--white);
  z-index: 2;
}

.product_txt {
  padding: 2rem 0 3rem 0;
}

.product_txt h4 a {
  color: var(--black);
}

.sale {
  background: #67bcee;
}

.best {
  background: #f59758;
}

.save {
  background: #3BB77E;
}

.product_lft_box {
  position: relative;
  border-radius: .8rem;
  height: 53rem;
  margin: 3rem 3rem 0 0;
}

.product_lft_box::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 29, 42, 0.6);
  border-radius: .8rem;
}

.product_lft_box h3 {
  color: var(--bg);
  position: relative;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
}

.product_txt strong {
  width: 100%;
  display: inline-block;
  color: var(--brand);
  font-size: 1.7rem;
  line-height: 2.7rem;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: .1rem;
}

.product_txt .price {
  width: 100%;
  display: inline-block;
  color: var(--red);
  font-size: 1.5rem;
  font-weight: 600;
}

.product_txt .price del {
  padding-left: 1rem;
  color: var(--text_color);
  font-size: 1.5rem;
}

.product_sec {
  background: var(--bg_4);
}

.product_lft_box_txt {
  padding: 28rem 3rem 0 3rem;
}

.product_box {
  margin-top: 3rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: .8rem;
  background-color: var(--white);
  box-shadow: .4rem .6rem 2rem rgba(0, 0, 0, 0.2);
}

.product_img {
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  /* padding: 2rem 4rem; */
  /* background: var(--bg_6); */
  border-radius: .8rem;
}

.rs_star {
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.deals_icon li span {
  color: var(--text_color);
  font-size: 1.5rem;
}

.product_btn {
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.product_btn .click i {
  padding-left: .8rem;
}

.product_btn .click {
  margin-top: 0;
}

.pt_social {
  width: 100%;
  text-align: right;
}

.pt_social li {
  display: inline-block;
}

.pt_social li a {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: .1rem solid var(--red);
  line-height: 2;
  color: var(--red);
  border-radius: .6rem;
  margin-right: .6rem;
}

.rs_star .deals_icon {
  padding: 0;
  display: flex;
}

.deals_icon li {
  display: inline-block;
  color: var(--yellow);
  font-size: 1.3rem;
}

.product_sec_btn {
  text-align: center;
  margin-top: 6rem;
  position: relative;
}

.product_sec_btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: .1rem;
  width: 100%;
  border: .1rem dashed rgba(178, 178, 178, 0.8);
  z-index: 1;
}

.product_click {
  position: relative;
  z-index: 2;
}

.product_sec_btn .click {
  margin-top: 0;
}

.product_lft_box_txt strong {
  width: 100%;
  display: inline-block;
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 3rem;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.pd_off {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  display: inline-block;
  border-radius: 50%;
  background: var(--bg_3);
  text-align: center;
  transition: 0.4s;
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: var(--red);
  font-size: 2.5rem;
  font-weight: 700;
}

.pd_off::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
  border: .1rem dashed var(--bg_3);
  border-radius: 50%;
  display: block;
  top: -1rem;
  left: -1rem;
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
}


.product_lft_box .shine {
  display: block;
  overflow: hidden;
  z-index: 2;
  opacity: 1;
  width: 12rem;
  height: 12rem;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  animation: glitter 6s linear 0s infinite normal;
  position: absolute;
  top: 0;
  right: 0;
}


/* product-end */

/* check-out */

.checkout-header {
  background: #2d2927;
  color: var(--white);
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.brand-name {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-name i {
  font-size: 32px;
  color: var(--primary);
}


.checkout-progress {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.progress-step.completed .step-icon,
.progress-step.active .step-icon {
  background: var(--brand);
  color: var(--white);
}

.progress-step.completed .step-icon {
  font-size: 14px;
}

.step-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
  font-size: 14px;
}

.progress-line {
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.checkout-main {
  padding-bottom: 60px;
}


.checkout-card {
  background: var(--white);
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all 0.3s ease;
}

.checkout-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.card-header {
  background: linear-gradient(135deg, var(--light) 0%, #f0ebe5 100%);
  padding: 20px;
  border-bottom: 1px solid var(--border);
}

.checkout-card .card-header .card-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-title i {
  color: var(--brand);
  font-size: 20px;
}

.card-body {
  padding: 25px;
}

form#checkoutForm select {
  font-size: 17px;
}

#checkoutForm .form-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--text_color);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#checkoutForm .form-control,
#checkoutForm .form-select {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: #faf9f7;
}

#checkoutForm .form-check-input {
  border-color: var(--border);
  cursor: pointer;
}

#checkoutForm .form-check-input:checked {
  background-color: var(--brand);
  border-color: var(--brand);
}

#checkoutForm .form-check-label {
  font-size: 16px;
  margin-left: 8px;
  cursor: pointer;
}

#checkoutForm .form-check-label a {
  color: var(--brand);
}

.shipping-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shipping-option {
  display: none;
}

.shipping-option input {
  display: none;
}

.shipping-option input:checked+.shipping-label {
  border-color: var(--primary);
  background-color: rgba(212, 165, 116, 0.05);
}

.shipping-label {
  display: block;
  padding: 15px;
  border: 2px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.shipping-label:hover {
  border-color: var(--primary);
}

.option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.option-title {
  font-weight: 600;
  color: var(--secondary);
}

.option-price {
  color: var(--primary);
  font-weight: 700;
}

.option-desc {
  font-size: 15px;
  color: var(--text_color);
}

.payment-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.payment-option {
  display: none;
}

.payment-option input {
  display: none;
}

.payment-option input:checked+.payment-label {
  border-color: var(--brand);
  background-color: rgba(212, 165, 116, 0.1);
  color: var(--brand);
}

.payment-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 2px solid var(--border);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  gap: 8px;
  font-weight: 500;
}

.payment-label:hover {
  border-color: var(--primary);
}

.payment-label i {
  font-size: 24px;
}

.order-summary {
  background: var(--white);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
  position: sticky;
  top: 20px;
}

.summary-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--border);
}

.summary-items {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border);
}

.summary-items .item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.summary-items .item:last-child {
  margin-bottom: 0;
}

.summary-items .item .item-image {
  width: 80px;
  height: 100px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.summary-items .item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-details {
  flex: 1;
}

.item-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--red);
  margin-bottom: 5px;
}

.item-qty,
.item-color {
  font-size: 15px;
  color: var(--text_color);
  margin: 0;
  padding-bottom: 1rem;
  font-weight: 500;
}

.item-price {
  font-size: 17px;
  font-weight: 700;
  color: var(--brand);
}

.promo-section {
  margin-bottom: 25px;
}

.promo-section .input-group {
  display: flex;
  gap: 0;
}

.promo-section .form-control {
  border-right: none;
}

.promo-section .input-group .btn-outline-primary {
  color: var(--brand);
  border-color: var(--brand);
  font-size: 16px;
}

.promo-section .input-group .btn-outline-primary:hover {
  color: var(--white) !important;
}

.btn-outline-primary:hover {
  background-color: var(--brand);
  border-color: var(--brand);
}

.price-breakdown {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border);
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 16px;
  color: #666;
}

.price-row.discount-row {
  color: var(--success);
}

.price-row.total-row {
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary);
  padding-top: 12px;
  border-top: 2px solid var(--border);
  margin-bottom: 0;
}

.price {
  font-weight: 600;
}

.total-price {
  color: var(--primary);
  font-size: 18px;
}

.place-btn {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
  font-weight: 600;
  padding: 12px 24px;
  transition: all 0.3s ease;
}

.place-btn:hover {
  background-color: var(--red);
  border-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 165, 116, 0.3);
}

.place-btn:active {
  transform: translateY(0);
}

.btn-lg {
  padding: 14px 28px;
  font-size: 16px;
}

.security-badge {
  display: flex;
  gap: 12px;
  padding: 15px;
  background: rgba(39, 174, 96, 0.05);
  border-radius: 8px;
  margin-bottom: 20px;
}

.security-badge i {
  color: green;
  font-size: 25px;
  flex-shrink: 0;
}

.security-badge h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 3px 0;
}

.security-badge p {
  margin: 0;
  font-size: 15px;
  color: #999;
}

.trust-badges {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--secondary);
}

.badge-item i {
  color: var(--brand);
  font-size: 22px;
}

/* check-out */

/* about-sec */

/* about_sec */
.experience_sec p {
  padding-top: 2rem;
}

.experience_img img {
  border-radius: .8rem;
}

.gift_info {
  position: relative;
  background-attachment: fixed !important;
}

.gift_info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.gift_info_txt {
  background: var(--red);
  width: 60rem;
  padding: 3rem 0;
  border-radius: .8rem;
}

.gift_info_txt h2 {
  color: var(--white);
}

.gift_info_txt h2 span {
  width: 100%;
  display: inline-block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: .1rem;
  padding: 1rem 0;
}


/* about-sec */

/* terms_condition_page */
.terms_condition_box ul li {
  position: relative;
  padding-left: 2rem;
  margin-top: 1rem;
}

.terms_condition_box ul li::before {
  position: absolute;
  left: 0;
  top: .8rem;
  width: 1rem;
  height: 1rem;
  background: var(--brand);
  border-radius: 100%;
  content: "";
}

.terms_condition_box h3 {
  color: var(--black);
  padding: 1rem 0;
}

/* order-list */

/* Filter Section */
.filter-section {
  background: var(--white);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--border);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.form-control,
.form-select {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  /* background-color: var(--bg); */
  color: var(--text_color);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand);
  background-color: var(--white);
  box-shadow: 0 0 0 3px rgba(191, 141, 10, 0.1);
}

.btn-light {
  background-color: var(--white);
  border: 1px solid var(--border);
  color: var(--text_color);
  font-weight: 500;
}

.btn-light:hover {
  background-color: var(--bg_6);
  border-color: var(--brand);
}

/* Orders List */
.orders-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Order Item */
.order-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.order-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: var(--brand);
}

/* Order Header */
.order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: linear-gradient(135deg, var(--bg_6) 0%, var(--bg_2) 100%);
  border-bottom: 1px solid var(--border);
}

.order-info {
  flex: 1;
}

.order-id {
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 8px 0;
}

.order-date {
  font-size: 15px;
  color: var(--text_color);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.order-status {
  text-align: right;
}

.badge-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.badge-status.delivered {
  background-color: rgba(39, 174, 96, 0.1);
  color: #27ae60;
}

.badge-status.shipped {
  background-color: rgba(52, 152, 219, 0.1);
  color: #3498db;
}

.badge-status.processing {
  background-color: rgba(243, 156, 18, 0.1);
  color: var(--yellow);
}

.badge-status.pending {
  background-color: rgba(149, 165, 166, 0.1);
  color: #7f8c8d;
}

.badge-status.cancelled {
  background-color: rgba(240, 93, 77, 0.1);
  color: var(--red);
}

.status-date {
  font-size: 12px;
  color: var(--text_color);
  margin-top: 4px;
}

/* Order Body */
.order-body {
  padding: 20px;
}


.order-footer {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Order Products */
.order-products {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.product-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.product-item img {
  width: 60px;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
  background: var(--bg_6);
}

.product-details {
  flex: 1;
}

.product-details h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 4px 0;
}



.product-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand);
  margin-top: 6px !important;
}

.order-summary {
  padding: 15px;
  border-radius: 6px;
  border: 1px solid var(--border);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: var(--text_color);
  margin-bottom: 8px;
}

.summary-row:last-child {
  margin-bottom: 0;
}

.summary-row.discount {
  color: #27ae60;
  font-weight: 600;
}

.summary-row.total {
  padding-top: 8px;
  border-top: 2px solid var(--border);
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
}

.summary-row.total span:last-child {
  color: var(--brand);
  font-size: 15px;
}


.delivery-info {
  flex: 1;
}

.delivery-info a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
}

.delivery-info a:hover {
  color: var(--yellow);
}

.order-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.btn-sm {
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.btn-outline-primary {
  color: var(--brand);
  border: 1px solid var(--brand);
  background-color: transparent;
}

.btn-outline-primary:hover {
  background-color: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}

.btn-outline-secondary {
  color: var(--text_color);
  border: 1px solid var(--border);
  background-color: transparent;
}

.btn-outline-secondary:hover {
  background-color: var(--bg_6);
  border-color: var(--brand);
  color: var(--black);
}

.btn-outline-danger {
  color: var(--red);
  border: 1px solid var(--red);
  background-color: transparent;
}

.btn-outline-danger:hover {
  background-color: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.pagination {
  gap: 4px;
}

.page-link {
  color: var(--brand);
  border: 1px solid var(--border);
  border-radius: 6px;
  background-color: var(--white);
  transition: all 0.3s ease;
}

.page-link:hover {
  background-color: var(--bg_6);
  border-color: var(--brand);
  color: var(--brand);
}

.page-item.active .page-link {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}

.page-item.disabled .page-link {
  color: #ccc;
  border-color: var(--border);
  cursor: not-allowed;
}


/* order-list */

/* order-details */

.main-content {
  padding: 20px 0 60px 0;
  min-height: calc(100vh - 200px);
}

.page-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 4px;
}

.page-header p {
  font-size: 16px;
  color: var(--text_color);
  margin: 0;
}

.sticky-card .card-body p {
  font-size: 17px;
  padding-bottom: .7rem;
}

.sticky-card .card-body .d-grid button.btn {
  font-size: 16px;
  padding: 1.3rem 2.6rem;
  margin-bottom: .8rem;
}

.order-status-badge {
  text-align: right;
}

.badge-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.badge-status.delivered {
  background-color: rgba(39, 174, 96, 0.1);
  color: #27ae60;
}

.badge-status.shipped {
  background-color: rgba(52, 152, 219, 0.1);
  color: #3498db;
}

.badge-status.processing {
  background-color: rgba(243, 156, 18, 0.1);
  color: var(--yellow);
}

.badge-status.pending {
  background-color: rgba(149, 165, 166, 0.1);
  color: #7f8c8d;
}

.badge-status.cancelled {
  background-color: rgba(240, 93, 77, 0.1);
  color: var(--red);
}

.status-date {
  font-size: 12px;
  color: var(--text_color);
  margin-top: 4px;
}


.ordr-dtls-lt-area .card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.ordr-dtls-lt-area .card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ordr-dtls-lt-area .card-header {
  background: linear-gradient(135deg, var(--bg_6) 0%, var(--bg_2) 100%);
  border-bottom: 1px solid var(--border);
  padding: 15px 20px;
}

.ordr-dtls-lt-area .card .card-header h5 {
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ordr-dtls-lt-area .card .card-header i {
  color: var(--brand);
}

.ordr-dtls-lt-area .card .card-body {
  padding: 20px;
}

/* Timeline */
.timeline {
  position: relative;
  padding: 0;
}

.timeline-item {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 40px;
  width: 2px;
  height: calc(100% + 20px);
  background: var(--border);
}

.timeline-item:last-child::before {
  display: none;
}

.timeline-item.completed::before {
  background: #27ae60;
}

.timeline-marker {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg_6);
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--text_color);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.timeline-item.completed .timeline-marker {
  background: #27ae60;
  border-color: #27ae60;
  color: var(--white);
}

.timeline-content h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 4px 0;
}

.timeline-content p {
  margin: 0;
  font-size: 15px;
}

.ordr-dtls-lt-area .card .card-body h6 {
  font-size: 15px;
  padding-bottom: .8rem;
  color: var(--black);
  letter-spacing: 0.02rem;
}

form#feedbackForm input,
form#feedbackForm textarea {
  font-size: 16px;
}

.order-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.item-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 15px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
}

.sticky-card .card-header h5 {
  font-size: 17px;
}

.item-card img {
  width: 100px;
  height: 130px;
  border-radius: 6px;
  object-fit: cover;
}

.item-info {
  flex: 1;
}

.item-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 6px 0;
}

.item-info p {
  margin: 0 0 4px 0;
  font-size: 14px;
}


.ordr-read-btn a {
  background: #fffceb !important;
  margin-left: 18px;
  margin-top: 0;
}

.ordr-read-btn a:after,
.ordr-read-btn a:before {
  display: none;
}

.ordr-read-btn a em {
  background: var(--red);
  box-shadow: none !important;
  font-size: 1.5rem;
  padding: 0 2.5rem;
  font-weight: 500;
}

.item-price {
  text-align: right;
}

.item-price .price {
  font-size: 16px;
  font-weight: 700;
  color: var(--brand);
  margin: 0;
}

.summary-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: var(--text_color);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.summary-row:last-child {
  border-bottom: none;
}

.summary-row.discount {
  color: #27ae60;
  font-weight: 600;
}

.summary-row.total {
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
  padding-top: 10px;
  border-top: 2px solid var(--border);
  border-bottom: none;
}

.summary-row.total span:last-child {
  color: var(--brand);
  font-size: 16px;
}

.sticky-card {
  position: sticky;
  top: 20px;
}

.feedback-card {
  border: 2px solid var(--brand);
}

.feedback-card .card-header {
  background: linear-gradient(135deg, rgba(191, 141, 10, 0.1) 0%, rgba(191, 141, 10, 0.05) 100%);
}

.form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.regis-frm-items .form-control,
.regis-frm-items .form-select {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 1.2rem;
  font-size: 16px;
  background-color: var(--bg);
  color: var(--text_color);
}

.regis-frm-items .form-control:focus,
.regis-frm-items .form-select:focus {
  border-color: var(--brand);
  background-color: var(--white);
  box-shadow: 0 0 0 3px rgba(191, 141, 10, 0.1);
}

.rating-group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 8px;
}

.rating-group input {
  display: none;
}

.star-label {
  font-size: 28px;
  color: var(--border);
  cursor: pointer;
  transition: all 0.3s ease;
}

.rating-group input:checked~.star-label,
.star-label:hover,
.star-label:hover~.star-label {
  color: var(--brand);
}

.feedback-options {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.form-check {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
}

.form-check .form-check-input {
  float: left;
  margin-left: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-top: 0 !important;
}

.feedback-options .form-check .form-check-input {
  border: 1px solid var(--border);
  border-radius: 4px;
  cursor: pointer;
  margin-right: 8px;
}

.feedback-options .form-check .form-check-input:checked {
  background-color: var(--brand);
  border-color: var(--brand);
}

.feedback-options .form-check .form-check-label {
  font-size: 16px;
  color: var(--text_color);
  margin: 0;
  cursor: pointer;
}

.feedback-options .form-check input {
  font-size: 1.8rem !important;
}

.submit-btn-2 {
  background: var(--brand);
  font-size: 1.5rem;
  border: none;
  padding: 1.6rem 0;
  text-align: center;
  color: var(--white);
}

.submit-btn-2:hover {
  background: var(--red);
}



/* order-details */

/* cart-pg */

.cart-container {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th {
  border-bottom: 2px solid #eee;
  padding: 15px 10px;
  text-align: left;
  font-weight: 600;
  color: var(--black);
  font-size: 21px;
}

button.remove-btn i {
  color: var(--red);
  font-size: 2rem;
}

.cart-table td {
  padding: 20px 10px;
  border-bottom: 1px solid #f4f4f4;
  vertical-align: middle;
}

.product-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.product-name {
  font-weight: 600;
  color: var(--black);
  margin: 0;
  font-size: 17px;
}

.price-col {
  font-size: 14px;
  color: #999;
}

.current-price {
  color: var(--black);
  font-weight: 600;
  margin-left: 5px;
  font-size: 1.5rem;
}

.old-price {
  text-decoration: line-through;
}

.quantity {
  display: flex;
  border: 1px solid #ced5d9;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

.quantity button {
  background-color: var(--brand);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #2980b9;
}

.input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}


.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}

.action-col .remove-btn {
  color: #3b71ca;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}


.cart-summary {
  margin-top: 30px;
  text-align: right;
}

.total-row {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 5px;
}

.total-amount {
  margin-left: 15px;
  color: #555;
}

.savings-text {
  color: var(--red);
  font-weight: 600;
  font-size: 16px;
}

.cart-actions {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.btn-continue {
  background: linear-gradient(to right, #f8b4b4, #e89a9a);
  border: none;
  color: white;
  padding: 12px 25px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.btn-proceed {
  background: white;
  border: 1px solid #ddd;
  color: var(--black);
  padding: 12px 35px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.btn-proceed:hover {
  background-color: #f8f8f8;
}

/* cart-pg */


/* sign-up-sec */

.signup-card {
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--brand);
}



.sign-up-sec {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.regis-frm-items {
  padding-bottom: 1rem;
}

.signup-card h3 {
  font-size: 22px;
  text-transform: capitalize;
  color: var(--red);
  font-weight: 600;
}

/* sign-up-sec */

/* wishlist */
.wishlist-table {
  width: 100%;
  border-collapse: collapse;
}

.wishlist-table th {
  border-bottom: 2px solid #eee;
  padding: 15px 10px;
  text-align: left;
  font-weight: 600;
  color: var(--black);
}

.wishlist-table td {
  padding: 20px 10px;
  border-bottom: 1px solid #f4f4f4;
  vertical-align: middle;
}

.product-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.product-name {
  font-weight: 600;
  color: var(--black);
  margin: 0;
  font-size: 15px;
}

.price-col {
  font-size: 14px;
  color: #999;
}

.current-price {
  color: var(--black);
  font-weight: 600;
  margin-left: 5px;
}

.stock-status {
  font-weight: 600;
  font-size: 14px;
}

.in-stock {
  color: #28a745;
}

.btn-add-cart {
  background: linear-gradient(to right, #f8b4b4, #e89a9a);
  border: none;
  color: white;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}

.btn-add-cart:hover {
  opacity: 0.9;
  color: white;
}

.remove-btn {
  color: #3b71ca;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

/* wishlist */

/* address */

/* Page Header */
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.page-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 4px;
}

.page-header p {
  font-size: 15px;
  color: var(--text_color);
  margin: 0;
}

.addresses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

.address-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.address-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: var(--brand);
}

.address-card.default {
  border: 2px solid var(--brand);
}

.address-card.add-new {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border: 2px dashed var(--border);
  background: linear-gradient(135deg, var(--bg_6) 0%, var(--bg_2) 100%);
}

.address-card.add-new:hover {
  border-color: var(--brand);
  background: linear-gradient(135deg, rgba(191, 141, 10, 0.05) 0%, rgba(191, 141, 10, 0.02) 100%);
}

.address-card.add-new .card-body {
  text-align: center;
  color: var(--brand);
  font-weight: 600;
}

.address-card.add-new i {
  font-size: 30px;
  color: var(--brand);
}


.badge-default {
  background-color: var(--brand);
  color: var(--white);
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Card Header */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: linear-gradient(135deg, var(--bg_6) 0%, var(--bg_2) 100%);
  border-bottom: 1px solid var(--border);
}

.address-type {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.address-type i {
  color: var(--brand);
  font-size: 18px;
}

/* Card Actions */
.card-actions {
  display: flex;
  gap: 8px;
}

.btn-icon {
  background: none;
  border: none;
  color: var(--text_color);
  cursor: pointer;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-icon:hover {
  background-color: rgba(191, 141, 10, 0.1);
  color: var(--brand);
}

/* Card Body */
.card-body {
  padding: 15px;
  flex: 1;
}

.address-name {
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 8px 0;
}

.address-phone {
  font-size: 15px;
  color: var(--text_color);
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}


.address-phone i {
  color: var(--brand);
  font-size: 14px;
}

.address-text {
  font-size: 15px;
  color: var(--text_color);
  line-height: 1.6;
  margin: 0 0 12px 0;
}

.card-footer {
  padding: 12px 15px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.modal-content {
  border: 1px solid var(--border);
  background: var(--white);
}

.modal-header {
  background: linear-gradient(135deg, var(--bg_6) 0%, var(--bg_2) 100%);
  border-bottom: 1px solid var(--border);
  padding: 15px 20px;
}

.modal-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-title i {
  color: var(--brand);
}

.btn-close {
  filter: brightness(0.5);
}

.modal-body {
  padding: 20px;
}

.modal-btn-con {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 15px 20px;
  display: flex;
  justify-content: center;
}

.appointment-form .form-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.modal-body .address-modal-main .form-control,
.modal-body .address-modal-main .form-select {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 1.2rem;
  font-size: 15px;
  background-color: var(--bg);
  color: var(--text_color);
  margin-bottom: 1.5rem;
}

.modal-btn-con button {
  padding: 1.5rem 2.6rem;
  border-radius: .5rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand);
  background-color: var(--white);
  box-shadow: 0 0 0 3px rgba(191, 141, 10, 0.1);
}

.form-check {
  margin-top: 10px;
}

.form-check-input {
  border: 1px solid var(--border);
  border-radius: 4px;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--brand);
  border-color: var(--brand);
}

/* address */


/* account-pg */


.account-container .sidebar {
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  position: sticky;
  top: 100px;
}

.account-dtls-con h5 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02rem;
}

.account-container .sidebar .nav-link {
  color: var(--black);
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 18px;
}

h4.acc-tle-2 {
  font-size: 25px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  color: var(--red);
  border-bottom: 1px solid var(--border);
  padding-bottom: 17px;
}

.account-container .sidebar .nav-link:last-child {
  border-bottom: none;
}

.account-container .sidebar .nav-link i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.account-container .sidebar .nav-link.active {
  background-color: var(--white);
  color: var(--brand);
}

.account-container .sidebar .nav-link:hover {
  background-color: var(--bg_4);
  color: var(--brand);
}

.content-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 30px;
  min-height: 400px;
}

.content-card .form-control {
  border: 1px solid var(--border);
  padding: 17px 15px;
  border-radius: 8px;
  margin-bottom: 21px;
  color: var(--text_color_alt);
  font-size: 1.6rem;
}

.content-card .form-control:focus {
  border-color: var(--brand);
  box-shadow: none;
}

.btn-update {
  background: var(--red);
  border: none;
  color: var(--white);
  padding: 14px 30px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  outline: none;
}

.account-dtls-con .ownr-img img {
  border-radius: 100%;
  object-fit: cover;
  width: auto;
  border: 1rem solid var(--white);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
  max-width: 100%;
  height: auto;
}

.account-dtls-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
}

.btn-update:hover {
  opacity: 0.9;
  color: var(--white);
  background: var(--brand);
}

@media(max-width:575px) {

  .account-container .sidebar .nav-link {
    font-size: 16px;
  }

  .acc-tle-2 {
    font-size: 20px;
    margin-bottom: 33px;
    letter-spacing: 0;
    padding-bottom: 12px;
  }

  .btn-update {
    padding: 1.2rem 2.6rem;
    font-size: 15px;
  }

}

/* account-pg */

/* order-confirm */


.success-header {
  background: #27ae60;
  color: var(--white);
  padding: 40px 0;
  text-align: center;
}

.success-icon {
  font-size: 80px;
  color: var(--white);
  margin-bottom: 20px;
  animation: scaleIn 0.6s ease-out;
}

.success-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--white);
}

.success-subtitle {
  font-size: 16px;
  opacity: 0.95;
  margin: 0;
}


.confirmation-main {
  flex: 1;
  padding: 40px 0;
}

.status-banner {
  background-color: var(--red);
  /* Using the red from your palette */
  color: white;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.status-icon-circle {
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.status-icon-circle i {
  color: var(--red);
  font-size: 30px;
}

.status-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.status-message {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9;
}

/* Info Box */
.info-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 25px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.info-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.info-header {
  background: linear-gradient(135deg, var(--bg_6) 0%, var(--bg_2) 100%);
  padding: 15px 20px;
  border-bottom: 1px solid var(--border);
}

.info-header h5 {
  font-size: 17px !important;
  font-weight: 600;
  color: var(--black);
  margin: 0;
}

.info-body {
  padding: 20px;
}

/* Order Number */
.order-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 10px 0;
}

.order-date {
  font-size: 15px;
  color: var(--text_color);
  margin: 0;
}


.items-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.item-row {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 15px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
}

.item-image {
  flex-shrink: 0;
}

.item-image img {
  width: 80px;
  height: 100px;
  border-radius: 6px;
  object-fit: cover;
}

.item-details {
  flex: 1;
}

.item-details h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 6px 0;
}

.item-sku {
  font-size: 14px;
  color: var(--text_color);
  margin: 0 0 4px 0;
}

.item-specs {
  font-size: 15px;
  color: var(--text_color);
  margin: 0;
}

.item-price {
  text-align: right;
  flex-shrink: 0;
}

.item-price p {
  font-size: 16px;
  font-weight: 700;
  color: var(--brand);
  margin: 0;
}

/* Address Content */
.address-content {
  padding: 10px 0;
}

.address-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 8px 0;
}

.address-phone {
  font-size: 15px;
  color: var(--text_color);
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.address-phone i {
  color: var(--brand);
}

.address-text {
  font-size: 15px;
  color: var(--text_color);
  line-height: 1.6;
  margin: 0;
}


.shipping-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.shipping-item {
  padding: 12px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 6px;
}

.shipping-label {
  font-size: 14px;
  color: var(--text_color);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0 0 6px 0;
  font-weight: 600;
}

.shipping-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  margin: 0;
}

/* Payment Content */
.payment-content {
  padding: 10px 0;
}

.payment-method {
  font-size: 14px;
  color: var(--text_color);
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.payment-method i {
  color: var(--brand);
  font-size: 18px;
}

.payment-card {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 10px 0;
  letter-spacing: 2px;
}

.payment-status {
  margin: 0;
}

.status-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.status-badge.success {
  background-color: rgba(39, 174, 96, 0.1);
  color: #27ae60;
}

/* Summary Box */
.summary-box {
  background: var(--white);
  border: 2px solid var(--brand);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(191, 141, 10, 0.1);
}

.summary-header {
  background: linear-gradient(135deg, rgba(191, 141, 10, 0.1) 0%, rgba(191, 141, 10, 0.05) 100%);
  padding: 15px 20px;
  border-bottom: 1px solid var(--border);
}

.summary-header h5 {
  font-size: 17px;
  font-weight: 600;
  color: var(--black);
  margin: 0;
}


.summary-body {
  padding: 20px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: var(--text_color);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 10px;
}

.summary-line:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.summary-line.discount-line {
  color: #27ae60;
  font-weight: 600;
}

.summary-line.total-line {
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
  padding-top: 10px;
  border-top: 2px solid var(--border);
  border-bottom: none;
  margin-bottom: 0;
}

.summary-line.total-line span:last-child {
  color: var(--brand);
  font-size: 16px;
}

/* Next Box */
.next-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
}

.next-header {
  background: linear-gradient(135deg, var(--bg_6) 0%, var(--bg_2) 100%);
  padding: 15px 20px;
  border-bottom: 1px solid var(--border);
}

.next-header h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  margin: 0;
}

.next-body {
  padding: 20px;
}

.next-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.next-item:last-child {
  margin-bottom: 0;
}

.next-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.next-content {
  flex: 1;
}

.next-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 4px 0;
}

.next-desc {
  font-size: 14px;
  color: var(--text_color);
  margin: 0;
}

.action-buttons {
  margin-bottom: 25px;
}

.btn {
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}

.btn-primary:hover {
  background-color: #a67a08;
  border-color: #a67a08;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(191, 141, 10, 0.3);
}

.btn-outline-primary {
  color: var(--brand);
  border: 1px solid var(--brand);
  background-color: transparent;
}

.btn-outline-primary:hover {
  background-color: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}

.btn-outline-secondary {
  color: var(--text_color);
  border: 1px solid var(--border);
  background-color: transparent;
}

.btn-outline-secondary:hover {
  background-color: var(--bg_6);
  border-color: var(--brand);
  color: var(--black);
}

/* Support Box */
.support-box {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.support-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 12px 0;
}

.support-text {
  font-size: 15px;
  color: var(--text_color);
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}


.support-text:last-child {
  margin-bottom: 0;
}

.support-text i {
  color: var(--brand);
}

.support-text a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
}

.support-text a:hover {
  color: var(--yellow);
}

/* Footer */
.confirmation-footer {
  background: var(--black);
  color: var(--white);
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  margin-top: 40px;
}

.confirmation-footer p {
  margin: 0;
}

/* Animations */
@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* order-confirm */

/* contact */

/* contact_page */
.map_sec iframe {
  width: 100%;
  height: 40rem;
}

.contact_sec .contact_form .input_type {
  margin-top: 1.5rem;
  position: relative;
}

.contact_info_box {
  border: .2rem solid #e5e5e5;
  border-radius: .8rem;
  height: 20rem;
  background: transparent;
  position: relative;
  margin-top: 3rem;
  padding: 0 2rem;
}

.contact_info_img {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.contact_info_img::before {
  content: '';
  position: absolute;
  left: 50%;
  height: 8rem;
  width: 8rem;
  line-height: 8rem;
  background: var(--white);
  border: .1rem dashed var(--brand);
  border-radius: 100%;
  text-align: center;
  margin-left: -4rem;
  transition: all 0.3s ease-in-out;
}

.contact_info_txt {
  margin-top: 5rem;
  text-align: center;
}

.contact_info_txt ul li b {
  width: 100%;
  display: inline-block;
  font-size: 2rem;
  padding-bottom: 1rem;
  color: var(--black);
}

.contact_info_txt ul li a {
  color: var(--black);
}

.contact_info_icon li {
  display: inline-block;
  padding-right: 1.5rem;
}

.contact_info_img i {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  color: var(--brand);
}

.contact_info_icon li a {
  background: var(--bg_4);
  padding: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: var(--yellow) !important;
  border-radius: 100%;
  box-shadow: 0 .1rem .1rem 0 rgba(0, 0, 0, .10);
}

.contact_txt p {
  padding-top: 1.5rem;
}

.contact_txt {
  padding-right: 2rem;
}

.contact_txt .blog_de_box_icon {
  margin-top: 2rem;
}

.contact_txt .blog_de_box_icon h3 span {
  background: var(--bg_6);
  z-index: 3;
  position: relative;
  border-radius: .8rem;
}

.contact_txt .blog_de_box_icon h3::after {
  z-index: 1;
}

.blog_de_box_icon ul {
  margin-top: 2rem;
}

.blog_de_box_icon ul li {
  display: inline-block;
}

.blog_de_box_icon ul li a {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  text-align: center;
  border-radius: 100%;
  transition: all 500ms ease;
  margin-left: .8rem;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  border: .1rem dashed rgba(178, 178, 178, 0.5);
}



/* contact */


/* responsive */


@media (min-width: 992px) and (max-width: 9000px) {
  .nav_top .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    border: none;
    border-bottom: .2rem solid #ccc;
    background: #fff !important;
    width: 10.50rem;
    padding: 0;
    border-radius: 0;
    left: 0;
    right: inherit;
    padding: .5rem .8rem .8rem;
    box-shadow: inherit;
  }

  .nav_top .dropdown:hover .dropdown-menu {
    max-height: 30rem;
    opacity: 1;
    visibility: visible;
  }


  .nav_top .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    margin-top: 0px;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: .2rem solid var(--brand);
    background: #fff !important;
    width: 22rem;
    padding: 0;
    border-radius: .6rem;
    left: 0;
    right: inherit;
    padding: .5rem 1rem;
    box-shadow: 0 0 2rem .3rem rgba(0, 0, 0, 0.05);
    margin-top: 1.2rem;
  }

  .nav_top .dropdown:hover .dropdown-menu {
    max-height: 60rem;
    opacity: 1;
    visibility: visible;
  }

  .nav_top .dropdown-menu .dropdown .dropdown-menu.submenu {
    visibility: hidden;
    border-bottom-color: transparent !important;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    left: 100%;
    top: 0;
    width: 66rem;
  }

  .nav_top .dropdown-menu .dropdown:hover .dropdown-menu.submenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .nav_top .dropdown.dropdown-submenu {
    margin-right: 0 !important;
  }

  .nav_top .dropdown.dropdown-submenu a {
    display: inline-block;
    width: 100%;
  }

  .drop-arw {
    display: none;
  }

}

@media only screen and (max-width: 1400px) {


  /* index */
  .header_info {
    padding: 1rem 2rem;
  }

  .search_sec {
    width: 65rem;
  }

  .header_menu_list {
    padding: 1.5rem 2rem;
  }

  .header_rig ul li {
    padding-right: 1rem;
  }

  .banner_img img {
    height: 40rem;
  }

  .banner_rt_box {
    height: 44rem;
  }

  .categories_box img {
    height: 10rem;
  }

  .categories_box {
    min-height: 22rem;
  }

  .product_sec .container-fluid {
    padding: 0 2rem;
  }

  /* .product_img img{height: 14rem;}   */
  .product_img_box {
    padding: 2rem 1.4rem 0 1.4rem;
  }

  .faq_box {
    min-height: 55rem;
  }

  .faq_offer_box {
    min-height: 55rem;
    margin-right: 1rem;
  }

  .countdown_sec ul li {
    padding: .2rem;
  }

  .countdown_sec .countdown .countdown_box strong {
    font-size: 1.5rem;
  }

  .countdown_sec .countdown .countdown_box span {
    font-size: 1.3rem;
  }

  .deals_content {
    padding: 2.5rem 2rem;
  }

  .deals_txt {
    max-width: 100%;
  }

  .countdown_sec {
    top: -8rem;
  }

  .product_lft_box_txt {
    padding: 17rem 1.5rem 0 1.5rem;
  }

  /* .banner_box {
    padding: 5rem 0;
    height: 44rem;
  } */

  .banner_txt strong b {
    font-size: 6rem;
  }

  .banner_txt strong {
    font-size: 4.5rem;
    line-height: 6rem;
    padding-bottom: 1rem;
  }

  .banner_rt_box span {
    font-size: 3rem;
    line-height: 4rem;
  }

  .pt_social li a {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .4rem;
  }

  .rs_star {
    flex-direction: column;
  }

  .deals_icon {
    text-align: left;
  }

  h4 {
    font-size: 1.7rem;
  }

  .product_lft_box {
    margin: 3rem 1rem 0 0;
    height: 47rem;
  }

  /* blog_datails */
  .blog_de_sec .container-fluid {
    padding: 0 3rem;
  }

  .blog_de_box_fst {
    padding-right: 2rem;
  }



  /* blog */
  .blog_inner_box_snd {
    padding-left: 1rem;
  }

  .img_areaa {
    column-count: 2;
  }

  .tag_list li a {
    padding: 1rem 1rem;
    font-size: 1.3rem;
  }

  .blog_info h3 {
    font-size: 3rem;
    line-height: 4rem;
    padding-bottom: 1rem;
  }

  /* contact_page */
  .contact_txt {
    padding-right: 1.4rem;
  }


  /* shop */
  .shop_lft_box_txt {
    padding: 12rem 1.5rem 1rem 1.5rem;
  }

  .product_txt h4 {
    font-size: 1.6rem;
  }



}

@media only screen and (max-width: 1350px) {


  /* index */
  .banner_img img {
    height: 32rem;
  }

  .banner_txt strong {
    font-size: 4.1rem;
  }

  .banner_rt_box {
    height: 47rem;
  }

  .header_rig ul li {
    padding-right: .6rem;
    margin-right: .5rem;
  }

  .categories .container-fluid {
    padding: 0 3.7rem;
  }

  /* .banner_box {
    padding: 8rem 0;
    height: 47rem;
  } */

  .product_lft_box {
    height: 46rem;
  }

  .deals_heding_box {
    padding: .4rem;
  }

  .deals_heding_box .countdown_sec ul li {
    padding: .4rem;
  }


  /* shop */
  .shop_lft_box_txt {
    padding: 5rem 1.5rem 1rem 1.5rem;
  }

  .shop_lft_box_txt h2 {
    font-size: 2.6rem;
  }

}

@media only screen and (max-width: 1200px) {


  /* index */
  .tag_list li a {
    padding: 1rem 1.5rem;
  }


  /* blog_datails */
  .blog_de_box .blog_info_box span a {
    font-size: 1.7rem;
  }

  .blog_de_date {
    font-size: 1.6rem;
  }

  .blog_de_date {
    margin-top: .6rem;
  }

  .blog_info_img {
    margin-right: .6rem;
  }

  .blog_info {
    padding: 3.5rem 2.5rem;
  }

  .blog_quote {
    font-size: 5rem;
  }

  .blog_details_quote {
    padding: 5rem 8rem;
  }

  .blog_de_imgfst img {
    height: 45rem;
  }


  /* blog */
  .blog_inner_box_snd {
    padding-left: .6rem;
  }

  .blog_img img {
    height: 30rem;
  }

  .blog_txt h4 {
    padding: 1rem 0 2rem 0;
  }


}

@media only screen and (max-width: 1199px) {


  /* index */
  .product_lft_box_txt {
    padding: 10rem 3rem 5rem 3rem;
  }

  .banner_txt p {
    font-size: 1.8rem;
  }

  .banner_img img {
    height: 26rem;
  }

  .bannersec .carousel-indicators [data-bs-target] {
    width: 1rem;
    height: 1rem;
  }

  .banner_rt_box span {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .banner_rt_txt p {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
  }

  .banner_rt_box {
    height: 30rem;
  }

  .search_sec {
    width: 45rem;
  }

  .header_info .navbar-brand img {
    width: 14rem;
  }

  .deals_content {
    padding: 2.5rem 1.5rem;
  }

  .deals_price span {
    font-size: 1.5rem;
  }

  .deals_icon {
    padding: .2rem 0;
  }

  .deals_content h3 {
    font-size: 1.6rem;
  }

  .banner_txt strong {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }

  .product_lft_box {
    height: 31rem;
    margin: 3rem 0 0 0;
  }

  .daimond_offer_txt h2 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }

  .faq_offer_box {
    padding: 9rem 3rem 0;
  }

  .faq_box {
    padding: 2rem;
  }

  .footer_top .collum:nth-child(2) .footer_txt {
    padding-left: 3rem;
  }

  .ft_info li i {
    padding: .4rem;
  }

  .ft_info li b {
    padding-right: .2rem;
  }

  .ft_info li a {
    font-size: 1.4rem !important;
  }

  .ft_info li {
    padding-left: 3.5rem;
    font-size: 1.3rem !important;
    padding-bottom: .2rem !important;
  }

  .header_rig ul li .header_rig_icon li {
    padding-right: .2rem;
  }

  .header_rig ul li:first-child i {
    padding-right: .2rem;
  }

  .header_rig ul li .header_rig_icon li i {
    padding: .4rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }

  .header_lft ul li {
    margin-right: 1.5rem;
  }

  .header_rig ul li {
    padding-right: .5rem;
    margin-right: .5rem;
    font-size: 1.4rem;
  }

  .blog_txt {
    margin: -6rem .2rem 0 .2rem;
  }

  .ptb {
    padding: 6rem 0;
  }

  h1,
  h2 {
    font-size: 2.8rem;
  }

  .testimonial_box {
    padding: 5rem 3rem 4rem;
  }

  .banner_rt_box {
    height: 38rem;
  }

  .banner_txt strong b {
    font-size: 4rem;
    -webkit-text-stroke: .2rem var(--yellow);
  }

  /* .banner_box {
    padding: 8rem 0;
    height: 38rem;
  } */

  .banner_rt_box span {
    font-size: 2rem;
    line-height: 3rem;
  }

  .product_btn {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .pt_social {
    text-align: center;
    margin-top: 1rem;
  }

  .deals_heding {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .deals_heding_box {
    margin-top: 2rem;
  }

  .product_txt h4 {
    font-size: 1.6rem;
  }

  h1,
  h2 {
    font-size: 2.5rem;
  }

  /* about_page */
  .experience_sec p {
    padding-top: 1rem;
  }

  .gift_info_txt h2 span {
    font-size: 4rem;
    line-height: 5rem;
  }



  /* inner_banner */
  .inner_banner .banner_txt h1 {
    font-size: 3rem;
  }



  /* blog_datails */
  .img_areaa {
    column-count: 5;
  }

  .blog_de_box_fst {
    padding-right: 0;
    padding-bottom: 3rem;
  }



  /* contact_page */
  .contact_info_icon li {
    padding-right: 1rem;
  }

  .contact_info_txt {
    margin-top: 4.5rem;
  }



  /* my_account */
  .my_account_img img {
    height: 49rem;
  }


  /* order_Page */
  .table tr td img {
    width: 2.5rem;
    height: 2.5rem;
  }

  /* .table_area .table:first-child td{max-width: 21rem;} */

}

@media only screen and (max-width: 991px) {

  .nav_top .navbar-toggler {
    color: transparent;
    border: none;
    padding: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: -1rem;
  }

  .nav_top .navbar-toggler .icon-bar {
    display: block;
    width: 3rem;
    height: .4rem;
    border-radius: .3rem;
    background-color: var(--brand);
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .nav_top .navbar-toggler .icon-bar+.icon-bar {
    margin-top: .4rem;
  }

  .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2) {
    opacity: 0;
    width: 0px;
  }

  .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {
    -webkit-transform: matrix(1, 1, 0, 1, 0, 0);
    transform: matrix(1, 1, 0, 1, 0, 0);
    width: 25px;
    margin-top: -11px;
  }

  .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {
    -webkit-transform: matrix(1, -1, 0, 1, 0, 0);
    transform: matrix(1, -1, 0, 1, 0, 0);
    width: 25px;
  }

  .nav_top .navbar-collapse {
    position: fixed;
    top: 0;
    left: -30.10rem;
    background: #fff;
    z-index: 999999;
    width: 20.80rem;
    padding: 2.5rem 1rem;
    height: 100% !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    min-height: 100vh;
    border-right: .5rem solid var(--brand);
  }

  .nav_botton {
    position: absolute;
    right: 0;
    top: 0;
  }



  /* index */
  .loig_icon span {
    display: none;
  }

  .pro_count {
    display: inline-block !important;
  }

  .right_icon_list li {
    padding-right: 1rem;
  }

  .header_info {
    padding: 1rem 1rem;
  }

  .search_sec {
    width: 40rem;
  }

  .header_rig {
    display: none;
  }

  .header_lft {
    display: none;
  }

  .nav_top .navbar-collapse.show {
    left: 0;
  }

  .daimond_offer_txt strong {
    padding-bottom: 1.5rem;
    font-size: 4.5rem;
    line-height: 6rem;
  }

  .daimond_offer_txt h2 {
    font-size: 2.8rem;
    line-height: 4rem;
  }

  .Support_sec {
    position: absolute;
    right: 6rem;
    top: 0;
  }

  .menu_sec li a {
    padding-right: 0;
    padding: 1.4rem;
    border-bottom: .1rem dashed var(--brand);
    width: 100%;
  }

  .faq_offer_box {
    padding: 3rem 3rem 0;
    min-height: 43rem;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  h1,
  h2 {
    font-size: 2.7rem;
  }

  .footer_top .collum:nth-child(2) .footer_txt {
    padding-left: 0rem;
  }



  .footer_txt strong {
    font-size: 2.3rem;
  }



  .footer_txt {
    padding-top: 4rem;
  }

  .banner_rt_box {
    margin-top: 2rem;
    height: 30rem;
  }

  .new {
    top: -.2rem;
    left: 3rem;
    padding: .1rem .6rem;
  }

  /* .banner_box {
    height: 32rem;
  } */

  .product_lft_box {
    height: 33rem;
    margin: 3rem 0 0 0;
  }

  .new::before {
    top: 1.3rem;
  }

  .drop-arw {
    position: absolute;
    right: inherit;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: .4rem;
  }

  .drop-arw::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    color: var(--brand);
    border: none;
    font-size: 2rem;
  }

  .catago_txt span {
    display: none;
  }

  /* blog_datails */
  .blog_details_quote {
    padding: 4rem 7rem;
  }

  .blog_details_quote h3 {
    font-size: 2rem;
  }

  .blog_quote {
    font-size: 4.5rem;
  }

  /* about_page */
  .experience_img {
    margin-top: 2rem;
  }

  .gift_info_txt h2 span {
    font-size: 4rem;
    line-height: 5rem;
    padding: .8rem 0;
  }

  /* blog */
  .blog_txt {
    padding: 2.5rem 1.5rem;
  }

  .blog_img img {
    height: 25rem;
  }

  .blog_txt h4 {
    padding: .8rem 0 1.5rem 0;
  }



  /* contact_page */
  .contact_info_txt ul li {
    font-size: 1.4rem;
  }

  .contact_info_img i {
    font-size: 2rem;
  }

  .contact_info_img::before {
    height: 7rem;
    width: 7rem;
    line-height: 7rem;
    margin-left: -3.5rem;
  }

  .contact_info_txt ul li b {
    padding-bottom: .8rem;
  }

  .contact_info_icon li {
    padding-right: .2rem;
  }

  .contact_info_box {
    padding: 0 1rem;
  }

  .contact_info_txt {
    margin-top: 3.8rem;
  }

  .contact_txt {
    padding-right: 0;
    padding-bottom: 3rem;
  }


  /* order_Page */
  .order_list {
    padding-right: 0;
    padding-bottom: 3rem;
  }


}

@media only screen and (max-width: 767px) {

  .container {
    max-width: 100%;
    padding: 0 1.5rem;
  }

  /* index */
  .header_lft {
    display: none;
  }

  .header_info .navbar-brand img {
    width: 12rem;
  }

  .search_sec {
    width: 25rem;
  }

  .search_sec .input_type input[type="text"] {
    padding: 0 1rem;
  }

  .banner_img img {
    height: 22rem;
  }

  .banner_txt {
    padding: 0 0 0 1.5rem;
  }

  .banner_txt strong {
    font-size: 2.9rem;
    line-height: 4rem;
    padding-bottom: .5rem;
  }

  .banner_txt span {
    font-size: 1.8rem;
    padding-bottom: .5rem;
  }

  .banner_txt p {
    font-size: 1.6rem;
  }

  .daimond_offer_txt h2 {
    font-size: 2.1rem;
    line-height: 3rem;
  }

  .daimond_offer_txt strong {
    padding-bottom: 1rem;
    font-size: 3.5rem;
    line-height: 5rem;
  }

  .deals_img img {
    height: 30rem;
  }

  .blog_img img {
    height: 30rem;
  }

  .blog_txt {
    padding: 2rem 1.5rem;
  }

  .blog_txt h4 {
    padding: 1rem 0 2rem 0;
    font-size: 1.6rem;
  }

  .faq_box .accordion-button {
    padding: 1rem;
  }

  .faq_box {
    min-height: 50rem;
  }

  .footer_logo img {
    width: 12rem;
  }

  .footer_top {
    padding: 3rem 0 0;
  }

  .footer_txt strong {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
  }

  .footer_txt {
    padding-top: 3rem;
  }





  /* blog_datails */
  .blog_details_quote {
    padding: 4rem 3rem;
  }

  .blog_quote {
    font-size: 4rem;
  }



  /* about_page */
  .main_banner .container-fluid {
    padding: 0 1rem;
  }

  .main_banner {
    padding: 1rem 0;
  }

  .gift_info_txt {
    width: 55rem;
    padding: 2rem 0;
  }

  .gift_info_txt h2 span {
    font-size: 3.5rem;
    line-height: 4.5rem;
    padding: .6rem 0;
  }



  /* blog */
  .blog_txt h4 {
    font-size: 1.5rem;
  }


  /* contact_page */
  .map_sec iframe {
    height: 30rem;
  }


  /* order_Page */
  .table_area .table td {
    padding: 1.5rem .8rem;
  }

  .table th {
    font-size: 1.8rem;
  }

  .tabel_pump li h4 {
    font-size: 1.6rem;
  }

  .order_footer {
    margin-top: 2rem;
  }



  /* shop */
  .shop_lft_box_txt {
    padding: 2rem 1.5rem 1rem 1.5rem;
  }

  .product_btn .click {
    width: 100%;
  }

}

@media only screen and (max-width: 575px) {

  /* index */
  .Support_sec em {
    display: none;
  }

  .Support_sec span {
    display: none;
  }

  .header_info .navbar-brand img {
    width: 10rem;
  }

  .search_sec .input_type input[type="text"] {
    display: none;
  }

  .search_sec .input_type button {
    width: auto;
    height: auto;
  }

  .search_sec .input_type button a {
    padding: 0;
    text-align: center;
    display: flex;
    width: 4.5rem;
    height: 4.5rem;
    border: .1rem solid #ececec;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
  }

  .search_sec {
    width: 0;
    padding: 0;
    height: 0;
    border: none;
  }

  .loig_icon img {
    width: 1.5rem;
    margin-right: .6rem;
    height: 1.5rem;
  }

  .modal-backdrop.show {
    opacity: 0 !important;
    display: block;
  }

  .modal_sec .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
  }

  .modal_sec .modal-content {
    height: 100%;
    padding: 4rem 2rem;
    border: none;
    border-radius: 0;
  }

  .modal-header {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .modal_sec .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .model_serach_box .input_type {
    border: .1rem solid #ced4da;
    display: inline-block;
    width: 100%;
    border-radius: .8rem;
  }

  .model_serach_box .input_type input[type="text"] {
    width: 80%;
    float: left;
    border: none;
  }

  .model_serach_box .input_type .sub_btn {
    width: 11%;
    float: right;
    height: 5rem;
    background: transparent;
  }

  .model_serach_box .input_type input[type="text"] {
    width: 80%;
    float: left;
    border: none;
    position: relative;
  }

  .model_serach_box .input_type .sub_btn {
    width: 10%;
    float: right;
    height: 5rem;
    background: transparent;
  }

  .Support_sec {
    right: 4rem;
  }

  .pd_off {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    top: 1.5rem;
    left: 1.5rem;
    font-size: 2rem;
  }

  .pd_off::after {
    width: 7rem;
    height: 7rem;
  }

  .product_txt {
    padding: 2rem 0 2rem 0;
  }

  .search_sec .input_type {
    position: absolute;
    left: 2rem;
    top: -2rem;
  }

  .dropdown i {
    line-height: 5rem;
  }

  .catago_txt span {
    display: none;
  }

  .header_menu_list {
    padding: 1rem 1rem;
  }

  .categories .container-fluid {
    padding: 0 1rem;
  }

  .heding {
    font-size: 1.5rem;
    padding-left: 3rem;
  }

  h1,
  h2 {
    font-size: 1.9rem;
    line-height: 3rem;
  }

  .product_lft_box h3 {
    font-size: 2rem;
    line-height: 3rem;
    padding-bottom: 1rem;
  }

  .product_lft_box_txt {
    padding: 8rem 1.5rem 2rem 1.5rem;
  }

  .product_lft_box_txt strong {
    font-size: 1.8rem;
    padding-bottom: .6rem;
  }

  .daimond_offer_txt strong {
    padding-bottom: .6rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .daimond_offer_txt h2 {
    font-size: 2rem;
  }

  .blog_img img {
    height: 25rem;
  }

  .faq_offer_box {
    padding: 3rem 1rem 0;
  }

  .faq_box {
    padding: 1.5rem;
  }

  .faq_box .accordion-body {
    padding: 1rem .6rem;
  }

  .faq_box .accordion-button h4 {
    font-size: 1.5rem;
  }

  .quote {
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
    left: -2rem;
    top: 1.5rem;
  }

  .testimonial_box {
    padding: 4rem 3rem 3rem;
    margin: 3rem 0 0 0rem;
  }

  .footer_top_box {
    flex-direction: column;
  }

  .footer_logo img {
    width: 20rem;
  }

  .footer_icon ul li a {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }

  .footer_txt strong {
    font-size: 2rem;
  }

  .footer_bootom .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .footer_txt ul li {
    margin-bottom: .8rem;
  }

  .footer_txt ul li a {
    font-size: 1.5rem;
  }

  .main_banner {
    padding: 1rem 0;
  }

  .main_banner .container-fluid {
    padding: 0 1rem;
  }

  .banner_txt strong {
    font-size: 2.5rem;
    line-height: 3.5rem;
    padding-bottom: .5rem;
  }

  .banner_txt span {
    font-size: 1.7rem;
    padding-bottom: .4rem;
  }

  .categories_sec .dropdown-toggle {
    white-space: nowrap;
    position: absolute;
    top: 2.6rem;
    right: .4rem;
    color: transparent;
  }

  .drop-arw::after {
    font-size: 1.6rem;
  }

  .banner_txt strong b {
    font-size: 3rem;
    -webkit-text-stroke: .1rem var(--yellow);
  }

  .banner_box {
    padding: 5rem 0;
  }

  .banner_rt_box {
    height: 28rem;
  }

  .faq_offer_box h2 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .faq_offer_box h2 span {
    padding-bottom: .6rem;
    font-size: 3rem;
  }


  /* blog_datails */
  .inner_banner .banner_box {
    padding: 3rem 0;
  }

  .blog_de_sec .container-fluid {
    padding: 0 1.5rem;
  }

  /* .blog_info_box{flex-direction: column; text-align: center; align-items: center; justify-content: center;} */
  .blog_de_date {
    flex-direction: column;
  }

  .img_areaa {
    column-count: 2;
  }

  .gallery_sec img {
    height: 8rem;
  }

  .blog_info {
    padding: 2.5rem 2rem;
  }

  .tag_list li a {
    padding: .9rem .8rem;
    border-radius: 1rem;
    font-size: 1.3rem;
  }

  .tag_list li {
    margin: 0 .6rem .6rem 0;
  }

  .blog_info_hedind {
    padding-bottom: 1.5rem;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .blog_de_box_icon h3 span {
    padding: 0 1rem;
  }

  .blog_de_box_icon ul {
    margin-top: 1.5rem;
  }

  .blog_de_imgfst img {
    height: 35rem;
  }

  .blog_contain_list li {
    margin-left: 2rem;
  }

  .blog_contain_list li::before {
    left: -2rem;
  }

  .contain_comment_list li {
    padding-left: .4rem;
  }

  .blog_image_contain {
    padding: 2rem .6rem 6rem;
  }

  .blog_de_box p .first {
    margin: .6rem 1rem 1rem 0;
  }

  .blog_details_quote {
    padding: 4rem 1.5rem;
  }

  .blog_quote {
    font-size: 3rem;
  }

  .blog_de_box .contact_form {
    padding: 2rem .8rem;
  }




  /* about_page */
  .gift_info_txt {
    width: 29rem;
  }

  .gift_info_txt h2 span {
    font-size: 2.5rem;
    line-height: 3.5rem;
    padding: .4rem 0;
  }



  /* contact_page */
  .contact_form {
    padding: 2.5rem 1.5rem;
  }

  .contact_info_box {
    height: 18rem;
  }

  .contact_info_img::before {
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    margin-left: -3rem;
  }


  /* my_account */
  .my_account_img img {
    height: 30rem;
  }

  .my_account_box {
    padding: 3rem 1.5rem;
  }


  /* order_Page */
  .table_area .table:first-child td {
    min-width: 22rem;
  }

  .order_info_box {
    padding: 2.5rem 1.5rem;
    margin-bottom: 3rem;
  }

  .or_heding {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }



  /* blog_page */
  .blog_info_box h4 {
    font-size: 1.5rem;
  }

  .blog_info_box .price {
    font-size: 1.4rem;
  }

  .deals_icon li {
    font-size: 1rem;
  }

}


@media (min-width: 992px) and (max-width: 1490px) {

  .header_info .navbar-brand img {
    width: 25rem;
  }

  .category-sec {
    padding: 5rem 0;
  }

  .category-overlay span {
    font-size: 17px;
  }

  .collect-video-items video {
    width: 100%;
  }

  .off {
    font-size: 10px;
    padding: 3px 5px !important;
    display: inline-block;
  }

}

@media(max-width:1199px) {

  .category-overlay span {
    font-size: 13px;
  }

  .ptb {
    padding: 4rem 0;
  }

  .rs_star {
    align-items: start;
  }

  .rs_star .deals_icon {
    margin-top: .8rem;
  }

  .product_btn {
    align-items: unset;
  }

}

@media(max-width:991px) {

  /* mobile-header */

  .mobile-bottom-nav {
    display: block !important;
  }

  .navbar-collapse {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: var(--white);
    padding: 20px;
    z-index: 1999;
    border-bottom: 1px solid #eee;
  }

  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: var(--white);
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    z-index: 4000;
  }



  .bottom-nav-item {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
  }

  .bottom-nav-item i {
    font-size: 18px;
    margin-bottom: 2px;
  }

  header.header_sec {
    display: none;
  }

  .header_info {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 15px;
    position: relative;
    background: var(--white);
    border-bottom: 1px solid #eee;
    z-index: 2000;
  }

  .nav_botton {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .navbar-toggler {
    display: block !important;
    border: none;
    background: transparent;
    padding: 5px;
  }

  .navbar-toggler .icon-bar {
    display: block !important;
    width: 26px;
    height: 3px;
    background: #000 !important;
    margin: 5px 0;
  }

  .navbar-collapse {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    padding: 20px;
    z-index: 1999;
    transition: 0.3s;
    overflow-y: auto;
  }

  .nav_botton {
    display: block !important;
    position: static;
    transform: none;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: var(--white);
    padding: 20px;
    z-index: 1999;
    transition: 0.3s ease-in-out;
    overflow-y: auto;
    display: block !important;
  }

  .navbar-collapse.show {
    left: 0;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
  }

  .navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: all 0.2s;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    /* Standard mobile drawer width */
    height: 100vh;
    background: var(--white);
    z-index: 2002;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block !important;
    padding: 20px;
  }

  .navbar-collapse.show {
    left: 0;
  }

  .navbar-toggler {
    transition: all 0.3s ease-in-out;
    position: relative;
  }

  .nav_botton {
    position: static !important;
  }

  .navbar-toggler .icon-bar {
    transition: all 0.3s ease-in-out;
  }

  .navbar-toggler:focus {
    border: none !important;
    outline: none !important;
  }


  .navbar-toggler.active .icon-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .navbar-toggler.active .icon-bar:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler.active .icon-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }


  .close-menu-btn {
    font-size: 24px;
    color: #333;
    cursor: pointer;
    text-align: right;
    margin-bottom: 20px;
  }


  .navbar-toggler:focus-visible {
    outline: none !important;
    outline-offset: 2px;
    box-shadow: none;
    border: none !important;
  }

  .navbar-toggler:focus,
  .navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  /* mobile-header */

  .tranding-img-items {
    flex: 1 0 31%;
  }

  .inner_banner .bannersec .banner_box {
    height: auto;
    padding: 6rem 0;
  }

  .order-summary {
    position: static;
    margin-top: 30px;
  }

  .checkout-progress {
    margin-top: 20px;
    justify-content: center;
  }

  .payment-options {
    grid-template-columns: 1fr 1fr;
  }

  .checkout-header .row {
    flex-direction: column;
    gap: 20px;
  }

  .brand-name {
    font-size: 22px;
  }

  .checkout-progress {
    gap: 10px;
  }

  .progress-line {
    width: 20px;
  }

  .progress-step {
    font-size: 10px;
  }

  .step-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .card-body {
    padding: 20px;
  }

  .payment-options {
    grid-template-columns: 1fr;
  }

  .trust-badges {
    grid-template-columns: 1fr;
  }

  .summary-items {
    padding-bottom: 20px;
  }

  /* order-list */

  .brand-title {
    font-size: 20px;
  }

  .page-title h2 {
    font-size: 24px;
  }

  .filter-section .row {
    flex-direction: column;
  }

  .filter-section .col-md-4,
  .filter-section .col-md-3,
  .filter-section .col-md-2 {
    width: 100%;
  }

  .order-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .order-status {
    text-align: left;
  }

  .order-body .row {
    flex-direction: column;
  }

  .order-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .product-item {
    gap: 10px;
  }

  .product-item img {
    width: 50px;
    height: 70px;
  }

  .product-details h6 {
    font-size: 13px;
  }

  .order-id {
    font-size: 14px;
  }

  /* order-list */


  div#addAddressModal,
  #editAddressModal {
    z-index: 5000;
  }


  /* order-details */

  .brand-title {
    font-size: 20px;
  }

  .page-header {
    flex-direction: column;
    gap: 15px;
  }

  .order-status-badge {
    text-align: left;
  }

  .page-header h2 {
    font-size: 22px;
  }

  .item-card {
    /* flex-direction: column; */
    align-items: center;
    text-align: center;
  }

  .item-card img {
    width: 80px;
    height: 100px;
  }

  .item-price {
    text-align: center;
  }

  .feedback-options {
    grid-template-columns: 1fr;
  }

  .sticky-card {
    position: static;
  }

  /* order-details */

  /* order-confirm */
  .success-title {
    font-size: 28px;
  }

  .success-subtitle {
    font-size: 14px;
  }

  .success-icon {
    font-size: 60px;
  }

  .confirmation-main {
    padding: 25px 0;
  }

  .shipping-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .item-row {
    gap: 12px;
    padding: 12px;
  }

  .item-image img {
    width: 70px;
    height: 90px;
  }

  /* order-confirm */

  /* address */

  .brand-title {
    font-size: 20px;
  }

  .page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .page-header h2 {
    font-size: 22px;
  }

  .addresses-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
  }

  .address-card {
    min-height: 280px;
  }

  /* address */

}

@media(max-width:575px) {

  .ptb {
    padding: 3rem 0;
  }

  .top_btn {
    bottom: 9rem;
  }

  .cta-img img {
    width: 100%;
    object-fit: cover;
    height: 168px;
    object-position: 100%;
  }

  h1,
  h2 {
    font-size: 2rem;
  }

  .bnr-img-content img {
    width: 100%;
    height: 207px;
    object-fit: cover;
    object-position: 70%;
  }

  .testi-athr-name h5 {
    font-size: 16px;
  }

  .collect-video-items video {
    width: 100%;
  }

  .produ-btm-cont {
    padding: 0;
  }

  .tranding-img-items:last-child img {
    width: 100%;
    object-fit: cover;
    height: 419px;
  }

  .checkout-header {
    padding: 15px 0;
    margin-bottom: 25px;
  }

  .brand-name {
    font-size: 18px;
  }

  .card-header {
    padding: 15px;
  }

  .card-title {
    font-size: 16px;
  }

  .card-body {
    padding: 15px;
  }

  .form-label {
    font-size: 12px;
  }

  .form-control,
  .form-select {
    font-size: 13px;
    padding: 8px 10px;
  }

  .item {
    gap: 10px;
  }

  .item-image {
    width: 70px;
    height: 90px;
  }

  .item-name {
    font-size: 13px;
  }

  .price-row {
    font-size: 13px;
  }

  .price-row.total-row {
    font-size: 15px;
  }

  .btn-lg {
    padding: 12px 20px;
    font-size: 14px;
  }

  .order-summary {
    padding: 20px;
  }

  .summary-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  /* order-list */


  .user-profile {
    font-size: 12px;
  }

  .page-title h2 {
    font-size: 20px;
  }

  .page-title p {
    font-size: 12px;
  }

  .filter-section {
    padding: 15px;
  }

  .form-control,
  .form-select {
    font-size: 13px;
    padding: 6px 10px;
  }

  .order-header {
    padding: 15px;
  }

  .order-body {
    padding: 15px;
  }

  .order-footer {
    padding: 12px 15px;
    gap: 12px;
  }

  .order-id {
    font-size: 13px;
  }

  .order-date {
    font-size: 12px;
  }

  .badge-status {
    font-size: 11px;
    padding: 5px 10px;
  }

  .product-item {
    gap: 8px;
  }

  .product-item img {
    width: 45px;
    height: 60px;
  }

  .product-details h6 {
    font-size: 12px;
  }

  .product-details p {
    font-size: 11px;
  }

  .product-price {
    font-size: 12px;
  }

  .order-summary {
    padding: 12px;
  }

  .summary-row {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .summary-row.total {
    font-size: 14px;
  }

  .summary-row.total span:last-child {
    font-size: 14px;
  }



  .order-actions {
    gap: 6px;
  }

  .delivery-info p {
    font-size: 11px;
  }

  .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 11px;
  }

  .pagination {
    gap: 11px;
  }

  .page-item .page-link {
    font-size: 1.5rem;
  }

  /* order-list */

  /* order-details */

  .user-profile {
    font-size: 12px;
  }

  .page-header h2 {
    font-size: 18px;
  }

  .page-header p {
    font-size: 12px;
  }

  .card-header {
    padding: 12px 15px;
  }

  .card-header h5 {
    font-size: 14px;
  }

  .card-body {
    padding: 15px;
  }

  .timeline-item {
    gap: 12px;
    margin-bottom: 15px;
  }

  .timeline-marker {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .timeline-content h6 {
    font-size: 13px;
  }

  .timeline-content p {
    font-size: 11px;
  }

  .item-card {
    padding: 12px;
    gap: 10px;
  }

  .item-card img {
    width: 70px;
    height: 90px;
  }



  .item-card {
    flex-direction: column;
  }

  .item-info h6 {
    font-size: 13px;
  }

  .item-info p {
    font-size: 11px;
  }

  .item-price .price {
    font-size: 14px;
  }

  .summary-row {
    font-size: 12px;
    padding-bottom: 8px;
  }

  .summary-row.total {
    font-size: 13px;
  }

  .summary-row.total span:last-child {
    font-size: 14px;
  }

  .form-label {
    font-size: 12px;
  }

  .form-control,
  .form-select {
    font-size: 13px;
    padding: 6px 10px;
  }

  .star-label {
    font-size: 24px;
  }

  .feedback-options {
    gap: 8px;
  }

  .form-check {
    padding: 8px;
    font-size: 12px;
  }

  .d-grid {
    gap: 8px !important;
  }

  /* order-details */

  /* sign-up */

  .regis-frm-items .form-control,
  .regis-frm-items .form-select {
    font-size: 14px;
  }

  /* sign-up */

  /* modal */

  .modal-header .btn-close {
    padding-right: 3rem;
    padding-bottom: 30px;
  }

  /* modal */

  /* order-confirm */

  .success-header {
    padding: 30px 0;
  }

  .success-title {
    font-size: 22px;
  }

  .success-subtitle {
    font-size: 13px;
  }

  .success-icon {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .confirmation-main {
    padding: 20px 0;
  }

  .info-box {
    margin-bottom: 20px;
  }

  .info-header {
    padding: 12px 15px;
  }

  .info-header h5 {
    font-size: 14px;
  }

  .info-body {
    padding: 15px;
  }

  .order-number {
    font-size: 20px;
  }

  .order-date {
    font-size: 12px;
  }

  .item-row {
    gap: 10px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .item-image img {
    width: 60px;
    height: 80px;
  }

  .item-details h6 {
    font-size: 13px;
  }

  .item-sku,
  .item-specs {
    font-size: 11px;
  }

  .item-price {
    text-align: center;
  }

  .item-price p {
    font-size: 14px;
  }

  .address-name {
    font-size: 13px;
  }

  .address-phone,
  .address-text {
    font-size: 12px;
  }

  .shipping-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .shipping-item {
    padding: 10px;
  }

  .shipping-label {
    font-size: 11px;
  }

  .shipping-value {
    font-size: 13px;
  }

  .payment-method {
    font-size: 13px;
  }

  .payment-card {
    font-size: 13px;
  }

  .summary-box {
    margin-bottom: 20px;
  }

  .summary-header {
    padding: 12px 15px;
  }

  .summary-header h5 {
    font-size: 14px;
  }

  .summary-body {
    padding: 15px;
  }

  .summary-line {
    font-size: 12px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .summary-line.total-line {
    font-size: 14px;
  }

  .summary-line.total-line span:last-child {
    font-size: 15px;
  }

  .next-box {
    margin-bottom: 20px;
  }

  .next-header {
    padding: 12px 15px;
  }

  .next-header h5 {
    font-size: 14px;
  }

  .next-body {
    padding: 15px;
  }

  .next-item {
    gap: 12px;
    margin-bottom: 12px;
  }

  .next-number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .next-title {
    font-size: 12px;
  }

  .next-desc {
    font-size: 11px;
  }

  .action-buttons {
    margin-bottom: 20px;
  }

  .btn {
    font-size: 13px;
    padding: 8px 12px;
  }

  .support-box {
    padding: 15px;
  }

  .support-title {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .support-text {
    font-size: 11px;
    margin-bottom: 6px;
  }

  .confirmation-footer {
    margin-top: 30px;
    font-size: 12px;
  }

  /* order-confirm */

  /* address */
  .header {
    margin-bottom: 0;
  }

  .breadcrumb-section {
    padding: 10px 0;
    margin-bottom: 20px;
  }

  .breadcrumb {
    font-size: 11px;
  }

  .brand-title {
    font-size: 18px;
  }

  .brand-title i {
    font-size: 22px;
  }

  .user-profile {
    font-size: 12px;
  }

  .page-header h2 {
    font-size: 18px;
  }

  .page-header p {
    font-size: 12px;
  }

  .addresses-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .address-card {
    min-height: auto;
  }

  .card-header {
    padding: 12px;
  }

  .address-type {
    font-size: 14px;
  }

  .address-type i {
    font-size: 16px;
  }

  .card-body {
    padding: 12px;
  }

  .address-name {
    font-size: 13px;
  }

  .address-phone {
    font-size: 12px;
  }

  .address-text {
    font-size: 12px;
  }

  .meta-item {
    font-size: 11px;
  }

  .card-footer {
    padding: 10px 12px;
  }

  .btn-outline-primary {
    font-size: 12px;
    padding: 5px 10px;
  }

  .modal-header {
    padding: 12px 15px;
  }

  .modal-title {
    font-size: 14px;
    padding-left: 1rem;
  }

  .modal-body {
    padding: 15px;
  }

  .form-label {
    font-size: 12px;
  }

  .form-control,
  .form-select {
    font-size: 13px;
    padding: 6px 10px;
  }

  .modal-footer {
    padding: 12px 15px;
  }

  /* address */


}

/* responsive */


/* ==========================================================================
   Premium Shopping Cart & Toast Styles
   ========================================================================== */

/* Toast Container */
#toast-container {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 420px;
  width: calc(100% - 60px);
}

.premium-toast {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-left: 4px solid #bc8246;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 16px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  transform: translateX(120%);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.4s ease;
  opacity: 0;
  overflow: hidden;
  position: relative;
}

.premium-toast.show {
  transform: translateX(0);
  opacity: 1;
}

.premium-toast.hide {
  transform: translateX(120%);
  opacity: 0;
}

.toast-img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #f0f0f0;
}

.toast-content {
  flex-grow: 1;
}

.toast-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.3;
}

.toast-message {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.4;
}

.toast-actions {
  display: flex;
  gap: 8px;
}

.toast-btn {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  display: inline-block;
}

.toast-btn-primary {
  background: #bc8246;
  color: #fff !important;
}

.toast-btn-primary:hover {
  background: #a46f38;
}

.toast-btn-secondary {
  background: #f5f5f5;
  color: #333 !important;
  border: 1px solid #e5e5e5;
}

.toast-btn-secondary:hover {
  background: #e8e8e8;
}

.toast-close {
  background: none;
  border: none;
  color: #ccc;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: color 0.2s ease;
}

.toast-close:hover {
  color: #666;
}

/* Shopping Cart Section */
.cart-section {
  background-color: #faf9f6;
  padding: 80px 0;
}

.cart-table-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid #f0edf0;
  overflow: hidden;
  margin-bottom: 30px;
}

.cart-table {
  width: 100%;
  margin-bottom: 0;
}

.cart-table th {
  background: #fcfbfa;
  color: #888;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 24px;
  border-bottom: 1px solid #f3eff3;
}

.cart-table td {
  padding: 24px;
  vertical-align: middle;
  border-bottom: 1px solid #f5f2f5;
  color: #333;
}

.cart-table tr:last-child td {
  border-bottom: none;
}

.cart-item-detail {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-item-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #eee;
  flex-shrink: 0;
}

.cart-item-info h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.cart-item-info h4 a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.cart-item-info h4 a:hover {
  color: #bc8246;
}

.cart-item-info p {
  margin: 0;
  font-size: 12px;
  color: #777;
}

.cart-item-attr {
  display: inline-block;
  background: #f5f1eb;
  color: #bc8246;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  margin-top: 4px;
  margin-right: 5px;
}

.cart-price {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.cart-qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  height: 40px;
}

.cart-qty-btn {
  width: 35px;
  height: 100%;
  border: none;
  background: transparent;
  color: #555;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.cart-qty-btn:hover {
  background-color: #f7f7f7;
}

.cart-qty-input {
  width: 50px;
  height: 100%;
  border: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #222;
  outline: none;
}

/* Remove default spinner styling */
.cart-qty-input::-webkit-outer-spin-button,
.cart-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-qty-input[type=number] {
  -moz-appearance: textfield;
}

.cart-item-total {
  font-size: 16px;
  font-weight: 700;
  color: #bc8246;
}

.cart-remove-btn {
  background: none;
  border: none;
  color: #d9534f;
  cursor: pointer;
  font-size: 18px;
  transition: transform 0.2s ease, color 0.2s;
  padding: 8px;
}

.cart-remove-btn:hover {
  transform: scale(1.15);
  color: #c9302c;
}

.cart-summary-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid #f0edf0;
  padding: 30px;
  position: sticky;
  top: 100px;
}

.cart-summary-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #fcfbfa;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 14px;
  color: #666;
}

.cart-summary-row.total {
  border-top: 1px dashed #eee;
  padding-top: 16px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.cart-summary-row.total span:last-child {
  color: #bc8246;
}

.checkout-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #bc8246;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  margin-top: 24px;
  box-shadow: 0 4px 12px rgba(188, 130, 70, 0.2);
}

.checkout-btn:hover {
  background: #a46f38;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(188, 130, 70, 0.3);
}

.continue-shopping-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #bc8246 !important;
  border: 1px solid #bc8246;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s ease;
  margin-top: 12px;
}

.continue-shopping-btn:hover {
  background: #fbf8f5;
  color: #a46f38 !important;
}

.empty-cart-container {
  text-align: center;
  padding: 80px 40px;
}

.empty-cart-icon {
  font-size: 64px;
  color: #e6dfd7;
  margin-bottom: 24px;
}

.empty-cart-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.empty-cart-text {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

/* Transitions for dynamic update loading state */
.cart-item-row {
  transition: opacity 0.3s ease;
}
.cart-item-row.updating {
  opacity: 0.5;
  pointer-events: none;
}

/* ==========================================================================
   Mockup Checkout Design Styles
   ========================================================================== */

/* Checkout Progress Header */
.checkout-header {
  background: #fff;
  padding: 24px 0;
  border-bottom: 1px solid #f3eff3;
  margin-bottom: 20px;
}

.checkout-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.progress-step span {
  font-size: 14px;
  font-weight: 600;
  color: #888;
}

.progress-step.completed span,
.progress-step.active span {
  color: #bc8246;
}

.progress-step .step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fcfbfa;
  border: 2px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: #888;
  transition: all 0.3s ease;
}

.progress-step.completed .step-icon {
  background: #bc8246;
  border-color: #bc8246;
  color: #fff;
}

.progress-step.active .step-icon {
  border-color: #bc8246;
  color: #bc8246;
}

.progress-line {
  flex-grow: 1;
  height: 2px;
  background: #e5e5e5;
  margin: 0 -10px 22px -10px;
}

/* Cart Page Section 2 Layout */
.cart-sec-2 {
  background-color: #faf9f6;
}

.cart-main {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0edf0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.cart-container {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th {
  padding: 15px 20px;
  border-bottom: 2px solid #f5f2f5;
  color: #888;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
}

.cart-table td {
  padding: 20px;
  border-bottom: 1px solid #f5f2f5;
  vertical-align: middle;
}

.cart-table tr:last-child td {
  border-bottom: none;
}

.product-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #eee;
}

.product-name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.price-col {
  display: flex;
  flex-direction: column;
}

.old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #999;
  margin-bottom: 2px;
}

.current-price {
  font-size: 15px;
  font-weight: 700;
  color: #bc8246;
}

.quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  height: 36px;
}

.quantity button {
  width: 30px;
  height: 100%;
  border: none;
  background: transparent;
  color: #555;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.quantity button:hover {
  background-color: #f7f7f7;
}

.quantity .input-box {
  width: 40px;
  height: 100%;
  border: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: #222;
  outline: none;
}

.action-col {
  text-align: center;
}

.remove-btn {
  background: none;
  border: none;
  color: #ccc;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.2s, transform 0.2s;
  padding: 6px;
}

.remove-btn:hover {
  color: #d9534f;
  transform: scale(1.15);
}

/* Order Summary Column */
.order-summary {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0edf0;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  position: sticky;
  top: 100px;
}

.summary-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
  border-bottom: 2px solid #fcfbfa;
  padding-bottom: 12px;
}

.price-breakdown {
  margin-bottom: 24px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 14px;
  color: #666;
}

.price-row .price {
  font-weight: 600;
  color: #333;
}

.price-row.total-row {
  border-top: 1px dashed #eee;
  padding-top: 16px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.price-row.total-row .total-price {
  color: #bc8246;
}

.promo-section {
  margin-bottom: 24px;
}

.promo-section .input-group {
  display: flex;
  gap: 8px;
}

.promo-section .form-control {
  border-radius: 6px !important;
  border: 1px solid #ddd;
  height: 40px;
  padding: 0 12px;
  font-size: 13px;
}

.promo-section .btn-outline-primary {
  border-color: #bc8246;
  color: #bc8246;
  border-radius: 6px !important;
  font-weight: 600;
  transition: all 0.2s;
}

.promo-section .btn-outline-primary:hover {
  background: #bc8246;
  color: #fff;
}

.submit-btn-2 {
  background: #bc8246 !important;
  border-color: #bc8246 !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(188, 130, 70, 0.2);
  transition: all 0.3s ease;
}

.submit-btn-2:hover {
  background: #a46f38 !important;
  border-color: #a46f38 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(188, 130, 70, 0.3);
}

.security-badge {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #faf9f6;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 24px;
  border: 1px solid #eee;
}

.security-badge i {
  font-size: 24px;
  color: #bc8246;
}

.security-badge h6 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 2px 0;
  color: #333;
}

.security-badge p {
  font-size: 11px;
  color: #777;
  margin: 0;
}

.trust-badges {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.badge-item i {
  font-size: 16px;
  color: #bc8246;
}

.badge-item span {
  font-size: 10px;
  font-weight: 600;
  color: #666;
}

/* Mobile Bottom Navigation Styles */
@media (max-width: 1199.98px) {
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.06);
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    z-index: 9999;
    padding: 0 10px;
    border-top: 1px solid #f0edf0;
  }

  .bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #888 !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 600;
    gap: 4px;
    flex: 1;
    height: 100%;
    transition: all 0.2s ease;
  }

  .bottom-nav-item i {
    font-size: 18px;
    transition: transform 0.2s ease;
  }

  .bottom-nav-item:hover,
  .bottom-nav-item.active {
    color: #bc8246 !important;
  }

  .bottom-nav-item:hover i {
    transform: translateY(-2px);
  }
  
  /* Make sure footer/body has bottom padding to prevent overlaps on mobile */
  body {
    padding-bottom: 60px !important;
  }
}