@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

/*Google Fonts*/
:root {
  --H-family: 'Poppins', sans-serif;
  --B-family: 'Poppins', sans-serif;
  --main: #ffcb05; 
  --secondry: #121f3e;   
  --light-bg: #F6F6F6;
  --white: #ffffff; 
  --light_bg: #fef5ee;
  --gradient: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
  --black: #000;
  --grey-900: #23263b;
  --grey-800: #36395a;
  --grey-700: #484c7a;
  --grey-600: #5a5e9a;
  --grey-500: #777aaf;
  --grey-400: #9698c3;
  --grey-300: #b6b7d5;
  --grey-200: #d6d6e7;
  --grey-100: #f5f5fa;
  --grey-050: #fcfcfd;
  --grey-000: #fff;  
}


html {
  margin: 0; 
  padding: 0; 
-webkit-text-size-adjust: 100%;
}


body {
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: rgb(249, 250, 254);  
  letter-spacing: inherit; 
  color: #00014d;
  text-rendering: optimizeLegibility;
  font-size: 100%;
  font-size: 1rem; 
font-weight: 400;
letter-spacing: inherit; 
line-height: 30px;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: inherit; 
  color: #515e81;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h3,
h6 {
  font-family: var(--H-family); 
  letter-spacing: -0.6px;
} 
 
h1 {
  /*! font-size: 3rem; */
}




/* top-header */
.top_header {
  background: hsl(0, 0%, 96.9%);
  padding: 0.625rem;
}

/* top-header */

.alert  svg{
  width:1.25rem;
  height: 1.25rem;
}


/* header */
header {
  border-bottom: none;
  transition: 0.4s;
}

.navbar-light .navbar-brand {
  width: 250px; 
  padding: 0;
  margin: 0;
}

.navbar {
  padding: 0 15px;
  border-bottom: none;
} 

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--highlight);
}

.navbar-expand-xl .navbar-nav .nav-link { 
  font-weight: 600;
  display: block;
  padding: 32px 24px; 
  text-decoration: none; 
  color: rgb(0, 0, 0); 
  position: relative; 
  white-space: nowrap; 
  text-transform: capitalize;
  transition: 0.4s;  
  font-size: 16px; 
}
 
.navbar-expand-xl .navbar-nav .nav-link:last-child::before {
  display: none;
}

.navbar-expand-xl .navbar-nav .active .nav-link {
  color: var(--highlight);
}

.RiGhT_nav {
  text-align: right;
}

.navbar-expand-xl .RiGhT_nav .nav-link {
  font-size: 1.125rem !important;
  font-weight: 300;
}

header {
	position: relative;
	z-index: 999;
	padding: 0;
	top: 0;
	left: 0; 
	width: 100%;
	background: var(--main);
}


.dropdown-item {
  font-size: 18px;
  font-weight: 500; 
  display: block;
  padding: 0; 
  text-decoration: none; 
  border-radius: 0.625rem;
  color: rgb(77, 91, 124);
  position: relative;
  white-space: nowrap; 
  border-radius: 8px;   
  display: flex;
  align-items: center;
  padding: 10px 0;
}
 

.dropdown-item span {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0; 
  border-radius: 10px;
  border: 1px solid #ddd;
}

.dropdown-item span img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bTn_OrDeR i {
  font-size: 1.5625rem;
  margin: 0 0.75rem 0 0;
  color: var(--main);
}

.bTn_OrDeR p {
  margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--main);
  text-decoration: none;
  background-color: transparent;
  border-color: var(--main); 
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: rgba(11, 19, 21, 0.07) 0px 3px 9px 0px;
  transition: 0.4s;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.3125rem 0.625rem, rgba(0, 0, 0, 0.05) 0px 0.3125rem 6px;
}

.nav-link.h_social_ico {
  color: #fff !important;
  transition: 0.4s;
  background: var(--main);
  text-align: center;
  border-radius: 0.3125rem;
  font-size: 1.125rem !important;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important; 
  margin: 0 0 0 0.3125rem;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.megaheader {
  position: absolute;
  border-radius: 0;
  border: none;  
  /*! min-width: 31vh; */
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 0.5rem 1.25rem;
  margin: 1px 0 0 0; 
  /*! border-top: 1px solid #00bd73 !important; */
  padding-bottom: 0.8125rem;
  min-width: 100%;
} 

.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0 0 8px 8px;
  border: none;
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 0.5rem 0.3125rem; 
  margin: 1px 0 0 0;
  padding-bottom: 0.8125rem;
}
 
.nav-link.header_btn {
  transition: 0.4s;
  text-align: center;
  padding: 10px 20px !important;
  border-radius: 0;
  color: var(--black) !important;
  margin-left: 0.625rem; 
  background: var(--main); 
  border: 2px solid #000;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 6px;
}

.nav-link.header_btn:hover {
  border-color: var(--main);
  color: var(--white) !important;
  background: var(--main);
  transition: 0.4s;
}

.nav-link.header_outline_btn {
  border: 2px solid var(--main) !important;
  transition: 0.4s;
  text-align: center;
  padding: 0.25rem 1.5625rem !important;
  border-radius: 0.25rem;
  /*! font-size: 0.8125rem !important; */
  height: 2.5rem; 
  color: var(--main) !important;
  /*! font-weight: 400 !important; */
  margin-left: 0.625rem;
  background: #0263e00a;
}

.nav-link.header_outline_btn:hover {
  border-color: var(--main);
  color: var(--white) !important;
  background: var(--main);
  transition: 0.4s;
}

.header_outline_btn:focus,
.header_btn:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
  background: var(--main);
  color: var(--white) !important;
}

.navbar-nav {
  align-items: center;
}

.nav_topXS {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 0.5rem;
  padding: 0 0.9375rem;
  align-items: center;
}

.nav_topXS .navbar-brand {
  padding: 6px 0;
}

/* drop_down */


.dropdown-menu .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 500;
  color: var(--heading_color);
}
 .dropdown-menu ul {
  padding: 0; 
}
.dropdown-mega .dropdown-menu ul {
  padding: 0;
  column-count: 1; 
}

.dropdown-menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0.3125rem;
  break-inside: avoid;
} 

.dropdown-menu ul li:hover {
  transition: 0.3s;
  /*! background: rgb(245, 249, 254); */
}

.dropdown-menu ul li:hover h6 {
  color: var(--main);
  transition: 0.3s;
}

.dropdown-menu ul li:hover p {
  color: var(--main);
  transition: 0.3s;
}


.dropdown-menu ul li .mega_link_item {
  display: flex;
  width: 100%;
  padding: 0.9375rem 1.25rem;
}

.dropdown-menu ul li .mega_link_item .image {
  width: 3.75rem;
  height: 3.125rem;
  margin-right: 0.9375rem;
  position: relative;
}

.dropdown-menu ul li .mega_link_item .image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 80%;

}

/* .dropdown-menu::before{
  content: '';
  width: 120pc;
  height: 100vh;
  background: #000;
  position: absolute;
  left: -33pc;
  top: 0;
  opacity: 0.3;
  z-index: -1; 
} */
.mega_links_info {
  width: 100%;
}

.mega_links_info h6 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
  color: #2a364d;
}

.mega_links_info p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 0.8125rem;
  color: #686868;
  font-weight: 300;
}

.navbar-expand-xl .navbar-nav .dropdown-mega .dropdown-menu {
  border: none;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.3rem 1.5625rem; 
} 

.resources_drpdown {
  padding: 0 !important;
}

.link_mainHeilight {
  padding: 1.875rem;
  background: var(--main);
}

.link_mainHeilight .mega_links_info p {
  color: #ffffffa3;
}

.link_mainHeilight .mega_links_info h6 {
  font-size: 0.9375rem;
  color: #fff;
}

.link_mainHeilight .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 2px;
  border-bottom: 1px solid #efefef45;
  font-weight: 500;
  color: var(--white);
}

.resources_drpdown ul li:hover {
  transition: 0.3s;
  background: rgba(245, 249, 254, 0.15);
}

.resources_drpdown ul li:hover h6 {
  color: var(--white);
  transition: 0.3s;
}

.resources_drpdown ul li:hover p {
  color: #ffffffa3;
  transition: 0.3s;
}

.blog_top_main {
  padding: 1.25rem 1.25rem;
}

.top_blogItem {
  margin-bottom: 1.5625rem;
  display: block;
}

.top_blogItem .image {
  min-height: 11.25rem;
  max-height: 11.25rem;
  border-radius: 0.3125rem;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
}

.top_blogItem .image .blog_label {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  background: #fff;
  color: #000;
  font-size: 0.75rem;
  font-weight: 300;
  border-radius: 0.25rem;
  height: 1.5625rem; 
  z-index: 1;
  padding: 0 0.875rem;
}

.blog__caption h3 {
  font-size: 0.9375rem;
  color: var(--heading_color);
  font-weight: 500;
  font-family: var(--B-family);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.dropdown-menu.dropdown-menu-end.logindrp {
	padding: 0.625rem 1.25rem;
}

.bhBVsT {
	background-color: rgb(255, 255, 255);
	border-top: 1px solid rgb(239, 243, 253);
	display: flex;
	-moz-box-pack: center; 
	justify-content: center;
	padding: 12px 0px;
	margin-top: 1.3rem; 
}

.dropdown-menu ul li h5 {
	margin: 0 0 14px 0;
	font-weight: bold;
	color: var(--black);
	font-size: 1vw; 
}
 


/* header */



   .btn_theme {
	border: 1px solid #c4c4c4;
	transition: 0.4s;
	text-align: center;
	padding: 0 20px;
	border-radius: 0.625rem; 
	font-size: 0.875rem; 
	height: 45px; 
	background: transparent;
	color: #001042;
	display: inline-block;
	/*! box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px; */
	font-weight: 500;
	white-space: nowrap;
	line-height: 42px;
	text-transform: capitalize;
}

.btn_theme:hover {
  color: var(--black);
  background: var(--main);
  border-color: var(--main); 
  transition: 0.3s;
}

.btn_outline_theme {
  border: 2px solid var(--main);
  transition: 0.4s;
  text-align: center;
  padding: 0.25rem 1.0625rem;
  border-radius: 6px;
  font-size: 0.8125rem;
  height: 2.5rem; 
  color: var(--main);
  display: inline-block;
  background: #f5f9fe;
}

.btn_theme:focus,
.btn_outline_theme:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
}
 
 

 

/* cart-modal */
.offcanvas-header {
	align-items: center;
	padding: 13px 14px !important;
	border-bottom: 1px solid #ddd;
} 
.offcanvas-header h5 {
	margin: 0;
	font-size: 20px;
  font-weight: 500;
}  
.itemCarTM {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  align-items: center;  
}

.itemCarTM .img_CrT {
  width: 90px;
  height: 75px;
  position: relative;
  margin: 0 10px 0 0; 
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  padding: 6px;
}

.itemCarTM .img_CrT img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carT_head_main {
  width: 100%;
}

.pm_btn {
  border: 1px solid var(--ddd-color);
  border-radius: 0;
  font-size: 17px;
  padding: 0 6px;
} 

.add_itam_count .form-control {
  width: 44px;
  text-align: center;
  padding: 0;
  height: 30px;
}

.p_title a h5 {
  color: #424242;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  font-size: 18px; 
  text-transform: capitalize;
}

.item_price {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 4px 0;
  color: #000;
}

.subtotal {
  justify-content: space-between;

}

.subtotal h4 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.subtotal .total_price {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.sb_ttl p small { 
  text-align: center;
  opacity: 0.7;
}

.btn {
  border-radius: 0;
}

.itemCarTM .btn.btn-outline-danger {
  padding: 0 8px;
}

.modal-footer.d-block.sb_ttl {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.modal-footer p{
  line-height: normal;
}
.btn.form__submit {
  width: 100%;
  text-align: center;
  background: var(--black);
  color: #fff;
  font-weight: 500;
  padding: 15px 0;
  font-size: 16px;
  border-radius: 10px;
  transition: 0.3s;
}
.btn.form__submit:hover{ 
	background: var(--main);
	color: var(--black); 
}



/* cart-modal */





/* nav_icon */
.nav_icon ul{
  padding: 0;
  margin: 0;
}
.nav_icon ul li{
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.nav_icon ul li a{
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
}
.brdr_bt_r {
padding-bottom: 15px;
}
.vid_sec_title h2 {
font-weight: 400;
text-transform: capitalize;
font-size: 35px;
margin: 0;
color: #000; 
}
.strat_btn {
font-weight: 600;
display: inline-block;
transition: 0.3s;
font-size: 18px;
color: #000;
}
.strat_btn span {
font-weight: 300;
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
border: 1px solid #000;
font-size: 14px;
line-height: 28px;
border-radius: 60px;
transition: 0.3s;
}
.peoduct_catogry_main {
margin-top: 40px;
}
.product_slider {
background: #fff;
}  
/* nav_icon */

.accordion-button:not(.collapsed) {
	color: #ffcb05!important;}

/* middle-header */

.middle_header {
  background: var(--white) url(../images/pattern.png);
  padding: 9px 60px;
  border-bottom: 1px solid rgba(176, 176, 176, 0.1);
}
.middle_header .navbar-brand { 
padding: 0; 
display: inline-block;
width: 150px;
}

.navbar-expand-xl .navbar-nav .nav-link img{
  padding: 0; 
  width: 30px; max-width:30px;
  position: relative;
} 

.icon_dv .nav-link{
  padding: 14px 11px !important;
  color: var(--main);
  font-size: 23px; 
  font-size: 14px !important; 
}
.icon_dv {
margin: 0 0 0 30px;
padding: 0;
text-align: right;
} 
.icon_dv li{  
  display: inline-block;
}
.icon_dv li a img{
  padding: 0; 
  width: 25px; 
  position: relative;
}
.icon_dv li a{ 
  position: relative;
}

 
.Cart_count {
position: absolute;
color: #fff;
width: 20px;
height: 20px;
border-radius: 100%;
background: var(--secoendry); 
text-align: center;
line-height: 20px; 
font-size: 11px;
font-weight: 300;
/*! font-family: arial; */
right: 2px;
top: 11px;
/*! border: 2px solid #fff; */
/*! box-shadow: 0 0 2px rgb(66, 99, 157); */
letter-spacing: 0px;
}

.cart_LOg_bt ul{
  margin: 0;
  padding: 0; 
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cart_LOg_bt ul li{
  margin: 0;
  padding: 0;
  list-style: none; 
  position: relative;
}

.cart_LOg_bt ul li a{ 
  padding: 0 0 0 40px; 
  display: inline-block;
  color: #515151;
  line-height: 20px;
  font-weight: 600;
}

.cart_LOg_bt ul li a small{  
  font-weight: 400;
}


.srearch_SC .form-control {
height: 45px;
}
.srearch_SC .form-control:focus {
-webkit-box-shadow: 0 0 1px rgba(0,0,0,.1),inset 0 1px 5px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 1px rgba(0,0,0,.1),inset 0 1px 5px rgba(0,0,0,.1);
  box-shadow: 0 0 1px rgba(0,0,0,.1),inset 0 1px 5px rgba(0,0,0,.1);
  border-color: #ddd;
}

.srearch_SC button {
height: 45px;
background: #fff;
color: #000;
border-radius: 0 5px 5px 0;
padding: 0 15px;
border: 1px solid #ced4da;
border-left: none;
}
.srearch_SC button:hover{ 
color: #595959;

}


.cart_LOg_bt ul li img{
  width: 35px;
  opacity: 0.7;
}

.Snav_main {
padding: 0px !important;
}


.hdIng{
  display: flex;
  justify-content: space-between;
  padding: 9px 10px;
  align-items: center;
}
.cItrem_n {
margin: 7px;
text-align: center; 
}
.cItrem_n h4{
  font-size: 15px;
  color: #424141; 
  margin: 6px 0 0 0;
}

.hdIng h4 {
font-size: 17px;
text-transform: capitalize;
color: #0f1419;
margin: 0;
}

.hdIng a {
font-size: 12px;
text-transform: uppercase;
color: #000;
  font-weight: 600; 
margin: 0;
}


/* middle-header */
 

.icon_dv .nav-link.contact_btn {
	padding: 0 23px !important;
	background: #000!important;
	color: #ffff!important; 
	height: 46px;
	line-height: 45px; 
	margin-left: 20px;
	font-size: 16px !important; 
	border-radius: 10px; 
}
.Cart_count {
	position: absolute;
	color: #fff;
	width: 20px;   
	height: 20px;
	border-radius: 100%;
	background: #000; 
	text-align: center;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	/* font-family: arial; */
	right: -1px;
	top: 12px;
	/* border: 2px solid #fff; */
	/* box-shadow: 0 0 2px rgb(66, 99, 157); */
	letter-spacing: 0px;
}


/* banner */
.banner_main {
  padding: 0;
  position: relative;
  background: var(--black);
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}  

  

.carousel-item:before{
	position: absolute; 
  content: '';  
    width: 100%; 
    height: 100%;
    top: 0; 
    left: 0; 
    z-index: 1;  
    /*! background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(255,255,255,0) 100%); */
    /*! background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100%); */
   
	/*! background: linear-gradient(45deg,rgba(0, 0, 0, 0.88) 0%,rgba(66,66,66,0) 90%,rgba(255,255,255,0) 100%); */
	background: linear-gradient(24deg, rgba(0,0,0,0.5186275193671219) 15%, rgba(255,255,255,0) 100%);
} 
.banner-background::after {
  content: "";
  position: absolute;
  height: 400px;
  width: 400px;
  top: 50%; 
  left: -1%;
  background: rgb(38,173,228);
  background: -moz-linear-gradient(90deg, rgba(38,173,228,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(38,173,228,1) 0%, rgba(255,255,255,0) 100%);
  /*! background: linear-gradient(90deg, rgba(38,173,228,1) 0%, rgba(255,255,255,0) 100%); */
  /*! filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26ade4",endColorstr="#ffffff",GradientType=1); */ 
  border-radius: 100%;
  transform: translate(-50%,-50%);
  mix-blend-mode: multiply;
  opacity: 0.3;
}
.banner_btn {
	display: inline-block;
	padding: 0.9375rem 2.0625rem;
	border: 2px solid var(--main);
	background: var(--main);
	color: #242121;  
	font-size: 0.875rem; 
	border-radius: 0;
	margin: 26px 0 0 0;  
	text-transform: uppercase;
    transition: 0.2s;
	letter-spacing: 1px;
	font-weight: 600;
	box-shadow: 0.25rem 0.25rem 0 rgba(235, 198, 193, 0.35);
} 
 
.banner_btn:hover{ 
	background: var(--main);
	color:  var(--secoendry);  
    transition: 0.2s;
    box-shadow: none;
} 

.banner_description {
  position: relative;
  z-index: 9;
  color: #fff;
  /*! padding: 0 0 0 100px; */
}

.banner_description h1 {
  color: #fff;
  font-weight: 600; 
  font-size: 40px;
  overflow: hidden;
  margin: 0 0 11px 0;   
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  /*! font-family: proxima nova; */
  letter-spacing: -1px;
}

.banner_description h6 {
  font-weight: 500;
  margin: 0 0 6px 0;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--main);
}

.banner_description p {
  color: #fff; 
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
  max-height: 64px;
  overflow: hidden;
  max-height: 94px;
  overflow: hidden; 
}

.overlay_banner {
  /*! position: absolute; */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*! background: rgba(0, 0, 0, 0.38); */
  /*! background: linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(255, 255, 255, 0) 100%); */
  /*! background: url(../images/bg-overlay.png); */
  z-index: 1;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../images/vid_poster.png) no-repeat center center/cover;
  height: calc(700px - 88px); 
}  
 
video { 
  z-index: 1; 
  object-fit: cover;
  width: 100vw;
  height: 90vh;
  z-index: 0;
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%); 
}



.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255,255,255,conic-gradient)'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	background-color: var(--main);
	width: 50px;
	height: 50px;
	opacity: 1;
	border-radius: 10px;
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255,255,255,conic-gradient)'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-color: var(--main);
	width: 50px;
	height: 50px;
	opacity: 1;
	border-radius: 10px;
} 
.carousel-control-next, .carousel-control-prev { 
	width: 5%; 
	height: 83%; 
} 
 
  
.slider_navigateion {
	position: absolute;
	bottom: 3.125rem;
	left: 15%; 
	z-index: 9;
	opacity: 0.5;
	/*! transform: translateY(-50%); */
} 

.slider_navigateion button { 
	background: transparent; 
	border: none;
	border: 1px solid rgba(255, 255, 255, 0.9);
	width: 3.125rem !important;
	height: 3.125rem !important;
	line-height: 60.5rem;
	margin: 0 0 0 9px; 
	border-radius: 0;
} 
.carousel-control-next-icon, .carousel-control-prev-icon { 
	background-position: center;
	background-size: 1.5625rem; 
}
.carousel-caption {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	text-align: left;
}
.btn_banner {
	display: inline-block;
	color: var(--main);
	transition: 0.4s; 
	font-size: 0.9375rem;
	font-weight: 500;
	padding: 0 16px;
	border-radius: 10px;
	letter-spacing: 0;
	text-transform: capitalize;
	background: transparent;
	border: 2px solid var(--main);
	box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
	height: 44px;
	line-height: 38px;
}
.btn_banner:hover {
  color: var(--black);
  background: var(--main);
}
 .carousel-item {
	height: calc(700px - 88px);
}



 
/* banner */


/* about */
 section h2{
  font-weight: 600;
  font-size: 30px; 
  margin-bottom: 11px; 
} 
.product_heilight {
	padding: 50px 0;
}

.about_main{
  padding: 50px 0;
  padding-top: 0;
} 

 /* about */

 .catogry_item {
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
}

 .catogry_item .image {
	min-height: 280px;
	max-height: 280px;
	overflow: hidden;
	position: relative;
}
 
.catogry_item .image::before {
	content: '';
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0,212,255,0) 100%);
	width: 100%;
	height: 100%; 
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
}
 .catogry_item .image img{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.catogry_item h3 {
	/*! position: absolute; */
	left: 0;
	bottom: 0; 
	font-size: 18px; 
	font-weight: 500;
	color: #fff;
	width: 100%;
	/*! text-align: center; */
	/*! padding: 27px; */
	z-index: 1;
	/*! letter-spacing: 0.4px; */
}

/* owl nav */
.owl-prev span,
.owl-next span {
  font-size: 21px;
  background: #fff;
  width: 40px;
  height: 40px; 
  line-height: 41px; 
  border-radius: 10px;
  text-align: center;
  color: #797977;
  margin: 0 -15px 0 -18px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  display: inline-block;
  font-weight: bold;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199A3;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 7px;
}

.owl-next {
  right: 7px;
}







section h2{
  font-size: 36px;
  font-weight: 600;
} 
 
.catogry_main{
  background:#fff;
  padding: 50px 0;
  color: #000;
  position: relative;
  z-index: 1;
}

.catogry_main:before{
  content: '';
  width: 100%; 
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url(../img/pattern.png) repeat;
  z-index: -1;
  
}
.catogry_main p{
  color: #000;
}

.cetogry_item {
	text-align: center;
	padding: 60px 25px;
	border: 2px solid var(--main);
	border-radius: 13px;
  transition: 0.3s;
  position: relative;
  overflow: hidden; 
}

.cetogry_item img {
	width: 100px;
	margin: 0 0 16px 0;
}

.cetogry_item h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	/* letter-spacing: 1px; */
	color: #fff;
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cetogry_item h6 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--main);
}
.cetogry_item .hoverbgimg {
	position: absolute;
	z-index: -1;
	width: 100% !important; 
	left: 0;
	top: 0;
	opacity: 0;
  transition: 0.3s;

	height: 100%;
	object-fit: cover;
}

.cetogry_item:hover .hoverbgimg {
  transition: 0.3s;
	opacity: 0.3;
}
 
 .btncatogryy {
	font-size: 20px;
	color: #ffffffb0; 
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

 
/* catogry */

.catogry_img {
  max-height: 260px;
  min-height: 260px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;

}

.big_cetogry_itm .catogry_img {
  max-height: 528px;
  min-height: 528px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;

}


.catogry_img img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: 0.3s;
}

.cetogry_main:hover .catogry_img img {
  transform: scale(1.2);
  transition: 0.3s;
}

.cetogry_main {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  padding: 50px 0;
  padding-bottom: 20px;
}


.cetogry_name {
  position: absolute;
  bottom: 13px;
  left: 50%;
  z-index: 1;
  color: #fff;
  padding: 8px;
  font-family:  Jost;
  background: rgba(0, 0, 0, 0.17);
  text-align: center;
  margin: 0;
  transform: translate(-50%);
  border-radius: 4px;
}

.cetogry_name h3 {
  margin: 0;
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  text-transform: capitalize;
}


/* catogry */

/* products */
.peoduct_main {
  background: #fff;
  padding: 35px 0;
}
 
.product-item {
  position: relative;
  overflow: hidden;
  transition: 0.6s; 
  background: transparent;  
  /*! border-radius: 20px; */
  margin-left: 0;
  transition: 0.3s;  
  text-align: center;
  border: none;
  padding: 0;
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
  margin-bottom: 25px;
}

.product-item:hover{ 
  transition: 0.3s;
  box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px;
}


.product-item:hover .product-desc h3 {
  /*! text-decoration: underline; */
  color: #000;
}

.product-item:hover {
  transition: 0.6s;
  z-index: 1;
}


.product-img img {
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  /*! max-height: 100%; */
  transition: 0.6s;
  width: 100%;
  height: 100%; 
  object-fit: cover;
}

.product-item:hover .product-img img {
  opacity: 1;
  transition: 0.6s;
  transform: scale(1.05);
}

.product-img {
  position: relative;
  width: 100%;
  padding: 0;
  background: #fff;
  overflow: hidden;
  margin: 0; 
  min-height: 270px;
  max-height: 270px;
}

.product-overlay {
  background-color: rgba(0, 0, 0, 0.11);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.8s;
}


.product-item:hover .product-desc h3 a {
  color: #fa5000;
  transition: 0.7s;
}


.product-btn {
  bottom: 7%;
  left: 24%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.8s;
  /*! width: 100%; */
}

.product-item:hover .product-btn {
  left: 50%;
}

.product-item .fa {
  font-family: "FontAwesome";
}

.product-desc {
  padding: 15px;
  position: relative;
  text-align: left;
} 
.product-desc span {
	font-size: 14px;
	color: #000;
	border: 1px solid #646161;
	padding: 6px 15px;  
	display: inline-block;
	border-radius: 10px;  
	opacity: 0.5;
	margin: 10px 0 0 0; 
  transition: 0.3s;
  line-height: normal;
  font-weight: 500;
}
.product-item:hover span { 
	color:var(--black);
	border: 1px solid var(--main); 
  background: var(--main);
  opacity: 1;
}
.product-img .product-overlay {
  display: none;
  transition: 0.4s;
  top: 0;
  width: 70%;
  left: 15%;
  opacity: 1;
  margin: 0;
  height: 100%;
  align-items: center;
  padding: 0;
}

.product-img .product-overlay .btn.btn-circle {
  padding: 9px 1px;
  width: 60%;
  left: 20%;
  margin: 0 0 13px 0;
  position: relative;
}

.product-item:hover .product-overlay {
  display: block;
  transition: 0.4s;
  top: 0;
  width: 100%;
  left: 0;
  opacity: 1;
  z-index: 9;
}

.product-desc h3 {
  overflow: hidden;
  font-size: 16px; 
  margin: 0 0 8px 0;
  max-height: 49px;    
  font-weight: 400;
  font-style: normal; 
  line-height: 1.2; 
  color: #000; 
  display: block; 
  text-transform: capitalize;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
}

.product-desc .RevIEw_star ul {
   justify-content: start;  
}


.product-wishlist {
  color: white;
  display: block;
  font-size: 20px;
  line-height: 0;
  position: absolute;
  right: 20px;
  top: 15px;
  transform: scale(0);
}

.product-item:hover .product-wishlist {
  transform: scale(1);
}

.product-label-new::before {
  align-items: center;
  border-radius: 0;
  color: white;
  display: flex;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 50px;
  z-index: 100;
}

.product-label-new::before {
  background-color: #228b22;
  content: "New";
}

.product-price {
  font-size: 17px;
  color: #7b7676;
  font-weight: 400;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  /*! font-family: poppins; */
}

.product-price span {
  font-weight: 300;
  color: #6a6a6a;
  margin: 0 0 0 5px;
  font-style: italic;
  text-decoration: line-through;
  font-size: 14px;
  opacity: 0.6;
}

.btn.btn-theme {
  background: var(--white);
  color: #000;
  font-weight: 400;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
  font-size: 13px;
  /*! text-transform: uppercase; */
  border-radius: 60px;
  letter-spacing: 0.6px;
}

.btn.btn-circle {
  padding: 8px 19px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 33%;
  margin: auto;
  width: 50%;
  -webkit-transform: translateY(-50.1%);
  -ms-transform: translateY(-50.1%);
  transform: translateY(50.1px);
  transition: 0.3s;

  opacity: 0;
  white-space: nowrap;
}

.btn.btn-theme:hover {
  background: var(--black);
  color: #fff;
  transition: 0.3s;

  border-color: var(--black);
}


.product-item:hover .btn.btn-circle {
  transition: 0.3s;
  bottom: 30%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0px);
  display: block;
  opacity: 1;
}

.btn-circle .fa {
  margin-left: 10px;
  font-size: 12px;
  display: none;
}

.product-name {
  display: block;
  text-decoration: none;
  color: #414141;
  padding: 13px 13px 11px 15px;
  background: transparent;
  overflow: hidden;
  margin: 0 0 8px 0;
  /*! white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: normal;
  max-height: 58px;
  line-height: 17px;
  font-family: Inter;
}

.RevIEw_star ul li {
  list-style: none;
  display: inline-block;
  color: #ffa41c;
  font-size: 12px;
  margin: 0 4px 0 0;
}

.RevIEw_star ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 0 !important;
}

/* product-new-css */
/* product-new-css */
.info_P {
  text-align: center;
}

.details-grid .carousel-indicators {
  right: 0;
  bottom: 0;
}

.details-grid .carousel-indicators li {
  width: 60px;
  border: 2px solid rgba(0, 0, 0, 0.32);
  height: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.details-grid .carousel-indicators li img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.details-grid .carousel-indicators li.active {
  border: 2px solid var(--black);
}

.details-grid .carousel-inner {
  max-height: 450px;
}

.details-grid .carousel-item {
  max-height: 450px;
  position: relative;
  min-height: 450px;
}

.details-grid .carousel-item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}

.close.Q_close_btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  opacity: 1;
  line-height: 0;
  border-radius: 0;
  padding: 0 0 13px 0;
  z-index: 9;
  border: none;
  font-size: 57px;
  line-height: 0;
}

.close.Q_close_btn {
  color: #fff;
  line-height: 0;
  font-size: 57px;
  line-height: 0;
}

.sale_banner_product,
.new_banner_product {
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  text-transform: none;
  padding: 8px 20px;
  text-align: center;
  color: #000;
  margin-bottom: 13px;
  display: inline-block;
  font-size: 17px;
  white-space: nowrap;
  padding: 0;
  letter-spacing: 2px;
}

.Q_detailS {
  padding: 30px 33px;
  border-left: 1px solid #ddd;
}

.Q_detailS h3 {
  font-weight: 300;
  font-size: 23px;
}

.Q_detailS .d_iTeM h6 {
  font-size: 12px;
}

.Q_Details_main .carousel-item img {
  width: 100%;
}

 
legend {
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 20px 0;
  font-size: 14px;
  line-height: inherit;
  color: #808080;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 500 !important;
}

.next_big {
  bottom: 194px !important;
}

.cursor_pointer {
  cursor: pointer;
}

.del {
  font-size: 16px;
}

.price small {
  font-size: 14px;
  line-height: normal;
  display: block;
}

.price {
	font-size: 15px;
	color: #000;
	margin: 0;
	white-space: nowrap;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.price small{
	font-size: 14px; 
	font-weight: 400; 
  margin-left: 10px;
  text-decoration: line-through;
  opacity: 0.7;
}

.new_banner_product {
  background: #2d3740;
  margin: 0 0 0 10px;
}

.stoke {
  color: green;
  padding: 1px 7px 1px 16px;
  border-radius: 0;
  font-weight: 400;
  position: relative;
  margin: 0 0 15px 0;
  border: 1px solid;
  border-radius: 19px;
  background: rgba(0, 128, 0, 0.05);
  opacity: 0.7;
  font-size: 13px;
  font-family:  Jost;
  display: inline-block;
}

.stoke::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: green;
  transform: translateY(-50%);
  border-radius: 30px;
}

.out_stoke {
  color: rgb(128, 41, 0);
  padding: 1px 7px 1px 16px;
  border-radius: 0;
  font-weight: 400;
  position: relative;
  margin: 0 0 0 9px;
  border: 1px solid;
  border-radius: 19px;
  background: rgba(213, 77, 77, 0.08);
  opacity: 0.7;
  font-size: 13px;
}

.out_stoke::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: rgb(128, 41, 0);
  transform: translateY(-50%);
  border-radius: 30px;
}

.progress-bar {
  background-color: #c57e7e;
  width: 20%;
  box-shadow: none;
}

.progress {
  height: 9px;
  margin-bottom: 4px;
  overflow: hidden;
  background-color: #eff3f4;
  border-radius: 2px;
  box-shadow: none;
}

.left_Prog h5 {
  font-size: 16px;
  margin: 15px 0 3px 0;
  text-transform: uppercase;
}

.font23 {
  font-size: 23px;
}

.Q_detailS .DeLiVeRy_tYpE {
  margin: 13px 0 27px 0;
}

.d_iTeM h6 {
  font-size: 14px;
  margin: 0 0 3px 0;
  color: #000;
  font-weight: 400;
  font-family:  Jost;
  letter-spacing: 1px;
}

.d_iTeM p {
  font-size: 12px;
  font-weight: 300;
  color: #9f9f9f;
  margin: 0;
  line-height: 11px;
}

.d_iTeM img {
  width: 41px;
  opacity: 0.5;
}

.btn_buy_now {
  background: var(--black);
  color: #ffffff;
  border: 1px solid var(--black);
  font-size: 17px;
}

.ReViEw_stR i {
  color: gold;
}

#modal_aside_left {
  padding: 0 !important;
}

#cart_modal {
  padding: 0 !important;
}

.btn_buy_now {
  font-size: 18px;
  color: #fff;
  padding: 14px 0px;
  border-radius: 5px;
  background: #d7184d;
  border: none;
  display: inline-block;
  width: 100%;
  margin: 13px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s;
  letter-spacing: 2px;
}

.d_iTeM {
  text-align: center;
  padding: 5px 0 8px 0;
  border-radius: 4px;
  width: 100%;
}


.lr_product_decription {
  text-align: center;
}

.lr_product_decription a h3 {
  color: var(--black);
  padding: 20px;
  font-weight: 600;
  font-size: 34px;
  font-family:  Jost;
}

.btn_lr {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
  transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  line-height: 1.5;
  padding: 8px 15px;
  border-radius: 0;
}

.btn_lr:hover {
  background-color: var(--black);
  color: #ffffff;
  border: 1px solid var(--black);
}

.feature_main {
  padding: 50px 0 0 0;
}

.feature_main .PoPular_Cate {
  text-align: center !important;
}

.color_gold {
  color: goldenrod;
}

.brder {
  border: 1px solid #ddd;
  padding-bottom: 35px;
  padding-top: 20px;
}


.modal-backdrop.show {
  opacity: .7;
}

.btn_div {
  min-height: 250px;
  max-height: 250px;
  display: flex;
  align-items: center;
}

.btnPr {
  width: 100%;
}

.Q_detailS .DeLiVeRy_tYpE {
  margin: 13px 0 27px 0;
}

.sp_pen h3 {
  background: var(--black);
}

.details-grid .carousel-indicators {
  position: relative;
  margin: 9px 0 0 0;
}

/* products */

/* footer */
footer {
  background: #3A6575;
  padding: 0;
  color: #000;
  background: #f5f5f5;
}

.footer-mid ul li {
  padding: 0 0 0 2px;
  list-style: none;
  color: #666;
  font-size: 15px;
}

.footer-mid ul li a {
  color: #666;
  font-size: 15px;
  letter-spacing: 0.4px;
  font-family:  Jost;
  display: inline-block;
  padding: 5px 0;
}

.social_footr li a {
  color: #b0b0b0;
}

.footer-mid h5 {
  width: 100%;
  position: relative;
  margin: 0 0 22px 0;
  color: #043e85;
  font-weight: 400;
  font-size: 16px;
  font-family:  Jost;
  text-transform: capitalize;
  letter-spacing: 0.41px;
}

.footer-mid h5::before {
  content: '';
  left: 0;
  bottom: -8px;
  width: 21px;
  height: 2px;
  background: #eab975;
  position: absolute;
  border-radius: 10px;
}


/* footer */


.collection_main {
  padding: 50px 0;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-right: none;
  border-left: none;
}

.collection_item {
  margin: 16px;
}

.img_collection {
  /*! max-height: 290px; */
  overflow: hidden;
  /*! min-height: 290px; */
}

.collection_item h3 {
  color: var(--black);
  text-align: center;
  margin: 0;
  font-size: 22px;
  text-transform: capitalize;
  padding: 10px 0;
  font-family:  Jost;
}


.collection_main .owl-controls .owl-prev {
  height: 40px;
  width: 40px;
  text-align: center;
  top: 0;
  line-height: 37px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
  background-size: 21px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 5px !important;
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateY(-50%);
}

.collection_main .owl-controls .owl-next {
  height: 40px;
  width: 40px;
  text-align: center;
  top: 0;
  line-height: 37px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-size: 21px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 5px !important;
  position: absolute;
  right: 0;
  top: 42%;
  transform: translateY(-50%);
}
.copyright-wrap {
padding: 15px 0;
background: #f4e9df;
border-top: 1px solid #ecdfd4;
margin: 11px 0 0 0;
color: #222;
font-family:  Jost;
}
.footer-contact {
padding: 0;
}



details {
  position:relative;
  text-align: center;
}

details summary {
  display:inline-block;
  font-size: 15px;
  color: #000;
  padding: 8px 20px;
  border-radius: 0;
  /*! background: #d1194c; */
  margin: 0px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.3s;
  background: transparent;
  border: 2px solid #2f2f2f;
  border-radius: 50px;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  padding-top:10px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}

details #open{padding-left:5px;text-align:middle;}
details #open:after{
    display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}

::-webkit-details-marker {display: none;}





@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

 
 

/* products-about-descriptions */

.card-header {
padding: 0;
margin-bottom: 0;
background-color: transparent;
border-bottom: none;
}

.accordion > .card {
  border-radius:0;
  border: none;
overflow: hidden;
margin: 0 0 30px 0;
}

.card-header .collapsed{
  padding: 10px 20px;
  width: 100%;
  display: block;
  background: #e9eef0;
  border-bottom: 2px solid #3a6575;
  font-size: 30px;
  font-weight: 300;
   color: #3a6575;
}


.card-header a{
  padding: 10px 20px;
  width: 100%;
  display: block;
  background: #3a6575;
  border-bottom: 2px solid #3a6575;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
.card-header a:hover{ 
  color: #fff;
}

.card-header a h5{ 
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}
.card-header a h5 .rotate-icon{ 
  float: right;
  transition: 0.6s;
  transform: rotate(-180deg);
} 
.card-header .collapsed h5 .rotate-icon{  
  transition: 0.6s;
  transform: rotate(0deg);
} 
.card-header .collapsed:hover{
  color: #000;
}

/* products-about-descriptions */
 

.TOP_FiX_DEtail {
display: none;
}
.product_details {
padding: 50px 0;
background: #fff;
}
.PCNt_MAIn{
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.pM_btn {
 padding: 6px;
 border: 1px solid #ddd;
 background: #fff;
 font-weight: 300;
 position: relative;
 height: 45px;
 display: block;
 width: 45px;
 text-align: center;
 font-size: 16px;
 line-height: 45px;
 padding: 0 0 11px 0;
 color: #626262;
}

.pM_btn:hover{
 background:#dfdfdf;
 color: #555;
}


.p_Count{
 width: 70px;
 height: 45px;
 border: 1px solid #ddd;
 padding: 10px 15px;
}

 

.pro_top_heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 9px 19px 11px 19px;
  background: #f0f0f0;
  border-radius:0;
  color: #4a4a4a;
}

.mt_50px {
  margin-top: 50px;
}

.m_t50 {
  margin-top: 23px;
}

.border1px_hover_img {
  border: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pad_lg0 {
  padding: 0px !important;
}


.cp-ship-opt {
background: #f6f6f6;
padding: 2.4rem;
border-radius: 1rem;
}
.DeLiVeRy_tYpE {
margin: 20px 0 0 0;
padding: 10px;
}
.Prodiscount{
  text-decoration: line-through;
  font-size: 26px;
  color: #bbb;
}

.size_color{
  margin: 15px 0;
}
.modal_no {
margin: 7px 0 13px 0;
}

.size_color .form-floating > .form-control, .form-floating > .form-select {
height: 37px;
padding: 0 0 0 17px !important;
font-size: 18px;
border-radius: 0;
border-radius: 60px;
}

.size_color h6{
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 9px 18px;
}
.bsBox.margin6px {
margin: -1px;
}

.chart_modal a{
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 15px;
}
.chart_modal h5 {
font-size: 16px;

margin: 0;
}

.phono {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 1111;
}
.btn_call_fix {
border: none;
border-radius: 50px;
background: #25d366;
color: #fff;
font-size: 31px;
-webkit-box-shadow: 3px -7px 23px -11px rgba(0, 0, 0, 1);
-moz-box-shadow: 3px -7px 23px -11px rgba(0, 0, 0, 1);
box-shadow: 0px 0 37px -13px rgb(0, 0, 0);
height: 60px;
width: 60px;
line-height: 50px;
text-align: center;
display: inline-block;
border: 3px solid #18c458;
}
.btn_call_fix i {
margin: 0;
}

.cetogry {
padding: 0 0 50px 0;
}

.inner_banner {
	padding: 50px 0;
	background: #fff url(../images/inner_banner.png);
}
.pay_item.min_heightg_pay_ {
margin-bottom: 53px;
padding: 22px;
}
.colaction_item {
position: relative;
  overflow: hidden;
  transition: 0.3s;
max-height: 500px;
}
.colaction_item::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*! background: rgba(0, 0, 0, 0.28); */
  z-index: 1;
}

.colaction_item .the_Cl {
position: absolute;
z-index: 9;
left: 0;
top: 37%;
/*! width: 100%; */ 
  z-index: 99;
text-align: center;
padding: 0 50px;
} 
.the_Cl p{
  margin: 0;
}
.colaction_item h3 {  
  color: #000;
margin: 0; 
  font-weight: 400;
  font-size: 51px;
}
.colaction_item p {  
  font-weight: 400;
  color: #666;
  font-size: 30px;
}

.colaction_item img{ 
   transition: 0.3s;
   width: 100%;
}

.colaction_item:hover img{
   transform: scale(1.1);
   transition: 0.3s;
}
.inner_banner h3 {
font-size: 35px;
padding: 0 3px;
}

.search_main .form-control { 
  font-size: 17px; 
  height: 40px;
}










/* footer */
.footer {
  background: #000 url(../images/pattern.png);
  padding-top: 40px;
}  
 
.footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.875rem 0;
}

.footer .footer-top .download-text h3 {
  font-size: 1.875rem;
  color: #622fcd;
  display: block;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-button .btn {
  display: inline-block;
  margin-right: 0.625rem;
}

.footer .footer-top .download-button .btn:last-child {
  margin-right: 0;
}

.footer .footer-top .download-button .btn i {
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 0.3125rem;
}

.footer .logo {
  margin-bottom: 26px;
}

.footer .logo img {
  width: 13.125rem;
}

.footer .f-about p {
  font-size: 0.875rem; 
  color: #7e8890;
  margin-left: 0.9375rem;
}

.footer .f-about .contact-address {
  margin-top: 1.25rem;
}

.footer .f-about .contact-address li {
  display: block;
  margin-bottom: 0.3125rem;
  margin-left: 0.9375rem;
}

.footer .f-about .contact-address li:last-child {
  margin-bottom: 0;
}

.footer .f-about .contact-address li span {
  font-weight: 500;
  color: #622fcd;
  display: inline-block;
  margin-right: 0.25rem;
}

.footer .footer-social {
  margin-top: 1.375rem;
}

.footer .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

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

.footer .footer-social ul li a {
  font-size: 1.0625rem;
  color: #8c8c8c !important;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  display: block; 
  background: #fff;
  border: none;
  border-radius: 8px;
  position: relative;
  z-index: 3;
  line-height: 2.4rem; 
  border: 1px solid;
}

.footer .footer-social ul li a i {
  margin: 0 !important;
  /*! color: var(--main); */
}

.footer .footer-social ul li a:hover {
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  border-color: #000;
} 

.footer .footer-social ul li a:hover i {
  color: #fff !important;
}


.nav-folderized .col.nav {
  padding: 0 !important;
  display: block !important;
  padding: 0 0.9375rem !important;
}

.footer h5 {
	color: var(--white);
	font-size: 18px;
	position: relative;
	text-transform: capitalize;
	margin-bottom: 0.9375rem;
	font-weight: 600;
	font-family: var(--H-family);
	letter-spacing: 0px;
}
.footer h2 {
	color: var(--white);
	font-size: 18px;
	position: relative;
	text-transform: capitalize;
	margin-bottom: 0.9375rem;
	font-weight: 600;
	font-family: var(--H-family);
	letter-spacing: 0px;
}
.footer ul li {
  margin-bottom: 0.625rem;
  position: relative;
	padding:0;
  list-style: none;
  display: flex;
}

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

.footer ul li a {
  color: #b7b7b7;
  font-size: 15px;  
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  display: block;  
  border-bottom: 1px solid transparent;
  line-height: normal;padding:4px 0;
}

.footer ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  width: 0.5rem;
  background: #7e8890;
}

.footer ul li a:hover::before {
  background: var(--main);
  opacity: 1;
}

.footer ul li a:hover {
  color: #c6ab46;
  padding-left: 0.9375rem; 
}

footer ul {
  padding: 0;
}

.footer h3 img {
  width: 13.125rem;
}

.f_about img {
  width: 13.75rem;
  margin: 0 0 11px 0;
}


.f_about p {
  font-size: 0.875rem;
  line-height: 23px;
  color: #fff;
}

.contact-address li a:hover {
  color: #300864;
  padding-left: 0 !important;
}

.contact-address li a:before {
  display: none;
}

.footer ul li i {
  font-size: 0.9375rem;
  margin: 0 9px 0 0;
  color: #959595;
}

.footer-bottom {
  border-top: 1px solid #222;
  text-align: left;
  padding:0 0;  
  margin-top: 1.375rem;
}
 
.footer-bottom p {
  margin: 0;
  color: #969696;
  /*! font-size: 14px; */
} 

.footer-bottom p a {
  color: #bbb;
} 

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.9375rem 1.875rem;
  background-color: #fff;
  color: var(--main);
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.25rem;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-text h3 {
  font-size: 1.875rem;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.footer .footer-top .download-text p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

.download-text h3 {
  margin: 0;
}

.newsletter_sct .form-control {
  height: 3.125rem;
  border: 2px solid #e4e7f2;
  color: var(--heading_color);
  margin-bottom: 0.9375rem;
  font-size: 15px;
}

.btn.btn_NLy {
  height: 3.125rem;
  text-align: center;
  width: 100%;
  background: var(--secondry);
  color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
} 

.reviewtrust {
  text-align: center;
}

.reviewtrust img {
  width: 13.75rem;
}

.ftxtt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #60687b;
  font-size: 1rem;
}

.img-fluid.flogo {
  width: 190px;
  margin-bottom: 0.9375rem;
}

.appdownload {
  width: 180px;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 0.625rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(233, 233, 233, 1) 100%);
  border-radius: 0;
  /* border: 2px solid #fff !important; */
  border-left-color: #cecece !important;
  border-bottom-color: #cecece !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0.625rem 1.25rem, rgba(0, 0, 0, 0.14) 0px 6px 6px;
  overflow: hidden;
  border-radius: 0.625rem;
}

/* footer */ 
  
.about_main {
	padding: 40px 0; 
	background: #f9f4ec;
} 
.ctext { 
	position: absolute;
	right: 15%;
	bottom: 22%;
	height: auto;
	padding: 30px;
	text-align: center;
	transform: translateY(50%);
	z-index: 1;
	width: 70%;
}
.ctext span {
	color: var(--main);
	font-size: 14px;
	letter-spacing: 0.3px;  
}


/* login-form */

.popover__inner {
  padding: 47px;
  min-height: auto;
  text-align: center; 
  margin: 40px 0; 
  background: #fff;
  background-size: 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 11px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}

.popover__inner p {
  /*! font-size: 13px; */
  color: #9f9f9f;
}

.popover__inner h4 {
  font-size: 32px; 
  margin: 0 0 8px 0;
  color: var(--black);
  text-transform: capitalize;
  font-weight: 600; 
  letter-spacing: 0;
}

.popover__inner .form-floating>.form-control,
.form-floating>.form-select { 
  padding: 12px 0 0 10px;
  font-size: 15px;
  border-radius: 6px;
  border-color: #ddd;
  margin: 0 0 22px 0;
}

.popover__inner .form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 12px 14px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  font-size: 15px;
  color: #acacac;
  /*! letter-spacing: 0.7px; */
}

.popover__inner .form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.75) translateY(-.5rem) translateX(.15rem);
}
 
 
.creat_acc_main {
  padding: 16px 0 0 0;
}

.creat_acc_main p {
  margin: 0 0 9px 0;
  color: #888;
  line-height: normal;
  font-size: 14px;
}

.creat_acc_main p a {
  margin: 0;
  font-weight: 500;
  margin: 0 0 0 6px;
  color: #000000;
  text-decoration: underline;
}

.creat_account_div_main {
  padding: 0;
}


/* login-form */

details {
  position: relative;
  text-align: center;
}

details summary {
  display: inline-block;
  font-size: 15px;
  color: #000;
  padding: 8px 20px;
  border-radius: 0;
  /*! background: #d1194c; */
  margin: 0px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.3s;
  background: transparent;
  border: 2px solid #2f2f2f;
  border-radius: 50px;
}

details summary:focus {
  outline: none;
}

details[open] {
  display: block;
  padding-bottom: 25px;
  padding-top: 10px;
  animation: open .2s linear;
}

details[open] summary {
  position: absolute;
  bottom: 0;
  left: 0;
}

details #open {
  padding-left: 5px;
  text-align: middle;
}

details #open:after {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 8px;
  content: "\00bb";
  transform: rotate(90deg);
}

details[open] #open {
  display: none;
}

details #close {
  display: none;
}

details[open] #close {
  display: block;
}

::-webkit-details-marker {
  display: none;
}

@keyframes open {
  0% {
      opacity: 0;
      transform: translateY(-10px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.Product_detailS h3 {
  font-style: normal;
  font-size: 28px;
  line-height: 1.5;
  color: #1a1919; 
  display: block;
  margin: 0;
  clear: both;
  text-transform: capitalize; 
  padding: 0;
  font-weight: 600;
}
..Product_detailS .price{margin-bottom:10px!important}
 


/* products-about-descriptions */

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.accordion>.card {
  border-radius: 0;
  border: none;
  overflow: hidden;
  margin: 0 0 30px 0;
}

.card-header .collapsed {
  padding: 10px 20px;
  width: 100%;
  display: block;
  background: #e9eef0;
  border-bottom: 2px solid #3a6575;
  font-size: 30px;
  font-weight: 300;
  color: #3a6575;
}

.card-header a {
  padding: 10px 20px;
  width: 100%;
  display: block;
  background: #3a6575;
  border-bottom: 2px solid #3a6575;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}

.card-header a:hover {
  color: #fff;
}

.card-header a h5 {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}

.card-header a h5 .rotate-icon {
  float: right;
  transition: 0.6s;
  transform: rotate(-180deg);
}

.card-header .collapsed h5 .rotate-icon {
  transition: 0.6s;
  transform: rotate(0deg);
}

.card-header .collapsed:hover {
  color: #000;
}


/* products-about-descriptions */
 

.TOP_FiX_DEtail {
  display: none;
}

.product_details {
  padding: 50px 0;
  background: #fff;
}

.PCNt_MAIn {
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}

.pM_btn {
  padding: 6px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 300;
  position: relative;
  height: 45px;
  display: block;
  width: 45px;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  padding: 0 0 11px 0;
  color: #626262;
}

.pM_btn:hover {
  background: #dfdfdf;
  color: #555;
}

.p_Count {
  width: 70px;
  height: 45px;
  border: 1px solid #ddd;
  padding: 10px 15px;
}

 
.pro_top_heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 9px 19px 11px 19px;
  background: #f0f0f0;
  border-radius: 0;
  color: #4a4a4a;
}

.mt_50px {
  margin-top: 50px;
}

.m_t50 {
  margin-top: 23px;
}

.border1px_hover_img {
  border: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}

.pad_lg0 {
  padding: 0px !important;
}

.cp-ship-opt {
  background: #f6f6f6;
  padding: 2.4rem;
  border-radius: 1rem;
}

.DeLiVeRy_tYpE {
  margin: 20px 0 0 0;
  padding: 10px;
}

.Prodiscount {
	text-decoration: line-through;
	font-size: 23px;
	color: #bbb;
	margin: 0 10px 0 0;
	font-weight: 400;
}

.size_color {
  margin: 15px 0;
}

.modal_no {
  margin: 7px 0 13px 0;
}

.size_color .form-floating>.form-control, .form-floating>.form-select {
  height: 45px;
  padding: 0 0 0 17px !important;
  font-size: 14px;
  border-radius: 0; 
  border-radius: 5px;
  background-color: #f6f5f6;    
  border: none;
  margin: 0;
}

.size_color h6 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 9px 18px;
}

.bsBox.margin6px {
  margin: -1px;
}

.chart_modal a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 15px;
}
.PdrSliDer {
	display: flex;
}

/* new_product_slider */
.product_slider .carousel-indicators {
  right: 0;
  bottom: 0;
}

.product_slider .carousel-indicators li {
  width: 70px; 
  height: 70px;
  overflow: hidden;
  position: relative;
  opacity: 1;
  margin: 0 10px 0 0; 
  padding: 0;
  transition: 0.2s;
  border: 4px solid transparent;
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
}
.product_slider .carousel-indicators li:hover {
border-color:var(--main);
  transition: 0.2s;
}

.product_slider .carousel-indicators li img {
  position: absolute;  
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  opacity: 1;
  height: 100%;
}

.product_slider .carousel-indicators li.active {
  border: 4px solid #ffcb05;
  opacity: 1;
}

.product_slider .carousel-item{ 
  position: relative;
  min-height: 400px;
  height: 400px;
} 
.product_slider .carousel-item img {
margin: auto;
width: 100%;
max-height: 100%;
  object-fit: cover;
}
.product_slider .carousel-item::before {
  display: none;
}

.product_slider .carousel-indicators {
position: relative;
margin: 20px 0;
border: none; 
padding: 0;
  background: #fff;
/*! display: block; */
justify-content: start;
} 
.detail_slider_img {
	width: 100%;
	position: relative;
	margin: 0;
}
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: #fff; 
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  /*! white-space: nowrap; */
}
table {
	/*! white-space: nowrap; */ 
}
/* new_product_slider */

.f_item {
	text-align: center;
	padding: 0;
	margin-bottom: 25px;
	/*! background: #0f0f0f; */
	/*! padding: 25px; */
	border-radius: 10px; 
	/*! border: 1px solid #1b1b1b12; */
}
    
.f_item img {
	width: 60px;
}
 
.f_item h3 {
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 500;
	margin: 11px 0;
} 
.f_item p {
	font-size: 15px;
	line-height: 26px; 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #000;
}
.features {
	background: #f9f4ec;
	padding: 50px 0;
	background-size: cover;  
	background-position: center;  
	background-attachment: fixed;
	/*! padding-bottom:0; */ 
	/*! color: #fff; */
}
.features p {
  /*! color: #cecece; */
}
 
.product_main{
  padding: 50px 0;
}
 
.application_item {
	position: relative;
	overflow: hidden;
	margin-bottom: 0; 
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	border-radius: 0;
	/*! border: 2px solid #fff; */ 
}
.application_item .image {
	height: 380px;
	position: relative;
}    
.application_item .image::before {
  position: absolute;
  left: 0;
  bottom: 0; 
  width: 100%;
  height: 100%;
   /*! background: rgba(2, 0, 36, 0.09); */
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,212,255,0) 100%); 
content: '';
  z-index: 1;
}   
.application_item .image::after {
  position: absolute;
  left: 5%;
  bottom: 5%; 
  width: 90%;
  border-radius: 10px;
  height: 90%; 
/*! content: ''; */
  border: 1px solid #fff;
  opacity: 0.3;
  
  z-index: 1;
}   
.application_item .image img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  /* --s: 7px;  
  --b: 2px; 
  --w: 100%; 
  --c: #7b3b3b;

  width: var(--w);
  aspect-ratio: 1;
  object-fit: cover;
  padding: calc(2 * var(--s));
  --_g: var(--c) var(--b), #0000 0 calc(100% - var(--b)), var(--c) 0;
  background: linear-gradient(var(--_g)) 50%/100% var(--_i, 100%) no-repeat,
    linear-gradient(90deg, var(--_g)) 50% / var(--_i, 100%) 100% no-repeat;
  outline: calc(var(--w) / 2) solid #0009;
  outline-offset: calc(var(--w) / -2 - 2 * var(--s));
  transition: 0.4s;
  cursor: pointer; */
}
.application_item .image img:hover{
  outline: var(--b) solid var(--c);
  outline-offset: calc(var(--s) / -2);
  --_i: calc(100% - 2 * var(--s));
}


.application_item .description {
  position: absolute;
  bottom: 5%;
  left: 0;  
  width: 100%;
  text-align: center;
  z-index: 9; 
  padding: 20px;
}
.application_item .description h4{
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400; 
  font-size: 30px;  
  letter-spacing: 0;  
  /*! text-shadow: 1px 0px 14px #000; */
}

.solution_foeapplication {
	padding: 50px 0;
	background: #f9f4ec;
	background-size: cover;
	background-position: center;
	background-attachment: fixed; 
	padding-bottom: 15px;
}

.solution_foeapplication p{
  color: var(--black);
}

 
.video_gallery{
  padding: 15px 0;  
  background: #f9f4ec;
  padding-top: 0;
}      
 
.inbinr{
  color: #fff;
}

.inbinr p{
  color: #f7f7f7;
} 

.main{
  padding: 50px 0;
}
.main h3{
  font-weight: 600;
}
.main ul {
  margin: 0;
    margin-bottom: 0px;
  padding-left: 16px;
  margin-bottom: 10px;
}
.main li {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: inherit; 
  color: #515e81;
  line-height:26px;
}
.woocommerce-product-details__short-description p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: inherit;
  color: #515e81;
  line-height: 26px; margin-bottom:8px;
}
.woocommerce h2, .woocommerce-account h2 {
  font-weight: 600!important;
}
.footer hr{
  background-color: #aaa;}
.every_step {
	margin: 60px 0;
	padding: 30px;
	background: #fff;
	background: #fff url(../images/pattern8.jpg); 
  border-radius: 10px;
}
 
.video_item{
  margin: 15px;
}
.catlogbtn {
	display: inline-block;
	padding: 11px 25px;
	margin: 20px 0;
	background: var(--main);
	color: #000;
	font-weight: 600;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.filter_btn {
    color: #000;
    background-color: #f6f5f6;
    border-color: #000;
    margin: 0 15px 0 0;
    padding: 6px 30px;
    border-radius: 5px !important;
    transition: 0.3; 
    border: 1px solid #f6f5f6;line-height:30px;
} 
.product_count  h6{
  margin: 0;
}
.social_footer {
  display: inline-block!important;
  margin: 0;
  text-align: center;
  /* float: right; */
}
.social_footer li{
  display: inline-block!important;
}

.social_footer li a { 
	display: inline-block !important;
	width: 45px;
	height: 32px;
	/*! border: 1px solid #606060 !important; */
	text-align: center;
	line-height: 38px; 
	color: var(--main) !important;
  color: var(--main);
	border-radius: 10px;    
	margin: 0 0 0 10px;
}
.social_footer li a i {
  font-size: 32px;
  margin: 0;
  color: #959595;
}



#wrap {
  overflow: hidden;
}

.containerbg .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.containerbg .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom; 
}
.containerbg > ul > li:first-child .image {
  opacity: 1;
  visibility: visible;
}

.containerbg {
	position: relative; 
  padding: 50px 0;
}


.containerbg:before{
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.containerbg > ul {
  list-style: none;
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
.containerbg > ul li{
  list-style: none;
  display: block;
}  


.container-item {
  padding: 0;
}
 
.link {
  position: relative;
  font-size: calc(.2rem + 2vw);
  font-weight: 600; 
  text-decoration: none;
  color: transparent;
  -webkit-text-stroke:  0.08vw #fff;
  transition: opacity .3s ease-in-out;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 35px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: poppins;
  transition: 0.3s;
}
.link:hover{
  color: var(--main);
  -webkit-text-stroke:  0.08vw var(--main); 
}


.link i {
	float: right;
	font-size: calc(.5rem + 2vw);
	font-weight: 600;
	text-decoration: none;
	color: transparent;
	-webkit-text-stroke: 0.08vw #fff;
	transition: opacity .3s ease-in-out;
	display: block;
	position: relative;
   transition: 0.3s;
}


.container-item.active .link + .image {
  opacity: 1;
  visibility: visible;
}
.container.hover .link {
  opacity: .4;
  transition: 0.3s;
}
.container-item.active .link {
  opacity: 1;
}
.containerbg{
  color: #fff;
  position: relative;
}

.smallimg {
	position: absolute;
	width: 200px;
	overflow: hidden;
	left: 45%;
	top: 20%;
  opacity:0;
}
.smallimg img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.link:hover .smallimg{
  opacity: 0;
}
.solution_heading{
  position: relative;
  z-index: 2;
}
.solution_heading h2{
  font-weight: 600;
  font-size:45px;
}
.solution_heading p{
  color: #fff;
}

.link:hover i{
  transform: rotate(45deg);
  color: var(--main);
  transition: 0.3s;
  	-webkit-text-stroke: 0.08vw var(--main);
}

.btnsolution{
  position: relative;
  z-index: 2;
}
.btnsolution .btn_theme {
  border: 1px solid var(--main); 
  background: var(--main); 
  line-height: 43px; 
}

footer .border-bottom{
  border-color: #222;
}

.filter_link{
  padding: 0;
}  
.filter_link li{
  padding: 0;
  list-style: none;
  
}
.filter_link li a {
	padding: 8px 13px;
	display: inline-block;
	color: #000;
	border-bottom: 1px solid #f9f9f9;
	width: 100%;
  position: relative;
}
/* .filter_link li a::before {
	position: absolute;
	right: 14px;
	content: '\F135';
	font-family: bootstrap-icons !important;
	top: 4px;
	font-size: 22px;
	opacity: 0.1;
	color: #000 !important;
} */

.boldCtn {
	color: var(--main) !important;
	font-weight: 600;
	/* margin: 15px 0 0 0; */
	/* padding: 0 !important; */
	font-size: 18px;
	background: #1c1c1c00;
}
.breadcrumb {
	margin: 0;
	font-size: 13px;
}
.breadcrumb li {
	color: rgb(100, 100, 100);
}
.breadcrumb li a {
	color: rgba(22,22,22,1);
}
.btn_buy_now {
	background: #d54d4d;
	color: #ffffff;
	border: 2px solid #d54d4d;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
.btn_buy_now {
	font-size: 15px;
	color: #000;
	padding: 12px 20px;
	border-radius: 10px;
	background: #ffca00;
	border: none; 
	display: inline-block;
	width: 100%; 
	margin: 13px 0;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
	border: 2px solid #ffca00;
	transition: 0.3s;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.btn--secondary-accent {
	border: 2px solid #000;
	color: #000;
	background-color: #f6f5f6;
} 
.btn--secondary-accent:hover {
	border: 2px solid var(--main);
	color: #000;
	background-color:var(--main);
}


.Prodiscount {
	text-decoration: line-through;
	font-size: 24px;
	color: #bbb;
	margin: 0 10px 0 0;
}
.pricedetails {
	margin: 11px 0 11px 0;
	font-size: 26px; 
	font-weight: bold;
	color: #000;
}
.product_meta {
	margin: 10px 0;
}
.product_meta span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.7;
}
.product_meta span a {
  color: #000;
}
.product_meta span a:hover{
  color: var(--main);
}
.short_description {
	max-height: 176px;
	overflow: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}
.short_description::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.04);
	background-color: #F5F5F5;
}

.short_description::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.short_description::-webkit-scrollbar-thumb
{
	background-color: #ddd;
	border: 1px solid #d9d8d8;
}
.top-pro_details {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: #f4f6f7;
	border-bottom: 1px solid rgb(216, 216, 216);
	transition: top 0.5s ease-in-out 0s;
	z-index: 999999;
	display: block;
	box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
}

.inner_bannerwh{
  padding: 30px 0;
}

.headinner h2{
  font-size:40px;
}
.headinner p {
	font-size: 20px; 
	line-height: 35px;
	letter-spacing: -0.3px;
}
.headinner {
	margin-bottom: 66px;
}
.c_itemP {
	text-align: center;
	padding: 25px;
	margin-bottom: 25px;
}
.c_itemP a {
	display: block;
	font-weight: 500;
	font-size: 18px; 
	color: #000;
}
.c_itemP h3 {
	font-weight: 600; 
	font-size: 23px;
}

.btnCpage {
	display: inline-block!important;
	padding: 10px 25px;
	background: var(--main);
	font-weight: 500!important;
	font-size: 16px;
	border-radius: 10px;
	color: #000;
}

.c_itemP img {
  width: 60px;
  margin-bottom:15px;
  filter: grayscale(10); 
  opacity: 0.7;
}
#contactmodal { 
	width: 600px;
	border-right: none; 
	background: #fff url(../images/pattern8.jpg);
	background-size: 5px; 
}
.contact-form-wrap {
	padding: 50px;
}
#contactmodal .btn-close {
	position: absolute;
	right: 16px;
	width: 35px;
	height: 35px;
	border: 1px solid #ddd;
	border-radius: 100%;
	z-index: 9;
	top: 15px;
}


.contact-form-wrap { 
  margin: 0; 
}

.contact-form-wrap h2 {
  font-weight: 600;
}

.contact-form-wrap textarea {
  min-height: 100px;
}

.contact-form-wrap label {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  color: #77879e;
}

.contact-form-wrap h2 { 
  font-weight: 600;
  color: var(--heading_color);
  margin-bottom: 1.25rem;
}

.contact-form-wrap p {
  font-weight: 400;
  color: #959595;
  max-width: 470px;
  margin: 0 auto;
  line-height: normal;
  font-size: 0.875rem;
  /*! opacity: 0.6; */
}


.contact-form-wrap .form-group {
	margin-bottom: 8px;
	position: relative;
}

.contact-form-wrap .form-group .form-control {
  height: 50px;
  border-radius: 10px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 1.25rem;
  color: #546274;
  color: var(--black);
  font-weight: 500;
  font-size: 0.9375rem;
}

 
.form-select {
  height: 55px;
  border-radius: 6px;
  /*! border: 2px solid rgb(207, 221, 238); */
  outline: none;
  -webkit-box-shadow: none; 
  box-shadow: none;
  padding: 0 1.25rem;
  color: #546274;
  /*! background: #f5f9fe; */
  color: var(--black);
  font-weight: 500;
  font-size: 0.9375rem;
  padding-right: 32px;
}
 


.contact-form-wrap .form-group .form-control::placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.contact-form-wrap .form-group textarea.form-control {
  padding-top: 0.875rem;
  height: 100px;
}

.contact-form-wrap .subtn_btn {
  height: 55px;
  padding: 0;
  border-radius: 0.625rem;
  background: var(--main);
  color: #000000;
  font-weight: 600;
  outline: none;  
  box-shadow: none;
  padding: 0 3.75rem;
  /*! box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px; */
  display: inline-block;
  margin-top: 0.3125rem;
  width: 100%; 
  transition: 0.3s
}

.contact-form-wrap .subtn_btn:hover { 
  background: var(--black);
  color: #fff;  
  transition: 0.3s
}


.map iframe{
  border-radius: 20px;
}
.invalid-feedback { 
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	font-size: 11px;
}

.button-group  {
	padding: 0 0 40px 0;
  text-align: center;
}
.button-group  button {
	border: 2px solid #000;
	padding: 8px 15px;
	line-height: normal;
	text-transform: capitalize;
	font-weight: bold;
	background: transparent;
	border-radius: 10px;
}
.button-group  button:hover{
	border: 2px solid var(--main);
  color: var(--main);
}
.grid {
	column-count: 4;
	gap: 0;
}
 
.button.filter-button.is-checked {
	background: var(--main);
	color: #000;
	border-color: var(--main);
}

.filter {
	margin-bottom: 0;
	display: block;
	border: 5px solid #fff;
	transition: 0.3s;
  position: relative;
  background: var(--main);
}

.filter:hover{ 
	border: 5px solid var(--main);
  
	transition: 0.3s;
  z-index: 99;
  position: relative;
}

.filter img {
  width: 100%; 
  transition: 0.3s;
  filter: brightness(1.2);
}
.filter:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
.testimonial_item {
	position: relative;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 25px;  
}
.testimonial_item .image{
  min-height: 430px;
  max-height: 430px;
  position: relative;
}
.testimonial_item .image::before{
  content: ''; 
  position: absolute; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); 
  z-index: 1;
}

.testimonial_item .image img{
  width: 100%;
  height: 100%;
  position: absolute;   
  object-fit: cover;
}

.testimonial_text {
	position: absolute;
	bottom: 5%;
	width: 90%;
	padding: 30px;
	/* background: rgba(255, 255, 255, 0.08); */
	/* border: 2px solid rgba(255, 255, 255, 0.16); */
	left: 5%;
	border-radius: 10px;
	backdrop-filter: blur(2px);
	z-index: 9;
	color: #fff;
}

.testimonial_text p {
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	color: var(--main);
	margin: 0;
	position: relative;
	max-height: 87px;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: none;
}

.vanue {
	font-size: 15px;
	line-height: normal;
	margin-bottom: 5px;
}
.vanue i{
  color: var(--main);
}



.userN {
  font-size: 14px;
  line-height: normal;
  margin: 10px 0 0 0;
}
.series {
  display: inline-block;
  font-size: 12px;
  padding: 7px 12px;
  background: #3e3c3d;
  border-radius: 10px;
  line-height: normal;
  margin-bottom: 5px;
  color: #a29e9e;
}


.video_link {
	position: absolute;
	right: -15px;
	top:30px;
	color: #fff;
	font-size: 39px;
}
.video_link:hover{ 
	color: var(--main); 
}






/* blog */
.blog_main {
  padding: 3.313rem 0;
  background: var(--white) url(../images/bg_dotted.png) center;
}
 
.blog_main .post-card {
  margin: 1.875rem 1.25rem;
}



/* ------------------------------
		 Post-card
------------------------------ */
.post-card {
  background-color: #ffffff !important;
  padding: 0;
  border-radius: 10px !important;
  display: block;  
  position: relative; 
  -webkit-box-shadow: 0px 0.3125rem 1.25rem 0px rgba(69, 67, 96, 0.1);
  box-shadow: 0px 0.3125rem 1.25rem 0px rgba(69, 67, 96, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 11px;
  margin-bottom: 2.5rem;
  min-height: 380px;
} 

.post-card-image {
  /*! margin-top: -3.75rem; */
  margin-bottom: 0;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  min-height: 190px;
  max-height: 190px;
  overflow: hidden;
  background: #0263e0 url(../images/no-image.png);
  background-repeat: no-repeat;
  background-position: center;
}

.post-card-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  /*! transform: scale(2); */
}


.post-card:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-card-content .categorie {
  margin-bottom: 0.8125rem;
  margin: 0;
}

.post-card-content h5 {
  margin: 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
}

.post-card-content h5 a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: var(--secondry);
  font-weight: 600;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0; 
  font-family: var(--H-family);
  /*! line-height: 33px; */
}

.post-card-content h5 a:hover {
  color: var(--main);
  text-decoration: underline;
}

.post-card-content p {
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
}

.post-card-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.post-card-info ul li:before {
  display: none;
}

.post-card-info ul li {
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 0;
  font-weight: 400;
  color: #0b0b0b;
  line-height: normal;
}

.post-card-info ul li a {
  color: var(--heading_color);
  font-weight: 400;
}


.post-card-info img {
  width: 3rem !important;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
  border: 1px solid #ddd;
}

.post-card-info li {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #86939f;
  text-transform: capitalize;
  font-weight: 500;
}

.post-card-content {
  padding: 20px;
}

.post-card-info li a:hover {
  color: var(--main);
}

.dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--secondry);
  border-radius: 50%;
  display: block;
  margin: 2px 6px !important;
}

.post-card-info li.dot {
  margin: 2px 0.5rem !important;
}

/* ------------------------------
		Categorie
------------------------------ */
.catogry {
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  margin: 0;
  position: relative;
  z-index: 1;
}

.catogry a {
  color: #666;
  display: inline-block;
  margin: 0;
  text-align: center;
  font-size: 13px;
  border-radius: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  line-height: normal;
  padding: 5px 13px; 
  background: #f5f5f5;
}


.catogry a:hover {
  background-color: var(--black);
  color: #ffffff !important;
}

/* blog */

/* blog-details */
.inner_blog_detailsBanner {
  background: var(--main) url(../images/banner_bg.png);
  padding: 3.125rem 0;
  padding-bottom: 13.125rem;
  background-size: cover;
  background-position: center;
}

.image_blogdetails {
  margin-top: -12.5rem;
}

.blog_inbnr h1 {
  font-weight: 600;
  letter-spacing: -1px;
}

.article-byline-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin: 8px 0 20px 0;
}

.author-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0.25rem;
  padding: 0;
  list-style: none;
}

.article-byline-content .author-list {
  justify-content: flex-start;
  padding: 0 0.75rem 0 0;
  margin: 0;
}

.author-list-item {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0 !important;
}

.author-list-item:before {
  display: none;
}

.author-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -0.25rem;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: all .5s cubic-bezier(.4, .01, .165, .99) .7s;
}

.author-profile-image,
.avatar-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background: #e4eaed;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 !important;
  margin: 0 !important;
}

.article-byline-meta {
  color: #738a94;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.article-byline-meta h4 {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 600;
} 
.article-byline-meta h4 a{
  color: #000;
}
.stgln {
  font-size: 1.25rem;
  color: #888;
  font-family: georgia;
  font-style: italic;
}

.byline-meta-content {
  font-size: 0.875rem;
  font-weight: 400;
}

.blog_inbnr img {
  border-radius: 0.625rem;
  margin: 1.25rem 0;
} 

.post-share-section {
  width: 100%;
  padding-top: 1.875rem;
}

.post-share-section>small {
  font-size: 0.9375rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1.2vh;
  letter-spacing: 0.2px;
}

.post-share-wrap {
  position: relative;
  display: inline-flex;
  /*! width: 100%; */
}

.post-share-wrap a:first-of-type {
  border-radius: calc(0.625rem/1.5) 0 0 calc(0.625rem/1.5);
}

.post-share-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 63px;
  transition: background-color .15s ease;
  background-color: #e7f4f8;
  color: var(--main);
  font-size: 1.375rem;
  border-right: 1px solid #ddedf5;
  transition: 0.2s;
}

.post-share-wrap a:hover {
  background-color: #c3d7e8;
  transition: 0.2s;
}

.post-share-wrap a:last-of-type {
  border-radius: 0 calc(0.625rem/1.5) calc(0.625rem/1.5) 0;
  border: none;
}

/* blog-details */
.log_submit.btn-block {
	height: 55px; 
	padding: 0;
	border-radius: 0.625rem;
	background: var(--main);
	color: #000000;
	font-weight: bold;
	outline: none;
	box-shadow: none;
	padding: 0 3.75rem;
	box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
	display: inline-block;
	margin-top: 0.3125rem;
	width: 100%;
	transition: 0.3s;
	line-height: 54px;
	font-size: 19px;
}
.log_submit:hover { 
	background: var(--black); 
  color: #fff;
  transition: 0.3s;
}



.product-grid{ border:1px solid #eee;
    text-align: center;background:#fff;
}
.product-grid .product-image{ 
    position: relative; 
    border-radius: 00px 0px; padding:24px;
    overflow: hidden;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image a.image:before{
    content: '';
    background:rgba(255, 203, 5, 0.3);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .2s ease;
}
.product-grid:hover a.image:before{ opacity: 1; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-image .pic-1{
    opacity: 1;
    transform: rotateY(0);
    transition: all 0.5s ease-out 0s;
}
.product-grid .product-image:hover .pic-1{
    opacity: 0;
    transform: rotateY(-90deg);
}
.product-grid .product-image .pic-2{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(-90deg);
    transition: all 0.5s ease-out 0s;
}
.product-grid .product-image:hover .pic-2{
    opacity: 1;
    transform: rotateY(0deg);
}
.product-grid .add-to-cart{
    color: #000;
    background: #ffcb05;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    text-transform: uppercase;
    width: 140px;
    padding: 10px 8px;
    border-radius: 50px 50px;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.product-grid:hover .add-to-cart{ transform: translateX(-50%) translateY(-50%) scale(1); }
 
.product-grid .add-to-cart:hover{ 
   color: #292929;
  background: #ffcb05;
}
.product-grid .product-discount-label{
    color: #A62626;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0.65),rgba(255, 255, 255, 0.65)),#FF3B3B;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    padding: 0 8px;
    border-radius: 5px 5px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: all .2s ease;
    z-index: 1;
}
.product-grid .product-links li{
    margin: 0 0 5px;
    display:block;
    transform: translateX(-100px);
    transition: all 0.3s;
    transition-delay: .1s;
}
.product-grid:hover .product-links li{ transform: translateX(0); }
.product-grid .product-links li a{
    color: #000;
    font-size: 20px;
    line-height:36px;
    width: 36px;
    height: 36px;
    display:block;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.product-grid .product-links li a:hover{
    color:#fff;
    animation: wobble 1s ease-in-out 1;
}
.product-grid .product-links li:nth-child(2) {
    margin-top: 36px;
}
.product-grid .product-links li a i{ line-height:inherit; }
.product-grid .product-content{ padding: 24px 0 24px;border-top:1px solid #eee;}
.product-grid .title{
    font-size: 16px;
    font-weight:400;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.product-grid .title a{
    color: #293042;
    transition: all 0.3s ease 0s;
}
.product-grid:hover .title a{ color:#edbc04; }
.product-grid .title a:hover{ color: #edbc04; }
.product-grid .rating{
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
}
.product-grid .rating li{
    color: #ffc107;
    font-size: 12px;
    display: inline-block;
    margin: 0 -1px;
}
.product-grid .rating li.bi{ color: #a0a0a0; }
.product-grid .price{
    color: #574b90;
    font-size: 18px;
    font-weight: 700;
    display: block;
    position: relative;
    margin:10px 0 0px;
}
 
@keyframes wobble {
    33.3% { transform: translateX(-6px); }
    49.95%{ transform: translateX(4px); }
    66.6% { transform: translateX(-2px); }
    83.25% { transform: translateX(1px); }
    100% { transform: translateX(0); }     
}
@media screen and (max-width: 990px){
    
}






.hero-section {
  padding: 80px;
	background:#000;  
  position: relative;border-radius:12px;
}





.hero-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; background-image: url(../images/jpl.jpg);
	border-radius:12px;
}
.hero-section .pattern-layera {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000;  background-attachment: fixed;
background: #000000;
background: linear-gradient(90deg,rgb(244, 195, 9) 25%, rgba(255, 255, 255, 0) 70%);border-radius:12px;
}
.hero-content {
  position: relative;
  z-index: 9;
}

.hero-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;letter-spacing:0;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.6;
}

.btn-primary-custom {
  background: #000;
  border: none;
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius:12px;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;text-align:center; float:left; 
}

.btn-primary-custom:hover {
  transform: translateY(-3px);

}
.accordion-item {border:0px solid rgba(0,0,0,.125)!important;background-color: transparent;margin-bottom:10px;}
.accordion-button {padding:0.85rem 1.25rem;font-size:20px;font-weight:600;color:#212529;text-align:left;background-color:transparent;
	border:1px solid #ddd;}.accordion-item p{margin:0px;line-height:26px}
.accordion-button:not(.collapsed) {color:#0c63e4;background-color:transparent;box-shadow:inset 0 -1px 0 rgba(0,0,0,.000);}
.accordion-button:focus {border-color:#ddd;box-shadow:0 0 0 .25rem rgba(13,110,253,.00);}
.accordion-item h2 {font-size: 16px !important; margin-bottom: 0px!important;}
.accordion-flush .accordion-collapse {border:1px solid #ddd;border-top: 0px;}

.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;position:relative;
    vertical-align: middle;
}
.image-video {
  width: auto;
  height: 460px;
	object-fit: cover;
  width: 100vw;
  
  z-index: 0;
  position: absolute;
  top: unset;
  left: unset;
  transform: translate(0% , 0%);
}
.image-video {
  z-index: 10;
  display: inline-block;
  margin: 0 auto;
}
.blog_main {
  padding: 50px 0px;
  background: #fff;
}

.big_blog {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.big_blog::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  background: linear-gradient(0deg,rgba(2, 0, 36, 1) 0%, rgba(0, 212, 255, 0) 100%);
}
.big_blog .image {
	height: 450px;
}
.big_blog .image img {
	width: 100%;
	height: 100%; 
	object-fit: cover;
}
 
.blog_text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
} 
.blog_text h5 {
	font-weight: 600;
	font-size: 28px;
	font-weight: bold;
	text-transform: capitalize;
	color: #fff; 
  transition: 0.3s;
}
.blog_text .date {
	color: #fff;
	margin: 0 0 7px 0;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 2px 15px; 
	font-size: 14px; 
	border-radius: 20px;
}
.blog_text p {
	color: #fff;
	max-width: 80%;
	line-height: 25px;
  transition: 0.3s;
} 

.big_blog:hover h5{
  text-decoration: underline;
  transition: 0.3s;
}
.blog_list {
	display: flex;
	padding: 30px;
	margin: 0 0 25px 10px;
	background: #fff;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
	border-radius: 20px;
	overflow: hidden;
	min-height: 211px;
}
.blog_list .date {
	color: #666;
	margin: 0 0 7px 0;
	display: inline-block;
	border: 1px solid #999;
	padding: 2px 15px; 
	font-size: 14px; 
	border-radius: 20px;
}
.blog_list h3{
  color:#172656;
  font-weight: 600;
  font-size: 22px;
  font-weight: 500; 
  text-transform: capitalize;
  transition:
0.3s;
  margin: 14px 0 0 0;
}

.blog_list .image {
	width: 160px;
	flex: 0 0 160px;
	height: 120px;
	position: relative;
  /*! border: 1px solid #ddd; */ 
	margin: 0 0 0 26px;
	border-radius: 16px;
	overflow: hidden;
}

.blog_list .image img {
	height: 100%;
	object-fit: cover; 
}

.blog_list:hover h3{
  text-decoration: underline;
  transition: 0.3s;
}

.product-wrap-4 {
  overflow: hidden; margin-bottom:20px;
  position: relative;
}
.product-wrap-4 a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .5s ease 0s;
  width: 100%;
}
.product-wrap-4 .position-2 p{font-size:14px; color:#666}
.product-wrap-4 .position-2 {
  bottom: 32px;
  left: 50px;
  position: absolute; width:200px;
}
.product-wrap-4 .product-content-4 .h4, .product-wrap-4 .product-content-4 h4 a{color:#000;}
.product-wrap-4 .product-content-4 .h4, .product-wrap-4 .product-content-4 h4 {
  font-size: 24px;
  line-height: 28px; color:#000;
  margin: 0 0 4px;
}

.product-wrap-4:hover a img {
  -webkit-transform: scale(1.1);

  transform: scale(1.1);

}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    margin-left: 5px!important;
}
.sticky-nav {
  position: fixed;
  top: 82px; /* Adjust based on your header */
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  display: none; /* Hidden by default */
}
@media (max-width: 768px) {
    .sticky-nav {
        top: 60px;
        font-size: 14px;
    }
}
.key-features-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  justify-content: center; /* Optional: center items horizontally */
}

.key-feature-item {
  flex: 1 1 48%;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  text-align: start;display: flex;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;align-items:center;
  min-width: 250px; /* Ensures a minimum width on small screens */
}

.key-feature-item:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.key-feature-item .feature-image {
 margin-right: 10px; overflow:hidden;
 width:300px;
  max-height: 150px;
  max-width: 150px;
}

.key-feature-item .feature-image img { 
  object-fit: contain;
  width: auto;
  max-width: 100%; border-radius:8px;
  display: inline-block;
}

.key-feature-item .feature-title {
  margin-bottom: 8px;
  font-size: 1.05rem;
  color: #000;
  font-weight: 600;
}

.key-feature-item .feature-details {
  font-size: 1rem;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .key-feature-item {
    flex: 1 1 100%;
  }

 
}
@media (max-width: 500px) {
  .key-feature-item {text-align:center;
    flex: 1 1 100%;display: block;
  }
	.key-feature-item .feature-image { margin:0 auto;margin-bottom:10px;}
 
}
.category-grid{
  background-color: #fff;
 border:1px solid #eee;border-bottom:2px solid #eee;
  text-align: center;
}
.category-grid .category-image{
  overflow: hidden;
  position: relative;
}
.category-grid .category-image a.image{ display: block; }
.category-grid .category-image img{
  width: 100%;
  height: auto;
}
.category-grid .category-image .pic-1{ transition: all 0.3s ease 0s; }
.category-grid .category-image:hover .pic-1{ transform: translateX(100%); }
.category-grid .category-image .pic-2{
  width: 100%;
  height: 100%;
  transform: translateX(-101%);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.category-grid .category-image:hover .pic-2{ transform: translateX(0); }


.category-grid .product-content{
  text-align:center;
  padding: 24px 0 24px;border-top:1px solid #eee;
	
}
.category-grid .title{
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.category-grid .title a{
  color: #000;
  transition: all 0.3s ease 0s;
  text-decoration:none;
  font-weight:600;
  font-size:16px;
}
.category-grid:hover .title a{ color:#edbc04; }
.category-grid .title a:hover{ color:#edbc04;opacity:0.8 }
.category-grid .price{
  color:#666;
  font-size: 14px;
  font-weight: 500;
}
.category-grid:hover .price{
  color:#edbc04;
  font-size: 14px;
  font-weight: 500;
}
.category-grid .price span{
  color: #555;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 990px){
	.nav-folderized img{margin:5px 0}
  .category-grid{ margin: 0 0 30px; }
	.category-grid .product-content {
  text-align: center;
  padding: 14px 0 14px;
  border-top: 1px solid #eee;
}
	.content-area{padding:0px!important}
}
.footer .nav-link img{display:none!important}
.icon_dv .dropdown-toggle::after { display:none!important; }
.nav_icon .dropdown-toggle::after { display:none!important; }

  .tab .nav-tabs{ border-bottom: 1px solid #e8e8e8; max-width:1198px; width:100%; margin:0 auto;}
.tab .nav-tabs li a{
    display: block;
    padding: 10px 20px;
    margin: 0 5px 1px 0;
    background:transparent;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 2;
    position: relative;
    transition:all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li a.active {
    color: #f0c00a;
    border: none;
    position: relative;
}


.tab .nav-tabs li a.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #f0c00a;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.tab .tab-content{
    padding:0px;
    margin-top: 0;
    background:transparent;
    font-size: 15px;
    border-radius: 0 0 5px 5px;
}
.yaydp-offer-description{display:none!important}
.product_main .price .amount{justify-content:center}
.carousel-caption {
  position: absolute;
  right: 8%;
	left: 8%!important;}
.banner__video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	border: 0;
 
  width: 100%;
  height: calc((100vw*9) /16);

}     


.address_item {
  margin-bottom: 15px;
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;overflow:hidden; 
  min-height: 150px;
  box-shadow: rgb(50 50 93 / .09) 0 6px 12px -2px,#fff0 0 3px 7px -3px;
  border: 1px solid #f4f4f4;
}.address_item h5 {
 margin: 0px;
  text-align: left;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 15px;
  font-size: 18px;
  background: #ffcb05;

}.address_item ul li {
  list-style: none !important;
}
.address_item ul li {
  list-style: none !important;align-items:center;
  display: flex; margin-bottom:8px;
}.address_item ul li .iconB {
  border-radius: 100%;
  text-align: center;
  margin-right: 15px;
  color: #20445a;
  font-size: 22px;
}.address_item ul li span {
  width: 100%;
  font-weight: 400;
  line-height: normal;
  color: #333;
  font-size: 15px;
}
 
.address_item ul li span a {
  font-weight: 600;
}
 .dropdown-menu.dropdown-menu-end.logindrp li {
	display: block
}
.btn-outline-primary a:hover {
  opacity: 0.8;color:#fff
}

table {
   width:100%;
  margin-bottom:24px!important;
  color:#212529;
  vertical-align:top;
  border-color:#dee2e6
}
table>:not(caption)>*>* {
  padding:.5rem .5rem;
  background-color:var(--bs-table-bg);
  border-bottom-width:1px;
  box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)
}
table>tbody {
  vertical-align:inherit
}
table>thead {
  vertical-align:bottom
}
table>:not(:last-child)>:last-child>* {
  border-bottom-color:currentColor
}
.caption-top {
  caption-side:top
}

table>:not(caption)>* {
  border-width:1px 0
}
table>:not(caption)>*>* {
  border-width:0 1px
}
table p{margin:0px!important; line-height:normal}
.elementor-widget-container {
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
}
@media (max-width:575.98px) {
  .elementor-widget-container{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
  }
}
