	@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
:root {
--h1size: 50px;
--h2size: 28px;
--h3size: 24px;
--h4size: 20px;
--h5size: 18px;
--h6size: 16px;
--bodysize: 16px;
--rweight: 400;
--mweight: 500;
--sweight: 600;
--bweight: 700;
--eweight: 800;
--bcweight: 900;

--pfamily: 'Poppins', sans-serif; 
--sfamily: 'Open Sans', sans-serif;
--textcolor: #555555;
--brandcolor: #49a010;
--whitecolor: #ffffff;
--headingcolor: #232d3b;
--headerborder: #009222;
--navbarcolor: #ddffd5;
--bordercolor: #e8e8e8;
--graycolor: #f5f5f5;
--pldrcolor: #777777;
--starcolor: #ffcc23;
--removecolor: #ff3838;
--brandlight: #65ff00;
--bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
--bcardshadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
--biconshadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
--tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}
* {
	margin:0px;
	padding:0px;
	outline:0px
}
img {
	vertical-align:middle
}
a {
	text-decoration:none;
	display:inline-block
}
a:hover {
	text-decoration:none
}
ul, ol {
	list-style:none
}
h1, h2, h3, h4, h5, h6, p, ul, li, span, label {
	margin-bottom:0px
}
html, body {
	scroll-behavior:smooth
}
body {
	font-size:var(--bodysize);
	font-weight:var(--rweight);
	font-family:var(--pfamily) !important;
	line-height:26px;
	color:var(--textcolor);
/*	background:var(--graycolor)*/
}
h1 {
	font-size:var(--h1size);
	font-weight:var(--bweight);
	font-family:var(--sfamily) !important;
	color:var(--headingcolor)
}
h2 {
	font-size:var(--h2size);
	font-weight:var(--bweight);
	font-family:var(--sfamily) !important;
	color:var(--headingcolor)
}
h3 {
	font-size:var(--h3size);
	font-weight:var(--bweight);
	font-family:var(--sfamily) !important;
	color:var(--headingcolor)
}
h4 {
	font-size:var(--h4size);
	font-weight:var(--mweight);
	font-family:var(--pfamily) !important;
	color:var(--headingcolor)
}
h5 {
	font-size:var(--h5size);
	font-weight:var(--mweight);
	font-family:var(--pfamily) !important;
	color:var(--headingcolor)
}
h6 {
	font-size:var(--h6size);
	font-weight:var(--mweight);
	font-family:var(--pfamily) !important;
	color:var(--headingcolor)
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:var(--pldrcolor);
font-size:15px;
letter-spacing:0.3px
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:var(--pldrcolor);
font-size:15px;
letter-spacing:0.3px
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
color:var(--pldrcolor);
font-size:14px;
letter-spacing:0.3px
}
input::placeholder, textarea::placeholder {
color:var(--pldrcolor);
font-size:14px;
letter-spacing:0.3px
}
button:focus {
	outline:none
}
@media (max-width: 991px) {
.cont-rev {
-webkit-box-orient:vertical;
-webkit-box-direction:reverse;
-ms-flex-direction:column-reverse;
flex-direction:column-reverse
}
}
.header-select {
	border:none;
	width:100px;
	height:45px;
	padding:8px;
	font-size:15px;
	color:var(--whitecolor);
	background:transparent;
	text-transform:capitalize;
	cursor:pointer
}
.header-select:focus {
	-webkit-box-shadow:none;
	box-shadow:none
}
.header-select .clr {
	color:var(--headingcolor)
}
.product-short-select {
	height:40px;
	width:250px;
	font-size:15px;
	border-radius:8px;
	cursor:pointer
}
.product-short-select:focus {
	border-color:#000000;
	-webkit-box-shadow:none;
	box-shadow:none
}
.navbar-dropdown {
	position:relative
}
.navbar-dropdown:hover .dropdown-list {
visibility: visible;
    opacity: 1;
    top: 56px;
    left: -167px;
    width: 403px;
}
.dropdown-indicator {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.dropdown-indicator span {
	margin-right:5px
}
.dropdown-indicator i {
	font-size:10px
}
.dropdown-list {
	position:absolute;
	top:80px;
	left:0px;
	z-index:3;
	width:225px;
	opacity:0;
	overflow:hidden;
	visibility:hidden;
	border-radius:3px;
	background:var(--whitecolor);
	border-top:2px solid #000000;
	-webkit-box-shadow:0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow:0px 15px 35px 0px rgba(0, 0, 0, 0.1);
/*transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s*/
}
.dropdown-list li {
/*	border-bottom:1px solid var(--bordercolor)*/
}
.dropdown-list li:last-child {
	border-bottom:none
}
.dropdown-link {
	width:100%;
	font-size:15px;
	font-weight:500;
	padding:6px 15px;
	color:var(--textcolor);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.dropdown-link:hover {
	color:var(--whitecolor);
	background:#000000
}
@media (max-width: 767px) {
.navbar-dropdown {
position:inherit
}
.dropdown-indicator {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.dropdown-list {
position:inherit;
visibility:visible;
opacity:1;
width:100%;
border:none;
display:none;
-webkit-box-shadow:none;
box-shadow:none;
padding:0px 25px;
background:transparent
}
.dropdown-link {
font-size:14px;
padding:7px 15px;
/*border-radius:8px*/
}
}
.nasted-dropdown {
	height:402px;
	padding:0px 8px;
	overflow-y:scroll
}
.nasted-dropdown li {
	border-bottom:1px solid var(--bordercolor)
}
.nasted-dropdown li:last-child {
	border-bottom:none
}
.nasted-dropdown li a {
	width:100%;
	padding:8px 8px;
	color:var(--textcolor);
	text-transform:capitalize;
	font-size:15px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.nasted-dropdown li a:hover {
	color:#000000
}
.nasted-dropdown li a i {
	font-size:12px
}
.nasted-dropdown li ul {
	padding:0px 18px;
	display:none
}
.nasted-dropdown li ul li a {
	font-size:14px;
	padding:6px 0px;
	position:relative;
	margin-left:25px
}
.nasted-dropdown li ul li a::before {
position:absolute;
content:"";
top:50%;
left:-20px;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
width:10px;
height:1px;
background:var(--textcolor)
}
@media (min-width: 992px) and (max-width: 1199px) {
.nasted-dropdown {
height:266px
}
}
.navbar-megamenu {
	position:static
}
.navbar-megamenu:hover .megamenu {
	visibility:visible;
	opacity:1;
	top:56px
}
.megamenu {
	position:absolute;
	top:80px;
	left:0px;
	z-index:3;
	width:100%;
	opacity:0;
	overflow:hidden;
	visibility:hidden;
	border-radius:3px;
	padding:15px 15px;
	background:var(--whitecolor);
	border-top:2px solid #000000;
	-webkit-box-shadow:0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow:0px 15px 35px 0px rgba(0, 0, 0, 0.1);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.megamenu ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.megamenu ul li {
	margin:10px 15px
}
.megamenu ul li a {
	width:240px;
	padding:18px 30px;
	border-radius:3px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	background:var(--graycolor);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.megamenu ul li a:hover {
	background:#000000
}
.megamenu ul li a:hover i, .megamenu ul li a:hover span {
	color:var(--whitecolor)
}
.megamenu ul li a i {
	font-size:30px;
	border-radius:3px;
	display:inline-block;
	color:#000000;
	margin-right:12px;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.megamenu ul li a span {
	font-size:15px;
	font-weight:500;
	color:var(--textcolor);
	text-transform:capitalize;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
@media (max-width: 767px) {
.navbar-megamenu {
position:inherit
}
.dropdown-indicator {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
.megamenu {
position:inherit;
visibility:visible;
opacity:1;
width:100%;
height:250px;
border:none;
display:none;
-webkit-box-shadow:none;
box-shadow:none;
background:transparent;
overflow-y:scroll;
padding:0px 15px
}
.megamenu ul li {
margin:0px;
border-bottom:1px solid var(--bordercolor)
}
.megamenu ul li a {
width:210px;
padding:15px 0px
}
.megamenu ul li a:hover {
background:transparent
}
.megamenu ul li a:hover i, .megamenu ul li a:hover span {
color:#000000
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.megamenu {
height:200px;
overflow-y:scroll
}
.megamenu ul li {
margin:10px 10px
}
.megamenu ul li a {
width:210px
}
}
.btn {
	border:none;
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	padding:13px 32px;
	letter-spacing:0.5px;
	border-radius:3px;
	border:2px solid #000000
}
.btn:focus {
	-webkit-box-shadow:none !important;
	box-shadow:none !important
}
.btn i {
	margin-right:8px
}
.btn-inline {
	color:var(--whitecolor);
	background:#000000
}
.btn-inline:hover {
	color:#000000;
	background:var(--whitecolor)
}
.btn-outline {
	color:#000000;
	background:var(--whitecolor)
}
.btn-outline:hover {
	color:var(--whitecolor);
	background:#000000
}
.search-form {
/*display: inline-block;*/
    position: relative;
    width: 100%;
}

.search-form .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 45px;
    padding: 0 4px;
    text-align: center;
}
.search-form.navbar-src .btn.searchbtn {
	position: absolute;
    top: 0px;
    right: 0px;
    height: 45px;
    padding: 5px;
    text-align: center;
    background: none;
    outline: none;
    border: 0;
}
.search-form .btn i{
    font-size: 18px;
    color: #3c3c3f;
}
.search-form .btn:hover{
	background: none;
}

.footer-form {
	width:100%
}

.footer-form form {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.footer-form form input {
	width:100%;
	height:50px;
	border:none;
	background:var(--graycolor);
	border-radius:8px;
	padding:0px 20px;
	margin-bottom:20px
}
.footer-form form .btn {
	width:100%;
	border-radius:8px;
	text-align:center;
	padding:12px 0px;
	font-size:13px
}
.footer-form form .btn i {
	margin-right:8px
}
.review-form h3 {
	margin:0px 0px 25px 15px
}
.review-form .btn {
	margin-left:15px
}
.grid-input {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-bottom:30px
}
.grid-input input {
	width:100%;
	height:50px;
	margin:0px 15px;
	padding:0px 20px;
	border-radius:8px;
	background:var(--whitecolor);
	border:1px solid var(--bordercolor)
}
.grid-input input:focus-within {
border-color:#000000
}
.row-input {
	margin:0px 15px 20px
}
.row-input input {
	width:100%;
	height:50px;
	padding:15px 20px;
	border-radius:8px;
	background:var(--whitecolor);
	border:1px solid var(--bordercolor)
}
.row-input input:focus-within {
border-color:#000000
}
.row-input textarea {
	width:100%;
	height:250px;
	padding:15px 20px;
	border-radius:8px;
	background:var(--whitecolor);
	border:1px solid var(--bordercolor)
}
.row-input textarea:focus-within {
border-color:#000000
}
.review-rating {
	margin:0px 15px 30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.review-rating li {
	margin-right:15px
}
.review-rating li i {
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	border-radius:50%;
	background:var(--graycolor);
	color:var(--textcolor);
	font-size:14px;
	text-shadow:2px 3px 8px rgba(0, 0, 0, 0.1);
	cursor:pointer
}
.review-rating li i:hover {
	color:var(--whitecolor);
	background:var(--starcolor)
}
@media (max-width: 767px) {
.grid-input {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
margin-bottom:0px
}
.grid-input input {
margin-bottom:20px
}
.row-input {
margin:0px 0px 20px
}
.star-rating {
margin:0px 0px 20px !important
}
.review-form .btn {
margin-left:0px
}
}
.form-group {
	margin-bottom:25px
}
.form-group textarea {
	height:180px;
	padding:12px 20px
}
.form-label {
	font-weight:500;
	margin:0px 0px 7px 3px
}
.form-control {
	width:100%;
	height:45px;
	padding:0px 20px;
	border-radius:8px;
	background:var(--whitecolor);
	border:1px solid var(--bordercolor)
}
.form-control:focus-within {
background:var(--whitecolor);
border-color:#000000;
-webkit-box-shadow:none;
box-shadow:none;
outline:0
}
.form-control::-webkit-file-upload-button {
height:45px;
border:none;
background:none
}
.form-control::-webkit-file-upload-button:focus {
border:none;
outline:none
}
.icon {
	font-size:14px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:3px;
	text-shadow:var(--tshadow);
	-webkit-box-shadow:var(--bshadow);
	box-shadow:var(--bshadow);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.icon-inline {
	color:var(--textcolor);
	background:var(--whitecolor)
}
.icon-inline:hover {
	color:var(--whitecolor);
	background:#000000
}
@media (max-width: 767px) {
.icon {
width:35px;
height:35px;
line-height:35px
}
}
.slider-arrow:hover .dandik, .slider-arrow:hover .bamdik {
	visibility:visible;
	opacity:1
}
.productsliderview:hover .dandik, .productsliderview:hover .bamdik {
	visibility:visible;
	opacity:1
}
.productsliderview .dandik, .productsliderview .bamdik {
	font-size: 15px;
}
.productsliderview .owl-dots{
	display: none;
}
.slider-dots ul {
	position:absolute;
	bottom:9px!important;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%)
}
.slider-dots ul li {
	width:20px;
	height:4px;
	border-radius:30px;
	background:var(--graycolor);
	margin:0px 5px;
	display:inline-block;
	cursor:pointer;
	-webkit-box-shadow:0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow:0px 15px 35px 0px rgba(0, 0, 0, 0.1)
}
.slider-dots ul li button {
	display:none
}
.slider-dots ul li.slick-active {
	background:#000000
}
.dandik, .bamdik {
	position:absolute;
	top:38%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:16px;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	border-radius:3px;
	color:#000000;
	background:var(--whitecolor);
	text-shadow:var(--tshadow);
	-webkit-box-shadow:var(--bshadow);
	box-shadow:var(--bshadow);
	visibility:hidden;
	opacity:0;
	cursor:pointer;
	z-index:1;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.dandik:hover, .bamdik:hover {
	color:var(--whitecolor);
	background:#000000
}
.dandik {
	right:-10px
}
.bamdik {
	left:-10px
}
@media (min-width: 576px) and (max-width: 1199px) {
.dandik {
right:-18px
}
.bamdik {
left:-18px
}
}
.section {
	padding:100px 0px 0px
}
.section-heading {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:50px
}
.title {
	position:relative
}
.title::before {
position:absolute;
content:"";
top:50%;
right:-80px;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
width:60px;
height:2px;
border-radius:30px;
background:#000000
}
.title::after {
position:absolute;
content:"";
top:70%;
right:-55px;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
width:35px;
height:2px;
border-radius:30px;
background:#000000
}
@media (max-width: 767px) {
.section {
padding:60px 0px 0px
}
.section-heading {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
margin-bottom:30px
}
.section-heading h2 {
margin-bottom:45px
}
.title::before, .title::after {
top:0px;
right:50%;
-webkit-transform:translate(50%, 0);
transform:translate(50%, 0)
}
.title::before {
top:50px
}
.title::after {
top:55px
}
}
.header-part {
	background:#000000
}
.header-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.header-info li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:10px 25px;
	border-right:1px solid var(--headerborder)
}
.header-info li:last-child {
	border-right:0px
}
.header-info li i {
	margin-right:8px
}
.header-info li i, .header-info li p {
	font-size:14px;
	color:var(--whitecolor)
}
.header-option, .header-curr, .header-lang {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.header-option {
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.header-curr i, .header-lang i {
	font-size:15px;
	color:var(--whitecolor);
	margin-top:2px
}
.header-lang {
	padding-left:30px;
	border-left:1px solid var(--headerborder)
}
@media (max-width: 767px) {
.header-info {
display:none
}
.header-option {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center
}
.header-curr {
padding-left:30px
}
}
.navbar-part {
	background:#fff;
}
.navbar-fixed {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:10;
	-webkit-box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.15);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.navbar-element {
	
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.left-widget {
	display:none
}
.navbar-logo img {
	width:200px;
	height:auto
}
/*.navbar-src {
	margin:0px 50px
}*/
.right-widget {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	float: right;
	margin-top: 3px;
}
.right-widget li {
	margin-right: 15px;
    margin-top: 15px;
}
.right-widget li:last-child {
	margin-right:0px
}
.right-widget li a {
	position:relative
}
.right-widget li a sup {
	position:absolute;
	top:-5px;
	right:-5px;
	font-size:11px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
	color:var(--whitecolor);
	background:#808183;
	text-shadow:var(--tshadow);
}
.navbar-slide {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.navbar-slide-cross, .navbar-slide-logo, .navbar-slide-src {
	display:none
}
.navbar-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
li.navbar-item{
	display: inline-block;
}
.navbar-link {
	    font-size: 14px;
	font-weight:600;
    padding:3px 5px 0 15px;
	border-radius:5px;
	color:var(--headingcolor);
	text-transform:uppercase;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s;
font-weight: 500;
letter-spacing: .3px;
color: #282c3f;
}
.navbar-link:hover {
	color:#000000
}
ul.navbar-list {
    display: initial;
padding: 0 0 0 25px;
    margin: 0;
}
.navbar-item.active .navbar-link {
	color: #282c3f;
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-weight: 700;
}
span.changecity {
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    color: #7f818b;
}
.wrapper.searchpage{
	display: inline-block;
	width: 100%;
}

.main_content {
    background: #fff;
}

.heading_s1 {
    margin-bottom: 25px;
}
.heading_s1 h2 {
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
.aboutsection{ padding:65px 0px 65px;}

.about_img img {
    float: right;
    padding: 0px 20px;
}
.about_img p {
    margin-bottom:10px;
}
ol.breadcrumb.justify-content-md-end {
    background: none;
    position: relative;
    top: 17px;
      /* background: none;
     position: relative;
     top: 57px;
     left: 10px;
     right: 568px;*/
}

.breadcrumb-item a{
color:#fff;
}

.breadcrumb-item.active {
    color: #ff9f1a;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/";
}
.custom_select {
    position: relative;
}
.custom_select::before {
    content: "\e64b";
    font-family: 'themify';
    position: absolute;
    display: block;
    color: #848484;
    top: 50%;
    right: 15px;
    font-weight: 900;
    pointer-events: none;
    font-size: 12px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
select option {
    color: #000;
}
.form-control-sm{height: 45px;}
.custom_select select {
    appearance: none;
    border: 1px solid #ced4da;
    padding: 8px 35px 8px 15px;
    width: 100%;
}
.shop_container {
    position: relative;
}
.product, .product_wrap {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}
.product_img {
    position: relative;
    overflow: hidden;
}
.product_img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.product_action_box {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    right: 0;
    text-align: center;
    padding-top: 0;
    transition: all .5s ease-in-out;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pr_action_btn {
    display: table;
    margin: 0 auto;
}
.pr_action_btn li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}

.list_none li {
    list-style: none;
}
.pr_action_btn li a {
    background-color: #fff;
    font-size: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    width: 37px;
    height: 37px;
    padding: 0;
    display: block;
    text-align: center;
}
.pr_action_btn li a i {
    vertical-align: middle;
    line-height: 37px;
    font-size: 18px;
}
.icon-basket-loaded:before {
    content: "\e04d";
}
@media (max-width: 767px) {
.navbar-element {
padding:12px 0px
}
.left-widget {
display:block
}
.right-widget li {
margin-right:0px
}
.navbar-logo {
margin:0px 15px
}
.navbar-logo img {
width:160px
}
.navbar-src, .right-widget li {
display:none
}
.right-widget li:first-child {
    display: block;
    margin-right: 15px;
    margin-top: -15px;
}
.navbar-slide {
position:fixed;
top:0px;
left:0px;
width:100%;
height:100vh;
z-index:3;
background:rgba(0, 0, 0, 0.7);
visibility:hidden;
opacity:0;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.navbar-slide.active {
visibility:visible;
opacity:1
}
.navbar-slide.active .navbar-content {
left:0px
}
.navbar-content {
position:fixed;
top:0px;
left:-275px;
z-index:3;
width:270px;
height:100vh;
padding:15px 15px 0px;
overflow-y:scroll;
overflow-x:hidden;
background:var(--graycolor);
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:start;
-ms-flex-pack:start;
justify-content:flex-start;
-webkit-box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.1);
box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.1);
-webkit-transition:all linear .4s;
transition:all linear .4s
}
.navbar-slide-cross, .navbar-slide-logo, .navbar-slide-src {
display:block
}
.navbar-slide-cross {
text-align:center;
margin-bottom:25px
}
.navbar-slide-logo {
text-align:center;
padding-bottom:20px;
border-bottom:1px solid var(--bordercolor)
}
.navbar-slide-logo a img {
width:180px
}
.navbar-slide-src {
margin:30px 0px
}
.navbar-slide-src .btn {
font-size:14px;
padding:12px 15px
}
.navbar-slide-src .btn i {
margin-right:0px
}
.navbar-slide-src .btn span {
display:none
}
.navbar-list {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start;
margin-bottom:70px
}
.navbar-item {
width:100%;
border-bottom:1px solid var(--bordercolor)
}
.sidenav-menu .panel a {
padding:12px 0px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar-link {
padding:15px 6px
}
.navbar-logo img {
width:160px;
height:auto
}
.navbar-src .btn {
font-size:14px;
padding:12px 15px
}
.navbar-src .btn i {
margin-right:0px
}
.navbar-src .btn span {
display:none
}
}
.btmbar-part {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:3;
	background:var(--whitecolor);
	border-radius:10px 10px 0px 0px;
	-webkit-box-shadow:0px -5px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow:0px -5px 15px 0px rgba(0, 0, 0, 0.1);
	display:none
}
.btmbar-widget {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.btmbar-widget li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	width:70px;
	padding:8px 0px;
	border-radius:8px;
	position:relative
}
.btmbar-widget li a:hover {
	background:var(--graycolor)
}
.btmbar-widget li a:hover i {
	color:#000000
}
.btmbar-widget li a:hover span {
	color:#000000
}
.btmbar-widget li a i {
	color:var(--textcolor);
	font-size:13px;
	text-shadow:2px 3px 8px rgba(0, 0, 0, 0.1)
}
.btmbar-widget li a span {
	color:var(--textcolor);
	font-size:11px;
	line-height:18px
}
.btmbar-widget li a sup {
	position:absolute;
	top:0px;
	right:15px;
	height:18px;
	line-height:18px;
	padding:0px 5px;
	border-radius:30px;
	background:#000000;
	color:var(--whitecolor);
	font-size:12px;
	text-shadow:2px 3px 8px rgba(0, 0, 0, 0.1)
}


.breadcrumb_section.page-title-mini {
    padding: 70px 0;
     background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/sub.jpg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.breadcrumb_section {
    padding: 150px 0;
    width: 100%;
}
.bg_gray {
    background-color: #f7f8fb !important;
}

@media (max-width: 767px) {
.btmbar-part {
display:block
}
}
.news-part {
	padding:70px 0px;
	/*background:url(images/banner/04.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
	z-index:1;*/
	 background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/sub.jpg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	margin: 20px 0px 0px;
}
.news-part::before {
position:absolute;
content:"";
top:0px;
left:0px;
width:100%;
height:100%;
background:rgba(0, 0, 0, 0.3);
z-index:-1
}
.news-content {
	margin-top:8px
}
.news-content h2 {
	font-size:35px;
	color:var(--whitecolor)
}
.news-form input {
	height:55px;
	    width: 100%;
}
.news-form .btn {
	top:5px;
	right:5px;
	    padding: 0 15px;
	    border: 0;
}
.news-form .btn:focus{
	outline: none;
  border: 0;
}
.news-form .btn i{
	color:#fff;
	font-size: 15px;
}
.news-form .btn:hover{
	background-color: #000;
	color:#fff;
}
.news-form .btn:hover i{
	color:#fff;
}
@media (max-width: 767px) {
.news-part {
padding:60px 0px
}
.news-content {
margin:0px 0px 30px;
text-align:center
}
.news-form input {
padding:0px 75px 0px 20px;
width:100%;
}
.news-form .btn {
padding:11px 20px
}
.news-form .btn i {
margin-right:0px
}
.news-form .btn span {
display:none
}
}
@media (min-width: 768px) and (max-width: 991px) {
.news-content {
margin-top:0px
}
.news-form {
margin-top:15px
}
.news-form input {
padding:0px 90px 0px 20px
}
}
.footer-part {
background-image: url("../images/16883796830client-1.jpg");
background-size: contain;
background-position: top;
	padding:50px 0px 50px;
	border-top:1px solid var(--bordercolor);
	/*background-color:#FAFBFC;*/
	
}
.footer-content h3 {
	margin-bottom:25px;
	display:inline-block;
	    font-weight: 500;
	    font-size: 22px;
}
.footer-widget {
    margin-top: -10px;
}
.footer-content a img {
	width:180px;
	margin-bottom:25px
}
.footer-content p {
margin-bottom: 30px;
    font-size: 14px;
    text-align: justify;
}
.footer-icon {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.footer-icon li {
	margin-right:15px
}
.footer-widget {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.footer-widget ul {
	margin-right:20px;
}
.footer-widget ul li {
	margin:15px -4px;
}
.footer-widget ul li a {
	color:var(--textcolor);
	margin-left:25px;
	position:relative;
	    font-size: 15px;
}
.footer-widget ul li a::before {
position:absolute;
content:"";
top:50%;
left:-25px;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
width:15px;
height:2px;
border-radius:30px;
background:#000000;
}
.footer-widget ul li a:hover {
	color:#000000;
	text-decoration:underline;
}
.download-app {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
}
.download-app li {
	margin-right:15px;
}
.download-app li:last-child {
	margin-right:0px;
}
.download-app li a img {
	width:160px;
}
@media (max-width: 767px) {
.footer-part {
padding:60px 0px 0px;
}
.footer-content {
text-align:center;
margin-bottom:50px;
}
.footer-content h3 {
margin-bottom:45px;
}
.footer-icon {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
}
.footer-icon li {
margin:0px 8px;
}
.footer-widget {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
}
.footer-widget ul {
margin:0px 15px;
}
.download-app {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
}
.download-app li {
margin:0px 8px;
}
.download-app li a img {
width:130px
}
}
@media (min-width: 576px) and (max-width: 767px) {
.footer-widget ul {
margin:0px 30px;
}
.download-app {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
}
.download-app a img {
width:160px;
}
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
.footer-widget ul {
margin-right:35px;
}
.download-app li a img {
width:135px;
}
}
.footer-bottom {
	padding:15px 0px;
	background:#000000
}
.footer-bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.footer-bottom p {
	color:var(--graycolor);
	font-size:14px
}
.footer-bottom p a {
	color:var(--whitecolor)
}
.footer-bottom p a:hover {
	text-decoration:underline
}
.pay-card li {
	display:inline-block;
	margin-left:10px
}
.pay-card li a img {
	width:45px;
	border-radius:3px
}
@media (max-width: 767px) {
.footer-bottom {
padding:15px 0px 60px;
margin-top:60px
}
.footer-bottom {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
text-align:center
}
.footer-bottom p {
margin-bottom:15px
}
}
/*product listing css*/

.wrapper{padding: 80px 0;
    background: #fff;}
.shopb {
    padding: 5px!important;
    color: #222;
    background: #fff;
}
.shopb:hover{
    padding: 10px!important;
    color: #222;
    background: #fff;
}
p.btn.btn-danger.btn-block.shopb span {
    color: #222;
}
p.btn.btn-danger.btn-block.shopb span:hover {
    color: #222;
    background: #fff;
}
.shopb i{ padding:0!important; color:#222;}
.shopb i:hover{ padding:0!important; color:#222;}
h4.card-title a {
    color: #222;
}
p.card-text {
    margin-bottom: 10px;
}
.card {
    margin-bottom: 10px;
}
/*product listing css*/
/*product detail page css*/

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden;
/*   border: 2px solid #ddd;*/
  box-shadow: 0 0 10px 5px rgb(97 97 97 / 16%);
  border-radius: 5px;
   }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
            padding: 10px;
             }
/*
.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }*/

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; 
  font-size:14px;}

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 10px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*product detail page css*/



/* slider CSS */

#promotional_slider{
    margin: 0 auto;
    overflow: hidden;}

 .promotionalslider_wrapper{
    width: 100%;
    display: flex;}
    

   
    /* slick initialized */
.slick-initialized {
        position: relative;}
       
    .promotionalslider_single{
      display:flex;
      width: 25%;
      flex: 0 0 25%;
      flex-direction: column;
      border: 5px solid $slidercolor;
      margin: 0 10px;}
      
     
   button.slick-next.slick-arrow {
    display: none!important;
}
button.slick-prev.slick-arrow.slick-disabled {
    display: none!important;
}
/*contact page css*/
.heading_s1 {
	margin-bottom: 25px;
}
.heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6 {
	font-weight: 700;
	margin: 0;
	text-transform: capitalize;
}
.leads {
	margin-bottom: 30px;
}
.contact_wrap li {
	list-style: none;
}
.contact_wrap li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin-bottom: 25px;
	-ms-flex-align: center;
	align-items: center;
}
.contact_icon {
	margin-right: 20px;
}
.contact_icon i {
	font-size: 34px;
	color: #222;
}
.contact_text span {
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
}
.contact_text p:last-child {
	margin-bottom: 0;
}
.contact_text a {
	color: #687188;
	line-height: 28px;
}
.contact_text a:hover {
	color: #FF324D;
}
.contact_style1 {
	text-align: center;
	padding: 20px;
	border: 2px solid #eee;
	margin-bottom: 30px;
}
.contact_style1 .contact_text span {
	margin-bottom: 5px;
}
.contact_style1 .contact_icon {
	margin-right: 0;
	margin-bottom: 10px;
}
.contact_style2 {
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 40px 20px;
	border-radius: 10px;
}
.contact_style2 .contact_icon {
	background-color: #DFFFED;
	margin: 0 0 5px;
	height: 90px;
	width: 90px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.contact_style2 .contact_icon i {
	line-height: 90px;
}
.contact_style3 {
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 40px 20px;
	border-radius: 10px;
}
.contact_style3 .contact_icon {
	border: 1px solid #222;
	margin: 0 0 5px;
	height: 80px;
	width: 80px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.contact_style3 .contact_icon i {
	line-height: 78px;
	transition: all 0.5s ease-in-out;
}
.contact_style3 .contact_icon::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #222;
	z-index: ;
	transition: all 0.5s ease-in-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	border-radius: 100%;
	z-index: -1;
}
.contact_style3:hover .contact_icon::before {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.contact_style3:hover .contact_icon i {
	color: #fff;
}
.contact_box {
	position: relative;
	padding: 50px 0px;
	display: table;
	width: 100%;
}
.contact_form {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	max-width: 500px;
	background-color: #fff;
	padding: 30px;
	float: right;
	margin-right: 30px;
	position: relative;
	z-index: 9;
}
.contact_box .map {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.contact_box .map iframe {
	height: 100%;
}
button#submitButton {
    margin-bottom: 20px;
}
/*
login page css*/

input[type=number] {
-moz-appearance: textfield;
}
#pass{
margin-left: 61px;
}
#mobile{
margin-left: 83px;
}
#email{
/*margin-left: 88px;*/
}
#fullname{
margin-left: 89px;
}
#register{
margin-top: 16px;
margin-bottom: 14px;
margin-left: 164px;
}
#reg_text{
text-align: center;
margin-top: 6px;
font-weight: 600;
margin-bottom: 12px;
font-size: 19px;
}
#log_text{
text-align: center;
font-weight: 600;
font-size: 19px;
}
#logmob{
margin-left: 21px;
}
#log_btn{
margin-top: 10px;
margin-bottom: 10px;
margin-left: 165px;
}
.login-model .ifield{
padding: 15px 0;
}
.login-model .ifield label{
width: 27%;
}
.login-model .ifield input {
width: 72%;
margin: 0;
padding: 5px;
border-color: #009cea;
box-shadow: 0 0 4px #009cea;
outline: none;
border: 1px solid #009cea;
margin: 0 !important;
}
#signup .submit{
text-align: center;
}
#signup .submit #register{
border: 0;
background: none;
font-size: 16px;
padding: 8px 25px;
background: #009cea;
color: #fff;
transition: 0.3s;
border-radius: 0 4px 4px 0;
outline: none;
margin: 0 auto !important;
text-transform: capitalize;
}
#login .submit {
text-align: center;
}
#login .submit #log_btn{
border: 0;
background: none;
font-size: 16px;
padding: 8px 25px;
background: #009cea;
color: #fff;
transition: 0.3s;
border-radius: 0 4px 4px 0;
outline: none;
margin: 0 auto !important;
text-transform: capitalize;
}
.login-model  .modal-dialog{
max-width: 600px;
}
.login-model  .modal-header{
margin: 0 auto;
display: block;
width: 100%;
background: #ddd;
padding-bottom: 0;
}
.login-model  .modal-header ul{
width: 93%;
display: inline-block;
text-align: center;
border:none;
}
.login-model  .modal-header ul li{
display: inline-block;
} 
.login-model  .modal-header ul li a{
background: none !important;
margin-right: 0 !important;
margin-left: 0 !important;
font-size: 22px !important;
color: #444;
text-transform: capitalize;
padding: 5px 12px!important;
}
.login-model  .modal-header ul li a.active{
background: #ffffff !important;
margin-right: 0 !important;
margin-left: 0 !important;
font-size: 22px !important;
padding: 5px 12px!important;
font-weight: 600;
}
.login-model  .modal-header .close{
margin: -1rem -1rem -1rem 0 !important;
}

/*whislist page css*/
.product-thumbnail img {
    max-width: 100px;
}
.cart_btn .add_wishlist, .cart_btn .add_compare {
    font-size: 20px;
    display: inline-block;
    margin-left: 15px;
	vertical-align: middle;
}
.cart_count, .wishlist_count {
	position: relative;
	top: -3px;
	left: 0;
	font-size: 11px;
	background-color: #FF324D;
	border-radius: 50px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	min-width: 16px;
	text-align: center;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	margin-right: -5px;
}
.shop_cart_table th, .shop_cart_table td,
.wishlist_table th, .wishlist_table td {
	vertical-align: middle;
	text-align: center;
}
.shop_cart_table th.product-name, .shop_cart_table td.product-name,
.wishlist_table th.product-name, .wishlist_table td.product-name {
	text-align: left;
	text-transform: capitalize;
}
.shop_cart_table .quantity {
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.wishlist_table .table td {
	border-bottom: 1px solid #dee2e6;
}
.wishlist_table .badge {
	line-height: normal;
	vertical-align: middle;
	padding: 2px 10px;
}
.quantity .plus {
    background-color: #fda94f;
    color:#fff;
    display: inline-block;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    margin: 4px;
}
.quantity .minus {
    padding-left: 4px;
}
.quantity .minus {
    background-color: #fda94f;
    color:#fff;
display: inline-block;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    margin: 4px;
}
.quantity .qty {
    float: left;
    width: 55px;
    height: 36px;
    border: 1px solid #ddd;
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin: 3px;
}
.quantity .qtybx{
    width: 50px;
    text-align: center;
    padding: 2px;
    vertical-align: top;
    margin-top: 4px;
}
.medium_divider {
    height: 50px;
}
.divider.center_icon {
    text-align: center;
}
.divider {
    position: relative;
    overflow: hidden;
/*    height: 4px;
*/    z-index: 9;
}
.divider::before {
    margin-top: -1px;
}

.divider:before{
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    height: 0;
    border-top: 1px solid #dddddd;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.divider i {
    background-color: #fff;
    color: #d9d9d9;
    position: relative;
    z-index: 1;
    font-size: 30px;
    padding: 0 40px;
}
.divider::after {
    margin-top: 1px;
}

.divider:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    height: 0;
    border-top: 1px solid #dddddd;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.border.p-3.p-md-4 {
    margin-bottom: 20px;
}
/* css by puja p*/
.dropdown-list .innerli {
    float: left;
    padding: 0;
    background-color: #fff;
    width: 223px;
}
ul.dropdown-link.innerul{
	padding: 0;
}
dropdown-list .innerli ul.dropdown-link {
    padding: 0;
    float: left;
}
.dropdown-list .innerli ul.dropdown-link li{
    padding: 0;
    background-color: #fff;
}
li.dropdown-link.innerli1 {
    float: left;
    padding: 0;
    width: 180px;
    display: inline-block;
    border-left: 1px solid #818181 !important;
}

li.innerli1 .innerul{
	padding: 0;
    /* float: left; */
    /* width: 150px; */
    margin: 0;
}
li.innerli1 .innerul li{
	padding: 0;
	background-color:#fff;
}
li.dropdown-link  .type{
/*border-bottom: 1px dotted #000;*/
    color: #000;
    text-transform: uppercase;
    	width: 100%;
	display: inline-block;
}
li.dropdown-link  .type:hover{
	background: none !important;
	color:#000 !important;
}
.news-form .btn:hover{
	color:#fff;
}
.social-icons{
	    display: inline-block;
    width: 100%;
    margin: 25px 0;

}
.quantity{
	    width: 100%;
    display: inline-block;
		text-align: center;
    margin: 0 auto;
}
input.qty_size {
    display: inline-block;
    /* float: left; */
    text-align: center;
    /* margin: 5px; */
}
section.section.best-part {
    padding-top: 15px;
}
h2.title{
	    font-weight: 500;
		letter-spacing: .15em;
	
}
.vendorform h5{
		    text-align: center;
    font-size: 26px;
    font-weight: 500;
}
.vendor-wrap{
	width: 100%;
    display: inline-block;
}
.vendor-wrap .box-body{
margin-top: 50px;
}
.vendor-wrap .box-body label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}
.wrapper.vendorform {
    padding: 50px 0 0 0;
}
.vendor-wrap .box-body .form-control{
display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:8px;
    /*-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.vendor-wrap .box-body #mobile{
	margin-left: 0; 

}
.vendor-wrap  #vendor_btn{
border:0;
cursor: pointer;
}
.banner-part .owl-nav{
	display: none;
}
.banner-part #bannerslide .owl-dot {
    background: #deddd4 !important;
    color: inherit;
    padding: 1px 15px !important;
    font: inherit;
    margin-right: 5px;
    border: 1px solid #deddd4;
}
.banner-part #bannerslide .owl-dot.active{
	background: #fff !important;
}
.banner-part #bannerslide .owl-dot{
	text-align: center;
}
.banner-part #bannerslide .owl-dots{
	position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
}
.service-section{
background-color: #fff !important
}
.service-section .heading{
	    margin-bottom: 50px;
}
.service-section .heading span {
    font-size: 26px;
    color:#666367;
	letter-spacing: .15em;
}
.service-section:before{
	content:none !important;
}
.details p.price{
    font-size: 15px;
    font-weight: 600;
}

.details .price span {
    color: #000000;
    font-weight: normal;
    padding-left: 5px;
    font-size: 15px;
}
.details .product-title{
	font-weight: 600;
}


/*listing page product view*/

.product-card  .product-content .product-info{
/*    width: 56%;
*/    display: inline-block;
    float: left;
}
.product-card  .product-content .product-info p{
font-size: 12px;
    font-weight: normal;
}
.product-card  .product-content .product-info label{
	    font-size: 13px;
    font-weight: 500;
    padding-right: 8px;
}
.product-card  .product-content .product-info p i{
	margin-right: 5px;
}
p.product-title {
    text-align: center;
    margin: 10px 0;
    font-weight: normal;
}
.product-info.product-info1 {
/*    width: 41% !important;
*/    float: left;
}
.product-title{
	width: 100%;
	text-align: center;
	display: inline-block;
}
.product-title a {
font-weight: 400;
    text-align: center;
    color: #232d3b;
    font-size: 18px;
    text-transform: capitalize;
}
/*listing page product view*/
/*sidefilerview*/
.selectbywrap {
    box-shadow: 0 1px 2px 0 #e9e9e9;
    border: 1px solid #e9e9e9;
    padding: 15px;
}
.selectbywrap h6 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
    margin-bottom: 17px;
}
.selectbybrand .section.size, .selectbycategory .section.size {
    margin: 0 0 20px 0;
    padding: 0;

}
.selectbybrand a.active{
    border: 1px solid #3d3c41;
}
.selectbybrand a.active label{ 
	color:#3d3c41;
}
.productleftside .checkbox {
    text-transform: capitalize;
}
.selectbywrap .checkbox {
position: relative;
    display: block;
    margin-top: 0;
    margin-bottom:0;
    margin-right: 10px;
}
.selectbywrap .checkbox a{
	display: inline-block;
	width: 100%;
}
.selectbywrap .checkbox label {
 min-height: 20px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    color: #746667;
    float: left;
    display: inline-block;
    width: 90%;
}
.selectbywrap .checkbox .styled-checkbox{
	float: right;
    margin-top: 8px;
    display: inline-block;
}
.itemwrap{
	margin-bottom: 15px;
}
.productrightside .product-img a{
/*padding: 0 15px 15px;
*/}
.productrightside .product-card .product-content .product-info p{
		    font-size: 13px;
}
.productrightside .product-card .product-content .product-info label{
	    font-size: 14px;
}

.productrightside .product-img a:hover img {
    transform: initial;
}
.menuOverlay{
	width: 100%;
    height: 100vh;
    background:rgb(0 0 0 / 75%);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

/* css by puja p*/

/******************** ashwini  css******************************/

.desktop-query {
    width: 330px;
    line-height: 0;
    margin: 18px 20px 20px 70px;
    position: relative;
    display: inline-block;
    float: left;
}
.desktop-searchBar {
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 20px;
    line-height: 24px;
    width: 95%;
    color: #696e79;
    box-sizing: content-box;
    padding: 8px 10px 10px;
    margin: 0;
    outline: 0;
    border: 1px solid #f5f5f6;
    border-radius: 0 4px 4px 0;
    border-left: 0;
    background: #f5f5f6;
}
.desktop-submit {
    box-sizing: content-box;
    display: inline-block;
    height: 28px;
    width: 40px;
    text-align: center;
    padding:4px 0 6px;
    background: #f5f5f6;
    border: 1px solid #f5f5f6;
    border-right: none;
    border-radius: 4px 0 0 4px;
    position: absolute;
    left: -41px;
}
.desktop-submit:focus{
	    border: 1px solid #f5f5f6;
}
.desktop-iconSearch {
    display: inline-block;
	transform: scale(.7);
}
.sprites-search {
    width: 21px;
    height: 21px;
    background-position: -754px 0;
}
.fa-search:before{ color:#696e79;}
i.fas.fa-search {
    padding-top: 3px;
}
.navbar-element {
    padding: 10px 0px;
}
aside{
}

/*category product css ashwini*/
.type{  padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 13px;
    padding-right: 10px;
    border-bottom: 1px solid #e9e9ed;
    position: relative;
    border-right: 1px solid #edebef;
    border-top: 1px solid #edebef;
    width: 235px;
	}
.type h6{font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 15px;
    clear: both;
    color: #282c3f;
    display: block;}
	
.checkbox  {
	display:inline;
}	
.checkbox a {
    white-space: nowrap;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
min-height: 17px;
color: #333;
font-size: 14px;
border: 1px solid #3333333d;
padding: 0 5px;
margin-right: 9px;
cursor: pointer;
}

.selectbybrand .checkbox label { text-transform:capitalize;font-size: 14px; cursor: pointer;}
.selectbybrand{    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 17px;
    border-bottom: 1px solid #e9e9ed;
    position: relative;
    border-right: 1px solid #edebef;
    border-top: 1px solid #edebef;
    width: 235px;
	}
.selectbybrand h6{font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin:0 0 5px -4px;
    clear: both;
    color: #282c3f;
    display: block;
}

.selectbybrand .section.size {
	padding: 8px 0 0 0;
}	
.xcelerator-plpXceleratorImageTag a{
	background-color: #222;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
	position: absolute;
	top: 5px;
	font-size: 13px;
	padding:2px 5px 2px 20px;
	color: #fff;
	right:0;
}

#sidebarWrap {
    height: 400px;
    width: 210px;
    float: left;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}
#main {
    width: 750px;
}

aside {width:225px;}

aside.fixedbar {
position: sticky;
    top: 115px;
    background: #fff;
    height: 499px;
}

/*.leftPaddingWrap {
	margin-left:250px !important;
}*/
#locationmodal .changecity{
display: none;
}
.checkboxWrapMe {
	position:relative;
	font-size: 13px;
    color: #222;
	margin-bottom:5px;
}
.checkboxWrapMe a:hover label{
color:#3d3c41;
}
.checkbox a:hover label{
	color:#3d3c41;

}
.checkbox a:hover {
		border:1px solid #3d3c41;
}
.product-grid {
    padding: 0 15px;
}
.checkme {
	width:15px;
	height:15px;
	border:1px solid #ddd;
	border-radius:3px;
	display:inline-block;
	margin-top:3px;
	float: left;
}
.checkboxWrapMe a.active .checkme{
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #3d3c41 !important;
}
.checkboxWrapMe a.active .checkme::after{
content: "";
    left: 4px;
    position: absolute;
    top: 1px;
    width: 6px;
    height: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #3d3c41;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkboxWrapMe a.active label{
    color: #3d3c41;
    margin-left: 24px;
    font-weight: 500;
}
.checkboxWrapMe a:hover .checkme{
    border: 1px solid #3d3c41 ;
}
.counter {
	position:absolute;
	right:0;
	font-size: 13px;
    color: #222;
	top:0;
}

.catlabel{
    font-size: 14px;
    color: #222;
    vertical-align: top;
    text-transform: capitalize;
    margin-left: 5px;
        max-width: 90%;
            cursor: pointer;
    float: left;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


.productName a{
    color: #222;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.product-btn a{
	    padding: 7px 0 !important; 
}

.productAdded{
    width: 100%;
    display: inline-block !important;
    background: #ddd;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #222;
    border: 0;
    text-shadow: var(--tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    margin: 0 2px 12px 2px;

}
/*cart page css*/
.cartpage .shop_cart_table{
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 15px 20px;
    border-radius: 10px;
}
.cartpage .product-lable{
    margin-top: 10px;
    min-height: 150px;
    padding: 15px;
    overflow: hidden;
    border: 2px solid #f5f5f6;
    position: relative;
}
.product-thumbnail {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 15px;
}
.cartpage .product-thumbnail a {
    height: 120px;
    width: 160px;
    position: relative;
    padding: 20px;
    display: inline-block;
    padding-top: 15px;
}
.cartpage .product-thumbnail img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
    height: 100px;
}
.cartpage  .product-name a{
font-size: 15px;
    color: #222;
    margin: 10px 0 0 0;
    display: block;
}
.cartpage  .cartrightinfo{
	text-align: center;
}
.cartpage  .product-remove{
    position: absolute;
    right: 11px;
    top: 1px;
}
.cartpage  .product-remove a i{
    color: #cbcfd1;
}
.cartpage .quantity{
text-align: center;
    width: 100%;
    justify-content: center;	
}
.productsubtotal{
	display: none;
}
.cartpage .quantity .qtysize{
width:36px;
}
.cartpage  .product-thumbnail img {
max-width: 115px;
}
.cartpage .headr{
	padding-top: 24px;
}
.cartpage {

}
/*.productImg img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
     margin: auto; 
    vertical-align: middle;
}
.productImg a {
    height: 180px;
    width: 100%;
    position: relative;
    padding: 0;
    display: inline-block;
}
.productImg {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto !important;
}*/
.productlistpage .productAdded span{
font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    padding: 0;
}
.footerdeal .footer-content{
	float: left;
}
.search-form.news-form{
display: inline-block;
    position: relative;
    width: 90%;
}
ul.typeahead.dropdown-menu{
	width: 100%;
	padding:0;
}
.typeahead li {
    border-top: 0;
     border-radius:0;
    border-bottom: 1px solid #ccc;
}
.typeahead li a {
    padding: 16px 12px;
    font-size: 13px;

}
.search-form.news-form input {
	width: 100%;
    height: 55px;
    border: none;
    outline: none;
    border-radius: 3px;
    background: #fff; 
    padding: 0 15px 0 15px;
    border: 1px solid #ddd;
}
/*.productlistpage .productImg, .listwrap .productImg{
    height: 165px;
    overflow: hidden;
}*/
.contact_map{
	width: 100%;
}
.bodyTable.leftPaddingWrap {
    width: 100%;
}
.bodyTable {
    margin: 0 25px;
    width: 100%;
}

.dropdown-content {
  display: none;
/*  background-color: #f9f9f9;*/
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
}
.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
li.navbar-item.navbar-dropdown.dropdown {
    display: inline-block;
    padding: 15px;
}
/*.dropdown-content a:hover {background-color: #f1f1f1}*/

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
#submit_enq, #contactsubmit{
	    text-align: center;
    background: #3D3C41;
    border-radius: 4px;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    border: 0;
}
.enquirymodal .pophead {
    position: initial;
    width: 100%;
    text-align: center;
    color: black;
        text-transform: uppercase;
}
.enquirymodal .modal-header .close {
    padding: 0;
    margin: 0;
    float: right;
}
#product_name{
	    color: #1f1f1f;
	    text-transform: capitalize;
}
.enquiryform p{
	font-size: 10px;
}
.productlistpage .productImg {
    height: 210px;
    overflow: hidden;
}
.prodright .price:first-child{
	padding-top: 15px;
}
/*select city css*/
.location{
    outline: none;
    width: 20%;
    padding-top: 15px;
    margin-left: 18px;
    display: inline-block;
}
.location .citybutton {
    background: none !important;
    border: 0 !important;
    color: #000 !important;
    width: 85% !important;
    padding: 10px 14px 0 14px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: left;
}
.location .citybutton {
	background:none;
	border:0;
}
/*.location .citybutton::after{
    content: '\25BC';
    position: absolute;
    top: 14px;
    right: -10px;
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: #575a71;
    border: 0;
}*/
.dropdown-toggle::after {
    content: '';
    border: 0;	
}
.location .dropdown-item{
	padding: 6px 15px;
    font-size: 14px;
}
.location .dropdown-item:hover{
	background-color: #000;
	color: #fff;
}
.location .dropdown-menu.show{
    position: absolute;
    transform: translate3d(13px, 47px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    float: right;
    background: #fff;
    right: 0;
    border-radius: 0;
    width: 200px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 8%);
    border: 0;
        padding-top: 0;
    padding-bottom: 0;
        text-transform: capitalize;

}
.location .map-icon{
    float: left;
    line-height: 50px;
}
.location .map-icon i{
	font: normal normal normal 14px/1 FontAwesome;
	    font-size: 23px;
}
.noleftpadding {
	padding-left: 0;
}
.location-modal .pinimg{
    text-align: center;
    width: 100%;
    display: inline-block;
    border-bottom: 2px dotted #ccc;
}
.location-modal .pinimg img{
	    width: 150px;
}
.location-modal .location .citybutton {
    background: #fff !important;
    border: 2px solid #fda94f !important;
    padding:6px 10px 4px 10px !important;
    font-size: smaller !important;
    width: 100% !important;
    text-align: left;
    margin-right: 0;
    border-right: 0;
    border-radius: 0 !important;
    margin-bottom: 0;
    appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.location-modal .location .citybutton::after{
	content:none;
}
.location-modal  .dropdown{
	    margin: 15px 0;
}
.location-modal .modal-body{
	    border: 15px solid #fda94f29;
}
.location-modal .location .citybutton i{
	font: normal normal normal 14px/1 FontAwesome;
}
.pinimg p{
	margin: 15px 0;
    font-size: 19px;
}
.location-modal .location{
	text-align: center;
	width: 50%;
    padding-top: 10px;
    display: inline-block;
}
.location-modal .pincode{
	text-align: center;
}
.location-modal .pincode .submit {
background: #fda94f;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px 4px 10px;
    outline: none;
    border: 0;
    margin-left: -5px;
}
.footerdeal .footer-content1{
width: 40%;
    margin-left: 5%;
}
.footerdeal .footer-content2{
    width: 53%;
    margin-left: 0;
    text-align: left;
}
.footerdeal .footer-content2 ul{
text-align:left;
}
.footerdeal .footer-content2 .title{
	margin-right: 65px;
}
.footerdeal .rightpadding{
padding-right: 0;
}
.footerdeal .leftpadding{	
	padding-right: 0;
}
#bannerslide .item img{
height: 820px;
}

/*

/*slider css
.bannerslide .carousel,
.bannerslide .item,
.bannerslide .active {
    height: 100%;
}

.bannerslide .carousel-inner {
  height: 100%;
  background: #000;
}

.bannerslide .carousel-caption{padding-bottom:80px;}

.bannerslide  h2{font-size: 60px;}
.bannerslide  p{padding:10px}

/* Background images are set within the HTML using inline CSS, not here 

.bannerslide  .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}




/**
 * Button
 
.bannerslide  .btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.bannerslide .btn-transparent:hover {
  background-color: #fff;
}

.bannerslide .btn-rounded {
  border-radius: 70px;
}

.bannerslide .btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 
.bannerslide .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bannerslide .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.bannerslide .carousel-inner .item .fill{	  
    background-size: cover;
    background-position: center;
    height: 800px;

}*/
.hero-slider .banner-content {
    position: relative;
    padding-left: 40px;
}.hero-slider .banner-content h1 {
    color: #ffffff;
   font-weight: 600;
    font-size: 60px;
    margin-bottom: 15px;
        font-family: var(--pfamily) !important;
            -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;

}.hero-slider .banner-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.8;
}.default-btn-one {
    background-color: #f7941d;
    color: #ffffff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 2px;
    border: 1px solid #f7941d;
}
.d-table.ban-table {
    position: absolute;
    top: -13%;
}
.hero-slider img{
	    height: 700px;
}