
:root {

  --primary: #F35B04;
  --secondary: #3D348B;
  --color_1: #7678ED;
  --color_2: #F7B801;
  --color_3: #F18701;
  --a_link: #333;
  --light: #757272;
  --green: green;



  --bs-nav-link-color: #333;


}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


.text-blues {
  color: #00a4ff;
}
.text-blues i{
  color: #00a4ff;
}

body {
  --heading-font        : "Inter", sans-serif;
  --bs-link-color: #333;
  --bs-link-hover-color:#333;

  --bs-link-color-rgb: 40,40,40;
  --bs-link-hover-color-rgb: 0,0,0;

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: "Inter", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 2;
  --bs-body-color: #000;

  --bs-primary: #ff5800;
  --bs-primary-rgb: 255, 88, 0;
  
  --bs-secondary: #364127;
  --bs-secondary-rgb: 54, 65, 39;
  
  --bs-danger: #F95F09;
  --bs-danger-rgb: 249, 95, 9;

  --bs-success: #a3be4c;
  --bs-success-rgb: 163, 190, 76;
  
  --bs-primary-bg-subtle: #FFF9EB;
  --bs-success-bg-subtle: #eef5e5;
  
  --bs-border-color: #F7F7F7;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7a422;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: transparent;
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff3cd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff3cd;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #747474;
  --bs-btn-border-color: #EFEFEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EFEFEF;
  --bs-btn-hover-border-color: #EFEFEF;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EFEFEF;
  --bs-btn-active-border-color: #EFEFEF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EFEFEF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EFEFEF;
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #747474;
  --bs-btn-bg: #FCF7EB;
  --bs-btn-border-color: #FCF7EB;
  --bs-btn-hover-color: #747474;
  --bs-btn-hover-bg: #FFECBE;
  --bs-btn-hover-border-color: #FFECBE;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFECBE;
  --bs-btn-active-border-color: #FFECBE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FCF7EB;
  --bs-btn-disabled-border-color: #FCF7EB;
}
.btn-success {
  --bs-btn-color: #222;
  --bs-btn-bg: #EEF5E4;
  --bs-btn-border-color: #EEF5E4;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #9de3c2;
  --bs-btn-hover-border-color: #9de3c2;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #9de3c2;
  --bs-btn-active-border-color: #9de3c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #EEF5E4;
  --bs-btn-disabled-border-color: #EEF5E4;
}
.btn-danger {
  --bs-btn-color: #222;
  --bs-btn-bg: #FFEADA;
  --bs-btn-border-color: #FFEADA;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #ecc9af;
  --bs-btn-hover-border-color: #ecc9af;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #ecc9af;
  --bs-btn-active-border-color: #ecc9af;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #FFEADA;
  --bs-btn-disabled-border-color: #FFEADA;
}
.text-white {
  color: #fff !important;
}
body {
  letter-spacing: 0.03em;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--heading-font);
  color: var(--bs-dark);
  font-weight: 700;
}
.breadcrumb.text-white {
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: var(--bs-primary);
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
}
.nav-pills .nav-link {
  --bs-nav-pills-link-active-color: #111;
  --bs-nav-pills-link-active-bg: #f1f1f1;
}
.pagination {
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3rem;
}
/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {
  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--bs-primary);
  }
  40% {
    box-shadow: 0 2em 0 0 var(--bs-primary);
  }
}

/* *** Start editing below this line *** */
/* .container-fluid {
  max-width: 1600px;
}
*/
@media (min-width: 1400px) {
  .container-lg {
      max-width: 1600px;
  }
} 

.banner-blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2rem;
}
.block-1 { grid-area: 1 / 1 / 3 / 8; }
.block-2 { grid-area: 1 / 8 / 2 / 13; }
.block-3 { grid-area: 2 / 8 / 3 / 13; }

@media screen and (max-width:1140px) {
  .banner-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .block-1 { grid-area: 1 / 1 / 3 / 2; }
  .block-2 { grid-area: 3 / 1 / 4 / 2; }
  .block-3 { grid-area: 4 / 1 / 5 / 2; }
  
}

/* Swiper carousel */
.swiper-prev,
.swiper-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #F1F1F1;
  color: #222222;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  --bs-btn-border-color: transparent;
  --bs-btn-active-bg: #ec9b22;
  --bs-btn-active-border-color: transparent;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-color: #ccc;
  --bs-btn-disabled-bg: #eaeaea;
  --bs-btn-disabled-border-color: #eaeaea
}
.swiper-prev:hover,
.swiper-next:hover {
  background: var(--bs-primary);
}

/* category carousel */
.category-carousel .category-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  text-align: center;
  padding: 60px 20px;
  margin: 20px 0;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}
.category-carousel .category-item:hover {
  transform: translate3d(0,-10px,0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}
.category-carousel .category-item .category-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  margin-top: 20px;
}

/* brand carousel */
.brand-carousel .brand-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 16px;
}
.brand-carousel .brand-item img {
  width: 100%;
  border-radius: 12px;
}
.brand-carousel .brand-item .brand-details {
  margin-left: 15px;
}
.brand-carousel .brand-item .brand-title {
  margin: 0;
}

/* product tabs */
.product-tabs .nav-tabs {
  justify-content: flex-end;
  border: none;
  
  --bs-nav-link-hover-color: #111;
  --bs-nav-link-color: #555;
  --bs-nav-tabs-link-border-color: #fff;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: #fff;
}
.product-tabs .nav-tabs .nav-link.active, 
.product-tabs .nav-tabs .nav-item.show .nav-link {
  /* border: none; */
  border-bottom: 3px solid var(--bs-primary);
}

/* products-carousel */
.products-carousel .swiper, .products-carousel .swiper-container {
  overflow: visible;
}

/* product-grid */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.product-item .button-area .quantity {
  padding: 0.5rem;
}
.product-item .button-area {
  display: none;
  position: absolute;
  text-align: center;
  background: #fff;
  width: 100%;
  left: 0;
  bottom: -55px;
  z-index: 1;
  box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.08);
  /* transition: box-shadow 0.3s ease-out; */
}
.product-item {
  position: relative;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0);
  /* transition: box-shadow 0.3s ease-out, margin 0.3s ease-out; */
}
.product-item:hover .button-area {
  display: block;
}
.product-item:hover {
  /* z-index: 1; */
  /* margin-bottom: -50px; */
  /* max-height: 500px; */
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.08);
}
.product-item figure {
  text-align: center;
}
.product-item figure img {
  border-radius: 10px;
  max-height: 228px;
  height: auto;
}

.tab-image{
  border-radius: 10px;
}
.product-item .product-qty {
  width: 85px;
}
.product-item .btn-link {
  text-decoration: none;
}
.product-item #quantity {
  height: auto;
  width: 28px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.product-item .btn-number {
  width: 26px;
  height: 26px;
  line-height: 1;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}







.fproduct-item .button-area .quantity {
  padding: 0.5rem;
}
.fproduct-item .button-area {
  display: none;
  position: absolute;
  text-align: center;
  background: #fff;
  width: 100%;
  left: 0;
  bottom: -55px;
  z-index: 1;
  box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.08);
  /* transition: box-shadow 0.3s ease-out; */
}
.fproduct-item {
  position: relative;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0);
  /* transition: box-shadow 0.3s ease-out, margin 0.3s ease-out; */
}
.fproduct-item:hover .button-area {
  display: block;
}
.fproduct-item:hover {
  /* z-index: 1; */
  /* margin-bottom: -50px; */
  /* max-height: 500px; */
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.08);
}
.fproduct-item figure {
  text-align: center;
  min-height: 416px;
}
.fproduct-item figure img {
  border-radius: 10px;
  /* max-height: 228px; */
  height: auto;
  width: 100%;
}
.fproduct-item .product-qty {
  width: 85px;
}
.fproduct-item .btn-link {
  text-decoration: none;
}
.fproduct-item #quantity {
  height: auto;
  width: 28px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.fproduct-item .btn-number {
  width: 26px;
  height: 26px;
  line-height: 1;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}

.fproduct-item .fs-6{
  font-size: 1.2rem !important;
  font-weight: 600;
}

/* cart */
.cart .product-qty {
  min-width: 130px;
}

/* floating image */
.image-float {
  margin-top: -140px;
  margin-bottom: -140px;
}
@media screen and (max-width:991px) {
  .image-float {
    margin: 0;
  }
}
 /* post item */
.post-item .post-meta {
  font-size: 0.8rem;
  line-height: 1;
}
.post-item .post-meta svg {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }
  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }
  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }
  .dropdown-menu a {
    padding-left: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 740px;
}
@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 420px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 540px;
  }
}
@media screen and (min-width:1400px) {
  .product-thumbnail-slider {
    height: 740px;
  }
}

/* bootstrap extended */
.border-dashed {
  border-bottom: 1px dashed #d1d1d1;
}
.ls-1 {
  letter-spacing: -0.04em;
}
.button-area .btn-cart {
  text-wrap: nowrap;
  height: 3.3em;
  line-height: 2em;
  width: 100%;
}
.fs-7 {
  font-size: 0.8rem!important;
}

/* button */
.btn-link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: var(--bs-body-font-family);
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-link,
a.btn-link:after {
  transition: all .5s;
}

a.btn-link {
  position: relative;
}

a.btn-link:before,
a.btn-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--bs-dark);
  height: 2px;
}

[data-bs-theme=dark] a.btn-link:after {
  background-color: var(--bs-light);
}

a.btn-link:before {
  background-color: rgba( var(--bs-light-rgb), 0.2 );
  width: 100%;
}

a.btn-link.is-checked:after,
a.btn-link:hover:after {
  width: 100%;
}

a.btn-link.text-white:after {
  background-color: var(--bs-light);
}

a.btn-link.text-light:after {
  background-color: var(--bs-light);
}

.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */



.zoom_eff img {
}

.zoom_eff:hover img {
  transform: scale(0.9);
}
.zoom_eff img {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
  
}

.product-image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.4s ease-in-out;
}

.product-image-wrapper .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}

.product-image-wrapper:hover .hover-image {
  opacity: 1;
}

.product-image-wrapper:hover .main-image {
  opacity: 0;
}

.banner_mid {
  text-align: center;
  
}
.banner_mid img{
  border-radius: 10px;
  max-height: 300px;

}

.back_btn_wrap {
  padding-right: 10px;
  margin-top: 5px;
}

.back_btn {
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  color: #6d6d6d;
}


.product_detail {
  padding: 0 3rem;
}
.product_detail h2{
  font-size: 2.6rem;
  font-weight: 800;
  color: #000;
}
.rating {
  color: var(--primary);
}
.rating span{
  color: var(--a_link);
}
.product_detail h4{
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--primary);
}
.product_detail h5{
  font-size: 1rem;
  font-weight: 400;
  text-decoration: line-through;
  margin-top: 7px;
}

.product_detail .bg-success{
  background: var(--green) !important;
  font-size: 12px;
}

.in_stock_an {
  font-size: 14px;
  font-weight: 400;
}
.in_stock_an i{
  font-size: 16px;
  font-weight: 900;
  color: green;
}

@keyframes strongTiltWithPause {
  0%, 85%, 100% { transform: rotate(0deg); }
  86% { transform: rotate(8deg); }
  88% { transform: rotate(-8deg); }
  90% { transform: rotate(8deg); }
  92% { transform: rotate(-8deg); }
  94% { transform: rotate(0deg); }
}

.tilt-shake-loop {
  animation: strongTiltWithPause 5s infinite ease-in-out;
  display: inline-block; /* Needed for transform to apply */
}



.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:inherit;
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:24px;
}
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
	background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:var(--green);
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:16px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:36px;
	height:1px;
	border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}
.md-step-title-small {
  font-size: 12px;
  text-align: center;
}
.sale_flash {
  background: #f44336;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.sale_flash h3{
  color: #fff;
  margin: 0;
  padding: 0;
}
.sale_flash p{
  margin: 0;
  padding: 0;
}

.live_ppl {
  background: #00a4ff;
  border-radius: 10px;
  color: #ffffff;
  padding: 10px;
  position: relative;
  text-align: center;
}
.live_ppl h3{
  color: #fff;
  margin: 0;
  padding: 0;
}
.live_ppl i{
  font-size: 22px;
}
.live_ppl p{
  margin: 0;
  padding: 0;
  line-height: 16px;
}



#center-div {
  position: absolute;
  top: 0;
  right: 10;
  bottom: 50;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
}


.bubble {
  display: block; 
  position: absolute;
  cursor: pointer; 
}

.bubble:hover:after {
  background-color: red
}

.bubble:after {
  content: "";
  background-color: red;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 1px;
  left: 1px;
}

.bubble .bubble-outer-dot {
  margin: 1px;
  display: block;
  text-align: center;
  opacity: 1;
  background-color: rgba(255, 0, 0, 0.4);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: bubble-pulse 1.5s linear infinite;
  -moz-animation: bubble-pulse 1.5s linear infinite;
  -o-animation: bubble-pulse 1.5s linear infinite;
  animation: bubble-pulse 1.5s linear infinite
}

.bubble .bubble-inner-dot {
 
  display: block;
  text-align: center;
  opacity: 1;
  background-color: rgba(255, 0, 0, 0.4);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: bubble-pulse 1.5s linear infinite;
  -moz-animation: bubble-pulse 1.5s linear infinite;
  -o-animation: bubble-pulse 1.5s linear infinite;
  animation: bubble-pulse 1.5s linear infinite
}

.bubble .bubble-inner-dot:after {
  content: "";
  display: block;
  text-align: center;
  opacity: 1;
  background-color: rgba(255, 0, 0, 0.4);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-animation: bubble-pulse 1.5s linear infinite;
  -moz-animation: bubble-pulse 1.5s linear infinite;
  -o-animation: bubble-pulse 1.5s linear infinite;
  animation: bubble-pulse 1.5s linear infinite
}

@-webkit-keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75
  }
  25% {
    transform: scale(1);
    opacity: .75
  }
  100% {
    transform: scale(2.5);
    opacity: 0
  }
}

@keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75
  }
  25% {
    transform: scale(1);
    opacity: .75
  }
  100% {
    transform: scale(2.5);
    opacity: 0
  }
}

@-moz-keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75
  }
  25% {
    transform: scale(1);
    opacity: .75
  }
  100% {
    transform: scale(2.5);
    opacity: 0
  }
}

@-o-keyframes bubble-pulse {
  0% {
    transform: scale(1);
    opacity: .75
  }
  25% {
    transform: scale(1);
    opacity: .75
  }
  100% {
    transform: scale(2.5);
    opacity: 0
  }
}

.trusting img{
  max-height: 140px;
}

.product_description_box {
  margin-top: 10px;
  color: #000;
}
.product_description_box img{
  max-width: 100%;
  height: auto;
}

.purcahse_push {
  display:none; 
  position:fixed; 
  bottom:5px; 
  right:15px; 
  background:green; 
  padding:10px 15px; 
  border-radius:8px; 
  box-shadow:0 0 10px rgba(0,0,0,0.2); 
  font-size:14px; 
  z-index:10;
  color: #fff;
}



.product_carousel .carousel-indicators button.thumbnail {
  width: 100px;
}
.product_carousel .carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.product_carousel .carousel-indicators {
  position: static;
}
.product_carousel .carousel-item figure{
  min-height: 600px;
  background: #757272;
  border-radius: 10px;
}
.product_carousel .carousel-item img{
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
  object-fit: cover;
}

.carousel-indicators img{
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .product_carousel .carousel {
    /* max-width: 70%; */
    margin: 0 auto;
  }
}

.gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.gallery a {
  display: inline-block;
  width: 150px;
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}
.gallery a:hover {
  border-color: #333;
}
.gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.comprassion_tbl{
  font-size: 18px;
  color: #000 !important;
  font-weight: 700;
}
.comprassion_tbl .bg-primary{
  background: var(--primary);
}
.comprassion_tbl .text_check {
  text-align: center;
}
.comprassion_tbl .text_check img{
  max-height: 35px;
}





#form-header{
  margin-top:5%;
  text-align:center;
}

#form-tagline{
  background: #ff6d00;
  border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
  color:#ffffff;
  padding: 4%;
  text-align:left;
}

#form-tagline .fa{
  margin-bottom:15%;
}

#form-tagline h2 {
  margin-bottom:15%;
}

#form-content{
  background: #f4f4f4;
  border-top-right-radius: 0.5rem;
	border-bottom-right-radius:0.5rem;
  padding: 3%;
}

.form-group{
  margin-top:5%;
}

.contact{
	padding: 4%;
	height: 400px;
}

.control-label{
  font-size:16px;
	font-weight:600;
}




.trust-icons {
  margin: 5px 0;
}

.cart_pro_list h4{
  color: var(--primary);
}

.header_nav_cstm {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.margin_product_head{
  margin-bottom: 12rem;
}
.pe-c5 {
  padding-right: 3rem !important;
}
.mt-c3 {
  margin-top: 1rem !important;
}

.mb-c3 {
  margin-bottom: 1rem !important;
}
.py-c5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.mb-c5 {
  margin-bottom: 3rem !important;
}
.fs-c6 {
  font-size: 1rem !important;
}
.prod_amount {
  font-size: 1.5rem !important;
  color: var(--primary);
  font-weight: 500;
}
.star_rating {
  min-width: 35px;
}
.reviews_box h2{
  margin-bottom: 20px;
}
.review_head {
  margin-bottom: 3rem;
}
.review_head h2{
  font-size: 52px;
  font-weight: 700;
}
.review_head h6{
  font-size: 15px;
  font-weight: 400;
}
.review_dbox{
  margin: 1rem 0;
}

.review_dbox p{
  font-size: 15px;
  font-weight: 400;
}
.review_dbox .card .card-body{
  padding: 0;
}
.review_dbox .reivew_content {
  padding: 10px;
}
.review_dbox .review_pic img{
border-radius: 5px;
}
.review_dbox .review_pic_count span{
  background: #00000094;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: -4rem;
  position: absolute;
  margin-right: 11px;
  right: 1%;
}
.sub_head {
  background: var(--primary);
  padding: 1.5rem 0 1.5rem 0;
  color: #fff;
}
.sub_head h2{
  color: #fff;
}
.sub_contnet{
  background: #fff8f0; 
  padding: 60px 20px; 
  font-family: 'Georgia', serif; 
  color: #5c3a1e;
  border-radius: 10px;
}
.sub_head_m h2{
  margin: 0 0 -5px 0;
}
.sub_head_m small{
  margin: 0 0 0 0;
}

.order_boxs .card{
  border: 0;
  background: #f5f5f5;

}
.order_boxs h4{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.order_boxs p{
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.mbo1 {
  margin: 0 0 15px 0;
}


.md-stepper-horizontal-order {
    display:table;
    width:100%;
    margin:0 auto;
    background-color:inherit;
  }
  .md-stepper-horizontal-order .md-step {
    display:table-cell;
    position:relative;
    padding:20px 10px 2px 10px;
  }
  .md-stepper-horizontal-order .md-step:hover,
  .md-stepper-horizontal-order .md-step:active {
    background-color:rgba(0,0,0,0.04);
  }
  .md-stepper-horizontal-order .md-step:active {
    border-radius: 15% / 75%;
  }
  .md-stepper-horizontal-order .md-step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .md-stepper-horizontal-order .md-step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .md-stepper-horizontal-order .md-step:hover .md-step-circle {
    background-color:#757575;
  }
  .md-stepper-horizontal-order .md-step:first-child .md-step-bar-left,
  .md-stepper-horizontal-order .md-step:last-child .md-step-bar-right {
    display:none;
  }
  .md-stepper-horizontal-order .md-step .md-step-circle {
    width:30px;
    height:30px;
    margin:0 auto;
    background-color:#999999;
    border-radius: 50%;
    text-align: center;
    line-height:30px;
    font-size: 16px;
    font-weight: 600;
    color:#FFFFFF;
  }
  .md-stepper-horizontal-order.green .md-step.active .md-step-circle {
    background-color:#00AE4D;
  }
  .md-stepper-horizontal-order.orange .md-step.active .md-step-circle {
    background-color:#F96302;
  }
  .md-stepper-horizontal-order .md-step.active .md-step-circle {
    background-color: rgb(33,150,243);
  }
  .md-stepper-horizontal-order .md-step.done .md-step-circle:before {
    content: "✓"; /* Unicode checkmark character */
    font-size: 16px;
    color: #fff;
  }
  .md-stepper-horizontal-order .md-step.done .md-step-circle *,
  .md-stepper-horizontal-order .md-step.editable .md-step-circle * {
    display:none;
  }
  .md-stepper-horizontal-order .md-step.editable .md-step-circle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .md-stepper-horizontal-order .md-step.editable .md-step-circle:before {
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f040";
  }
  .md-stepper-horizontal-order .md-step .md-step-title {
    margin-top:16px;
    font-size:16px;
    font-weight:600;
  }
  .md-stepper-horizontal-order .md-step .md-step-title,
  .md-stepper-horizontal-order .md-step .md-step-optional {
    text-align: center;
    color:rgba(0,0,0,.26);
  }
  .md-stepper-horizontal-order .md-step.active .md-step-title {
    font-weight: 600;
    color:rgba(0,0,0,.87);
  }
  .md-stepper-horizontal-order .md-step.active.done .md-step-title,
  .md-stepper-horizontal-order .md-step.active.editable .md-step-title {
    font-weight:600;
  }
  .md-stepper-horizontal-order .md-step .md-step-optional {
    font-size:12px;
  }
  .md-stepper-horizontal-order .md-step.active .md-step-optional {
    color:rgba(0,0,0,.54);
  }
  .md-stepper-horizontal-order .md-step .md-step-bar-left,
  .md-stepper-horizontal-order .md-step .md-step-bar-right {
    position:absolute;
    top:36px;
    height:1px;
    border-top:1px solid #DDDDDD;
  }
  .md-stepper-horizontal-order .md-step .md-step-bar-right {
    right:0;
    left:50%;
    margin-left:20px;
  }
  .md-stepper-horizontal-order .md-step .md-step-bar-left {
    left:0;
    right:50%;
    margin-right:20px;
  }


  .checkmark-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #28a745;
    position: relative;
    margin: auto;
    animation: popIn 0.4s ease-out;
  }

  .checkmark {
    width: 52px;
    height: 52px;
    stroke-width: 3;
    stroke: white;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: stroke 0.5s ease forwards;
  }

  @keyframes popIn {
    0% {
      transform: scale(0.3);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  @keyframes stroke {
    from {
      stroke-dasharray: 50;
      stroke-dashoffset: 50;
    }
    to {
      stroke-dasharray: 50;
      stroke-dashoffset: 0;
    }
  }

  .confirmation-text {
    text-align: center;
    margin-top: 1.5rem;
  }


.order_confirmation_box {
  padding: 20px 0;
}
.display_none_desk{
  display: none;
}

.cms_box {
  padding: 30px;
  border-radius: 10px;
}
.contact_form .btn-outline-light {
  background: #fff;
}
.login_box_wrapper {
  position: relative;
  /* padding: 9rem 0px 216px 0px; */
  background-repeat: no-repeat;
  background-size: cover;
  /* background: url(../images/bg2.jpg); */
  background: linear-gradient(256deg, rgb(255 255 255 / 73%), rgb(244 219 234 / 70%)), url( ../../images/bg2.jpg);
  background-size: 100%;
  min-height: 100dvh;
}
.login_box {
  padding: 5rem 0rem 0rem 0rem;
}
.login_box h2{
  text-shadow: 0 0 2px #fff;
  /* -webkit-text-stroke: 1px #ffffff47; */
}
.login_box p{
  text-shadow: 0 0 2px #fff;
  /* -webkit-text-stroke: 1px #ffffff47; */
}
.login_box img{
  max-height: 40px;
  margin: 1rem 0 3rem 0;
}
.login_logos img{
  max-height: 40px;
  margin: 1rem 0 3rem 0;
  filter: brightness(0%) invert(0%);
  text-shadow: 0 0 2px #000;
  -webkit-text-stroke: 1px #ffffff47;
}
.login_logo_rt img{
  max-height: 70px !important;
  margin: 1rem 0 3rem 0;
}
.login_box img{
  max-height: 40px;
  margin: 1rem 0 3rem 0;
}
.login_head {
  margin-bottom: 40px;
}
.login_head h3{
  font-size: 24px;
  font-weight: 600;
}
.login_head h5{
  font-size: 15px;
  font-weight: 400;
}
.login_logo_rt .card{
  background: rgb(255 255 255 / 53%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(159, 42, 42, 0.3);
}
.login_box_card .card{
  background: rgb(255 255 255 / 53%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(159, 42, 42, 0.3);
}
.login_box_card h5{
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.login_box_card p{
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

.my_acc_card_head {
  /* background: linear-gradient(to right, #f5af19, #f12711), url(https://zomur.vercel.app/img/wallet-card-shape.svg); */
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  /* background: var(--primary) url(https://zomur.vercel.app/img/wallet-card-shape.svg); */

  background: url(../images/user_bg.webp) no-repeat #fff;
  background-size: cover;
}
.my_acc_card_head h4{
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #000;
}
.my_acc_card_head h5{
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  color: #000;
}
.my_acc_card_head h6{
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
}

.my_acc_avatar {
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  background: #fff;
  background-size: cover;
  text-align: center;
}
.my_acc_avatar .avatars{
  background: var(--primary);
  text-align: center;
  height: 90px;
  width: 90px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 1rem;
}
.my_acc_avatar i{
  font-size: 3rem;
  color: #fff;
}
.my_acc_avatar h4{
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #000;
}
.my_acc_avatar h5{
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  color: #000;
}

.my_acc_avatar h6{
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #000;
}

.top_marque{
  background: #fef8f0;
  color: #000000;
}
.top_marque span{
  margin: 0 2rem;
}


.myaccount_offcanvas {
  background: #f8f8f8 !important;
}
.my_acc_card {
  margin: 1rem 0;
}
.custom_buy_btn_new {
  display: none;
}
.custom_buy_btn .btn-lg{
  font-size: 1.8rem;
}

.orderlist_bx img{
  border-radius: 10px;
}
.orderlist_bx_wrap .list-group-item {
  border: var(--bs-list-group-border-width) solid #d8d6d6;
}

.pyc-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}




@media screen and (min-width: 332px) and (max-width: 600px) {
  .display_none_mb{
    display: none;
  }
  .container-fluid{
    --bs-gutter-x: 0rem;
  }
  .container-lg {
    --bs-gutter-x: 1rem;
  }
  .logo_mb {
    max-height: 60px;
  }
  .fs-c6 {
    font-size: 14px !important;
  }
  .py-c5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mb-c5 {
    margin-bottom: 10px !important;
  }
  .fs-7 {
    font-size: 9px;
}

.pyc-5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.myc-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 0rem !important;
}
.pbc-5 {
  padding-bottom: 0rem;
}
  
  .mb-c3 {
    margin-bottom: 0rem !important;
  }
  .section-title {
    font-size: 20px;
  }
  .fproduct-item {
    padding: 2px;
}
.fproduct-item figure {
  min-height: 170px;
}
.fproduct-item .fs-6 {
  font-size: 15px !important;
  margin: 0;
}
  .header_nav_cstm {
    padding-top: 0rem !important;
    padding-bottom: 10px !important;
  }
  .product_carousel .carousel-item figure {
    min-height: 360px;
  }
  .margin_product_head{
    margin-bottom: 6rem;
  }
  .product_detail {
    padding: 0 0rem;
  }
  .product_detail h2 {
    font-size: 1.4rem;
  } 
  .product_detail .bg-success {
    font-size: 10px;
  }
  .product_detail h4 {
    font-size: 1.2rem;
  }
  .product_detail h5 {
    font-size: 14px;
    margin-top: 8px;
  }
  .pe-c5 {
    padding-right: 0rem !important;
  }
  .md-stepper-horizontal .md-step {
    padding: 17px;
  }
  .md-stepper-horizontal .md-step .md-step-title {
    margin-top: 3px;
    font-size: 11px;
    font-weight: 600;
  }
  .mt-c3 {
    margin-top: 0rem !important;
  }
  .table_our_sto {
    width: 58%;
  }
  .product_carousel .carousel-item figure {
    margin: 0;
  }
  /* .custom_buy_btn {
    display:none; 
    position:fixed; 
    bottom:15px; 
    right:15px; 
    background:#fff; 
    padding:10px 15px; 
    border-radius:8px; 
    box-shadow:0 0 10px rgba(0,0,0,0.2); 
    font-size:14px; 
    z-index:1000;
    color: #fff;
  } */
  
.purcahse_push {
  bottom:85px; 
  right:15px;  
  z-index:1000;
}
.cart_pro_list h4{
  font-size: 14px
}
.cart_pro_list h5{
  font-size: 12px
}
.cart_pro_list .card-body {
  padding: 10px !important;
}
.product-item {
  margin-bottom: 0px;
  padding: 5px;
}
.product-item figure {
  max-height: 185px;
  min-height: 185px;
  overflow: hidden;
}
.product-item figure img {
  /* max-height: 182px; */
  width: 100%;
}
.md-stepper-horizontal-order .md-step .md-step-title {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500 !important;
  line-height: 15px;
}
.md-stepper-horizontal-order .md-step .md-step-optional {
  font-size: 11px;
  line-height: 12px;
  margin-top: 8px;
}
.order_boxs h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.order_boxs p {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.sub_head_m h2 {
  margin: 0 0 -5px 0;
  font-size: 20px;
}
.order_confirmation_box {
  padding: 0px 0;
}

.custom_buy_btn_new {
  position:fixed; 
  bottom:15px; 
  right:0; 
  background:#fff; 
  padding:10px 15px; 
  border-radius:8px; 
  box-shadow:0 0 10px rgba(0,0,0,0.2); 
  font-size:14px; 
  z-index:1000;
  width: 100%;
  display: block;

  
}
.button-63 {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 19px 24px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-63:active,
.button-63:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-63 {
    font-size: 24px;
    min-width: 196px;
  }
}

}