@charset "utf-8";
/***** Design By Sagar 4.3 HTML 5 *****/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;800;900&display=swap');
@import "bootstrap.min.css";
@import "owl.carousel.css";
@import "responsive.css";
@import "banner.css";
@import "../font/css/font-awesome.min.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
/* CSS Document */
.multifilter-gallery-box{
animation: fadeInDown .5s;
}
.product_list{animation: fadeInDown .5s;}
body {
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff;
	color: #525354;
	font-size: 16px;
	overflow-x: hidden;
	letter-spacing: .3px;
	font-weight: 500;
	

}

::-webkit-scrollbar {
	width: 6px
}

::-webkit-scrollbar-thumb {
	background: #313d4f;
	-webkit-border-radius: 0;
	border-radius: 0
}

* {
	padding: 0;
	margin: 0;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

ul,
li {
	padding: 0;
	margin: 0;
}

a {
	color: #222;
	text-decoration: none !important;
}

a:hover {
	color: #fe1660;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
	font-weight: 500;
}

p {
	padding: 0;
	margin: 0;
}

::-moz-selection {
	text-shadow: none;
	background: #fe1660;
	color: #fff;
}

::selection {
	text-shadow: none;
	background: #fe1660;
	color: #fff;
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

/* #region Cart */
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border: 1px solid #ccc !important;
    padding: 3px !important;
}
.cart-section {
	padding: 15px 30px;
	text-align: center;
	border-bottom: 1px dashed #afdec0;
}

.cart-section strong {
	display: block;
}

.sidenav {
	height: 100%;
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
	color: #444;
	transform: translate(110%);
	background-color:rgba(255, 255, 255, .60);
	bottom: 0;
	width: 100%;
}

.otherclass {
	transform: translate(0%);
}

.sidenav a {
	text-decoration: none;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #00510a;
}

.sidenav .closebtn {
	position: absolute;
	top: 9px;
	right: 19px;
	font-size: 26px;
	z-index: 9999;
}

.view_cart {
	padding: 15px 15px !important;
}

.shoppingbutton a {
	background: #002091;
	color: #fff !important;
	text-align: center;
	padding: 8px 10px;
	border-radius: 4px;
	display: block;
	margin-right: 5px;
}

.viewcartbutton a {
	background: #fe1660;
	color: #fff !important;
	text-align: center;
	padding: 8px 10px;
	border-radius: 4px;
	display: block;
	margin-left: 5px;
}

.cart_group {
	display: flex;
	flex-direction: column;
	justify-content: normal;
	height: 100%;
	width: 340px;
	position: absolute;
	right: 0;
	width: 340px;
	background: #fff;
}

.proudct_show {
	flex: 1;
	overflow: scroll;
	height: 100%;
}

.proudct_show::-webkit-scrollbar {
	width: 0px
}

.proudct_show::-webkit-scrollbar-thumb {
	background: #313d4f;
	-webkit-border-radius: 0;
	border-radius: 0
}

/* #endregion Cart */

/* #region Header */


.header {
	display: flex;
	justify-content: center;
}

.emnail-s {
	color: #555;
}

.social-fe16604 ul {
	display: flex;
}

.social-fe16604 i {
	padding-right: 4px;
}

.social-fe16604 {
	font-size: 14px;
}

.social-fe16604 li {
	margin-right: 16px;
}

.social-fe16603 {
	display: inline-block;
	text-align: center;
	border-radius: 100px;
	color: #000;
	font-size: 14px;
	font-weight:600;
}

.logo-s img {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 120px;
}

.shiptxt {
	color: #48535d;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}

.shiptxt li {
	display: inline-block;
	margin-left: 30px;
}

.form-page {
	border-radius: 5px 5px 5px 5px !important;
	padding-left: 18px;
	height: 43px;
	outline: none !important;
	box-shadow: none !important;
	background-image: linear-gradient(#f0efef, white, #f0efef);
	border: 1px solid #f0efef;
}

.shiptxt a span {
	font-weight: 700;
	color: #002091;
}

.darkHeader .top-nav {
	margin-top: 10px !important;
}

.top-nav {
	background-image:linear-gradient(#4042a3, #2e3092, #4042a3);
}

.form-page:focus {
	border: 1px solid #233a95;
}

form {
	position: relative;
	display: flex;
}

.serach i {
	padding-right: 5px;
}

.see_all {
	position: absolute;
	right: 0;
	color: #ffff;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 15px;
	font-weight: 400;
}
.serach{ margin-top:5px; position:relative;}
.serach button {
	position: absolute;
	top: 2px;
	right: 6px;
	border: none;
	color: #333 !important;
	padding: 3px 11px;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px !important;
	background: transparent;
	outline: none !important;
	background-image: linear-gradient(#f0efef, white, #f0efef);
}

.welcome span {
	color: #000;
	font-weight: 600;
}

.sign-p svg {
	width: 29px;
	margin-top: 16px;
}

.container-custom {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.bags {
	position: absolute;
	background-color: #ff1661;
	font-size: 12px !important;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	text-align: center;
	margin: 0px;
	padding-left: 0px !important;
	color: #fff;
	top: 0px;
	padding-top: 0px;
	right: -13px;
	font-weight: 600;
}

.addcart {
	padding-top: 5px !important;
	display: flex;
	text-align: left;
	padding-right: 0px !important;
}

.sign-p {
	display: inherit;
	text-align: left;
	padding-right: 0px !important;
	align-items: center;
	justify-content: end;
}

.whats {
	margin-right: 12px;
	padding-left: 10px;
}

.whatstet {
	padding-right: 20px;
}

.number {
	width: 100%;
	font-weight: 700;
	color: #828282;
	font-size: 16px;
	display: block;
	line-height: 23px;
}

.username {
	width: 100%;
	font-weight: 600;
	color: #000;
	font-size: 15px;
	display: block;
	line-height: 17px;
}

.store_panel {
	padding-right: 20px;
	text-align: center;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    width: 157px !important;
}
.s_txt {
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	display: block;
	line-height: 17px;
	padding-top: 4px;
}

.nnumbercall {
	color: #7a7a7d;
	font-size: 13px;
}

.customize {
	background: #eb252c;
	color: #fff;
	padding: 10px 26px;
	border-radius: 5px;
	margin-left: 40px;
	display: inherit;
	height: 47px;
	font-size: 16px;
}

/*** header ***/

.header ul li {
	display: inline-block;
	float: none;
	margin: 0px;
}

.header li a {
	padding: 10px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	transition: .3s linear;
	font-weight: 500;
	border-radius: 0px;
}
.header li a:hover {
background:#fe1660;

}

.menu-btn {
	padding-left: 3px !important;
	font-size: 18px !important;
	position: relative;
	top: 2px;
}

.arrow {
	position: relative;
}

.arrow::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 8px;
	background-color: #fff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	bottom: 0;
	left: 40%;
	display: none;
}

.sub:hover .arrow::before {
	display: block;
}

.meg:hover .arrow::before {
	display: block;
	animation: fadeInDown .5s forwards;
}

.header li a:hover {
	color: #fff;
}

.hide {
	display: none;
}

.fullmenu {
	height: 166sspx;
	overflow-x: scroll;
}

.fullmenu ul {
	box-shadow: none !important;
}

.fullmenu ul li {
	line-height: 18px !important;
}

.cart {
	position: relative;
}

.header ul ul {
	position: absolute;
	display: none;
	z-index: 9999;
	box-shadow: 0px -2px 22px 3px rgba(136, 136, 136, .27);
}

.dropdoqwn li {
	display: block !important;
	float: none;
}

.dropdoqwn2 {
	left: 100%;
	margin-left: 0px;
	margin-right: .1rem;
	margin-top: -36px;
	min-width: 160px;
	animation: fadeInLeft .5s forwards;
}

.dropdoqwn li a {
	display: block !important;
	background-color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #f1eded;
	border-left: 3px solid #fff;
	padding: 7px 15px;
	min-width: 220px;
	font-weight: 400;
	text-align: left;
	border-radius: 0px;
	color: #333;
	text-transform: capitalize !important;
}

.dropdoqwn li a:hover {
	background-color: #fff;
	font-size: 15px;
	color: #000!important;;
	border-left: 3px solid #fe1660;
}

.readmore_b {
	color: #00510a !important;
	background-color: #b9f7c1 !important;
	display: table !important;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 14px 7px 14px !important;
	border-radius: 4px !important;
	font-size: 14px !important;
	text-transform: capitalize !important;
	border: 1px solid #87f785;
	margin-top: 32px;
}

.catrgory {
	background: url(../images/category.jpg);
	border-radius: 0px;
	height: 380px;
	background-size: auto;
	color: #fff;
	text-align: center;
}

.catrgory span {
	margin-top: 28%;
	display: block;
}

.catrgory h3 {
	font-size: 24px;
	font-weight: 900;
}

.catrgory a {
	background-color: #084519;
	display: table !important;
	margin: 50px auto;
	padding: 10px 18px !important;
	color: #fff !important;
}

.headerlist {
	padding: 10px 30px;
}

.myheaderlist ul {
	overflow-x: scroll;
}

.megmenupart {
	position: absolute;
	width: 100%;
	display: none;
	left: 0px;
	right: 0;
	z-index: 9999 !important;
	margin: 0px auto;
	transition: 1s ease-in-out;
	animation: fadeInDown .5s forwards;
	box-shadow: 0px 7px 15px -6px #888888;
}

.megamenu li {
	display: block;
	width: 100%;
}

.megamenu li a {
	padding: 4px 0px;
	text-transform: capitalize;
	color: #555;
}

.megamenu li a:hover {
	color: #86bc42;
	background: #fff !important;
}

.megamenu strong {
	width: 100%;
	display: block;
	padding-top: 30px;
	font-weight: 700;
	border-bottom: 1px dashed #e4e4e4;
	padding: 10px 0px;
	margin-bottom: 5px;
	color: #171717;
	font-size: 16px;
	text-transform: uppercase;
}

.megamenu i {
	padding-right: 3px;
}

.megmenupart ul {
	position: inherit !important;
	display: block !important;
}

.megamenu {
	background-color: #fff;
	color: #444;
	border-radius: 0px;
	min-height: 350px;
	padding: 0px 30px;
}

#nav:checked~.header {
	display: block;
	transform: translateX(0);
	transition: all 0.3s ease-out;
}

.dropdoqwn i {
	float: right;
	padding-top: 4px;
}

.logo-center img {
	position: absolute;
	margin: 0 auto;
	display: block;
	left: -25px;
	right: 0;
	top: 7px;
	z-index: 999999;
	width: 108px;
}

.logo-part {
	float: left;
	padding: 14px 20px 5px 27px;
}

.darkHeader {
	position: fixed !important;
	top: 0 !important;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 99999;
	background-color: #fff;
	box-shadow: 7px -9px 22px 10px rgba(136, 136, 136, 47%);
	animation: flipInX 2s;
}

#sub:checked~.dropdoqwn {
	display: block;
}

#sub:checked~.dropdoqwn2 {
	display: block;
}

#sub:checked~.megmenupart {
	display: block;
}

/* #endregion Header */

/* Style the tab */

.tab {
	border-right: 1px solid #ccc;
	height: 100%;
	padding: 30px 18px;
	min-height: 360px;
}

.more {
	width: 37px;
	margin-right: 15px;
}

.p-image {
	padding: 0px !important;
}

/* Style the buttons inside the tab */

.tab button {
	display: block;
	background-color: inherit;
	padding: 1px 0px;
	width: 100%;
	border: none;
	font-weight: 400;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 16px;
	color: #111;
}

/* Change background color of buttons on hover */

.tab button:hover {
	font-weight: 800 !important;
}

/* Create an active/current "tab button" class */

.tab button.active {
	background-color: transparent;
	color: #25642d;
	font-weight: 800;
}

/* Style the tab content */

.tabcontent {
	padding: 0px 12px;
	border-left: none;
	margin-top: 10px;
}

.product-imge {
    margin-top: 10px;
    border: 1px solid #eee;
    margin-left: -1px;
    padding: 5px;
}

.product-imge img {
	width: 100px;
	height: 80px;
	object-fit: contain;
}
.product-imge a:hover{ background:#fff !important;}
.more1 {
	width: 100% !important;
}

.more2 {
	margin-left: 0px !important;
}

.product-d-d a {
	padding: 0px !important;
	color: #000 !important;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	width: 120px;
}
.product-d-d a:hover {color: #fe1660 !important;}
.product-d-d {
	margin-left: 10px;
}
.subproview{ font-size:12px!important; font-weight:600!important; color:#006600!important;}

.product-imge span {
	font-weight: 700;
	font-size: 15px;
	display: block;
	padding-top: 3px;
	color: #ff1661;
}



.form-add {
	border-radius: 0px;
	font-size: 15px;
}

.d-prodct strong {
	padding-right: 10px;
}

.prodetails form {
	display: inline;
	width: 100%;
}

.totalbg {
	background: #e3ffed;
	color: #16311f;
	font-size: 20px;
	padding: 8px;
	border-top: 1px dashed #afdec0;
}

.myprofilelist strong {
	color: #ff1661;
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
}

.myprofilelist li {
	line-height: 30px;
	font-size: 16px;
}

.myprofilelist i {
	width: 20px;
}

/* order-history */

.slide img {
	width: 100%;
}

.top-s {
	border-bottom: 1px solid #e7e7e7;
	padding: 3px 0px;
	background:#eff4f7;
}

.products {
	padding: 20px 20px;
	border-bottom: 1px solid #d8dcd8;
}

.product1 {
	padding: 4px 10px;
}

.products h6 {
	font-weight: 600;
	color: #222;
	font-size: 15px;
}

.products span {
	display: block;
	margin-top: 3px;
}

.features {
	background-color: #fe1660;
	color: #fff;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
}

.fe1660_panel {
	display: flex;
	justify-content: center;
	margin-left: -24px;
	align-items: center;
}

.text_area small {
	display: block;
	font-size: 14px;
}

.fe1660_panel img {
	margin-right: 10px;
	display: inline-block;
}

.text_area strong {
	display: block;
	line-height: 23px;
	font-size: 18px;
	font-weight: 800;
}

.col:nth-child(1n+1) .fe1660_panel {
	border-right: 1px solid #fff;
}

.col:nth-last-child(1) .fe1660_panel {
	border: none;
}

.home {
	background-image: linear-gradient(to right, #14165d 70%, #30328f 30%);
	color: #fff;
	font-weight: 400;
}

.products_list {
	background-color: #30328f;
	color: #fff;
	padding: 35px 10px 60px 50px;

}

.home_panel {
	padding-right: 3rem;
	color: #dbdbdb;
	font-size: 15px;
}

.home_panel strong {
	font-weight: 900;
	font-size: 72px;
	display: block;
	line-height: 1.0;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.home_panel span {
	font-weight: 900;
	font-size: 72px;
	display: block;
	line-height: 1.0;
	color: #f51d62;
	font-family: 'Poppins', sans-serif;
}

.home_panel small {
	display: block;
	color: #dbdbdb;
	font-size: 20px;
	padding-bottom: 1rem;
	margin-top: 10px;
	font-weight:600;
}

.home_panel a {
	display: inline-block;
	background-color: #fff;
	color: #ed2127;
	border-radius: 5px;
	padding: 9px 20px;
	font-weight: 600;
	margin-top: 2rem;
}

.product_area {
	background-color: #1e1f6e;
	border-radius: 15px;
	margin-top: 1.5rem;
	padding: 20px 15px;
	transition: .3s linear;
	color:#fff;
	text-align:center;

}
.product_area img{ margin-bottom:10px;}
.product_area a:hover {
	color:#000;
	
}
.product_area:hover {
	background-color: #fff;
	color:#000;
}

.product_area img {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 118px;
	height: 81px;
	object-fit: contain;
	aspect-ratio: 1/1;
	display: block;
}

.soft_txt {
	display: block;
	margin-top: .5rem;
	color: #fff;
	text-align: center;
}

.products_details {
	padding-top: 2.5rem;
	padding-bottom: 2rem;
	text-align: center;
}

.products_details h1 {
	font-size: 30px;
	color: #111111;
	font-weight: 300;
}

.products_details h2 {
	font-size: 30px;
	color: #111111;
	font-weight: 300;
}

.products_details h3 {
	font-size: 30px;
	color: #111111;
	font-weight: 300;
}

.products_details strong {
	font-weight: bold;
	color: #313191;
}

.text {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	color: #888;
	margin-top: 7px;
}

.owl-prev {
	position: absolute;
	top: 43%;
	background-color: transparent;
	width: 44px;
	height: 44px;
	left: -39px;
	font-size: 36px;
	text-align: center;
	padding: 2px;
	color: #222;
	opacity: 1;
	transition: .5s ease-in-out;
}

.owl-next {
	position: absolute;
	top: 43%;
	background-color: transparent !important;
	width: 44px !important;
	height: 44px !important;
	font-size: 36px;
	right: -39px;
	text-align: center;
	padding: 2px;
	color: #222;
	opacity: 1 !important;
	transition: .5s ease-in-out;

}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background-color: #f78f20 !important;
}

.price-cross {
	display: inline-block;
	text-decoration: line-through;
}



.head {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-top: 0.5rem;
	display: block;
	color: #333;
	padding-bottom: 5px;
}

.price strong {
	font-size: 20px;
	color: #111;
	font-weight: 600;
}

.price i {
	font-size: 15px;
}

.eight {
	color: #000;
	font-weight: 500;
	display: inline-block;
	padding-left: 8px;
}

.stars {
	color: #333;
	padding: 2px;
}

.stars i {
	padding-right: 6px;
	color: #FFB543;
	font-size: 16px;
}
.box1 {
	text-align: center;
	border: 10px solid #fff;
	position:relative;
	min-height: 320px;
}
.box1 img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1/1;
	display: block;
	max-height: 200px;
	
}
.probrandname{ color:#21864a; font-size:14px;}
.viewMore {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 15px;
}

.view {
	background-color: #fe1660;
	color: #fff !important;
	padding: 4px 10px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	font-size:14px;
}

.whatsapp {
	background-color: #33cc33;
	color: #fff !important;
	padding: 0px 10px;
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	border-radius: 5px;
}

.add img {
	width: 100%;
	object-fit: cover;
	border-top: 1px solid #bfb5b5;
	margin-top: 20px;
}

.about {
	padding: .5rem 0rem;
	font-size: 14px;
	color: #3c3c3c;
	background-color: #fff;
}

.about h5 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #111;
	font-weight: 500;
	font-size: 16px;
}

footer {
	background: #fff;
	color: #717171;
	padding: 40px 0px 0px 0px;
	line-height: 25px;
}

.footertext {
	font-size: 14px;
}

.footertext h6 {
	color: #222;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
}

.footertext a {
	color: #1e1d1d;
	font-size: 15px;
	transition: .4s ease-in-out;
}

.footertext a:hover {
	color: #0c3c8f;
}

.footertext i {
	color: #717171;
	width: 24px;
	padding-right: 8px;
}

.footerbottom span {
	color: #2e2e2e;
	text-align: center;
	line-height: 24px;
	display: block;
	font-size: 14px;
	padding: 10px 10px;
}

.list_footer {
	background-color: #e6ebf4;
	color: #444;
	border-bottom: 1px solid #c5c9d1;
	padding: 22px 0px;
	text-align: center;
	margin-top: 40px;
}

.list_footer a {
	color: #717171;
	padding: 0px 10px;
	line-height: 11px;
	transition: .5s ease-in-out;
	display: inline-block;
}

.list_footer a:hover {
	color: #0c3c8f;
}

.list_footer a:nth-child(1n+1) {
	font-size: 14px;
	border-right: 1px solid #767070;
	color: #2e2e2e;
}

.list_footer a:nth-last-child(1) {
	border: none !important;
}

.s-media a {
	display: inline-block;
	background-color: #000000;
	color: #fff !important;
	border-radius: 100px;
	padding: 1px 7px;
	margin-top: 10px;
	transition: .4s ease-in-out;
	margin-right: 10px;
	line-height: 25px;
}

.s-media a:hover {
	background-color: #0c3c8f;
	color: #fff;
}

.s-media a i {
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-right: 0;
	padding-top: 2px;
	width: auto;
	display: inline-block;
}

.features1 {
	background-color: #141774 !important;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
	
}

.features1 .col:nth-child(1n+1) .fe1660_panel {
	border-color: #141774 !important;
}

.features1 strong {
	font-weight: 600;
}
.features1 img{ border-radius:8px;}
.chat_area {
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}

.chat_area strong {
	font-weight: 800;
	font-size: 20px;
	color: #111;
	display: inline-block;
	padding-bottom: 15px;
}

.chat_area_link a {
	display: inline-flex;
	padding: 9px 25px;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #000;
	margin-bottom: 10px;
	transition: .4s ease-in-out;
}

.chat_area_link a:hover {
	background-color: #ee2126;
	color: #fff;
}

.chat_area_link a i {
	font-size: 20px;
	padding-right: 6px;
}


/* Tabs */
.product_details {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
	display: block;
	border: 1px solid #808080;
	opacity: 1;

}

ul#tabs-nav li {
	margin-bottom: 5px;
	border-radius: 5px;
}

.box {
	border: 1px solid #fff;
	display: block;
	cursor: pointer;
	opacity: .7;
	transition: .4s ease-in-out;
}

.box img {
	border-radius: 5px;
	padding: 1px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background-color: #f78f20 !important;
}

.product_d h3 {
	color: #222;
	font-weight: 500;
	line-height: 1.3;
	font-size: 26px;
}

.price-box {
	display: flex;
	margin-top: 1rem;
	align-items: center;
}

.price-box strong {
	font-weight: 700;
	font-size: 24px;
	display: inline-block;
	padding-right: 1rem;
	color: #000;
}

.price-box strike {
	font-size: 18px;
	color: #878484;
}

.eight1 {
	color: #fff;
	font-weight: 500;
	display: inline-block;
	padding-left: 8px;
	background: #019f4f;
	border-radius: 100px;
	font-size: 15px;
	padding: 2px 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.tax {
	width: 100%;
	display: block;
}

.stars2 {
	display: flex;
	color: #333;
	padding: 2px;
	margin-top: 10px;
}

.stars2 i {
	padding-right: 2px;
	color: #fd9e1c;
	font-size: 16px;
}

.instock2 {
	display: inline-block;
	padding: 2px 10px 5px;
	font-weight: 700;
	color: #05a143;
	background-color: #d2efd8;
	border-radius: 4px;
	margin-top: 10px;
}
.product_stock{
	display: inline-block;
	padding: 2px 10px 5px;
	font-weight: 700;
	color: #fff;
	background-color: #ff6b6b;
	border-radius: 4px;
	margin-top: 10px;
}

.stars2 span {
	display: inline-block;
	font-weight: 600;
	color: #111;
	padding-left: 5px;
}

.prodetails {
	border-top: 1px solid #cac6c6;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	align-items: center;
	padding-top: 20px;

}

.prodetails strong {
	font-weight: 500;
	padding-left: 15px;
	display: inline-block;
}

.qty-f {
	background-color: #62649d;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-weight: 600;
	outline: none !important;
	font-size: 20px;
	padding: 3px 10px;

}

.qty-m {
	background-color: #62649d;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-weight: 600;
	outline: none !important;
	font-size: 20px;
	padding: 3px 5px;

}

.quty-form {
	width: 10%;
	text-align: center;
	font-size: 14px;
	padding: 7px 0px;
	outline: none;
	border-radius: 4px;
	border: 1px solid #cac6c6;
	margin-left: 10px;
	margin-right: 10px;
	min-width: 65px;
}

.product_p {
	margin-top: 10px;
	color: #111;
}

.shop1 {
	background: #3e4095;
	color: #fff !important;
	text-align: center;
	padding: 8px 20px;
	border-radius: 4px;
	display: table;
	margin-right: 10px;
	min-width: 200px;
	font-weight: 700;
	text-transform: uppercase;
	outline:none;
	border:none;
}

.view1 {
	background: #ed3235;
	color: #fff !important;
	text-align: center;
	padding: 8px 20px;
	border-radius: 4px;
	display: table;
	margin-left: 5px;
	min-width: 200px;
	font-weight: 700;
	text-transform: uppercase;
}

.two_btn {
	display: flex;
	margin-top: 15px;
}

.bread {
	padding: 10px 0px;
	border-bottom: 1px solid #e3e3e3;
}

.links {
	display: flex;
	align-items: center;
	color: #666;
	font-size: 15px;
}

.links a {
	color: #111;
	padding-right: 5px;
}

.descruption li a {
	color: #000;
	font-size: 17px;
	font-weight: 500;
}

.nav-tabs {
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-bottom: 2px solid #141774 !important;
	border: none;
	font-weight: 700;
	color: #141774;
}

.descruption .nav-link {
	border: none;
	border-bottom: 2px solid transparent !important;
	font-weight: 500;
	color: #515151;
	font-size: 18px;
}
.icons_panel i{ font-size:40px;float: left;margin-right: 10px;}
.icons_panel strong{ font-weight:600;}

.indexbgfrom{ background:url(../images/bgfrom.jpg) no-repeat center; padding:50px; border-radius:10px; margin-top:20px;}
.requottext h3{ color:#fff; font-weight:600; margin-bottom:20px;}
.requottext ul li{color:#fff; font-size:18px; line-height:30px; font-weight:500;}

.requottexttag a{ background:#fe1660; padding:10px 15px; color:#fff; font-size:16px; text-align:center; text-decoration:none; border-radius:10px;}
.requottexttag a:hover{background:#fff; color:#000;}

.indexquotion{border-radius:10px; background:#fff; padding:30px;}
.quotioninput{ border:1px solid #ccc; border-radius:20px; padding:8px 15px; font-size:16px; color:#000; outline:none; width:100%; margin-top:15px;}
.quotioninputbutton{border:none; border-radius:20px; padding:5px 15px; font-size:18px; color:#fff; outline:none; background:#fe1660; text-align:center; width:100%; margin-top:15px;}

.indexbrandsec{background:url(../images/brand/brandbg.jpg) no-repeat center; padding:20px 50px; border-radius:10px; margin-top:10px;}
.brandlogo img{ width:100%; height:100px; object-fit:contain;background:#fff;  padding:5px; margin-bottom:10px;}
.indexbrandsec img{border-radius:8px;}








.whats_group{
    position: fixed;
    bottom: 30px;
    right: 40px;
z-index: 9999;
}


.diplay_area{
    display: none;
    right: 25px;
    position: absolute;
    bottom: 40px;
    transition: 1s ease-in-out;
    overflow: hidden;
    animation: fadeIndown 1s;
}
.card-body {
    flex: 1 1 auto;
    padding:0rem;
	border:1px solid #fff;
}
.mailwhatappbg{width: 350px;
    background: #fff;
    border-radius: 10px;
	box-shadow: -1px 1px 24px 2px rgb(0 0 0 / 14%);
 }
.inner{
  background: #085e53;
    border-radius: 10px 10px 0px 0px;
    padding: 8px;
}

.whatsappchat{
    border: none;
    background-color: #fffdfb;
    color: #5aca5a !important;
    font-size: 38px;
    box-shadow: 0px 1px 5px 0px #d7d7d7;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.add_area{
    margin-bottom: 65px;
	
}
.close{
    color: #fff;
    font-size: 22px;
    cursor: pointer;
	right: 10px;
    position: absolute;
    top: 8px;
}
.whatappnum{ color:#FFFFFF; margin-top:5px; font-size:16px;}
.whatappinput{background: #eaeaea;
    border: none;
    border-radius: 20px;
    padding: 7px 15px;
    width: 100%;
    color: #000;
    font-size: 14px; outline:none;}
.whatappbutton{ outline:none; border: none; background:none; margin-top:5px;    margin-left: 20px;}
.whatappinput::placeholder {
    color: #333 !important;
    font-size: 15px;
}
.imagecollage {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	width:100%;
}
.imagecollage img{
  height: 300px;
  flex-grow: 1;
  object-fit: cover;
  margin: 2px;
  border-radius: 5px;
  aspect-ratio: 1 / 0;
  
}
.whatappimage img{display:table;aspect-ratio: 1 / 0;object-fit:contain; margin:0 auto; }
.back-to-top {
    position: fixed;
    display: none;
    text-align: center;
    z-index: 9999;
    background-color: #ffffff;
    color: #1c1210;
    width: 45px;
    height: 42px;
    line-height: 30px;
    right: 30px;
    bottom: 100px;
    padding-bottom: 2px;
    font-size: 32px;
    padding-top: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: none;
    border: 2px solid #1c1210;
    animation: fadeInRight 1.2s;
    border-radius: 10px 10px 0px 0px;
}

.back-to-top:hover {
    background-color: #1c1210 !important;
    color: #fff;
}
.commanpage{ padding:50px 0px;}
.loginbox{ border:4px solid #eee; padding:30px; border-radius:20px;}
.loginbox h4{ color:#141774;}
.registration_input {
    margin-bottom: 10px;
    position: relative;
}
.reglogininput {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #c8ccdb;
    padding: 10px 15px 10px 60px;
    font-size: 18px;
    color: #444;
	
}
.registration_input i {
    background: #f5f5f5;
    position: absolute;
    z-index: 9;
    font-size: 24px;
    color: #fe1660;
    line-height: 27px;
    width: 50px;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    border-right: 0px;
    left: 2px;
    margin-top: 2px;
    padding: 9px;
}
.reg_button {
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 18px;
    color: #fff;
    outline: none;
    background: #fe1660;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.loginbottomtext{ margin-top:20px; font-size:13px;}

.productpage{ background:#f5f7f7;}
.product_list{ padding:15px; text-align:center; border-radius:10px; margin-bottom:20px; background:#fff;}
.proinnderpage{ background:#fff; padding:10px 20px;}
.product_list img{ width:100%; height:200px; object-fit:contain; margin-bottom:15px;}
.breacrumb{
    height: 30px;
}
.leftside_menu h6{ background: #fe1660;
    color: #fff;
    padding: 10px;
    font-weight: 600;border-radius:5px 5px 0px 0px;}
.leftmenuhead{background:#fff; font-weight:600; color:#000; padding:10px;}
.leftmenulist a{ display:block; padding-left:20px; margin-bottom:10px; margin-top:8px; line-height:20px;}
.leftmenulist{ padding-left:15px;}
.accordion-button:not(.collapsed) {
    color: #141774;
    background-image:linear-gradient(#f0efef, white, #f0efef)!important;
	
}
.accordion-button{
	cursor:pointer!important;
	padding:8px 15px;
}
.accordion-button:hover{
background:#e9fbff;
}
.sortfilter{ outline:none; width:100%; padding:5px; border-radius:5px; border:1px solid #ccc;}
.prolistsearch{ border: 1px solid rgba(0, 0, 0, .125);border-radius:0px 0px 5px 5px; outline:none; padding:10px 10px; margin-bottom:10px; width:100%;}
.leftsortfilter{ border:none; outline:none;    height: 46px;}

.filtercatbox li a{display: table; float: left; border:1px solid #ccc; padding:1px 8px; margin-right:5px; margin-top:8px; }
.filtercatbox li a:hover{ background:#eee; color:#000;}
.coupons {
    background: #e7ffe9;
    color: #4e8953;
    font-size: 20px;
    padding: 30px 20px;
    text-align: center;
	margin-top:20px;
	border-radius:8px;
}
.coupons strong {
    border-radius: 8px;
    border: 1px dashed #155b1b;
    padding: 5px 15px;
}
 
/* Basic styling */

[type=checkbox] {
  width:18px;
  height:18px;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
  margin-right:5px;
}
[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
/* Checked */
[type=checkbox]:checked {
  background-color: #fe1660;
}
[type=checkbox]:checked::before {
  box-shadow: none;
   background-image:url(../images/checkbox.svg);
   width:18px;
   height:18px;
}



.cartview img{ object-fit:cover; height:90px; width:100%;}
.mycartpage h4 {
	font-size: 31px;
	font-weight: 800;
	color: #c28709;
	border-bottom: 2px solid #c28709;
	margin-bottom: 30px;
	display: table;
}

.proviwe h5 {
	color: #233a95;
	font-size: 20px;
	font-weight: 500;
}
.dis{ display:block; padding-bottom:2px;}
.proviwe a {
	font-size: 13px;
	color: #000;
}

.deleiver {
	padding: 20px 30px;
}
.deleiver td{ line-height:30px !important;}
.deleiver h4{
    background: #233a95;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 20px;
}
.viewmall {
	font-size: 14px;
	line-height:20px!important;
}
.totalpay{color: #008f2c; font-size:18px;}
.viewcartprice {
	padding:20px;
	margin: 0px;
	background: #fff;
	border-top: 1px solid #ccc;
	text-align: left!important;
	border-radius: 0px 0px 6px 6px; 
}
/* The radio */
.radio {
 
     display: block;
    position: relative;
    padding-left: 25px;
	margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:#28a745;
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
     left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#f8204f;
    
 
}
.viewcartprice p {
	width: 100%;
	line-height: 30px;
}

.viewcartprice strong {
	font-size: 20px;
}

.address {
	position: relative;
}

.inputcont {
	margin-top: 10px;
	margin-bottom: 10px;
}

.change {
	position: absolute;
	top: 3px;
	right: 2px;
	background-color: #fff !important;
	border: none;
	font-size: 15px;
	color: red;
	padding: 5px 16px;
	font-weight: 400;
	outline: none !important;
}

.buynow {
	border: none;
	outline: none;
	background: #ffcb00;
	width: 100%;
	padding: 5px;
	font-weight: 600;
	color: #000 !important;
}

.cartbutton {
	padding: 5px !important;
}

.cartbutton number {
	display: flex;
	cursor: pointer;
	margin-top: 6px;
}

.cartbutton qty {
	width: 40px;
	text-align: center;
	padding: 4px;
	border: 1px solid #b9b9b9;
}

.cartbutton minus {
	width: 35px;
	text-align: center;
	padding: -2px;
	font-size: 20px;
	border-left: 1px solid #b9b9b9;
	background-color: var(--primary);
	margin-left: 10px;
	color: #ffff;
}

.cartbutton plus {
	width: 35px;
	text-align: center;
	padding: -2px;
	font-size: 20px;
	border-right: 1px solid #b9b9b9;
	background-color: var(--primary);
	color: #ffff;
}

.checkoutinput {
	border: 1px solid #ccc;
	padding: 0px 10px;
	color: #000;
	font-size: 18px;
}

.checkouupdate {
	border: none;
	background: #060;
	color: #fff;
	padding: 0px 10px;
	font-size: 14px;
	margin-top: 10px;
}

.paymentmode {
	background: #647a91;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
}

.paymentmode1 {
	background: #0b963c;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
}

.paymentmodeborder {
	border-top: 1px dashed #848d97;
	padding: 20px 0px;
}

.paymentmethods {
	padding: 20px;
	background: #defeeb;
}

.billingdetails h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.newcoustomer {
	background: #defeeb;
	padding: 10px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #000;
}

.product-d table {
	border: 1px solid #ccc;
	width: 100%!important;
	line-height: 30px;
	font-size: 14px;
}

.delivery1 table tr:first-child {
	background: #465d73;
	color: #fff;
	font-weight: 700;
}

.delivery1 table td {
	border: 1px solid #ccc;
	padding: 2px 8px;
}

.con-sec {
	padding: 30px 0px !important;
}

.con-sec h3 {
	color: #342c2c;
	font-weight: 400;
	font-size: 36px;
	text-align: center;
	margin-bottom: 36px;
	line-height: 40px;
}
.cart3 {
    display: block;
    font-size: 15px;
    padding: 8px 15px;
    color: #403201;
    transition: .5s ease-in-out;
    margin-bottom: 20px;
    margin-top: 16px;
    border-radius: 5px;
    font-weight: 700;
    border: 1px solid #e3b104;
    width: 100%;
    background: #fcc812;
    font-size: 17px;
    text-transform: uppercase;
}
.viewcardlist{ margin-bottom:20px; padding:0px 0px 10px;}
.viewcartotal{ font-size:22px; font-weight:600;}
.viewacrtbasket i{ background:#fe1660; width:40px; height:40px; border-radius:50%; color:#fff; font-size:20px;padding: 8px;}
.viewacrtbasket{ font-size:20px;}
.viewacrtshoping a{ background:#e7fff9; color:#3b8c76; display:block; padding:5px 10px; text-align:center; border-radius:5px; border:1px solid #bdf2e4;}
.viewacrtshoping a:hover{ background:#fe1660; color:#fff;  border:1px solid #d9094b;}
.removeitems{color:#ff2d2d; border:none; background:#fff; outline:none;}

.shoppingcart {
	background: #fff;
	border: 1px solid #e1dfdf;
	border-radius: 6px;
}
.placeorderinput:focus{ border:1px solid #ec1b24;}
.selectadd{ background:#233a95; color:#fff; padding:8px 20px;border-radius: 5px; font-size:20px;}

.placeorderfrom lable{ font-size:14px;margin-bottom:0px !important;}
.placeorderinput{margin-bottom:5px !important; border:1px solid #e4e7ea; color:#000; font-size:16px; padding:5px; width:100%; outline:none; }
.successbg{ padding:30px 50px;box-shadow: 0px 3px 22px 10px rgba(136, 136, 136, 0.29);background:#fff; border:1px solid #fff;border-radius:10px; text-align:center;}
.successbg{ font-size:20px;}
.thankyouhead{ color:#2b950e; font-size:40px; font-weight:400; padding-bottom:20px;}
.thankyouheadred{ color:#f4002e; font-size:30px; font-weight:700; padding-bottom:20px;}
.thanksbottom{ color:#00;padding:15px 50px; margin-top:20px;}
.thankshome{ float:left; width:50%;}
.thankshome a{ background:#ede11b; color:#000; display:block; padding:5px;}
.thankscontact{ float:left; width:50%;}
.thankscontact a{ background:#233a95; color:#fff;display:block; padding:5px;}
.addnewaddress {
    border: none;
    border-radius:3px;
    padding: 5px 15px;
    font-size: 18px;
    color: #fff;
    outline: none;
    background: #28a745;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.addboxhere {
    border: 1px solid #e1dfdf;
    padding: 15px 21px !important;
    background: #fff;
    margin-top: 20px;
    border-radius: 6px;
}
.myprofilepage{ background:#eee; padding:40px 0px;}
.myprofilebox{ background:#fff; padding:30px; border-radius:30px;}
.myprofilediv {
    padding: 10px 0px;
    border-radius: 10px;
    margin-top: 10px;
    background: #fff;
	text-align:center;
}
.myprofilediv i{ color:#fe1660; font-size:28px;}
.profilebutton{ background:#009933; border-radius:5px; color:#fff; padding:8px 20px; font-weight:500; font-size:20px; outline:none; border:none; display:block; width:100%;}

/* order-history */

.order-history{
	border: 1px solid  #e5e5e5;
	margin-top: 20px !important;
	border-radius: 10px;
	padding: 0px;
}
.order-tab{
	border-bottom: 1px solid  #d3d7d4;
	margin-top: 10px !important;
}
.order-tab a{
	color: #333;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
	font-weight: 400;
	letter-spacing: .3px;
}
.set-p{ margin-bottom: 20px !important;}
.active-case{
	font-weight: 500 !important;
	border-bottom: 3px solid #096d45;
	color: #111 !important;
}
.order-s{
	color: #333;
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px !important;
}
.select-filter{
	width: 150px;
    border: 1px solid #d2cccc;
    padding: 5px 6px;
    font-size: 13px;
    margin-left: 11px;
	background-color: #fff;
	outline: none;
	color: #333;
}
.order-header{
	background-color: #eeeeee;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 10px;
    color: #233a95;
    font-size: 16px;
    font-weight: 400;
}
.order-header span{
	display: block;
}
.order-details a{
	transition: .5s ease-in-out;
}
.order-details a:hover{
	color: var(--green);
	text-decoration: underline;
}
.order-details strong{    font-size: 18px; font-weight:600;}
.seller{
	font-size: 85%;
	color: #000;
	padding-left: 6px;
}
.return2{
	font-size: 12px;
	color: #444;
	display: block;
}
.common-b {
    display: block;
    padding: 2px 5px;
    background-color: #ed135d;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
	font-size: 14px;
	transition: .5s ease-in-out;
}
.common-b:hover{
	background-color:#097045 !important;
	color: #fff !important;
}
.genrateinvoice {
    display: block;
    padding: 2px 5px;
    background-color: #141774;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
	font-size: 14px;
	transition: .5s ease-in-out;
}
.genrateinvoice:hover{
	background-color:#097045 !important;
	color: #fff !important;
}
.order-img img{ object-fit:contain; width:100%px;  margin-right:10px;}
.buyitagain{ text-align:center;}
.buyitagain a{ font-weight:700px; color:#039;}
.price-cart { font-size:20px;}

.aboutuaopage{ padding:30px; text-align:justify;}
.aboutuaopage p{ margin-top:15px;}
.commancontbody{ padding:50px 0px; color:#000; line-height:30px;}
.commancontbody h1{
    color: #000;
    font-size: 50px;
    margin-bottom: 15px;
	border-bottom:1px solid #fece51;
	text-transform:uppercase;
	display:table;
	font-weight:400;
}
.commancontbody h4{
    color: #fece51;
    margin-bottom: 15px;
}
.socialmedia img {
    margin-right: 10px;
	margin-top:10px;
    width: 50px;
}
.contactuspage strong {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 15px;
}
.range-slider {
  height: 5px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
}

.range-selected {
  height: 100%;
  left: 30%;
  right: 30%;
  position: absolute;
  border-radius: 5px;
  background-color: #1b53c0;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #1b53c0;
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
}

.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid #1b53c0;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}

/* .range-price {
  margin: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */
/*** Search Sugation ****/
.search_panel{
	background-color: #fff;
    border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 26%);
    position: absolute;
    width: 96%;
    z-index: 888;
}

.ssd{
	padding: 5px 19px 5px 42px;
	font-size: 15px;
	transition: .2s ease-in-out;
	display: block;
	position: relative;
	color: #111;
	cursor: pointer;
    z-index: 9999999;
}
.ssd:hover{
	background-color: #f3f3f3;
}

.ssd::before {
	position: absolute;
	font-family:'Bootstrap-icons';
	content:'\F52A';
    left: 0;
    top: 0;
    bottom: 0;
    padding: 6px 15px;
    color: #919191;
}
/** end of search ***/