@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;800&family=Lato&family=Poppins:wght@200;300;400;600;700&family=Rubik:wght@300;400;500;600;700;800&display=swap');
body{
	font-family: 'Rubik', sans-serif;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}
ul{
  margin: 0%;
  padding: 0%;
}
.common-section{
	padding: 40px 0px;
	overflow: hidden;
}
.common-bg-btn{
	background: #F5363E;
	border-radius: 0%;
	padding: 10px 30px;
	color: #fff;
	transition: all ease-in-out 0.5s;
}
.common-bg-btn:hover{
	background: transparent;
	border-radius: 0%;
	padding: 10px 30px;
	color: #F5363E;
	border: 1px solid #F5363E;
}
.common-section .row, .banner-section .row {
	gap: 24px 0px;
}
.common-br-btn{
	color: #F5363E;
	border: 1px solid #F5363E;
	border-radius: 0%;
	padding: 10px 30px;
	transition: all ease-in-out 0.5s;
}
.common-br-btn:hover{
	background: #F5363E;
	color: #fff;
}
/* Header */

.header-wrapper{
	position: relative;
	width: 100%;
	background-color: #ef5844;
}

.navbar {
	flex-direction: column;
}
.top-menu, .menu-nav, .HeadList-box {
	width: 100%;	
	top: 0;
}
.menu-nav {
	z-index: 2;
}
.top-menu.header-fixed, .menu-nav.header-fixed {
	z-index: 9999;
}
.navbar .menu-nav.header-fixed {
	position: fixed;
	animation: slideDown 0.35s ease-out;
}
.HeadList-box {
	padding: 10px 0px;
	border-bottom: 1px solid #D4D4D4;
}
.HeadList .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
}
.HeadList {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.HeadList > li {
	padding-right: 15px;
	border-right: 1px solid #D4D4D4;
}
.HeadList > li:last-child {
	padding-right: 0px;
	border-right: none;
}
.HeadList > li a {
	font-family: var(--rubik-font);
	color: #fff;
	font-size: 13px;
}
.top-menu.header-fixed {
	top: 0;
	animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
	from {
	  transform: translateY(-100%);
	}
	to {
	  transform: translateY(0);
	}
}
.top-menu {
	background: #ef5844;
	padding: 10px 0px;
}
.top-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}
.navbar-brand {
  /* width: 150px; */
  height: 60px;
	margin-right: 0px;
}
.navbar-brand img {
  width: 100%;
  height: 100%;
	object-fit: contain;
}
.head-form {
	/* --form-border-color: rgba(var(--black-color), 0.13); */
	display: flex;
	border: 1px solid #E5E5E5;
	width: 50%;
	border-radius: 0px;
	overflow: hidden;
	background: #F3F3F3;
	background: #fff;
}
.head-form .form-control, .head-form .form-select, .head-form .search-btn {
	background-color: #fff;
	border: none;
	border-radius: 0px;
	padding: 10px 10px;
	color: #0e0d0e;
	font-size: 14px;
	position: relative;
	text-overflow: ellipsis;
}
.head-form .form-control, .head-form .form-select, .head-form .form-control:hover, .head-form .form-control:focus, .head-form .form-select:hover, .head-form .form-select:focus {
	background: #fff;
	color: #000;
	font-size: 12px;
	border: none;
}
.head-form .form-control {
	width: 100%;
}
.head-form .form-control::placeholder {
	color: rgba(var(--black-color), 1);
}
.head-form .form-select {
	width: 45%;
	border-right: 1px solid var(--form-border-color);
    padding-right: 20px;
	appearance: auto;
}
.head-form .form-select:hover, .head-form .form-select:focus {
	border-right: 1px solid var(--form-border-color);
}
.head-form .search-btn {
	background: #F5363E;
    color: #fff;
    padding: 8px 14px;
    border: 1px solid #F5363E;
    transition: all ease-in-out 0.5s;
}
.head-form .search-btn:hover, .head-form .search-btn:first-child:active, .head-form .search-btn:active, .head-form .search-btn:focus, .head-form :not(.btn-check)+.search-btn:active, .head-form .search-btn:focus-visible {
	background: #F5363E;
	border-color: #000;
	color: #fff;
}
.lwcn-main {
	display: flex;
	align-items: center;
	gap: 14px;
}
.bmc-box {
	display: flex;
	align-items: center;
	gap: 14px;
}
.cart-icon {
	color: #000;
  padding: 5px 6px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
	font-size: 11px;
}
.cart-icon:hover {
	color: #000;
}
.cart-icon p {
	margin-bottom: 0px;
	line-height: 1;
  color: #fff;
}
.cart-icon::after {
	content: '';
  display: block;
  position: absolute;
  width: 1px;
  bottom: 4px;
  right: -8px;
  height: 20%;
  background: #fff;
}
.cart-icon:nth-child(3)::after {
	display: none;
}
.cart-icon > div {
	color: #fff;
	font-size: 20px;
	padding: 6px;
	position: relative;
	width: max-content;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 3px;
}
.cart-icon .cart-dot {
  --ehw-cd: 18px;
  font-family: var(--inter-font);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ehw-cd);
  height: var(--ehw-cd);
  background: #F5363E;
  color: #fff;
  border: 1.5px solid #fff;
  overflow: hidden;
  border-radius: 50%;
  line-height: 1;
  padding: 2px;
  right: -1px;
  top: -1px;
  font-weight: 500;
  font-size: 8px;
}
.navbar-toggler {
  padding: 6px;
  border: none;
}
.navbar-toggler .navbar-toggler-icon {
  background: #000;
  width: 1.2em;
  height: 2px;
  position: relative;
  display: block;
}
.navbar-toggler-icon.bar-2 {
  margin: 5px 0px;
}
.offcanvas-bar-main {
	display: flex;
  flex-direction: column;
  width: max-content;
  align-items: flex-start;
}
.offcanvas-bar {
	--bar-width: 30px;
	display: block;
	width: calc(var(--bar-width));
	height: 2px;
	background: #000;
}
.offcanvas-bar.off-bar1 {
	width: calc(var(--bar-width));
}
.offcanvas-bar.off-bar2 {
	margin: 5px 0px;
	width: calc(var(--bar-width) - 8px);
}
.offcanvas-bar.off-bar3 {
	width: calc(var(--bar-width) - 16px);
}
.menu-nav {
  background: #EF5844;
  padding: 8px 0px;
  border-top: 5px solid #EF5844;
	position: relative;
}
.menu-nav::after {
	content: '';
	position: absolute;
	display: inline-block;
	height: 100%;
	width: 20%;
  	background: #fff;
	left: 0px;
	top: 0px;
	clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}
.menu-nav > * {
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
	z-index: 1;
}
.cat-select {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-right: 35px;
    padding-right: 35px;
}
.cat-select .form-select {
	border: none;
	font-family: var(--rubik-font);
	font-weight: 600;
	font-size: 14px;
	padding: 5px;
}
.discount-text-img {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--rubik-font);
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
}
.discount-img {
	--ehw-di: 22px;
	width: var(--ehw-di);
	height: var(--ehw-di);
	border-radius: 50%;
	overflow: hidden;
}
.discount-img img {
	object-fit: contain;
}
.navbar .navbar-nav .nav-item .nav-link {
	font-family: var(--inter-font);
  color: #fff;
	transition: all ease-in-out 0.5s;
	text-transform: capitalize;
  padding: 8px;
  margin-right: 15px;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
	color: #fff;
}


/* banner */

.banner-section {
	--banner-height: 50vh;
	background: #fff;
	min-height: var(--banner-height);
	position: relative;
    z-index: 0;
}
/* .banner-inner-box .banner-inner-title{
	text-align: left;
} */
.banner-inner-box .banner-inner-title {
	padding: 4px;
	background-color: rgba(255,255,255,0.5);
}
.banner-inner-section {
	padding: 24px 0px;
}
.banner-inner-page {
	background: no-repeat center center / cover;
	min-height: var(--banner-height);
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-sale-slider, .banner-ic-slider {
	min-height: calc(var(--banner-height) - 8.1vh);
	height: 100%;
	border-radius: 0px;
	overflow: hidden;
}
.iss-banner {	
	padding: 45px 30px;
	background: #F5363E no-repeat center center / cover;
	justify-content: flex-start !important;
	position: relative;
}
.sale-discount{
	position: absolute;
	top: 2%;
	right: 2%;
	border-left: 1px solid #AEAEAE;
	padding-left: 5px ;
}
.sale-discount p{
	font-weight: 600;
	font-size: 38px;
	color: #F5363E;
	margin-bottom: 0;
	line-height: 1;
}
.sale-discount span{
	font-weight: 300;
	font-size: 18px;
	color: #000;
}
.banner-sale-slider.owl-carousel .owl-dots {
    display: flex;
	align-items: center;
    gap: 5px;
}
.banner-sale-slider.owl-carousel .owl-dots {
	position: absolute;
    bottom: 30px;
    left: 30px;
}
.banner-sale-slider.owl-carousel button.owl-dot {
    width: 20px;
    height: 2px;
    background: #fff;
}
.banner-sale-slider.owl-carousel button.owl-dot.active {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #F5363E;
	border: 2px solid #fff;
}
.banner-sale-slider > *:first-child, .banner-sale-slider > *:first-child > *, .banner-sale-slider > *:first-child > * > *, .banner-sale-slider > *:first-child > * > * > *, .banner-sale-slider > *:first-child > * > * > * > * {
	height: 100%;
	width: 100%;
	display: flex;
    align-items: center;
}
.banner-sale-slider > *:first-child > * > * > * > * > *:first-child {
	align-items: center;
	width: 100%;
}
.banner-sale-title, .banner-sale-box h1 {
	font-family: var(--rubik-font);
	color: #000;
	font-size: 55px;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 18px;
}
.banner-sale-title span, .banner-sale-box h1 span {
	color: #F5363E;
}
.banner-sale-para, .banner-sale-box p {
	color: #000;
	font-size: 16px;
    margin-bottom: 16px;
}
.banner-ib-slider > * > *>*, .bcs-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 200px;
    background:	  no-repeat center center / cover;
    overflow: hidden;
    position: relative;
    padding: 15px;
	gap: 10px;
}

.bcs-text > span{
	font-family: 'Poppins', sans-serif;
	background: #FED207;
	color: #F5363E;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 15px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.bcs-text h3{
	width: 50%;
	margin-bottom: 10px;
}
.bcs-text h3 > *{
	font-weight: 300;
}
.bcs-img{
	position: absolute;
	top: 2%;
	right: 5%;
	height: 220px;
}
.bcs-img img{
	width: 100%;
	height: 100%;
}
.bcs-off{
	border: 1px solid #F5363E;
	position: absolute;
	bottom: 5%;
	right: 3%;
	padding: 5px;
}
.bcs-off span{
	font-weight: 500;
	font-size: 24px;
	color: #000;
}
.bcs-off p{
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 0px;
	line-height: 1;
	color: #8A8A8A;
}

.banner-ib-slider > * > *:last-child > * {
	background: #FFE360 no-repeat bottom right / cover;
}
.bcs-ib{
	flex-direction: column;
	align-items: flex-end;
    justify-content: space-between;
}
.bcs-ib span{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #000;
	text-transform: uppercase;
}
.bcs-ib h3{
	width: 50%;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1;
}
.bcs-ib p{
	width: 60%;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	font-size: 15px;
	line-height: 1;
}

.bcs-box .common-bg-btn {
	white-space: nowrap;
	font-size: 10px;
	padding: 5px 10px;
}


/* banner end */


/*  */
.bcfb-common-box {
    font-family: 'Poppins',sans-serif;
	font-weight: 500;
    margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 20px;
	padding-right: 7%;
	padding-right: 80px;
}
.fb-text-box{
	padding: 20px 0px;
}
.fb-text-box span{
	font-family: 'Poppins',sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.fb-tag {
    margin-bottom: 3px;
    font-size: 14px;
    color: #000;
    line-height: 1;
}
.fb-text-box > * {
    display: block;
}

.fb-title {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.fb-title-link {
    color: rgba(var(--black-color), 1);
    transition: all ease-in-out 0.5s;
}
.fb-title-link h3{
	color: #000;
}
.fb-slider.owl-carousel .owl-nav{
	position: absolute;
	top: -15%;
	right: 0%;
	display: flex;
	gap: 10px;
}
.common-title, .bcfb-common-title, .netf-common-title {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 0px;
}
.bcfb-common-title, .netf-common-title {
	display: inline-block;
}
.netf-common-title {
	text-transform: uppercase;
}
.bcfb-common-link {
	text-transform: capitalize;
	color: rgba(var(--black-color), 0.7);
	transition: all ease-in-out 0.5s;
	font-weight: 500;
	margin-bottom: -5px;
    font-size: 13px;
}
.bcfb-common-link i {
	font-size: 11px;
	margin-left: 10px;
}
.bcfb-common-link:hover, .bcfb-common-link:focus {
	color: rgba(var(--blue-color), 1);
}
.owl-carousel .owl-dots {
	display: flex;
	gap: 5px;
}

.owl-carousel .owl-nav {
	display: flex;
    gap: 6px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	--ehw-owl-btn: 28px;
	width: calc(var(--ehw-owl-btn));
	height: calc(var(--ehw-owl-btn));
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F5F5;
	font-size: 14px;
	color: #262626;
}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
	color: #878787;
	cursor: default;
}
.cb-slider.owl-carousel .owl-nav, .common-tlist-slider.owl-carousel .owl-nav {
    position: absolute;
    right: 17%;
    top: -20%;
    width: max-content;
}
.fb-slider.owl-carousel .owl-nav{
	position: absolute;
    right: 0%;
    top: -23%;
    width: max-content;
}
.fb-items-box{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}
.fb-box{
	display: block;
}


/* vr-section */
.vrnc-box {
	background: no-repeat center center / cover;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding: 25px 30px;
    min-height: 280px;
}
.vrnc-box.ncs-box {
	justify-content: flex-start;
	text-align: right;
}
.vrt-inner-box {
	width: 50%;
	margin-left: auto;
}
.vrt-sub-title {
    display: inline-block;
    font-family: var(--inter-font);
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 20px;
}
.vrt-title {
	text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 8px;
}
.vrt-para {
	font-family: var(--inter-font);
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 30px;
}
.ncs-sub-title {
	font-weight: 600;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.ncs-title {
    color: rgba(var(--white-color), 1);
    font-style: italic;
    padding: 5px 10px;
    font-size: 25px;
    text-transform: uppercase;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
	background: linear-gradient(to right, rgba(0, 54, 92, 0), rgba(var(--yellow-color), 1) 100%);
}
.ncs-inner-box .black-amazon-btn:hover::after, .ncs-inner-box .black-amazon-btn:first-child:active::after, .ncs-inner-box .black-amazon-btn:active::after, .ncs-inner-box .black-amazon-btn:focus::after, .ncs-inner-box :not(.btn-check)+.black-amazon-btn:active::after, .ncs-inner-box .black-amazon-btn:focus-visible::after {
	background-image: url(../images/amazon-btn-w.png);
}
.vrt-inner-box span, .vrt-inner-box .vrt-sub-title{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #F5363E;
}
.vrt-inner-box span, .vrt-inner-box .vrt-title{
	font-weight: 600;
	font-size: 28px;
	color: #fff;
}
.vrt-inner-box p, .vrt-inner-box .vrt-para{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}
.yellow-btn{
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	border-radius: 0%;
	background: #FFE360;
	padding: 10px 20px;
	font-size: 14px;
	transition: all ease-in-out 0.5s;
}
.yellow-btn:hover{
	color: #FFE360;
	background: transparent;
	border: 1px solid #FFE360;
}
.ncs-title {
    color: rgba(var(--white-color), 1);
    font-style: italic;
    padding: 5px 10px;
    font-size: 25px;
    text-transform: uppercase;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(to right, rgba(0, 54, 92, 0), #FFE360 100%);
}

/* vrnc-box end */


/*  */
.netf-common-box {
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(var(--black-color), 0.2);
    padding-bottom: 15px;
}
.netf-common-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 7%;
    padding-right: 80px;
}
.netf-common-box {
	justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #B5B5B5;
    padding-bottom: 15px;
}
.netf-common-title {
    display: inline-block;
}
.netf-common-title {
    text-transform: capitalize;
}
.netf-common-tabs.nav-pills {
    font-family: "Inter", sans-serif;
    gap: 15px;
}
.netf-common-tabs.nav-pills .nav-link.active {
    color: #FFE360;
	background: transparent;
}
.netf-common-tabs.nav-pills .nav-link {
    padding: 0px;
    color: #A2A2A2;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.product-box {
    /* --pro-list-bg: rgba(var(--white-color), 1); */
    display: block;
    position: relative;
    background: #fff;
	box-shadow: 0px 0px 10px -1px #fff;
	/* border-radius: 10px; */
    overflow: hidden;
}
.product-dtl-btn{
	display: grid;
	gap: 20px;
}
.product-top-btns{
	display: flex;
	align-items: center;
	gap: 20px;
}
.product-top-btns li a{
	color: #000;
}
.product-top-btns li a:hover{
	color: #F5363E;
}
.products-dtl-box .review-text-box{
	justify-content: flex-start;
}
.product-list, .product-box > a:first-child {
    display: block;
    transition: all 0.5;
}
.product-img {
    transition: all ease-in-out 0.5s;
    background: #fff;
    width: 100%;
    height: 200px;
    /* padding: 20px 40px; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-img img {
	--ehw-pib: 75%;
    transition: all  0.5s;
    object-fit: contain;
	width: var(--ehw-pib);
	/*height: var(--ehw-pib);*/
}
.pd-option-head h3{
	color: #707070;
	font-size: 20px;
}
.pd-option-head{
	margin: 20px 0px;
}
.pd-label{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 10px;
	gap: 10px;
	border-bottom: 1px solid #c9c9c9;
}
.pd-label p{
	margin-bottom: 0%;
}
.pd-label span{
	color: #4fc57e;
}
.pl-text-review {
    position: relative;
    background: #fff;
    padding: 20px 10px;
    text-align: center;
    transition: all ease-in-out 0.5s;
    height: 100%;
	margin-bottom: 0px;
}
.review-text-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
    margin-bottom: 10px;
}
.review-text-box > span, .review-text-box > *:last-child {
	font-size: 15px;
	color: #F3A100;
	white-space: nowrap;
}
.review-star {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(var(--review-color), 1);
    font-size: 14px;
    gap: 2px;
}
.product-list-title, .product-list-text h3, .product-list-text > *:first-child {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
	color: #000;
}
.product-list-title, .product-list-text h3 a{
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  overflow: hidden;
  color: #000;
}
.home-deco-text .home-deco-para p a {
  color: #828282;
}
.soft-dis-para p a {
  color: #000;
}
.na-product-dis p a {
  color: #7B7B7B;
}
.product-list-text h3 {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.product-lt-sub, .product-list-text > span {
	display: block;
	font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	color: rgba(var(--black-color), 0.5);
}
.product-list-price {
    font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.sell-price, .product-list-price span, .product-list-price > *:first-child {
    font-weight: 700;
	color: #F5363E;
}
.fixed-price, .product-list-price del, .product-list-price > *:last-child {
    color: #949494;
}
.product-list:hover .pl-text-review {
    margin-top: -50px;
}
.product-list-btn {
    transition: all ease-in-out 0.5s;
    margin-top: 10px;
	opacity: 0;
    visibility: hidden;
    margin-bottom: -50px;
}
.product-list:hover .product-list-btn {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0px;
}
.common-tlist-slider.owl-carousel .item {
	margin: 4px;
}
.hcv-list {
    position: absolute;	
    top: 10px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	width: max-content;
	height: max-content;
	gap: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
}
.product-box:hover .hcv-list {
    right: 10px;
	opacity: 1;
	visibility: visible;
}
.hcv-list li .woosq-btn-has-icon{
	--ehw-cart: 35px;
    width: var(--ehw-cart);
    height: var(--ehw-cart);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.5s;
    background: #F3F3F3;
    color: #F5363E;
    font-size: 15px;
	border: 0;
}
.add-cart {
    --ehw-cart: 35px;
    width: var(--ehw-cart);
    height: var(--ehw-cart);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.5s;
    background: #F3F3F3;
    color: #F5363E;
    font-size: 15px;
}
.add-cart:hover, .add-cart:focus, .add-cart.added {
    background: #FFE360;
    color: #F5363E;
}

.common-ads-box {
    display: block;
    height: auto;
}

/* nl section */
.nl-section{
	overflow: hidden;

}
.nl-inner{
	background: #FFE360;
	padding: 60px 80px;
}
.nl-left{
	display: flex;
	align-items: center;
	gap: 20px;
}
.nl-email-text{
	line-height: 1;
}
.nl-email-text h3{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000;
}
.nl-email-text p{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
}
.nl-email-text h3,.nl-email-text p {
	margin: 0%;
	padding: 0%;
}
.form-input {
	background: #FBF2CC;
	display: flex;
	justify-content: space-between;
  }
  .form-input .newsl-btn {
	background: #F5363E;
	border: 0px;
	color: #fff;
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .form-input > i{
	background: #F5363E;
	border: 0px;
	color: #fff;
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .form-input input {
	font-family: "Josefin Sans", sans-serif;
	width: 70%;
	background: transparent;
	border: none;
	padding: 10px 20px;
	outline: none;
	color: #8A8B8C;
  }
  .form-input input::placeholder {
	font-family: "Poppins", sans-serif;
	color: #8A8B8C;
  }
  .nl-section > * > .row {
	padding: 40px;
  }

/* Browse by cat */
.cb-box {
	display: block;
	background: #F6F6F6;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 15px;
	text-align: center;
}
.cb-box h3{
	font-family: 'Inter',sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #000;
}
.cb-icon {
	--ewh-cb: 50px;
	width: calc(var(--ewh-cb));
	height: calc(var(--ewh-cb));
	position: relative;
	margin: 0 auto;
}
.cb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: relative;
}
.cb-icon::before {
	content: '';
    display: block;
    position: absolute;
    width: calc(var(--ewh-cb));
    height: calc(var(--ewh-cb));
    background: #FFE360;
    border-radius: 50%;
    top: 0px;
    left: -15px;
}
.cb-title {
    font-weight: 500;
    margin-top: 18px;
	margin-bottom: 0;
    font-size: 14px;
}
.cb-slider.owl-carousel .owl-nav {
    top: -61px;
	right: 0%;
}


/* Soft Section */
.sos-img {
	display: block;
	height: 100%;
    width: 100%;
}
.soft-tab-content .product-img {
    height: 150px;
    padding: 20px 0;
}
.soft-tab-content .product-img img {
	--ehw-pib: inherit;
}
.soft-tab-content .product-list-title, .soft-tab-content .product-list-text h3, .soft-tab-content .product-list-text > *:first-child {
    font-size: 13px;
}
.soft-tab-content .product-lt-sub, .soft-tab-content .product-list-text > span {
    font-size: 11px;
}
.soft-tab-content .review-text-box {
	gap: 4px;
}
.soft-tab-content .review-star {
    font-size: 11px;
}
.soft-tab-content .review-text-box > span, .soft-tab-content .review-text-box > *:last-child {
    font-size: 10px;
}
.soft-tab-content .product-list-price {
	font-size: 12px;
}
.soft-tab-content .common-tc-btn {
	font-size: 12px;
}
.soft-tab-box .nav.nav-tabs {
	margin-bottom: 15px;
	justify-content: center;
	border-bottom: 1px solid #000;
	gap: 3px;
}
.soft-tab-box .nav-tabs .nav-link {
	border: none;
	margin-bottom: 0px;
	color: #707070;
	position: relative;
	font-weight: 500;
	font-size: 16px;
}
.soft-tab-box .nav-tabs .nav-item.show .nav-link, .soft-tab-box .nav-tabs .nav-link.active {
	color: #000;
}
.soft-tab-box .nav-tabs .nav-link::before, .soft-tab-box .nav-tabs .nav-link::after {
	content: '';
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.soft-tab-box .nav-tabs .nav-link::before {
	background: #FFE360;
	width: 100%;
	height: 2px;
	left: 0px;
	bottom: -1px;
}
.soft-tab-box .nav-tabs .nav-link::after {
	--ehw-border: 6px;
	width: var(--ehw-border);
	height: var(--ehw-border);
	border-right: var(--ehw-border) solid transparent;
	border-left: var(--ehw-border) solid transparent;
	border-top: var(--ehw-border) solid #FFE360;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	bottom: -6px;
	/* transform: rotate(45deg); */
}
.soft-tab-box .nav-tabs .nav-item.show .nav-link::before, .soft-tab-box .nav-tabs .nav-link.active::before, .soft-tab-box .nav-tabs .nav-item.show .nav-link::after, .soft-tab-box .nav-tabs .nav-link.active::after {
	opacity: 1;
	visibility: visible;
}
.soft-discount{
	background: linear-gradient(to bottom, #FFFFFF, #FFE360);
	text-align: center;
	border: 2px solid #FFE360;
	padding: 20px 0px;
}

.soft-dis-img{
	width: 200px;
	height: 300px;
	margin: auto;
}
.soft-dis-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.soft-heading h3{
	font-weight: 500;
	font-size: 32px;
}
.soft-heading span{
	font-weight: 300;
	font-size: 16px;
}
.soft-heading p{
	font-weight: 500;
	font-size: 28px;
	color: #F5363E;
}
.soft-dis-para{
	padding: 10px 20px;
}
.soft-progress{
	padding: 20px;
}
.soft-bar-head{
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}
.progress {
	border-radius: 0%;
	padding: 2px;
}


/* New arrival section */
.na-product-text{
	padding: 20px 0px;
}
.na-product-heading span{
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 200;
	color: #1E1E1E;
	text-transform: uppercase;
}
.na-product-heading h3{
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 500;
	color: #1E1E1E;
	text-transform: capitalize;
}
.na-price .na-current-price, .na-price span{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #F5363E;
	text-transform: capitalize;
}
.na-price .na-prev-price, .na-price del{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #949494;
	margin-left: 10px;
	text-transform: capitalize;
}
.na-product-dis{
	padding: 40px 0px;
}
.na-product-dis h4{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.na-product-dis p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #7B7B7B;
}
.na-btn{
	display: flex;
	gap: 20px;
}
.na-cat{
	padding: 20px 0px;
}
.na-cat p{
	margin: 0%;
	display: flex;
}
.na-cat-share{
	display: flex;
	align-items: center;
	gap: 10px;
}
.na-share{
	display: flex;
	align-items: center;
	gap: 10px;
}
.na-cat p{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #1C1C1C;
	margin-left: 10px;
	text-transform: capitalize;
}
.na-cat p > span{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #ADADC9;
	margin-left: 10px;
	text-transform: capitalize;
}
.na-share li a{
	color: #000;
}
.na-slider{
	position: relative;
}
.na-slider.owl-carousel .owl-nav button.owl-prev, .na-slider.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	top: 40%;
	font-size: 40px;
	--elr-side: -5%;
}
.na-slider.owl-carousel .owl-nav button.owl-prev{
	left: var(--elr-side);
}
.na-slider.owl-carousel .owl-nav button.owl-next{
	right: var(--elr-side);
}

.collection-section.nep-section{
	overflow: hidden;
}
/* Home Decor */
.collection-section{
	min-height: 500px;
	height: 100%;
}
.home-deco{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	padding: 10px 0px;
	gap: 30px 15px;
}
.home-deco-product{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}
.home-deco-img{
	width: 70px;
	height: 70px;
	border: 1px solid #707070;
}
.home-deco-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.home-deco-text{
	width: 80%;
}
.home-deco-text .home-deco-price span{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #F5363E;
}
.home-deco-text .home-deco-price del{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #828282;
}
.home-deco-text .home-deco-para{
	margin: 5px 0px;
}
.home-deco-text .home-deco-para p{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: #828282;
	margin-bottom: 0px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.home-deco-heading{
	padding: 10px 0px;
	border-bottom: 1px solid #B5B5B5;
}
.home-deco-heading h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;

}
.women-slider{
	position: relative;
}
.women-collection-head{
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 10px 0px;
	border-bottom: 1px solid #B5B5B5;
}
.women-collection-head h2{
	font-size: 20px;
}
.women-slider.owl-carousel .owl-nav{
	position: absolute;
	top: -15%;
    right: 20%;
}
.women-slider .product-box .product-list-text h3{
	font-size: 12px;
}
.women-slider .product-box .pl-text-review{
	padding: 5px;
}
.women-slider .product-box .product-img{
	height: 170px;
}
.women-slider .product-box .product-list-price{
	margin-top: 5px;
}
.home-deco-slider.owl-carousel .owl-nav{
	position: absolute;
	top: -6%;
	right: 0%;
} 
.home-deco-slider{
	height: 100%;
}
.product-list-btn .common-bg-btn{
	padding: 10px 15px;
}


/* os-heading */
.os-discount{
	background: linear-gradient(to bottom, #FFFFFF, #28C1FB);
	text-align: center;
	border: 2px solid #28C1FB;
	padding: 40px 0px;
	margin-top: 40px;
}
.os-heading{
	padding: 20px 0px;
}
.os-heading h3{
	font-family: 'Poppins', sans-serif;
	font-size: 38px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.os-heading p{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.os-dis-img{
	width: 250px;
	height: 100%;
	margin: auto;
}
.os-dis-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.os-right-up{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.os-right-up-card{
	width: 50%;
	height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}
.os-stamp{
	position: absolute;
	top: 0%;
	left: 0%;
	background: #F5363E;
	color: #fff;
	padding: 4px 8px;
}
.os-stamp p{
	margin-bottom: 0px;
}
.os-img{
	width: 300px;
	height: 100%;
}
.os-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.os-right-down{
	display: grid;
	align-items: center;
	grid-template-columns: repeat(3, 1fr);
}
.os-up-des{
	padding: 20px 10px;
}
.os-up-des .product-list-text{
	padding: 15px 30px;
}


/* hurry-up */
.hu-heading {
	padding: 20px 0px;
}
.hu-heading h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-align: center;
}
.hu-heading span{
	color: #F5363E;
}
.hurry-up .soft-tab-box .nav-tabs .nav-link{
	font-size: 14px;
}
.hu-product{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 0px;
	box-shadow: 0px 0px 8px #0000002e;
	height: 150px;
	padding: 0px 5px;
}
.hu-product button.common-bg-btn{
	padding: 2px 4px;
	font-size: 13px;
}
.hu-product .home-deco-text{
	width: 70%;
}
.hu-img{
	width: 100px;
	height: 100px;
	/* border: 1px solid #707070; */
}
.hu-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.hu-prod-down-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	margin-top: 20px;
}
.hu-prod-down-list .hu-product{
	position: relative;
  	width: calc(50% - 15px);
}
.hu-product-text .na-product-dis{
	padding:  0px;
}
.hu-product-text .soft-progress{
	padding: 10px 0px;
}
.hu-product-text .soft-progress .soft-bar-head p{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 1;
}
.hu-product-text .na-product-heading span {
	font-size: 15px;
	font-weight: 500;
}
.hu-product-text .na-product-heading button{
	color: #F5363E;
	border: 1px solid #F5363E;
	border-radius: 0px;
	transition: ease-in-out 0.5s;
}
.hu-product-text .na-product-heading button:hover{
	color: #fff;
	background: #F5363E;
	border: 1px solid transparent;
	border-radius: 0px;
}
.hu-product-list{
	display: flex;
    flex-direction: column;
    gap: 45px;
}
/* Fb Section */
.fb-post-box{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.fb-img, .fb-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.icon-img{
	width: 30px;
	height: 30px;
}
.icon-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fb-post-text{
	padding: 10px;
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
}
.fb-post-box:hover .fb-post-text{
	opacity: 1;
	visibility: visible;
	bottom: 0px;
}
.post-head{
	display: flex;
	gap: 10px;
}
.post-tittle h3{
	font-family: 'Poppins',sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 0%;
}
.post-para {
	font-family: 'Poppins',sans-serif;
	font-weight: 200;
	font-size: 13px;
	margin-top: 10px;
}


/* Daily Deal Section */
.dd-head{
	padding-bottom: 20px;
	border-bottom: 1px solid #B5B5B5;
}
.dd-head h3{
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	text-transform: capitalize;
}
.dd-product-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.dd-product{
	width: 50%;
	padding: 20px 0px;
}
.dd-product .na-product-dis{
	padding: 5px 0px;
}
.dd-product .na-product-dis p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.dd-product .soft-progress{
	padding: 20px 0px;
}
.dd-product .soft-progress .soft-bar-head p{
	font-weight: 400;
	font-size: 15px;
}
.dd-product .soft-progress .soft-bar-head span{
	font-weight: 400;
	font-size: 15px;
}
.dd-product .na-product-heading{
	position: relative;
	margin-top: 20px;
}
.dd-product .na-product-heading button.common-bg-btn{
	padding: 5px 10px;
	margin: 10px 0px;
}
.dd-product .na-product-heading .na-stamp{
	position: absolute;
	top: -18%;
	left: 0%;
	background: #F5363E;
	color: #fff;
	padding: 2px 8px;
}
.na-stamp p{
	margin-bottom: 0px;
	background: red;
    width: max-content;
    padding: 2px 10px;
    color: #fff;
}
.dd-slider.owl-carousel .owl-nav{
	position: absolute;
	top: -15%;
	right: 0%;
	display: flex;
	gap: 30px;
}
.dd-slider.owl-carousel .owl-nav button.owl-prev, .dd-slider.owl-carousel .owl-nav button.owl-next {
	width: max-content;
	/* white-space: nowrap; */
    gap: 10px;
}

/* Product start */

.filter-left-panel {
	position: sticky;
	top: 80px;
}
.filter-box {
	margin-bottom: 20px;
	padding: 10px;
}
.filter-box:last-child {
	margin-bottom: 0px;
}
.filter-title {
	font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.category-list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 2px;
}
.category-list li {
	display: block;
	width: 100%;
}
.category-list li a {
	display: block;
	padding: 6px 10px;
	font-size: 15px;
	font-weight: 500;
	transition: all ease-in-out 0.5s;
	color: #000;
	background: transparent;
}
.category-list li a:hover, .category-list li a:focus, .category-list li a.active {
	color: #fff;
	background: #F5363E;
}
/* Product End */

/* Footer section */
.footer-wrapper{
	position: relative;
	width: 100%;
	background-color: #ef5844;
}
.footer-inner{
	padding: 40px 0px;
}
.footer-social{
	text-align: center;
	border-top: 1px solid #E6E6E6;
	padding: 20px 0px;
}
.footer-box h5{
	font-family: 'Poppins',sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}
.foot-list,.foot-list-one{
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #fff;
}
.foot-list li a{
	font-family: 'Poppins',sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	color: #fff;
}
.foot-list li a:hover{
	color: #F3A100;
}
.footer-box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
}
.foot-list-one li a{
	font-family: 'Poppins',sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
	color: #fff;
}
.footer-follow{
	display: flex;
	gap: 10px;
	padding: 20px 0px;
}
.fa-facebook-f, .fa-instagram, .fa-twitter, .fa-youtube{
	width: 40px;
	height: 40px;
	font-size: 18px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.footer-pay-opts span{
	color: #fff;
}

.footer-follow .fa-facebook-f{
	background: #1B4F9B;
	color: #FFFFFF;
}
.footer-follow .fa-twitter{
	background: #00ADEF;
	color: #FFFFFF;
}
.footer-follow .fa-instagram{
	background: #CC0088;
	color: #FFFFFF;
}
.footer-follow .fa-youtube{
	background: #CC0001;
	color: #FFFFFF;
}
.footer-follow .fa-brands.fa-solid.fa-rss{
	width: 40px;
	height: 40px;
	font-size: 18px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background: #eb7818;
	color: #FFFFFF;
	font-family: "Font Awesome 6 Free";
}
.pay-img{
	width: 200px;
}
.pay-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer-copy-text p{
	font-family: 'Poppins',sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 15px;
	color: #E8E8E8;
}



.product-dtl-box .product-dtl-btn{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.product-dtl-box .product-dtl-btn .tinv-wraper.tinv-wishlist {
    padding: 9px 15px;
    background: #f5363e;
    margin-left: 10px;
    border-radius: 5px;
    color: #fff;
}
.hcv-list .tinv-wishlist .tinvwl_add_to_wishlist_button{
    --ehw-cart: 35px;
    width: var(--ehw-cart) !important;
    height: var(--ehw-cart) !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition-05s);
    background: rgba(var(--black-color), 0.1);
    background: #F3F3F3;
    font-size: 15px;
    color: #F5363E;
}
.hcv-list .tinv-wishlist .tinvwl_add_to_wishlist_button:hover, 
.hcv-list .tinv-wishlist .tinvwl_add_to_wishlist_button:focus, 
.hcv-list .tinv-wishlist .tinvwl_add_to_wishlist_button.added {
    background: rgba(var(--second-color), 1);
    color: rgba(var(--white-color), 1);
}

.wishlist_table .product-add-to-cart .add_to_cart_button{
    color: #fff;
    background-color: #f5363e;
    border-color: #f5363e;
    padding: 5px 5px;
}

.woocommerce .login .password-input{
	width: 100%;
}
.woocommerce .login .woocommerce-form__label-for-checkbox{
    margin-left: 10px;
}

.tinv-wishlist .product-action>.button>i {
    display: inline-block !important;
}
.tinv-wishlist .product-action button{
	font-size: 14px !important;
    font-weight: normal !important;
    display: flex !important;
    align-items: center;
    white-space: nowrap;
}
.tinv-wishlist table.tinvwl-table-manage-list {
    border: 1px solid #ddd;
}
.tinv-wishlist table.tinvwl-table-manage-list tr {
    border-bottom: 1px solid #ddd;
}

.woocommerce table.shop_table #coupon_code{
    float: none;
    margin-left: 8px;
}

.product-list-price .sell-price {
  font-weight: 700;
  color: #F5363E;
}


/* over-width-box css start */
.over-width-box-wrap .recently-viewed-tlist-slider .owl-stage-outer .owl-stage{
	display: inline-flex;
	width: 100% !important;
	justify-content: center;
}
/* over-width-box css end */

/*#### Quick view css start ####*/
.woosq-popup .single-product .product div.images{
	width: 100% !important;
}
.woosq-popup div.product div.summary.entry-summary .product_title{
	font-size: 18px !important;
	margin-bottom: 10px;
}
.woosq-popup div.product div.summary.entry-summary .product_meta .posted_in a:hover{
	color: #F5363E;
}
/*#### Quick view css end ####*/

/*### related products css start ####*/
.related.products .product-wrap .woosq-btn-icon-only{
	background-color: #f5363e;
	border: 0px;
	margin: 0px 4px;
	padding: 10px 6px;
	color: #fff;
	font-size: 15px;
}
.related.products .product-wrap .product-content .button.product_type_variable{
	padding: 8px 10px !important;
	border-radius: 0 !important;
	line-height: normal;
	margin-bottom: 10px;
}
.related.products .product-wrap .product-content .woosc-btn{
	padding: 8px 10px !important;
	border-radius: 0 !important;
	line-height: normal;
	background-color: #F5363E !important;
	color: #fff !important;
	border: 0;
}
/*### related products css end ####*/




/*#### woocommerce pages design ####*/
.single-product-wraper{
	position: relative;
	width: 100%;
	padding: 60px 0px;
}
/*#### woocommerce pages design end ####*/

/*########### woocommerce page css start ########*/

.star-wrap {
	list-style: none;
}
	
.star-wrap li{
	display: inline-block;
}
.woocommerce div.product .product_title {
	font-size: 1.875rem;
	margin-bottom: 20px;
}
.woocommerce-product-rating .woocommerce-review-link{
	color: #000;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #F5363E !important;
	font-size: 1.85em !important;
	font-weight: 600 !important;
}
	
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 15px !important;
}
.woocommerce div.product form.cart {
	margin-bottom: 1em !important;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 5px;
}
.product_meta a{
	color: #262e96;
}
.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0px 10px 0 0 !important;
}
.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	padding: 7px !important;
}
	
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #F5363E !important;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding: .818em 1em !important;
	background-color: #F5363E !important;
	color: #fff !important
}
.related .heading {
	color: #F5363E;
	margin-bottom: 25px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	position: relative;
}
.related .heading:after {
	position: absolute;
	bottom: -2px;
	width: 150px;
	height: 3px;
	background-color: #F5363E;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
}
.product-cont-wrap span.price {
	color: #F5363E !important;
	font-size: 1.25em !important;
	display: block !important;
	font-weight: normal !important
}
table.shop_table div.coupon .input-text{
	width: 150px !important;
	padding: 8px !important
}
span.woocommerce-input-wrapper {
	display: inline-block;
	width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 5px !important;
}
.woocommerce ul.order_details li {
	font-size: .81em !important;
}
.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce-customer-details h3 {
	font-size: 26px;
	margin-bottom: 20px;
	color: #F5363E;
}
.woocommerce-MyAccount-navigation ul li a{
	margin-bottom: 2px;
	display: block;
	width: 100%;
	background-color: #efefef;
	padding: 10px;
	color: #000;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	margin-bottom: 2px;
	display: block;
	width: 100%;
	background-color: #F5363E;
	padding: 10px;
	color: #fff;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%;
	max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%;
	max-width: 100%;
}
.woocommerce-Address-title h3{
	font-size: 26px;
	margin-bottom: 20px;
	color: #F5363E;
}
.loginTitle {
	font-size: 26px;
	/*margin-bottom: 20px;*/
	color: #F5363E;
}
.product-cont-wrap .star-rating {
	margin: 0 auto !important;
}
.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 2em !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 32% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 60% !important;
	clear: none;
}
.woocommerce div.product div.images {
	border: 1px solid #ddd;
}
img{
	max-width: 100%;
}
.post-classic-title{
	margin-bottom: 20px;
}
.form-sec textarea.form-control{
	height: 200px;
}
.woocommerce .con-shipih{
	margin-bottom: 15px;
}
	

/*add css start*/
.entry-summary .yith-wcwl-add-button .add_to_wishlist{
	color: #fff;
	background-color: #101010;
	border-color: #101010;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 3px;
	margin-bottom: 10px;
}

.wishlist_table .product-add-to-cart .add_to_cart_button{
	color: #fff;
	background-color: #F5363E;
	border-color: #F5363E;
	padding: 5px 5px;
}

.woocommerce .cms-content ul li{
	padding-left: 0px;
}
.woocommerce .cms-content ul li:before{
	display: none;
}
.cms-content .woocommerce ul li{
	padding-left: 0px;
}
.cms-content .woocommerce ul li:before{
	display: none;
}

.woocommerce .login .password-input{
	width: 100%;
}
.woocommerce .login .woocommerce-form__label-for-checkbox{
	margin-left: 10px;
}
/*add css end*/

/* Product details page tab */
.woocommerce div.product div.summary.entry-summary .product_title{
	font-size: 25px;
}
.woocommerce div.product div.summary.entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button{
	width: 40px !important;
	height: 40px !important;
	display: inline-block !important;
	border: 1px solid #f5363e !important;
	margin-top: 0 !important;
	margin-left: 5px;
	color: #f5363e;
	border-radius: 3px;
}
.woocommerce div.product div.summary.entry-summary .tinv-wishlist .tinvwl_add_to_wishlist_button::before{
	display: block !important;
}
.woocommerce div.product div.summary.entry-summary .variations_form .variations select{
	max-width: 150px;
	min-width: 150px;
	padding: 8px 8px;
	background-color: transparent;
	border: 1px solid #B5B5B5;
}
.woocommerce div.product div.summary.entry-summary .variations_form .variations{
	margin-bottom: 0;
}
.woocommerce div.product div.summary.entry-summary .variations_form .variations .reset_variations{
	color: #f5363e;
	font-size: 14px;
	font-weight: 500;
	display: none;
}
.single_variation_wrap .woocommerce-variation-availability .stock.in-stock{
	color: #139700;
}
/* ## */
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-bottom: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background-color: transparent !important;
	margin-left: 0px !important;
	border: 0 !important;
	border-bottom: 2px solid transparent !important;
	transition: all 0.5s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-size: 15px;
	font-weight: 400 !important;
	color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
	border-bottom: 2px solid #000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border: 0px;
	border-bottom: 2px solid #000 !important;
	background-color: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
	display: none;
}

.single-product-wraper .summary.entry-summary .single_variation_wrap .single_add_to_cart_button{
	margin-right: 5px;
}
.single-product-wraper .summary.entry-summary .product_meta .posted_in a:hover{
	color: #F5363E !important;
}

.single-product-wraper .woocommerce-tabs p img{
	width: 50%;
	max-width: 50% !important;
    height: auto;
    margin: 0 auto;
    display: block;
}
/* Product details page tab end */

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel{
	position: relative;
	width: 100%;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2{
	position: relative;
	width: 100%;
	color: #000;
	font-size: 30px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p{
	position: relative;
	font-weight: 400;
	font-size: 15px;
	color: #7B7B7B;
	font-family: 'Poppins', sans-serif;
}

/* ## */
#review_form_wrapper .comment-form-rating,
.woocommerce #review_form #respond .comment-form{
	display: flex;
	flex-flow: row wrap;
}
#review_form_wrapper .comment-form-rating{
    align-items: center;
    margin-bottom: 15px;
}
#review_form_wrapper .comment-form-rating .stars{
    margin-bottom: 0px !important;
    line-height: 0;
    margin-left: 15px !important;
}
#review_form_wrapper .comment-form-rating .stars a{
	color: #f5363e;
}
.woocommerce #review_form #respond .comment-form{
	justify-content: space-between;
}
.woocommerce #review_form #respond .comment-form > *:not(.comment-form-email):not(.comment-form-author){
	width: 100%;
}
.woocommerce #review_form #respond .comment-form .form-submit{
	margin-bottom: 0;
}
.woocommerce #review_form #respond .comment-form > .comment-form-email,
.woocommerce #review_form #respond .comment-form > .comment-form-author{
	width: calc(50% - 15px);
}
.woocommerce #review_form #respond .comment-form > .comment-form-comment,
.woocommerce #review_form #respond .comment-form > .comment-form-email,
.woocommerce #review_form #respond .comment-form > .comment-form-author,
.woocommerce #review_form #respond .comment-form > .comment-form-cookies-consent{
	margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-form > .comment-form-comment label,
.woocommerce #review_form #respond .comment-form > .comment-form-email label,
.woocommerce #review_form #respond .comment-form > .comment-form-author label{
    width: 100%;
	margin-bottom: 5px;
}
.woocommerce #review_form #respond .comment-form > .comment-form-comment textarea,
.woocommerce #review_form #respond .comment-form > .comment-form-email input,
.woocommerce #review_form #respond .comment-form > .comment-form-author input{
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ddd;
}

.related.products .heading1{
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.related.products .heading1 {
    color: #1E1E1E;
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    position: relative;
    font-family: 'Cormorant',sans-serif;
}
.related.products .heading1:after {
    position: absolute;
    bottom: -2px;
    width: 150px;
    height: 3px;
    background-color: #f5363e;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*##### related product css start ####*/
.product-wrap{
	position: relative;
	width: 100%;
}
.product-wrap .product-img{
	position: relative;
	width: 100%;
	height: auto;
}
.product-wrap .product-img img{
	position: relative;
	width: 100%;
	height: 250px;
}
.product-wrap .product-content{
	position: relative;
	width: 100%;
	padding: 10px 10px;
	text-align: center;
}
.product-wrap .product-content h4 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #000;
	height: 57px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.product-wrap .product-content h4 a{
	color: #000;
}
.woocommerce .product-wrap .product-content span.price{
	display: block;
    font-size: 14px !important;
    margin-top: 15px;
    margin-bottom: 10px;
}
.woocommerce .product-wrap .product-content .button.add_to_cart_button{
	padding: 8px 10px !important;
	border-radius: 0 !important;
}
.woocommerce .product-wrap .product-content .tinv-wraper.tinv-wishlist{
	display: none;
}
/*##### related product css end ####*/

/* ### */
.shop-wraper {
	position: relative;
	width: 100%;
	padding: 60px 0px;
}
.shop-wraper .woocommerce-ordering select{
	padding: 10px 10px;
	background-color: transparent;
	border: 1px solid #ddd;
}
.woocommerce-pagination {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
	margin-top: 30px;
}
.woocommerce-pagination ul{
	border: 0px !important;
}
.woocommerce-pagination ul li{
	padding: 0px 5px !important;
	border: 0 !important;
}
.woocommerce-pagination ul .page-numbers {
    position: relative;
    padding: 8px 15px !important;
    border: 1px solid #ddd !important;
    color: #F5363E;
	border-radius: 6px;
}
.woocommerce-pagination ul .page-numbers.current {
    background-color: #F5363E !important;
    border-color: #F5363E !important;
    color: #fff !important;
}

/* ### */
.custom_paginate {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
	margin-top: 30px;
}

.custom_paginate .page-numbers {
    position: relative;
    padding: 8px 15px;
    border: 1px solid #ddd;
    color: #F5363E;
	border-radius: 6px;
}

.custom_paginate .page-numbers.current {
    background-color: #F5363E;
    border-color: #F5363E;
    color: #fff;
}
/* ### */

.woocommerce table.shop_table td a{
	color: #000;
}
.woocommerce.tinv-wishlist table td a{
	color: #000;
}
.woocommerce.tinv-wishlist .product-stock .stock.in-stock{
	color: #139700;
}

/* home page */
.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-prev, .product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-next {
    bottom: 25px;
}

.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-prev {
    left: 0px;
}

.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-next {
    right: 0;
}
.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-prev > *::before, .product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-next > *::before {
    color: #fff !important;
    transition: all ease-in-out 0.5s;
}
.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-prev .gc-icon, .product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-next .gc-icon {
    background: #000;
    transition: all ease-in-out 0.5s;
}
/* home page end */


.coupon {
	text-align: left !important;
}
.coupon label {
	width: 100%;
}
.woocommerce table.shop_table #coupon_code {
	margin-left: 0;
}
.woocommerce-page table.cart td.actions .coupon input[type="submit"] {
	width: 42%;
	font-size: 12px;
	height: 40px;
  }

.hcv-list .tinv-wishlist .tinvwl_add_to_wishlist_button:hover{
	background: #F5363E;
}
.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-prev,
.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-next {
	bottom: 55px;
}

/* new1 9.01.24 css*/
.compair_pro .woosc-btn{
	/* background-color: #f5363e; */
	border: 0;
	color: #000;
	padding: 5px 15px;
}
.woosc-area .woosc_table th a{
	color: #000;
}
.hcv-list .tinv-wishlist .tinvwl_add_to_wishlist_button::before{
	content: "\f004";
	display: block !important;
	font-family: "fontawesome";
}

.na-product-heading .na-btn .woosc-btn{
	background: #F5363E;
	border-radius: 0%;
	padding: 10px 30px;
	color: #fff;
	transition: all ease-in-out 0.5s;
}
.na-product-heading .na-btn .woosc-btn span{
	color: #fff;
	font-size: 16px;
}
/*########### woocommerce page css end ########*/

/* n css start */
.wishlist_products_counter_number {
	color: #fff;
}
.top-head .navbar-brand img {
	height: inherit;
}
  
.os-discount .soft-heading span {
	font-weight: 500 !important;
}
.soft-discount .soft-heading span {
	font-weight: 500 !important;
}
.na-cat .comma_cat a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #ADADC9;
	text-transform: capitalize;
}
.btn.common-bg-btn.cst {
	padding: 2px 4px;
	font-size: 13px;
}
.hu-product-text .na-product-heading a {
	color: #F5363E;
	border: 1px solid #F5363E;
	border-radius: 0px;
	padding: 0px 5px;
	transition: ease-in-out 0.5s;
}
.related.products p {
	display: none;
}
.discount-text-img, a {
	color: #fff;
}
.discount-text-img, a:hover {
	color: #fff;
}

div#tab-description button {
	display: none;
}

.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-prev .gc-icon, .product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-next .gc-icon{
	margin-top: 0px !important;
}
.na-slider .product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-prev, .na-slider .product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-next{
	bottom: 70px;
}
/* n css end */

/* ###### m new css ###*/
.single-product-wraper .woocommerce-Tabs-panel table{
	border: 1px solid #ddd;
}
.single-product-wraper .woocommerce-Tabs-panel table tr th,
.single-product-wraper .woocommerce-Tabs-panel table tr td{
	position: relative;
	padding: 5px 5px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 16px;
}
.single-product-wraper .woocommerce-Tabs-panel table tr th{
	font-size: 16px;
	font-weight: 600;
}
.single-product-wraper .woocommerce-Tabs-panel table tr th p{
	color: #000;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-bottom: 0px;
}

.woosl-button{
	color: #fff !important;
	background-color: #ef5844 !important;
	border-color: #ef5844 !important;
}
.woosl-button.add::before{
	content: "\2b";
	font-family: "fontawesome";
	background-image: none;
}
/* ###### m new css end ###*/


/*************************************** Media Queries **************************************/
@media (min-width: 992px) {
	.nav-item.dropdown .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
	}
	.nav-item.dropdown:hover .dropdown-menu, .nav-item.dropdown .dropdown-menu.show {
		opacity: 1;
		visibility: visible;
	}
	.navbar-expand-lg .offcanvas {
		position: fixed !important;
		bottom: 0 !important;
		z-index: var(--bs-offcanvas-zindex) !important;
		display: flex !important;
		flex-direction: column !important;
		max-width: 100% !important;
		color: var(--bs-offcanvas-color) !important;
		visibility: hidden !important;
		background-color: var(--bs-offcanvas-bg) !important;
		background-clip: padding-box !important;
		outline: 0 !important;
		transition: transform 0.3s ease-in-out !important;
	}
	.navbar-expand-lg .offcanvas.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width) !important;
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color) !important;
		transform: translateX(-100%) !important;
	}
	.navbar-expand-lg .offcanvas.show{
		visibility: visible !important;
	}
	.navbar-expand-lg .offcanvas.show:not(.hiding), .navbar-expand-lg .offcanvas.showing {
		transform: none !important;
	}
	.navbar-expand-lg .offcanvas .offcanvas-header {
		display: flex;
	}
	.navbar-expand-lg .offcanvas .offcanvas-body {
		display: block;
		flex-grow: 0;
		padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	}
}

@media (min-width: 1200px){
	header .container, .banner-section .container {
		max-width: 1140px;
	}
	.container {
		max-width: 1140px;
	}
	.nav-item.dropdown .dropdown-menu[data-bs-popper] {
		top: 100%;
	}
	.over-width-box {
		width: calc(100% + 20%);
	}
}
@media (min-width: 1500px) {
	.menu-nav::after {
		width: 250px;
	}
}

/* **************************************************************************************** */

@media (max-width: 1200px){
	.HeadList > li {
		padding-right: 2px;
	}
	.cart-icon p{
		display: none;
	}
	.cart-icon::after{
		display: none;
	}
	.bmc-box {
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.navbar .navbar-nav .nav-item .nav-link {
		margin-right: 10px;
		font-size: 13px;
	}
	.banner-sale-title, .banner-sale-box h1 {
		font-size: 42px;
	}
	.banner-sale-para, .banner-sale-box p {
		font-size: 13px;
	}
	.sale-discount p {
		font-size: 24px;
	}
	.common-tlist-slider.owl-carousel .owl-nav {
		right: 0%;
		top: -28%;
	}
	.na-slider.owl-carousel .owl-nav button.owl-prev, .na-slider.owl-carousel .owl-nav button.owl-next {
		--elr-side: -3%;
	}
	.pl-text-review {
		padding: 10px;
	}
	.soft-dis-img {
		height: 200px;
	}
	.soft-dis-para {
		padding: 10px;
	}
	.na-product-dis {
		padding: 20px 0px;
	}
	.dd-product .soft-progress {
		padding: 10px 0px;
	}
	.hurry-up .soft-tab-box .nav-tabs .nav-link {
		font-size: 13px;
		padding: 10px 8px;
	}
	.soft-tab-content > * > * > .row > *:nth-child(2) {
		order: -1;
	}
	.hu-product {
		width: 100%;
	}
	.menu-nav::after {
		width: 250px;
	}
	.women-collection-head {
		justify-content: space-between;
		padding-right: 80px;
	}
	.women-slider.owl-carousel .owl-nav {
		top: -16%;
		right: 0px;
	}
	.home-deco-text .home-deco-para p {
		font-size: 16px;
	}
	.HeadList-box {
		display: none;
	}
}

@media (max-width: 991px){
	.head-form .form-select {
		width: 69%;
		border-right: 1px solid var(--form-border-color);
		padding-right: 0px;
		appearance: auto;
	}
	.menu-nav::after {
		width: 250px;
	}
	.discount-text-img {
		margin-left: auto;
	}
	.banner-sale-slider.owl-carousel .owl-dots {
		bottom: 15px;
	}
	.soft-discount {
		width: 60%;
		margin: auto;
	}
	.netf-common-box {
		flex-direction: column;
		align-items: flex-start;
	}
	.common-tlist-slider.owl-carousel .owl-nav {
		top: -25%;
	}
	.na-slider.owl-carousel .owl-nav button.owl-prev, .na-slider.owl-carousel .owl-nav button.owl-next {
		--elr-side: -10%;
	}
	.nl-inner {
		background: #FFE360;
		padding: 30px 50px;
	}
	.women-collection-head {
		gap: 10px;
		flex-direction: column;
		align-items: flex-start;
	}
	.navbar-collapse {
		position: absolute;
		background: rgba(0, 0, 0, 0.7);
		width: 100%;
		left: 0;
		top: -33%;
		top: -13px;
		padding: 15px;
	}
	.head-form {
		width: 100%;
		order: 1;
	}
	.top-head{
		flex-wrap: wrap;
	}
	.footer-box {
		margin-top: 20px;
	}

	.product-img img{
		width: 100%;
	}
	.dd-slider.owl-carousel .owl-nav button.owl-prev, .dd-slider.owl-carousel .owl-nav button.owl-next{
		padding: 5px 8px;
	}
}

@media (max-width: 768px){
	.head-form {
		width: 100%;
		order: 1;
	}
	.top-head{
		flex-wrap: wrap;
	}
	.menu-nav::after {
		width: 250px;
	}
	.banner-sale-para, .banner-sale-box p {
		padding-right: 130px;
	}
	.sale-discount {
		top: 0%;
	}
	.fb-slider.owl-carousel .owl-nav {
		top: -15%;
	}
	.common-section {
		padding: 20px 0px;
	}
	.dd-product-list {
		flex-direction: column;
	}
	.dd-product {
		width: 100%;
	}
	.dd-slider.owl-carousel .owl-nav {
		top: -3%;
		gap: 10px;
	}
	.dd-head{
		padding-bottom: 40px;
	}
	.dd-head h3 {
		font-size: 18px;
	}
}

@media(max-width: 767px){
	.navbar-brand{
		width: 100%;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
		width: 100% !important;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width: 100% !important;
	}
	.lwcn-main {
		justify-content: space-between;
		width: 100%;
	}
	.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-prev,
	.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-next {
		bottom: 32px;
	}
	.na-slider.owl-carousel .owl-nav button.owl-prev, .na-slider.owl-carousel .owl-nav button.owl-next {
		--elr-side: -0%;
		top: 25%;
    	font-size: 18px;
	}
	.home-deco-img {
		width: 100%;
		height: 150px;
	}
	.home-deco-img img{
		object-fit: cover;
	}
	.home-deco-text {
		width: 100%;
	}
	.os-right-down {
		flex-direction: column;
		grid-template-columns: repeat(1, 1fr);
	}
	.hu-prod-down-list .hu-product{
		width: 100%;
	}
	.home-deco-slider.owl-carousel .owl-nav{
		top: -10%;
	}
	.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-prev, .product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-next{
		bottom: 70px;
	}
}

@media (max-width: 580px){
	.os-heading {
		padding: 0px 0px;
	}
	.os-img {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	.os-stamp {
		font-size: 12px;
	}
	.os-right-up-card {
		height: auto;
	}
	.common-tlist-slider.owl-carousel .owl-nav {
		top: -29%;
	}
	.home-deco-text .home-deco-para p {
		font-size: 13px;
	}
	.hu-heading h3 {
		font-size: 24px;
	}
	.menu-nav::after {
		width: 250px;
	}
	.navbar-brand {
		width: 100%;
		height: 40px;
		margin-right: 0px;
	}
	.discount-text-img {
		display: none;
	}
	.banner-sale-title, .banner-sale-box h1 {
		font-size: 32px;
	}
	.banner-sale-para, .banner-sale-box p {
		padding-right: 45px;
	}
	.common-bg-btn {
		font-size: 13px;
		padding: 7px 15px;
	}
	.menu-nav::after {
		width: 70%;
	}
	.common-title, .bcfb-common-title, .netf-common-title {
		font-size: 20px;
	}
	.soft-discount {
		width: 100%;
	}
	.na-product-heading h3 {
		font-size: 28px;
	}
	.na-product-heading span {
		font-size: 20px;
	}
	.na-product-dis p {
		font-size: 13px;
	}
	.na-product-dis h4 {
		font-size: 16px;
	}
	.dd-slider.owl-carousel .owl-nav {
		top: -2%;
		left: 0%;
	}
	.vrt-inner-box {
		width: 100%;
	}
	.home-deco-heading h3 {
		font-size: 16px;
	}
	.home-deco-slider.owl-carousel .owl-nav {
		top: -6%;
	}
	.home-deco-product {
		flex-direction: column;
	}
	.os-right-down {
		flex-direction: column;
		grid-template-columns: repeat(1, 1fr);
	}
	.nl-left {
		flex-direction: column;
	}
	.nl-email-text {
		line-height: normal;
	}
	.na-slider.owl-carousel .owl-nav button.owl-prev, .na-slider.owl-carousel .owl-nav button.owl-next {
		top: 15%;
	}

	/* new add css */
	.na-product-heading .na-btn .common-bg-btn{
		font-size: 14px;
    	padding: 10px 15px;
	}
	.na-product-heading .na-btn .woosc-btn{
		font-size: 14px;
    	padding: 10px 15px;
	}
	.product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-prev, .product-dtl-img .gc-thumbs-area-main .gc-thumbs-area-next{
		bottom: 62px;
	}
	.related.products .product-wrap .product-content .button.product_type_variable{
		padding: 8px 5px !important;
	}
	.related.products .product-wrap .product-content .woosc-btn{
		padding: 8px 5px !important;
	}
	/* new add css end */

}

@media (max-width: 360px){
	.navbar-brand {
		height: 35px;
		margin-right: 0px;
	}
	.menu-nav::after {
		width: 82%;
	}
	.common-title, .bcfb-common-title, .netf-common-title {
		font-size: 16px;
	}
	.fb-slider.owl-carousel .owl-nav {
		top: -18%;
	}
	.hu-prod-down-list {
		flex-direction: column;
	}
	.ncs-title {
		font-size: 24px;
	}
	.os-right-up {
		flex-direction: column;
	}
	.os-right-up-card {
		width: 100%;
	}
	.nl-inner {
		padding: 20px;
	}
	.nl-email-text h3 {
		font-size: 18px;
	}
	.nl-email-text p {
		font-size: 13px;
	}
	.footer-copy-text p {
		font-size: 13px;
	}
	.home-deco-heading{
		padding: 0px 50px 5px 0px;
	}
	.home-deco-slider.owl-carousel .owl-nav {
		top: -7%;
	}
}

#mega-menu-wrap-header_menu2 {
    clear: both;
    background: none !important;
    width: 100% !important;
}


#mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #ef5844 !important;
}
#mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
    font-family: inherit;
    font-size: 13px !important;
}
#mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
	color: #fff !important;
}

#mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header_menu2 #mega-menu-header_menu2 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    color: #000 !important;
}

/* .woocommerce img{
  height: auto;
  max-width: 100%;
  width: 100% !important;
} */

