* {
	/* margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	outline: none; */
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

ol, ul {
	list-style: none;
}

li:last-child {
	margin: 0;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: "";
	content: none;
}

del {
	text-decoration: line-through;
}

header, section, article, aside, nav.main-nav, footer, address {
	display: block;
}

body {
	font-family: "product_sansregular", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	overflow-x: hidden;
	min-width: 320px;
}

input, textarea, select {
	font-family: "product_sansregular", Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.6em;
	font-family: "product_sansregular";
}

br.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.thumb {
	display: block;
}

.thumb img {
	display: block;
	width: 100%;
}

.active-tabs {
	color: #7eb473 !important;
	border-bottom: solid #7eb473;
	font-size: 22px;
	font-weight: bold;
}

.active-fav {
	color: darkred;
}

.strike {
	text-decoration: line-through;
}

.list-item {
	width: 33%;
	padding-left: 3%;
}

.list-price {
	width: 17%;
}

.list-offer {
	width: 25%;
}

.list-order {
	width: 30%;
}

.list-status {
	width: 15%;
}

.list-quantity {
	width: 20%;
}

.list-total {
	width: 20%;
}

.element-rotation {
	transform: rotate(-88deg);
}

.five-star {
	background-color: #19c569;
	height: 72%;
}

.four-star {
	background-color: #19c569;
	height: 55%;
}

.three-star {
	background-color: #19c569;
	height: 22%;
}

.two-star {
	background-color: #ffad09;
	height: 17%;
}

.one-star {
	background-color: #ff0000;
	height: 12%;
}

a {
	display: inline-block;
	color: #000000;
	font-family: "product_sansregular";
}

a:hover, [type="submit"]:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	transition-duration: 0.6s;
}

.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1300px;
}

.active-fav {
	color: darkred;
}

.strike {
	text-decoration: line-through;
}

.list-item {
	width: 30%;
	padding-left: 3%;
}

.list-price {
	width: 17%;
}

.list-offer {
	width: 25%;
}

.list-order {
	width: 25%;
}

.list-status {
	width: 15%;
}

.list-quantity {
	width: 20%;
}

.list-total {
	width: 20%;
}

.element-rotation {
	transform: rotate(-88deg);
}

.five-star {
	background-color: #19c569;
	height: 72%;
}

.four-star {
	background-color: #19c569;
	height: 55%;
}

.three-star {
	background-color: #193ec5;
	height: 22%;
}

.two-star {
	background-color: #ffad09;
	height: 17%;
}

.one-star {
	background-color: #ff0000;
	height: 12%;
}

.singletab-content {
	background-color: #f6faf5;
}

.quantity {
	display: flex;
	align-items: center;
	padding: 0;
}
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    
}

#snackbar.show {
   visibility: visible;
   -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
	font-size: 15px;
	bottom: 200px;
	z-index: 5;
}
.spotlight2{
	min-height: 54vh;
}
div.dealer-d { 
	margin-top: 50px;
}
div.dealer-d div.top-d { 
	width: 100%;
}
div.dealer-d div.bottom-d
div.dealer-d div.top-d a { 

}
div.sold-s { 
    padding: 15px 0px;
	border-bottom: 2px solid #d3d3d3;
}
div.sold-s p.sold-b { 
    font-weight: bold;
	margin-bottom: 4px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
div.sold-s p.sold-b span{
	font-size: 30px;
}
div.sold-s .seller-down{
	display: none;
}
div.sold-s div.seller-d { 
    width: 100%;
    display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
}
div.sold-s div.seller-d div.card { 
	width: 24%;
    margin: .5% .5% 2%;
	background: #deeddcc9;
	border-radius: 8px;
}
div.sold-s div.seller-d div.card div.img { 

}
div.sold-s div.seller-d div.card div.img img { 
	width: 100%;
    display: block;
    border-radius: 8px;
    height: 165px;
    object-fit: cover;
}
div.sold-s div.seller-d div.card div.fav { 
    text-align: right;
	margin: 0 8px 8px 0;
}
div.sold-s div.seller-d div.card div.fav span { 
	font-size: 14px;
}	
div.sold-s div.seller-d div.card h4 { 
    margin: 8px;
    font-weight: 600;
}
div.dealer-d a.more{
	padding: 14px 0px;
    color: #fff;
    border: solid 2px #7eb473;
    background: #7eb473;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
div.dealer-d div.top-d a div.img { 
	display: flex;
	align-items: center;
}
div.dealer-d div.top-d a div.img img { 
    width: 100px;
    display: block;
	border-radius: 50%;
	height: 100px;
    object-fit: cover;
}
div.dealer-d div.top-d a h6 { 
	margin-left: 15px;
    font-size: 20px;
    font-weight: 600;
}
div.dealer-d div.bottom-d p { 
	margin: 15px 0;
	color: #8d8a8ad3;
}
#d-Profile { 
	padding: 20px 0 60px;
}
#d-Profile div.head { 
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#d-Profile div.head div.img { 
	width: 200px;
}
#d-Profile div.head div.img img { 
    width: 100%;
    display: block;
	border-radius: 50%;
}
#d-Profile div.head div.deatils { 
    margin-left: 25px;
	width: 80%;
}
#d-Profile div.head div.deatils h4 { 
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
#d-Profile div.head div.deatils p { 
	color: #8d8a8ad3;
}
/* cart.html */

#cart {
    padding-bottom: 75px;
}
#cart section.wrapper ul.tab-links {
    display: flex;
    justify-content: start;
    padding: 65px 0px 55px 0px;
}
#cart section.wrapper ul.tab-links li {
    margin-right: 50px;
}
#cart section.wrapper ul.tab-links li a {
    font-size: 20px;
    color: #b2b2b2;
}
#cart section.wrapper ul.tab-links li a:last-child {
    padding: 14px 40px;
    color: #fff;
    border: solid 2px #7eb473;
    background: #7eb473;
    border-radius: 12px;
}
#cart section.wrapper ul.tab-links li span {
    width: 7px;
    height: 7px;
    margin-top: 3px;
    background-color: #fff;
}
#cart section.wrapper ul.tab-links li:hover span {
    background-color: #7eb473;
    transition-duration: 0.6s;
    margin-right: 0px;
}
#cart section.wrapper ul.tab-links li:hover a {
    color: #7eb473;
    transition-duration: 0.6s;
}
#cart section.wrapper section.lists-res {
    display: none;
}
#cart section.wrapper section.lists ul.list-head {
    display: flex;
    flex-wrap: wrap;
    background: #deecda;
    border-radius: 11px;
    padding: 18px 0px 18px 0px;
    margin-bottom: 25px;
}
#cart section.wrapper section.lists ul.list-head li {
    font-size: 22px;
    font-weight: bolder;
}
#cart section.wrapper section.lists ul.list-head li:first-child {
    margin-right: 0x;
    font-size: 22px;
    font-weight: bolder;
    margin-left: 0px;
}
#cart section.wrapper section.lists ul.list li:hover {
    transform: scale(1.03);
    transition-duration: 0.3s;
    box-shadow: 4px 7px 24px 3px #deecda;
}
#cart section.wrapper section.lists ul.list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 18px 0px;
    box-shadow: 0px 3px 30px #7EB47326;
    margin-bottom: 40px;
}
#cart section.wrapper section.lists ul.list li div.first {
    display: flex;
    align-items: center;
}
#cart section.wrapper section.lists ul.list li div.first span.wish {
    font-weight: bold;
}
#cart section.wrapper section.lists ul.list li div.first div {
    border-radius: 23px;
    width: 138px;
    height: 142px;
    overflow: hidden;
    display: flex;
    margin-right: 30px;
}
#cart section.wrapper section.lists ul.list li div.last {
    display: flex;
    width: 82px;
}
#cart section.wrapper section.lists ul.list li div.status {
    width: 22px;
}
#cart section.wrapper section.lists ul.list li div img {
    display: block;
    width: 100%;
}
#cart section.wrapper section.lists ul.list li div.del {
    width: 20px;
}
#cart section.wrapper section.lists ul.list li div a.buynow {
    padding: 14px 40px;
    color: #fff;
    border: solid 2px #7eb473;
    background: #7eb473;
    border-radius: 6px;
}
#cart section.wrapper section.lists ul.list li div a.wish-img {
    display: inline-block;
    color: #ff0000;
    font-family: "product_sansregular";
    margin-right: 20px;
    font-size: 25px;
}
#cart section.wrapper section.lists-bottom ul.total {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #deecda;
    border-radius: 11px;
    padding: 18px 0px;
    margin-bottom: 25px;
    align-items: center;
}
#cart section.wrapper section.lists-bottom ul.total li {
    font-size: 22px;
    font-weight: bolder;
    margin-right: 22px;
}
#cart section.wrapper section.lists-bottom ul.total li:first-child {
    font-size: 22px;
    font-weight: bolder;
    margin-left: 35px;
}
#cart section.wrapper section.lists-bottom ul.total a.buynow:hover {
    padding: 14px 40px;
    color: #7eb473;
    border: solid 2px #7eb473;
    background:#fff;
    border-radius: 6px;
}
#cart section.wrapper section.lists-bottom ul.total a.buynow {
    padding: 14px 40px;
    color: #fff;
    border: solid 2px #7eb473;
    background: #7eb473;
    border-radius: 6px;
}

/* orders.html */

#orders {
    padding-bottom: 75px;
}
#orders section.wrapper section.lists-res {
    display: none;
}
#orders section.wrapper ul.tab-links {
    display: flex;
    justify-content: start;
    padding: 65px 0px 55px 0px;
}
#orders section.wrapper ul.tab-links li {
    margin-right: 50px;
}
#orders section.wrapper ul.tab-links li:last-child {
    margin-right: 0px;
}
#orders section.wrapper ul.tab-links li a {
    font-size: 20px;
    color: #b2b2b2;
}
#orders section.wrapper ul.tab-links li a:last-child {
    padding: 14px 40px;
    color: #fff;
    border: solid 2px #7eb473;
    background: #7eb473;
    border-radius: 12px;
}
#orders section.wrapper ul.tab-links li span {
    width: 7px;
    height: 7px;
    margin-top: 3px;
    background-color: #fff;
}
#orders section.wrapper ul.tab-links li:hover span {
    background-color: #7eb473;
    transition-duration: 0.6s;
    margin-right: 0px;
}
#orders section.wrapper ul.tab-links li:hover a {
    color: #7eb473;
    transition-duration: 0.6s;
}
#orders section.wrapper section.lists ul.list-head {
    display: flex;
    flex-wrap: nowrap;
    background: #deecda;
    border-radius: 11px;
    padding: 18px 0px;
    margin-bottom: 25px;
}
#orders section.wrapper section.lists ul.list-head li {
    font-size: 22px;
    font-weight: bolder;
}
#orders section.wrapper section.lists ul.list-head li:first-child {
    font-size: 22px;
    font-weight: bolder;
}
#orders section.wrapper section.lists ul.list li:hover {
    transform: scale(1.03);
    transition-duration: 0.3s;
    box-shadow: 4px 7px 24px 3px #deecda;
}
#orders section.wrapper section.lists ul.list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 18px 0px;
    box-shadow: 0px 3px 30px #7EB47326;
    margin-bottom: 40px;
}
#orders section.wrapper section.lists ul.list li a.list-hov div.first {
    display: flex;
    align-items: center;
}
#orders section.wrapper section.lists ul.list li a.list-hov div.first div {
    border-radius: 23px;
    width: 138px;
    height: 142px;
    overflow: hidden;
    display: flex;
    margin-right: 30px;
}
#orders section.wrapper section.lists ul.list li a.list-hov div.first span {
    font-weight: bold;
}
#orders section.wrapper section.lists ul.list li div.last {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#orders section.wrapper section.lists ul.list li div.last div.status {
    width: 15%;
}
#orders section.wrapper section.lists ul.list li div img {
    display: block;
    width: 100%;
}

/* empty-order.html */


#empty_order section.wrapper ul.tab-links {
    display: flex;
    justify-content: start;
    padding: 65px 0px 35px 0px;
}
#empty_order section.wrapper ul.tab-links li {
    margin-right: 50px;
}
#empty_order section.wrapper ul.tab-links li a {
    font-size: 20px;
    color: #b2b2b2;
}
#empty_order section.wrapper ul.tab-links li a:last-child {
    padding: 14px 40px;
    color: #fff;
    border: solid 2px #7eb473;
    background: #7eb473;
    border-radius: 12px;
}
#empty_order section.wrapper ul.tab-links li span {
    width: 7px;
    height: 7px;
    margin-top: 3px;
    background-color: #fff;
}
#empty_order section.wrapper ul.tab-links li:hover span {
    background-color: #7eb473;
    transition-duration: 0.6s;
    margin-right: 0px;
}
#empty_order section.wrapper ul.tab-links li:hover a {
    color: #7eb473;
    transition-duration: 0.6s;
}
#empty_order section.wrapper section.mid {
    display: flex;
    flex-wrap: nowrap;
    height: 56vh;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 50px 0px;
}
#empty_order section.wrapper section.mid div:nth-child(2n) {
    padding: 65px 0px;
    display: flex;
    justify-content: center;
}
#empty_order section.wrapper section.mid div p {
    font-size: 25px;
}
#empty_order section.wrapper section.mid div small {
    display: block;
    width: 85%;
}
#empty_order section.wrapper section.mid div small img {
    display: block;
    width: 100%;
}
#empty_order section.wrapper section.mid div a:hover {
    padding: 14px 40px;
    color: #7eb473;
    border: solid 2px #7eb473;
    background: #fff ;
    border-radius: 6px;
}
#empty_order section.wrapper section.mid div a:hover {
    padding: 14px 40px;
    color:  #7eb473;
    border: solid 2px #7eb473;
    background:#fff;
    border-radius: 6px;
}
#empty_order section.wrapper section.mid div a {
    padding: 14px 40px;
    color: #fff;
    border: solid 2px #7eb473;
    background: #7eb473;
    border-radius: 6px;
}

/* empty-wishlist.html */

div.l-card div.tab div.address { 

}
div.l-card div.tab div.address div.t-button { 
	display: flex;
    justify-content: space-between;
}
div.l-card div.tab div.address div.t-button p.c-add { 
	display: flex;
    flex-direction: column;
    align-items: baseline;
}
div.l-card div.tab div.address div.t-button p { 
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 0 !important;
}
div.l-card div.tab div.address div.t-button p span.zmdi { 

}
div.l-card div.tab div.address div.b-button { 
	display: none;
    margin-top: 8px;
}
div.l-card div.tab div.address div.b-button .content{
}
div.l-card div.tab div.address div.b-button .bottom_a{
	display: flex;
}
div.l-card div.tab div.address div.b-button div.a-box { 
    border-bottom: 1px solid #55555540
}
div.l-card div.tab div.address div.b-button div.a-box p { 

}
div.l-card div.tab div.address div.b-button div.b-address { 
    display: flex;
    align-items: center;
	padding-top: 7px;
}
div.l-card div.tab div.address div.b-button div.b-address span.zmdi { 
    border: 1px dashed #999;
    padding: 4px 8px;
}
div.l-card div.tab div.address div.b-button div.b-address p { 
	margin-bottom: 0 !important;
	margin-left: 15px;
}
#address-po { 
    width: 30%;
    margin: 0 auto;
    padding: 35px 20px;
    border-radius: 5px;
    box-shadow: 1px -2px 6px 2px grey;
	background: #fff;
	display: none;
	position: fixed;
	z-index: 10;
	top: 26%;
    left: 0;
    right: 0;
}
#address-po div.c-card { 

}
#address-po div.c-card h5 { 
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}
#address-po div.c-card form { 
    width: 100%;
}
#address-po div.c-card form p { 
	border: 1px solid #999;
	border-radius: 8px;
    margin-top: 11px;
}
#address-po div.c-card form p input,
#address-po div.c-card form p select  { 
	width: 100%;
    padding: 14px 4px;
    font-size: 16px;
}
#address-po div.c-card form p textarea { 
	width: 100%;
    padding: 14px 4px;
    font-size: 16px;
}
#address-po div.c-card form p.submit { 

}
#address-po div.c-card form p.submit button { 
	width: 100%;
    padding: 14px 4px;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    text-align: center;
	background: #7eb473;
	border-radius: 6px;
	font-weight: 600;
}
.quantity__minus, .quantity__plus {
	display: block;
	width: 22px;
	height: 23px;
	margin: 0;
	background: #dee0ee;
	text-decoration: none;
	text-align: center;
	line-height: 23px;
    cursor: pointer;
}

.quantity__minus:hover, .quantity__plus:hover {
	background: #575b71;
	color: #fff;
}

.quantity__minus {
	border-radius: 3px 0 0 3px;
}

.quantity__plus {
	border-radius: 0 3px 3px 0;
}

.quantity__input {
	width: 33px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 2px solid #dee0ee;
	border-bottom: 2px solid #dee0ee;
	border-left: 1px solid #dee0ee;
	border-right: 2px solid #dee0ee;
	background: #fff;
	color: #000000;
	font-size: 16px;
}

.quantity__minus:link, .quantity__plus:link {
	color: #8184a1;
}

.quantity__minus:visited, .quantity__plus:visited {
	color: #fff;
}

.spotlight-tabs {
	height: unset !important;
	background-image: none !important;
}

@font-face {
	font-family: "product_sansbold_italic";
	src: url("../fonts/product_sans_bold_italic-webfont.woff2") format("woff2"), url("../fonts/product_sans_bold_italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "product_sansbold";
	src: url("../fonts/product_sans_bold-webfont.woff2") format("woff2"), url("../fonts/product_sans_bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "product_sansitalic";
	src: url("../fonts/product_sans_italic-webfont.woff2") format("woff2"), url("../fonts/product_sans_italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "product_sansregular";
	src: url("../fonts/product_sans_regular-webfont.woff2") format("woff2"), url("../fonts/product_sans_regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

#spotlight .slick-next, .slick-arrow {
	display: none !important;
}

#spotlight .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 2rem 0 1rem;
	list-style-type: none;
}
#spotlight .slick-dots li {
	margin: 0 0.25rem;
}
#spotlight .slick-dots button {
	display: block;
	padding: 0;
	border: none;
	width: 10px;
	height: 10px;
	background: #7eb473;
	border-radius: 8px;
	text-indent: -9999px;
}
#spotlight .slick-dots li.slick-active button {
	width: 35px;
	height: 10px;
	background: #7eb473;
	border-radius: 8px;
}
#spotlight .slick-dots {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	bottom: 143px;
	width: 70%;
}
#spotlight {
	background-image: url("../images/spotlight/1/spotlight_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* height: 145vh; */
}
#spotlight header {
	padding: 30px 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#spotlight header div.logo h1 {
	width: 140px;
}

#spotlight header div:last-child {
	margin-right: 0px;
}
#spotlight header div.logo h1 a {
	display: inline-block;
	font-size: 20px;
}
#spotlight header div.logo h1 a img {
	width: 100%;
	display: block;
}
#spotlight header #hamburger {
	background: #7eb473;
	box-shadow: 0px 3px 6px #0000000f;
	border-radius: 12px;
	padding: 13px;
	text-align: center;
	box-sizing: border-box;
	display: none;
}
#spotlight header #hamburger:hover {
	background: #fff;
	transform: scale3d(1.25, 1.25, 1.25);
	transition-duration: 0.6s;
}
#spotlight header #hamburger:hover i.zmdi-menu {
	color: #7eb473;
}
#spotlight header #hamburger i.zmdi-menu {
	color: #ffffff;
	font-size: 20px;
}
#spotlight section.wrapper header .search {
	display: flex;
	background: #ffffff;
	justify-content: flex-end;
	box-shadow: 0px 3px 6px #0000000f;
	border-radius: 12px;
	align-items: center;
}
#spotlight section.wrapper header .search form{
    display: flex;
    align-items: center;
}
#spotlight section.wrapper header .search input {
	width: 85%;
	padding: 15px;
}
#spotlight section.wrapper header .search .search-icon {
	width: 21px;
	padding: 0px 10px 0 0;
}
#spotlight section.wrapper header .search .search-icon i {
	display: block;
	width: 100%;
	color: #7eb473;
	font-size: 30px;
}
#spotlight section.wrapper header nav.main-nav {
	width: 40%;
}
#spotlight section.wrapper header nav.main-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#spotlight section.wrapper header nav.main-nav ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
#spotlight section.wrapper header nav.main-nav ul li {
	width: 40%;
	margin: 0 15px;
}
#spotlight section.wrapper header nav.main-nav ul li.drop{
	width: 100%;
}
#spotlight section.wrapper header nav.main-nav ul li.drop i{
	font-size: 2em;
    display: inline-block;
    color: #7eb473;
	width: 50px;
    height: 50px;
    background: #f6faf5;
    box-shadow: 0px 3px 6px #0000000f;
    border-radius: 12px;
    text-align: center;
    box-sizing: border-box;
    padding: 9px;
	cursor: pointer;
}
#spotlight section.wrapper header nav.main-nav ul li.log-s a{
	text-align: right;
    font-size: 20px;
    font-family: "product_sansregular";
    border-radius: 15px;
    box-shadow: 0px 3px 6px #00000012;
    padding: 13px 35px;
    border: 2px solid #7eb473;
	background: #7eb473;
    color: #ffff;
}
#spotlight section.wrapper header nav.main-nav ul li .drop-down{
	border: 1px solid #7eb473;
    padding: 5px 0;
	display: none;
	position: absolute;
    top: 127px;
    background: #dce4db;
    z-index: 5;
}
#spotlight section.wrapper header nav.main-nav ul li .drop-down a{
	display: block;
    font-size: 17px;
	padding: 5px;
}
#spotlight section.wrapper header nav.main-nav ul li .drop-down a:nth-child(n+2){
	border-top: 1px solid #7eb473;
}

#spotlight section.wrapper header nav.mobile-menu {
	width: 100%;
	display: none;
	position: relative;
	padding-top: 20px;
}
#spotlight section.wrapper header nav.mobile-menu ul {
	position: absolute;
	z-index: 1;
	flex-direction: column;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 25px 10px;
	background: #fff;
	box-shadow: 18px 20px 19px 20px #0000000f;
}
#spotlight section.wrapper header nav.mobile-menu ul li {
	text-align: center;
	width: 80%;
	font-size: 20px;
	background: #fff;
	border-top: solid 1px #0000003f;
	color: #7eb473;
	padding: 20px 0;
	background-repeat: no-repeat;
}
#spotlight section.wrapper header nav.mobile-menu ul li:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	transition: none;
}
#spotlight section.wrapper header nav.mobile-menu ul li:hover:after {
	width: 120%;
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.3s ease-out;
}
#spotlight section.wrapper header nav.mobile-menu ul li.wishlist-mobile {
	/* display: none; */
}
#spotlight section.wrapper header nav.mobile-menu ul li.Cart-mobile {
	/* display: none; */
}
#spotlight section.wrapper header nav.mobile-menu ul li:first-child {
	border: none;
}
#spotlight section.wrapper header nav.mobile-menu ul li:last-child {
	margin-bottom: 0px;
}
#spotlight section.wrapper header nav.mobile-menu ul li a {
	color: #000;
	display: inline-block;
	letter-spacing: 2px;
}
#spotlight section.wrapper header nav.main-nav ul li a {
	font-size: 20px;
}
#spotlight section.wrapper header nav.main-nav ul li.drop a:hover {
	color: #7eb473;
	background: #fff;
	transition-duration: 0.6s;
}
#spotlight section.wrapper header nav.main-nav ul li.drop a{
	font-size: 15px;
}
#spotlight section.wrapper header nav.main-nav ul li:hover span {
	visibility: visible;
}
#spotlight section.wrapper header nav.main-nav ul li span {
	width: 7px;
	height: 7px;
	margin-top: 3px;
	border-radius: 50%;
	visibility: hidden;
	background-color: #7eb473;
}
#spotlight section.wrapper header nav.main-nav ul li:hover span {
	background-color: #7eb473;
	transition-duration: 0.6s;
}
#spotlight section.wrapper header nav.main-nav ul li a:hover {
	color: #7eb473;
	transition-duration: 0.6s;
}
#spotlight section.wrapper header nav.main-nav ul li.log-s a:hover {
	color: #fff;
}
#spotlight section.wrapper header div.buttons {
	display: flex;
	justify-content: space-between;
}
#spotlight section.wrapper header div.buttons div.wishlist {
	display: flex;
	position: relative;
	margin-left: 14px;
}
#spotlight section.wrapper header div.buttons div.wishlist span.zmdi-circle {
	position: absolute;
	top: -2px;
	right: -4px;
	color: #d15a5a;
}
#spotlight section.wrapper header div.buttons a {
	width: 50px;
	height: 50px;
	background: #f6faf5;
	box-shadow: 0px 3px 6px #0000000f;
	border-radius: 12px;
	text-align: center;
	box-sizing: border-box;
	padding: 9px;
}
#spotlight section.wrapper header div.buttons a {
	font-size: 2em;
	display: inline-block;
	color: #7eb473;
}
#spotlight section.wrapper header div.buttons a:hover {
	font-size: 2em;
	display: inline-block;
	color: #fff;
	background: #7eb473;
	transition-duration: 0.6s;
}
#spotlight section.wrapper header div.buttons a img {
	display: block;
	width: 100%;
}
#spotlight section.spotlight-content div.cards {
	display: flex !important;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
#spotlight section.spotlight-content-Services div.cards .left, #spotlight section.spotlight-content-Shop div.cards .left {
	margin: 11% 5% 5% 5%;
	width: 31%;
	padding: 0 !important;
}
#spotlight section.spotlight-content div.cards .left {
	padding: 0px 0 0 170px;
    width: 50%;
}
#spotlight section.spotlight-content div.cards .left h6 {
	color: #000000;
    margin-bottom: 10px;
    text-align: left;
    font-size: 22px;
    font-family: "product_sansbold";
}
#spotlight section.spotlight-content div.cards .left h1 {
	color: #000000;
	text-align: left;
	font-size: 35px;
	margin-bottom: 10px;
	font-family: "product_sansbold";
	line-height: 55px;
}
#spotlight section.spotlight-content div.cards .right {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 17%;
    position: relative;
    left: -400px;
}
#spotlight section.spotlight-content div.cards .right img {
	width: 100%;
}
#categories {
	position: relative;
	padding-top: 30px;
}
.category-m{
    padding-top: 0 !important;
}
#categories h6 {
	text-align: left;
	padding: 0 0 10px 0;
	font-size: 28px;
	font-family: "product_sansregular";
	color: #7eb473;
	margin-bottom: 10px;
}
#categories .slick-dots {
	display: none !important;
}
#work div.float-img {
	display: block;
    position: absolute;
    box-shadow: 0px 3px 20px #0000000f;
    border-radius: 42px;
    width: 284px;
	bottom: 403px;
    margin-left: 190px;
    overflow: hidden;
}
#work div.float-img img {
	display: block;
	width: 100%;
}
#work div.float-img div {
	position: relative;
}
#work div.float-img div i.zmdi-play {
	position: absolute;
	font-size: 2em;
	color: #fff;
	left: 45%;
	top: 43%;
	right: 56%;
	bottom: 50%;
	width: 40px;
	height: 40px;
	background-color: #ffffff55;
	text-align: center;
	padding: 3px 1px 0 5px;
	border-radius: 50%;
	box-sizing: border-box;
}
#categories div.categories-outer-container {
	background: #f6faf5;
	border-radius: 20px 0 0 20px;
}
#categories div.categories-outer-container div.categories-container ul {
	width: 100%;
	padding: 21px;
}
#categories div.categories-outer-container div.categories-container ul.category-items {
	display: flex;
	width: 100%;
}
#categories .slick_category_container li {
	margin: 0 0.25rem;
}
#categories .slick-initialized .slick-slide {
	margin: 0 30px 0 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	display: flex;
}
#categories .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 2rem 0 1rem;
	list-style-type: none;
}
#categories .slick-dots li {
	margin: 0 0.25rem;
}
#categories .slick-dots button {
	display: block;
	padding: 0;
	border: none;
	width: 9px;
	height: 9px;
	background: #cbe1c7;
	border-radius: 3px;
	text-indent: -9999px;
}
#categories .slick-dots li.slick-active button {
	width: 18px;
	height: 9px;
	background: #7eb473;
	border-radius: 3px;
}
#categories .slick-dots {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	bottom: -10px;
	width: 70%;
}
#categories .slick_category_container button {
	display: block;
	padding: 0;
	border: none;
	width: 10px;
	height: 10px;
	background: #7eb473;
	border-radius: 8px;
	text-indent: -9999px;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	margin: 0px 0 5px 0;
}
#categories .slick_category_container li.slick-active button {
	width: 35px;
	height: 10px;
	background: #7eb473;
	border-radius: 8px;
}
#categories .slick_category_container {
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	width: 65%;
}
#categories div.categories-outer-container div.categories-container ul.category-items li a.single-category {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#categories div.categories-outer-container div.categories-container ul.category-items li a.single-category img{
    width: 90%;
	border-radius: 11px 11px 0px 11px;
	height: 110px;
    object-fit: cover;
}
#categories div.categories-outer-container div.categories-container ul.category-items li {
	padding: 20px 0px;
	margin-right: 40px !important;
	background: #ffffff no-repeat padding-box;
	box-shadow: 0px 3px 14px #00000012;
	border-radius: 20px 21px 0px 30px;
	width: 144px;
}
#categories div.categories-outer-container div.categories-container ul.category-items li svg {
	width: 63px;
	height: 84px;
	fill: #7eb473;
}
#categories div.categories-outer-container div.categories-container ul.category-items li:hover svg path {
	fill: #fff;
}
#categories div.categories-outer-container div.categories-container ul.category-items li:hover {
	width: 144px;
	height: auto;
	background: #7eb473;
	box-shadow: 0px 3px 14px #00000012;
	border-radius: 41px 41px 0px 41px;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
#categories div.categories-outer-container div.categories-container ul.category-items li:hover span {
	color: #fff;
}
#categories div.categories-outer-container div.categories-container ul.category-items li span {
	text-align: center;
	font-size: 18px;
	color: #415b3c;
	margin-top: 5px;
}
#categories div.sub-categories {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 0;
}
#categories div.sub-categories div.daily {
	width: 15%;
}
#categories div.sub-categories div.daily img {
	display: block;
	width: 100% !important;
	height: 92px;
}
#categories div.sub-categories div.products {
	width: 80%;
}
#categories div.sub-categories div.products ul.daily-products {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#categories div.sub-categories div.products ul.daily-products li {
	width: 128px;
	height: 178px;
}
#categories div.sub-categories div.products ul.daily-products li a.single-sub-category {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px 0;
}
#categories div.sub-categories div.products ul.daily-products li:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
#categories div.sub-categories div.products ul.daily-products li div.image-container {
	width: 116px;
	height: 116px;
	margin-bottom: 20px;
}
#categories div.sub-categories div.products ul.daily-products li img {
	display: block;
	border-radius: 68px;
	width: 100%;
	border: 2px solid #7eb473;
	padding: 5px;
	box-sizing: border-box;
	height: 116px;
    object-fit: cover;
}
#categories div.sub-categories div.products ul.daily-products li div.image-container:hover img {
	border: 8px solid #7eb473;
	padding: 0px;
	transition-duration: 0.1s;
}
#categories div.sub-categories div.products ul.daily-products li span {
	color: #888484;
}
#categories div.sub-categories ul.slick_sub_category_container li {
	margin: 0 0.25rem;
}
#categories div.sub-categories .slick-initialized .slick-slide {
	margin: 0 20px 0 0;
}
.slick-slider .sub-categories .slick-track, .slick-slider .slick-list {
	display: flex;
}
#categories div.sub-categories ul.slick_sub_category_container button {
	display: block;
	padding: 0;
	border: none;
	width: 10px;
	height: 10px;
	background: #7eb473;
	border-radius: 8px;
	text-indent: -9999px;
}
div.rating-graph-button { 
    display: flex;
	padding: 10px 0;
}

div.rating-graph-button div.rating-graph { 
	flex-wrap: nowrap;
    justify-content: center;
    width: 98%;
}

div.rating-graph-button div.rating-graph div.single-rating-graph { 
	margin-right: 0px;
	margin-bottom: 15px;
}
div.rating-graph-button div.rating-graph div.single-rating-graph .title {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
div.rating-graph-button div.rating-graph div.single-rating-graph div.rating-graph-star { 
    display: flex;
}

div.rating-graph-button div.rating-graph div.single-rating-graph div.rating-graph-star small { 
	display: inline;
	text-align: center;
}
div.rating-graph-button div.rating-graph div.single-rating-graph div.progress-bar { 
    background-color: #b4e22e66;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}
div.rating-graph-button div.rating-graph div.single-rating-graph div.progress-bar span.progress { 
	display: inline-block;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    bottom: 0;
    height: 100%;
}
div.rating-graph-button div.rating-graph div.single-rating-graph div.progress-bar span.five-star{
	background-color: #82b473;
}
#services {
	padding: 60px 0 100px;
}
#services section.wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#services section.wrapper div.left {
	width: 40%;
}
#services section.wrapper div.left h6 {
	color: #000000;
	text-align: left;
	font-size: 36px;
	font-family: "product_sansbold";
	width: 69%;
	line-height: 45px;
	margin: 0 0 15px;
}
#services section.wrapper div.left h6 span.green {
	color: #7eb473;
}
#services section.wrapper div.left p {
	text-align: left;
	font-size: 20px;
	font-family: "product_sansregular";
	letter-spacing: 0.2px;
	color: #888484;
	opacity: 0.5;
}
#services section.wrapper div.left a {
	text-align: right;
	font-size: 20px;
	font-family: "product_sansregular";
	border-radius: 15px;
	box-shadow: 0px 3px 6px #00000012;
	padding: 13px 35px;
	margin-top: 30px;
	border: 2px solid #7eb473;
}
#services section.wrapper div.left a.get {
	color: #7eb473;
	margin-right: 15px;
}
#services section.wrapper div.left a.get:hover {
	background: #7eb473;
	color: #ffff;
	transition-duration: 0.6s;
}
#services section.wrapper div.left a.get:hover {
	background: #7eb473;
	color: #ffff;
	transition-duration: 0.6s;
}
#services section.wrapper div.left a.offer {
	background: #7eb473;
	color: #ffff;
}
#services section.wrapper div.left a.offer:hover {
	color: #7eb473;
	background-color: #ffffff;
	transition-duration: 0.6s;
}
#services section.wrapper div.right {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#services section.wrapper div.right div.row {
	width: 100%;
	padding: 10px 0 10px 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #f6faf5;
	border-radius: 15px;
	margin-bottom: 12px;
}
#services section.wrapper div.right div.row div.content {
	width: 100px !important;
	box-shadow: 0px 3px 20px #0000000f;
	border: 2px solid #ffffff;
	border-radius: 20px;
	overflow: hidden;
}
#services section.wrapper div.right div.row div.content img {
	display: block;
    height: 70px;
    width: 100%;
    object-fit: cover;
}
#services .slick-slider .slick-list, .slick-slider .slick-track {
    margin-top: 5px;
}
#services section.wrapper div.right div.middle {
	width: 112%;
	padding: 10px 0;
	background: #ffffff;
	box-shadow: 0px 3px 15px #00000014;
	border-radius: 19px;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	padding-left: 21px;
}
#services section.wrapper div.right div.middle div.content {
	display: flex;
	padding-left: 5px;
	width: 50%;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
#services section.wrapper div.right div.middle div.content::after {
	content: "";
	border-right: 1px solid #888484;
	position: absolute;
	left: 0;
	right: -50px;
	height: 60px;
}
#services section.wrapper div.right div.middle div.content div.pro-pic {
	width: 83px;
	box-shadow: 0px 3px 20px #0000000f;
	border: 3px solid #ffffff;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
}
#services section.wrapper div.right div.middle div.content img {
	display: block;
    height: 70px;
    width: 100%;
    object-fit: cover;
}
#services section.wrapper div.right div.middle div.name {
	text-align: left;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #888484;
}
#services section.wrapper div.right div.middle div.name span.name {
	font-family: "product_sansbold";
	color: #000000;
}
#services section.wrapper div.right div.middle div.name span.designation {
	text-align: left;
	color: #888484;
    margin-top: 5px;
    font-size: 15px;
}
#services section.wrapper div.right div.middle div.rating {
	width: 50%;
	text-align: center;
}
#services section.wrapper div.right div.middle div.rating div i.zmdi {
	color: #7eb473;
}
#services section.wrapper div.right div.middle div.rating span.reviews {
	color: #888484;
	font-size: 15px;
    margin-top: 5px;
    display: inline-block;
}
#purchase {
	width: 90%;
	padding: 50px 0;
	background: #f6faf5;
	border-radius: 0px 40px 40px 0px;
}
#purchase section.wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#purchase section.wrapper div.left {
	width: 50%;
}
#purchase section.wrapper div.left div.img-container {
	width: 75%;
}
#purchase section.wrapper div.left div.img-container img {
	display: block;
	width: 100%;
}
#purchase section.wrapper div.right {
	width: 50%;
}
#purchase section.wrapper div.right h5 {
	text-align: left;
	font-size: 36px;
	width: 60%;
	line-height: 45px;
	font-family: "product_sansbold";
	margin-bottom: 15px;
}
#purchase section.wrapper div.right h5 span.green {
	color: #7eb473;
}
#purchase section.wrapper div.right p.content {
	text-align: left;
	font-size: 20px;
	letter-spacing: 0.2px;
	color: #888484;
	opacity: 0.5;
}
#work {
	padding: 105px 0 0;
	text-align: center;
}
#work h2 {
	font-size: 36px;
	font-family: "product_sansbold";
}
#work h2 span.green {
	color: #7eb473;
}
#work p.content {
	margin-top: 26px;
	color: #7f7f7f;
	letter-spacing: 0.2px;
}
#work div.work-content {
	width: 60%;
	margin: 0 auto;
	font-size: 20px;
	margin-bottom: 15px;
}
#work div.work-slider div.work-cards {
	display: flex !important;
	width: 100% !important;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
#work div.work-slider div.work-cards:hover {
	transform: scale(1.02);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
#work div.work-slider div.work-cards div.img-container {
	width: 220px;
	height: 200px;
	box-shadow: 9px 3px 15px #7eb47352;
	border-radius: 33px 33px 0px 33px;
	overflow: hidden;
	z-index: 1;
}
#work div.work-slider div.work-cards div.img-container img {
	width: 100%;
	height: 100%;
	display: block;
}
#work div.work-slider div.work-cards div.work-details {
	background: #dfeedc;
	border-radius: 20px;
	position: relative;
	left: -30px;
	padding: 10px 9px 6px 45px;
}
#work div.work-slider div.work-cards div.work-details h2.designation {
	text-align: center;
	margin-top: 20px;
	font-size: 25px;
}
#work div.work-slider div.work-cards div.work-details a {
	padding: 15px 49px;
	box-shadow: 0px 3px 6px #00000012;
	border-radius: 15px;
	font-family: "product_sansbold";
}
#work div.work-slider div.work-cards div.work-details a.work {
	background: #ffffff;
	margin: 20px 0; 
}
#work div.work-slider div.work-cards div.work-details a:hover {
	transition-duration: 0.6s;
	background: #7eb473;
	color: #ffffff;
}
#work div.work-slider div.work-cards div.work-details a.hire {
	background: #7eb473;
	color: #ffffff;
}
#work div.work-slider div.work-cards div.work-details a.hire:hover {
	background: #fff;
	color: #000;
	transition-duration: 0.6s;
}
#work .slick-next, .slick-arrow {
	display: none !important;
}
#work .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 1rem 0 0;
	list-style-type: none;
}
#work .slick-dots li {
	margin: 0 0.25rem;
}
#work .slick-dots button {
	display: block;
	padding: 0;
	border: none;
	width: 9px;
	height: 9px;
	background: #cbe1c7;
	border-radius: 3px;
	text-indent: -9999px;
}
#work .slick-dots li.slick-active button {
	width: 18px;
	height: 9px;
	background: #7eb473;
	border-radius: 3px;
}
#work .slick-dots {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	bottom: 15px;
	width: 90%;
}
#featured-products {
	background: #f6faf5;
    border-radius: 110px 0px 0px 110px;
	padding: 50px 0;
}
#featured-products div.heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#featured-products div.heading h3 {
	text-align: left;
	font-size: 30px;
	font-family: "product_sansbold";
	color: #000000;
}
#featured-products div.heading h3 span.green {
	color: #7eb473;
}
#featured-products div.heading a {
	padding: 7px 21px;
    font-size: 19px;
    color: #ffffff;
    background: #7eb473;
    box-shadow: 0px 3px 6px #00000012;
    border-radius: 15px;
    border: 2px solid #7eb473;
}
#featured-products div.heading a:hover {
	color: #7eb473;
	background-color: #ffffff;
	transition-duration: 0.6s;
}
#featured-products div.product-container {
	margin-top: 20px;
}
#featured-products div.product-container div.product-cards {
	background: #ffffff;
	box-shadow: 0px 3px 45px #7eb47329;
	border-radius: 34px 41px 0px 34px;
	padding: 15px;
	display: inline-block;
	width: 24%;
}
#featured-products div.product-container div.product-cards:hover {
	transform: scale(1.02);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
#featured-products div.product-container div.product-cards a.single-product {
	display: block;
}
#featured-products div.product-container div.product-cards div.image-container {
	box-shadow: 0px 3px 51px #0000000d;
	border-radius: 31px 41px 0px 31px;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 250px;
	object-fit: cover;
}
#featured-products div.product-container div.product-cards div.image-container img {
	display: block;
	width: 100%;
	height: 250px;
    object-fit: cover;
}
#featured-products div.product-container div.product-cards div.image-container span.zmdi-favorite.active {
	color: #fa3e3e;
}
#featured-products div.product-container div.product-cards div.image-container span.zmdi-favorite {
	color: #fff;
	font-size: 2.5em;
	position: absolute;
	filter: drop-shadow(0px 0px 8px #00000029);
	top: 10%;
	right: 10%;
}
#featured-products div.product-container div.product-cards div.image-container span.zmdi-favorite:hover {
	transform: scale(1.02);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	filter: drop-shadow(0px 0px 8px #fa3e3e);
}
#featured-products div.product-container div.product-cards div.image-container.active span.zmdi-favorite {
	color: #fa3e3e;
}
#featured-products div.product-container div.product-cards div.product-details {
	display: flex;
	justify-content: space-between;
}
#featured-products div.product-container div.product-cards div.product-details div.product-item {
	margin-top: 17px;
}
#featured-products div.product-container div.product-cards div.product-details div.product-item h6.title {
	color: #000000;
	font-size: 18px;
	font-family: "product_sansbold";
}
#featured-products div.product-container div.product-cards div.product-details div.product-item span.company {
	color: #7f7f7f;
	font-size: 15px;
	margin-top: 5px;
	display: inline-block;
}
#featured-products div.product-container div.product-cards div.product-details div.buy {
	display: flex;
	width: 55%;
	align-items: flex-end;
	justify-content: flex-end;
	padding-top: 25px;
}
#featured-products div.product-container div.product-cards div.product-details div.buy span.amount {
	font-size: 21px;
	font-family: "product_sansbold";
	color: #000000;
	margin-right: 15px;
}
#featured-products div.product-container div.product-cards div.product-details div.buy a.add-to-Cart {
	display: block;
}
#featured-products div.product-container div.product-cards div.product-details div.buy a.add-to-Cart:hover {
	opacity: 1;
}
#featured-products div.product-container div.product-cards div.product-details div.buy span.Cart-icon {
	box-shadow: 0px 3px 51px #0000000d;
    border-radius: 12px 16px 0px;
    background: #7eb473;
    color: #fff;
    display: inline-block;
    padding: 7px;
	border: 2px solid #7eb473;
}
#featured-products div.product-container div.product-cards div.product-details div.buy span.Cart-icon:hover {
	background-color: #ffffff;
	transition-duration: 0.3s;
}
#featured-products div.product-container div.product-cards div.product-details div.buy span.Cart-icon:hover i.zmdi {
	color: #7eb473;
}
#featured-products div.product-container div.product-cards div.product-details div.buy span.Cart-icon i.zmdi {
	font-size: 1.4em;
	color: #fff;
}
#featured-products .slick-next, .slick-arrow {
	display: none !important;
}
#featured-products .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 2rem 0 1rem;
	list-style-type: none;
}
#featured-products .slick-dots li {
	margin: 0 0.25rem;
}
#featured-products .slick-dots button {
	display: block;
	padding: 0;
	border: none;
	width: 9px;
	height: 9px;
	background: #cbe1c7;
	border-radius: 3px;
	text-indent: -9999px;
}
#featured-products .slick-dots li.slick-active button {
	width: 18px;
	height: 9px;
	background: #7eb473;
	border-radius: 3px;
}
#featured-products .slick-dots {
	display: flex;
	justify-content: flex-end;
	position: relative;
	bottom: 15px;
}
#featured-products .slick-slide {
	margin: 20px 30px !important;
}
footer {
	width: 100%;
	margin-top: 0px;
	background: #5a3131;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}
footer section.about {
	padding-top: 60px;
}
footer section.about h5 {
	text-align: center;
	color: #ffffff;
}
footer section.about h5 small {
	font-size: 30px;
}
footer section.about h5 big {
	font-family: "product_sansbold";
	font-size: 30px;
}
footer section.about ul.nav-links {
	display: flex;
	justify-content: space-between;
	width: 516px;
	margin-top: 35px;
	width: 100%;
}
footer section.about ul.nav-links li {
	text-align: left;
	font-size: 20px;
	color: #6f4c4c;
}
footer section.about ul.nav-links li a {
	color: #ad9898;
	font-size: 18px;
}
footer section.about ul.nav-links li a:hover {
	transition-duration: 0.6s;
	color: #fff;
}
footer section.about ul.social-medias {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
}
footer section.about ul.social-medias li {
	background-color: #6f4c4c;
	border-radius: 18px;
	text-align: center;
	box-sizing: border-box;
	margin-right: 37px;
}
footer section.about ul.social-medias li:last-child {
	margin-right: 0px;
}
footer section.about ul.social-medias li:hover {
	background-color: #7f7f7f;
	transition-duration: 0.6s;
}
footer section.about ul.social-medias li a {
	display: inline-block;
	padding: 10px;
}
footer section.about ul.social-medias li a i.icon {
	font-size: 1.4em;
	color: #ffffff;
}
footer section.copyright {
	width: 100%;
}
footer section.copyright hr {
	width: 100%;
	color: #fff;
	border-bottom: solid 1px #785757;
	margin-top: 60px;
}
footer section.copyright p {
	margin: 22px 0;
	color: #fff;
	padding: 0 10px;
}
footer section.copyright p a {
	display: inline-block;
	color: #fff;
}
footer section.copyright p a span {
	display: inline-block;
	color: #fff;
	font-family: "product_sansbold";
}
/* Services page */

#spotlight section.spotlight-content-Services {
	padding-top: 50px;
}
#spotlight section.spotlight-content-Services div.cards {
	flex-direction: row-reverse;
	justify-content: space-around;
	display: flex !important;
}
#spotlight section.spotlight-content-Services div.cards .left {
	width: 50%;
}
#spotlight section.spotlight-content-Services div.cards .right {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 65%;
	position: relative;
	left: 0;
	top: -75px;
}
#spotlight section.spotlight-content-Services .slick-dots {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	bottom: 200px;
	width: 100%;
}
section.Services-works {
	position: relative;
	padding: 50px 0 !important;
	min-height: 100vh;
}
section.Services-works h1 {
	font-size: 36px;
	font-family: "product_sansbold";
	text-align: center;
	color: #7eb473;
	margin-bottom: 40px;
}
section.Services-works h2 {
	font-size: 26px !important;
	font-family: "product_sansbold";
}
section.Services-works div.content-design {
	width: 80%;
	top: 630px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 497px;
	z-index: -1;
	position: absolute;
	background-color: #f6faf5;
	border-radius: 0px 110px 104px 0px;
}
section.Services-works div.content-design-alt {
	width: 80%;
	top: 2100px;
	right: 0;
	bottom: 0;
	height: 497px;
	z-index: -1;
	position: absolute;
	background-color: #f6faf5;
	border-radius: 110px 0px 0px 104px;
}
#work div.all-works {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
} 
#work div.all-works .work-cards{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#work a.load-more {
	padding: 18px 0;
	color: #000000;
	display: none !important;
	background: #dfeedc;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
	font-family: "product_sansbold";
	border: solid 2px #dfeedc;
}
#work a.load-more:hover {
	background: #fff;
	color: #7eb473;
	border: solid 2px #7eb473;
}
#work a.load-less {
	padding: 18px 0;
	width: 100%;
	color: #000000;
	background: #dfeedc;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
	font-family: "product_sansbold";
	border: solid 2px #dfeedc;
	display: none !important;
}
#work a.load-less:hover {
	background: #fff;
	color: #7eb473;
	border: solid 2px #7eb473;
}
#work div.all-works div.work-cards div.content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin-bottom: 40px;
}
#work div.all-works div.work-cards div.content:hover {
	transform: scale(1.02);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
#work div.all-works div.work-cards:nth-child(n+9) {
	display: none;
}
#work div.all-works div.work-cards div.img-container {
	width: 236px;
	height: 235px;
	box-shadow: 9px 3px 15px #7eb47352;
	border-radius: 63px 63px 0px 63px;
	overflow: hidden;
	z-index: 1;
}
#work div.all-works div.work-cards div.img-container img {
	width: 100%;
	height: 100%;
	display: block;
}
#work div.all-works div.work-cards div.work-details {
	background: #dfeedc;
	border-radius: 32px;
	position: relative;
	left: -30px;
	padding-left: 23px;
}
#work div.all-works div.work-cards div.work-details h2.designation {
	text-align: center;
	margin-top: 20px;
}
#work div.all-works div.work-cards div.work-details a {
	padding: 15px 49px;
	box-shadow: 0px 3px 6px #00000012;
	border-radius: 15px;
	font-family: "product_sansbold";
	margin: 20px;
	font-size: 18px;
}
#work div.all-works div.work-cards div.work-details a.work {
	background: #ffffff;
}
#work div.all-works div.work-cards div.work-details a.work:hover {
	transition-duration: 0.6s;
	background: #7eb473;
	color: #ffffff;
}
#work div.all-works div.work-cards div.work-details a.hire {
	background: #7eb473;
	color: #ffffff;
}
#work div.all-works div.work-cards div.work-details a.hire:hover {
	background: #fff;
	color: #000;
	transition-duration: 0.6s;
}
footer section.about {
	width: 30%;
}
/* Shop-page */
section.Shop-categories {
	padding-top: 60px !important;
}
#Shop-products {
	padding: 60px 0;
}
#Shop-products h5 {
	text-align: left;
	font-size: 36px;
	color: #7eb473;
	margin-bottom: 10px;
	margin-bottom: 40px;
	font-family: "product_sansbold";
}
#spotlight section.spotlight-content-Shop div.cards .left h1 {
}
#Shop-products ul.product-items {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
#Shop-products .slick-next, .slick-arrow {
	display: none !important;
}
#Shop-products .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 2rem 0 1rem;
	list-style-type: none;
}
#Shop-products .slick-dots li {
	margin: 0 0.25rem;
}
#Shop-products .slick-dots button {
	display: block;
	padding: 0;
	border: none;
	width: 9px;
	height: 9px;
	background: #6f6d6c;
	border-radius: 8px;
	text-indent: -9999px;
}
#Shop-products .slick-dots li.slick-active button {
	width: 18px;
	height: 9px;
	background: #fff;
	border-radius: 8px;
}
#Shop-products .slick-dots {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	list-style-type: none;
	position: relative;
	bottom: 75px;
	width: 95%;
}
#Shop-products .slick-slide {
	margin-right: 10px;
}
#Shop-products ul.product-items li.product-cards {
	background: #ffffff;
    box-shadow: 0px 3px 45px #7eb47329;
    border-radius: 31px 31px 0px 31px;
    padding: 10px;
    display: inline-block;
    width: 22%;
	margin: 0 10px 40px;
}
#nav-card { 
	display: none;
}
#Shop-products ul.product-items li.product-item-slider {
	width: 71%;
	position: relative;
}
#Shop-products ul.product-items li.product-item-slider div.product-item-cards {
	background: transparent radial-gradient(closest-side at 41% 60%, #514332 0%, #100d0a 100%);
	border-radius: 46px 46px 0px 46px;
	padding: 50px 80px 55px 72px;
	box-sizing: border-box;
}
#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.left {
	overflow: hidden;
	width: 45%;
}
#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.left img {
	width: 100%;
	display: block;
}
#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right {
	width: 41%;
}
#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right h4.discount {
	color: #fff;
	font-size: 50px;
	font-family: "product_sansbold";
	margin-bottom: 10px;
}
#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right span.item-name {
	color: #fff;
	font-size: 28px;
	font-family: "product_sansregular";
}
#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right a.buy-now {
	color: #fff;
	font-size: 27px;
	background-color: #7eb473;
	display: inline-block;
	box-shadow: 0px 3px 51px #0000000d;
	border-radius: 12px;
	padding: 14px 36px;
	margin-top: 27px;
	border: 3px solid #7eb473;
}
#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right a.buy-now:hover {
	background-color: #ffffff00;
	transition-duration: 0.3s;
	color: #7eb473;
}
#Shop-products ul.product-items li.product-cards div.image-container img {
	display: block;
	width: 100%;
	height: 271px;
    object-fit: cover;
}
#Shop-products ul.product-items li.product-cards a.single-product {
	display: block;
}
#Shop-products ul.product-items li.product-cards div.image-container {
	box-shadow: 0px 3px 51px #0000000d;
    border-radius: 31px 31px 0px 31px;
    width: 100%;
    height: 271px;
    overflow: hidden;
    position: relative;
}
#Shop-products ul.product-items li.product-cards div.product-details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Shop-products ul.product-items li.product-cards div.product-details div.product-item {
	margin-top: 13px;
	width: 100%;
}
#Shop-products ul.product-items li.product-cards div.product-details div.product-item h6.title {
    color: #000000;
    font-size: 23px;
    font-family: "product_sansbold";
    margin-bottom: 5px;
}
#Shop-products ul.product-items li.product-cards div.product-details div.product-item span.company {
	color: #7f7f7f;
	font-size: 16px;
}
#Shop-products ul.product-items li.product-cards div.product-details div.buy {
	display: flex;
	width: 100%;
	align-items: flex-end;
	justify-content: flex-end;
}
#Shop-products ul.product-items li.product-cards div.product-details div.buy span.amount {
	font-size: 20px;
	font-family: "product_sansbold";
	color: #000000;
	margin-right: 15px;
}
#Shop-products ul.product-items li.product-cards div.product-details div.buy a.add-to-Cart {
	display: block;
}
#Shop-products ul.product-items li.product-cards div.product-details div.buy span.Cart-icon {
	box-shadow: 0px 3px 51px #0000000d;
    border-radius: 10px 10px 0px 10px;
    background: #7eb473;
    color: #fff;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #7eb473;
}
#Shop-products ul.product-items li.product-cards div.product-details div.buy span.Cart-icon i.zmdi {
	font-size: 22px;
	color: #fff;
}
#Shop-products ul.product-items li.product-cards div.product-details div.buy span.Cart-icon:hover {
	background-color: #ffffff;
	transition-duration: 0.3s;
}
#Shop-products ul.product-items li.product-cards div.product-details div.buy span.Cart-icon:hover i.zmdi {
	color: #7eb473;
}
#Shop-products ul.product-items li.product-cards div.image-container span.zmdi-favorite {
	color: #fff;
	font-size: 2.5em;
	position: absolute;
	filter: drop-shadow(0px 0px 8px #00000029);
	top: 10%;
	right: 10%;
}
#Shop-products ul.product-items li.product-cards div.image-container span.zmdi-favorite:hover {
	transform: scale(1.02);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	filter: drop-shadow(0px 0px 8px #fa3e3e);
}
#Shop-products ul.product-items li.product-cards div.image-container span.zmdi-favorite.active {
	color: #fa3e3e;
}
#Shop-products ul.product-items li.product-cards:hover {
	transform: scale(1.02);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
#Shop-products div.pagination {
	display: flex;
	justify-content: flex-end;
	padding-top: 18px;
	align-items: center;
}
#Shop-products div.pagination span.page {
	font-size: 20px;
	text-align: center;
	padding: 0 21px;
}
#Shop-products div.pagination span.current-page {
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 7px;
    padding: 8px 13px;
    display: inline-block;
	height: max-content;
}
#Shop-products div.pagination span.total-pages {
	font-size: 20px;
	text-align: center;
	padding: 20px 21px;
}
#Shop-products div.pagination span.previous-page a, #Shop-products div.pagination span.next-page a {
	padding: 0 10px;
	background-color: #7eb473;
	color: #fff;
	border: 2px solid #7eb473;
	border-radius: 7px;
	display: inline-block;
	font-size: 26px;
}
#Shop-products div.pagination span.previous-page:hover a, #Shop-products div.pagination span.next-page:hover a {
	background-color: #ffffff;
	transition-duration: 0.3s;
	color: #7eb473;
}
#Shop-products div.pagination span.next-page {
	margin-left: 8px;
}
/* login-modal */
#overlaylogin {
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	align-items: center;
	justify-content: center;
}
#overlaylogin.modal-enabled {
	display: flex;
}
#overlaylogin .login {
	display: flex;
	width: 50%;
	margin: 50px auto 0;
	border-radius: 15px;
	overflow: hidden;
}
#overlaylogin .login .left {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43%;
	background-size: cover;
	background-position: center;
	background-image: url(../images/login.png);
}
#overlaylogin .login .left h1 {
	width: 50%;
}
#overlaylogin .login .left img {
	display: block;
	width: 100%;
}
#overlaylogin .login .right {
	padding: 50px 0;
	text-align: center;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 64%;
	background-color: #fff;
}

#overlaylogin .login .right .Text h1 {
	font-family: "product_sansbold";
	margin-top: 20px;
	font-size: 29px;
}
#overlaylogin .login .right .Text h6 {
	color: #7eb473;
	font-family: "product_sansbold";
	font-size: 23px;
}
#overlaylogin .login .right .Text p {
	font-size: 13px;
	color: #acacac;
	padding-top: 5px;
}
#overlaylogin .login .right p.link a {
	color: #7eb473;
	margin-left: 5px;
	font-family: "product_sansbold";
}
#overlaylogin .login .right p.link {
	font-size: 13px;
	margin-top: 30px;
	color: #acacac;
}
#overlaylogin .login .right .user {
	display: flex;
	width: 80%;
	margin: 75px auto 0;
	margin-top: 75px;
	border-bottom: 1px solid #c9cbd2;
	padding-bottom: 10px;
}
#overlaylogin .login .right form{
	width: 100%;
}
#overlayreg .register .right form{
	width: 100%;
}
#overlaylogin .login .right .user span {
	color: #7eb473;
	font-size: 24px;
    margin-right: 15px;
}
#overlaylogin .login .right .password {
	display: flex;
	margin: 75px auto 0;
	width: 80%;
	margin-top: 40px;
	border-bottom: 1px solid #c9cbd2;
	padding-bottom: 10px;
	margin-bottom: 65px;
}
#overlaylogin .login .right .password span {
	color: #7eb473;
	font-size: 24px;
	margin-right: 15px;
}
#overlaylogin .login .right .user h5 {
	padding-right: 10px;
	color: #565656;
	padding-left: 10px;
}
#overlaylogin .login .right .user input {
	width: 90%;
}
#overlaylogin .login .right .password input {
	width: 90%;
}
#overlaylogin .login .right .user input::placeholder {
	color: #acacac;
	font-size: 17px;
}
#overlaylogin .login .right .password input::placeholder {
	color: #acacac;
	font-size: 17px;
}
#overlaylogin .login .right .button {
	padding-top: 30px;
	width: 70%;
	background: linear-gradient(260deg, #415b3c 0%, #6f9d65 55%, #7eb473 100%);
	padding: 23px 50px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	font-size: 18px;
}
#overlaylogin .login .right a.close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 23px;
	color: #b2d2ac;
}
#overlaylogin .zmdi-eye {
	color: #acacac;
}
#overlaylogin .zmdi-eye-off {
	display: none;
	color: #acacac;
}
/* reg-modal */
#overlayreg {
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	align-items: center;
	justify-content: center;
}
#overlayreg.modal-enabled {
	display: flex;
}
#overlayreg .register {
	display: flex;
	width: 64vw;
	border-radius: 15px;
	overflow: hidden;
}
#overlayreg .register .left {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43%;
	background-size: cover;
	background-position: center;
	background-image: url(../images/login.png);
}
#overlayreg .register .left h1 {
	width: 50%;
}
#overlayreg .register .left img {
	display: block;
	width: 100%;
}
#overlayreg .register .right {
	padding: 50px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 57%;
	background-color: #fff;
	position: relative;
}
#overlayreg .register .right .Text h1 {
	font-family: "product_sansbold";
	margin-top: 20px;
	font-size: 29px;
}
#overlayreg .register .right .Text h6 {
	color: #7eb473;
	font-family: "product_sansbold";
	font-size: 23px;
}
#overlayreg .register .right .Text p {
	font-size: 13px;
	color: #acacac;
	padding-top: 5px;
}
#overlayreg .register .right .user {
	display: flex;
	width: 80%;
	border-bottom: 1px solid #c9cbd2;
	padding-bottom: 10px;
	margin: 40px auto 0;
}
#overlayreg .register .right .email {
	display: flex;
	width: 80%;
	border-bottom: 1px solid #c9cbd2;
	padding-bottom: 10px;
	margin: 30px auto 0;
}
#overlayreg .register .right .conf-password {
	display: flex;
	width: 80%;
	border-bottom: 1px solid #c9cbd2;
	padding-bottom: 10px;
	margin: 30px auto 0;
}
#overlayreg .register .right .user span {
	color: #7eb473;
	font-size: 24px;
}
#overlayreg .register .right .password {
	display: flex;
	width: 80%;
	border-bottom: 1px solid #c9cbd2;
	padding-bottom: 10px;
	margin: 30px auto 0;
}
#overlayreg .register .right .password span {
	color: #7eb473;
	font-size: 24px;
}
#overlayreg .register .right .user h5 {
	padding-right: 10px;
	color: #565656;
	padding-left: 10px;
}
#overlayreg .register .right .user input {
	padding-left: 15px;
	width: 90%;
}
#overlayreg .register .right .password input {
	padding-left: 15px;
	width: 90%;
}
#overlayreg .register .right .email input {
	padding-left: 15px;
	width: 90%;
}
#overlayreg .register .right .email span {
	color: #7eb473;
	font-size: 24px;
}
#overlayreg .register .right .conf-password input {
	padding-left: 15px;
	width: 90%;
}
#overlayreg .register .right .conf-password span {
	color: #7eb473;
	font-size: 24px;
}
#overlayreg .register .right .user input::placeholder {
	color: #acacac;
	font-size: 17px;
}
#overlayreg .register .right .password input::placeholder {
	color: #acacac;
	font-size: 17px;
}
#overlayreg .register .right .email input::placeholder {
	color: #acacac;
	font-size: 17px;
}
#overlayreg .register .right .conf-password input::placeholder {
	color: #acacac;
	font-size: 17px;
}
#overlayreg .register .right .button {
	padding-top: 30px;
	margin-top: 30px;
	width: 70%;
	background: linear-gradient(260deg, #415b3c 0%, #6f9d65 55%, #7eb473 100%);
	padding: 23px 50px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	font-size: 18px;
}
#overlayreg .register .right p.link a {
	font-family: "product_sansregular";
}
#overlayreg .register .right p.link a {
	color: #7eb473;
	font-family: "product_sansbold";
	margin-left: 5px;
}
#overlayreg .register .right p.link {
	font-size: 13px;
	margin-top: 30px;
	color: #acacac;
}
#overlayreg .register .right a.close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 23px;
	color: #b2d2ac;
}
#overlayreg .zmdi-eye {
	color: #acacac;
}
#overlayreg .zmdi-eye-off {
	display: none;
	color: #acacac;
}
/* wishlist.html */
section.spotlight-wishlist section.spotlight-content section.wishlist {
	padding-bottom: 75px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper ul.tab-links {
	display: flex;
	justify-content: start;
	padding: 65px 0px 55px 0px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper ul.tab-links li {
	margin-right: 50px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper ul.tab-links li a {
	font-size: 20px;
	color: #b2b2b2;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper ul.tab-links li a:last-child {
	padding: 14px 40px;
	color: #fff;
	border: solid 2px #7eb473;
	background: #7eb473;
	border-radius: 12px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper ul.tab-links li span {
	width: 7px;
	height: 7px;
	margin-top: 3px;
	background-color: #fff;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper ul.tab-links li:hover span {
	background-color: #7eb473;
	transition-duration: 0.6s;
	margin-right: 0px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper ul.tab-links li:hover a {
	color: #7eb473;
	transition-duration: 0.6s;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div.list-last {
	display: flex;
	align-items: center;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res {
	display: none;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list-head {
	display: flex;
	flex-wrap: wrap;
	background: #deecda;
	border-radius: 11px;
	padding: 18px 0px;
	margin-bottom: 25px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div a.wish-img {
	width: 23px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div a.wish-img img {
	width: 100%;
	display: block;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div.list-last a.favorite {
	color: #fff;
	filter: drop-shadow(0px 0px 8px #00000039);
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div.list-last a.favorite.active {
	color: #fa3e3e;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div.list-last a.favorite:hover {
	filter: drop-shadow(0px 0px 8px #fa3e3e);
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list-head li {
	font-size: 22px;
	font-weight: bolder;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list-head li:first-child {
	font-size: 22px;
	font-weight: bolder;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	padding: 18px 0px;
	box-shadow: 0px 3px 30px #7eb47326;
	margin-bottom: 40px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li:hover {
	transform: scale(1.03);
	transition-duration: 0.3s;
	box-shadow: 4px 7px 24px 3px #deecda;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div.first {
	display: flex;
	align-items: center;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div.first span {
	font-weight: bold;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div.first div {
	border-radius: 23px;
	width: 138px;
	height: 142px;
	overflow: hidden;
	display: flex;
	margin-right: 30px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div.last {
	display: flex;
	width: 82px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div.status {
	width: 22px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div img {
	display: block;
	width: 100%;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div a.buynow:hover {
	padding: 14px 40px;
	color: #7eb473;
	border: solid 2px #7eb473;
	background: #fff;
	border-radius: 6px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div a.buynow {
	padding: 14px 40px;
	color: #fff;
	border: solid 2px #7eb473;
	background: #7eb473;
	border-radius: 6px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div a.wish-img {
	display: inline-block;
	color: #ff0000;
	font-family: "product_sansregular";
	margin-right: 20px;
	font-size: 25px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li a.list-hov {
	display: inline-block;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li a.list-hov div.first div {
	margin-right: 19px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li a.list-hov div a.buynow {
	padding: 10px 27px;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li a.list-hov div.list-last {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li a.list-hov div a.wish-img {
	margin-right: 11px;
}
/* cart.html */
#Cart {
	padding-bottom: 75px;
}
#Cart section.wrapper ul.tab-links {
	display: flex;
	justify-content: start;
	padding: 65px 0px 55px 0px;
}
#Cart section.wrapper ul.tab-links li {
	margin-right: 50px;
}
#Cart section.wrapper ul.tab-links li a {
	font-size: 20px;
	color: #b2b2b2;
}
#Cart section.wrapper ul.tab-links li a:last-child {
	padding: 14px 40px;
	color: #fff;
	border: solid 2px #7eb473;
	background: #7eb473;
	border-radius: 12px;
}
#Cart section.wrapper ul.tab-links li span {
	width: 7px;
	height: 7px;
	margin-top: 3px;
	background-color: #fff;
}
#Cart section.wrapper ul.tab-links li:hover span {
	background-color: #7eb473;
	transition-duration: 0.6s;
	margin-right: 0px;
}
#Cart section.wrapper ul.tab-links li:hover a {
	color: #7eb473;
	transition-duration: 0.6s;
}
#Cart section.wrapper section.lists-res {
	display: none;
}
#Cart section.wrapper section.lists ul.list-head {
	display: flex;
	flex-wrap: wrap;
	background: #deecda;
	border-radius: 11px;
	padding: 18px 0px 18px 0px;
	margin-bottom: 25px;
}
#Cart section.wrapper section.lists ul.list-head li {
	font-size: 22px;
	font-weight: bolder;
}
#Cart section.wrapper section.lists ul.list-head li:first-child {
	margin-right: 0x;
	font-size: 22px;
	font-weight: bolder;
	margin-left: 0px;
}
#Cart section.wrapper section.lists ul.list li:hover {
	transform: scale(1.03);
	transition-duration: 0.3s;
	box-shadow: 4px 7px 24px 3px #deecda;
}
#Cart section.wrapper section.lists ul.list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	padding: 18px 0px;
	box-shadow: 0px 3px 30px #7eb47326;
	margin-bottom: 40px;
}
#Cart section.wrapper section.lists ul.list li div.first {
	display: flex;
	align-items: center;
}
#Cart section.wrapper section.lists ul.list li div.first span.wish {
	font-weight: bold;
}
#Cart section.wrapper section.lists ul.list li div.first div {
	border-radius: 23px;
	width: 138px;
	height: 142px;
	overflow: hidden;
	display: flex;
	margin-right: 30px;
}
#Cart section.wrapper section.lists ul.list li div.last {
	display: flex;
	width: 82px;
}
#Cart section.wrapper section.lists ul.list li div.status {
	width: 22px;
}
#Cart section.wrapper section.lists ul.list li div img {
	display: block;
	width: 100%;
}
#Cart section.wrapper section.lists ul.list li div.del {
	width: 20px;
}
#Cart section.wrapper section.lists ul.list li div a.buynow {
	padding: 14px 40px;
	color: #fff;
	border: solid 2px #7eb473;
	background: #7eb473;
	border-radius: 6px;
}
#Cart section.wrapper section.lists ul.list li div a.wish-img {
	display: inline-block;
	color: #ff0000;
	font-family: "product_sansregular";
	margin-right: 20px;
	font-size: 25px;
}
#Cart section.wrapper section.lists-bottom ul.total {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background: #deecda;
	border-radius: 11px;
	padding: 18px 0px;
	margin-bottom: 25px;
	align-items: center;
}
#Cart section.wrapper section.lists-bottom ul.total li {
	font-size: 22px;
	font-weight: bolder;
	margin-right: 22px;
}
#Cart section.wrapper section.lists-bottom ul.total li:first-child {
	font-size: 22px;
	font-weight: bolder;
	margin-left: 35px;
}
#Cart section.wrapper section.lists-bottom ul.total a.buynow:hover {
	padding: 14px 40px;
	color: #7eb473;
	border: solid 2px #7eb473;
	background: #fff;
	border-radius: 6px;
}
#Cart section.wrapper section.lists-bottom ul.total a.buynow {
	padding: 14px 40px;
	color: #fff;
	border: solid 2px #7eb473;
	background: #7eb473;
	border-radius: 6px;
}
/* orders.html */
#rating-pop { 
    width: 30%;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0px 3px 30px #7eb47326;
	padding: 25px;
	display: none;
	background: #fff;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 5;
}
#rating-pop div.r-top { 

}
#rating-pop div.r-top img { 
    width: 100px;
}
#rating-pop div.r-top p { 
    font-weight: 600;
    margin: 6px 0;
    font-size: 15px;
}
#rating-pop div.r-top b { 
	color: #a96b6b;
}
#rating-pop div.r-top div.stars { 
    margin: 10px 0;
}
#rating-pop div.r-top div.stars span.zmdi { 
	color: #7eb473;
	font-size: 30px;
}
#rating-pop div.r-top textarea { 
    width: 90%;
    background: #7eb47333;
    border-radius: 6px;
    padding: 7px;
    font-size: 14px;
    height: 60px;
}
#rating-pop div.r-top div.buttons { 
	display: flex;
	justify-content: space-around;
	margin-top: 12px;
}
#rating-pop div.r-top div.buttons a { 
	width: 43%;
    padding: 10px;
    color: #fff;
    border: solid 2px #7eb473;
    background: #7eb473;
    border-radius: 12px;
    font-size: 15px;
}
#rating-pop div.r-top div.buttons input { 
	width: 43%;
    padding: 10px;
    color: #fff;
    border: solid 2px #7eb473;
    background: #7eb473;
    border-radius: 12px;
    font-size: 15px;
}
#orders {
	padding-bottom: 75px;
}
.request-hire{
    min-height: 60vh;
}
#orders section.wrapper section.lists-res {
	display: none;
}
#orders section.wrapper ul.tab-links {
	display: flex;
	justify-content: start;
	padding: 65px 0px 55px 0px;
}
#orders section.wrapper ul.tab-links li {
	margin-right: 50px;
}
#orders section.wrapper ul.tab-links li:last-child {
	margin-right: 0px;
}
#orders section.wrapper ul.tab-links li a {
	font-size: 20px;
	color: #b2b2b2;
}
#orders section.wrapper ul.tab-links li a:last-child {
	padding: 14px 40px;
	color: #fff;
	border: solid 2px #7eb473;
	background: #7eb473;
	border-radius: 12px;
}
#orders section.wrapper ul.tab-links li span {
	width: 7px;
	height: 7px;
	margin-top: 3px;
	background-color: #fff;
}
#orders section.wrapper ul.tab-links li:hover span {
	background-color: #7eb473;
	transition-duration: 0.6s;
	margin-right: 0px;
}
#orders section.wrapper ul.tab-links li:hover a {
	color: #7eb473;
	transition-duration: 0.6s;
}
#orders section.wrapper section.lists ul.list-head {
	display: flex;
	flex-wrap: nowrap;
	background: #deecda;
	border-radius: 11px;
	padding: 18px 0px;
	margin-bottom: 25px;
}
#orders section.wrapper section.lists ul.list-head li {
	font-size: 22px;
	font-weight: bolder;
}
#orders section.wrapper section.lists ul.list-head li:first-child {
	font-size: 22px;
	font-weight: bolder;
}
#orders section.wrapper section.lists ul.list li:hover {
	transform: scale(1.0);
	transition-duration: 0.3s;
	box-shadow: 4px 7px 24px 3px #deecda;
}
#orders section.wrapper section.lists ul.list li div.last .status-down{
	position: relative;
}
#orders section.wrapper section.lists ul.list li div.last .status-down ul{
	display: none;
	position: absolute;
	top: 30px;
    left: -103px;
}

#orders section.wrapper section.lists ul.list li.status-p{
	margin-bottom: 5px;
	padding: 9px 20px;
}
#orders section.wrapper section.lists ul.list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	padding: 18px 0px;
	box-shadow: 0px 3px 30px #7eb47326;
	margin-bottom: 40px;
}
#orders section.wrapper section.lists ul.list li p.hire{
	display: flex;
    flex-direction: column;
}
#orders section.wrapper section.lists ul.list li a.list-hov div.first {
	display: flex;
	align-items: center;
}
#orders section.wrapper section.lists ul.list li a.list-hov div.first div {
	border-radius: 23px;
	width: 138px;
	height: 142px;
	overflow: hidden;
	display: flex;
	margin-right: 30px;
}
#orders section.wrapper section.lists ul.list li a.list-hov div.first span {
	font-weight: bold;
}
#orders section.wrapper section.lists ul.list li div.last {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#orders section.wrapper section.lists ul.list li div.last div{
	width: 100%;
}
#orders section.wrapper section.lists ul.list li div.last div>a{
	border: 1px solid #7eb473;
    color: #7eb473;
    padding: 5px;
	display: inline-block;
    margin-top: 5px;
}
#orders section.wrapper section.lists ul.list li div.last .rate-box{

}
#orders section.wrapper section.lists ul.list li div.last .rate-box .rating{
	padding: 5px;
    color: #fff;
    border: solid 2px #7eb473;
    background: #7eb473;
    border-radius: 12px;
    font-size: 15px;
    margin-top: 10px;
}
#orders section.wrapper section.lists ul.list li div.last .rate-box .rating p{
	
}
#orders section.wrapper section.lists ul.list li div.last div.status a{
	width: 99px;
    margin-left: 6px;
	border: 1px solid #7eb473;
    text-align: center;
    padding: 4px;
    color: #7eb473;
    border-radius: 3px;
}

#orders section.wrapper section.lists ul.list li div.last div.status {
	width: 15%;
	display: flex;
	align-items: center;
}
#orders section.wrapper section.lists ul.list li div img {
	display: block;
	width: 100%;
}
/* empty-order.html */
#empty_order section.wrapper ul.tab-links {
	display: flex;
	justify-content: start;
	padding: 65px 0px 35px 0px;
}
#empty_order section.wrapper ul.tab-links li {
	margin-right: 50px;
}
#empty_order section.wrapper ul.tab-links li a {
	font-size: 20px;
	color: #b2b2b2;
}
#empty_order section.wrapper ul.tab-links li a:last-child {
	padding: 14px 40px;
	color: #fff;
	border: solid 2px #7eb473;
	background: #7eb473;
	border-radius: 12px;
}
#empty_order section.wrapper ul.tab-links li span {
	width: 7px;
	height: 7px;
	margin-top: 3px;
	background-color: #fff;
}
#empty_order section.wrapper ul.tab-links li:hover span {
	background-color: #7eb473;
	transition-duration: 0.6s;
	margin-right: 0px;
}
#empty_order section.wrapper ul.tab-links li:hover a {
	color: #7eb473;
	transition-duration: 0.6s;
}
#empty_order section.wrapper section.mid {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
}
#empty_order section.wrapper section.mid div:nth-child(2n) {
	padding: 45px 0px;
	display: flex;
	justify-content: center;
}
#empty_order section.wrapper section.mid div p {
	font-size: 25px;
}
#empty_order section.wrapper section.mid div small {
	display: block;
	width: 30%;
}
#empty_order section.wrapper section.mid div small img {
	display: block;
	width: 100%;
}
#empty_order section.wrapper section.mid div small img.order {
	width: 60%;
	margin: 0 auto;
}
#empty_order section.wrapper section.mid div a:hover {
	padding: 14px 40px;
	color: #7eb473;
	border: solid 2px #7eb473;
	background: #fff;
	border-radius: 6px;
}
#empty_order section.wrapper section.mid div a:hover {
	padding: 14px 40px;
	color: #7eb473;
	border: solid 2px #7eb473;
	background: #fff;
	border-radius: 6px;
}
#empty_order section.wrapper section.mid div a {
	padding: 14px 40px;
	color: #fff;
	border: solid 2px #7eb473;
	background: #7eb473;
	border-radius: 6px;
}
/* empty-wishlist.html */
section.empty_wishlist section.wrapper section.mid div small {
	display: block;
	width: 100% !important;
}
/* single-product.html */
#single-product .wrapper {
	display: flex;
	flex-wrap: nowrap;
	padding: 3% 0%;
}
#single-product .main-left {
	padding-right: 25px;
	width: 40%;
}
#single-product .main-left .left-top {
	position: relative;
	margin-bottom: 5%;
}
#single-product .main-left .left-top .main-img {
	width: 100%;
	margin: 0 auto;
}
#single-product .main-left .left-top .main-img img {
	width: 100%;
	display: block;
	box-shadow: 0px 3px 51px #0000000d;
	opacity: 1;
	border-radius: 10px;
}
#single-product .main-left .left-top .main-img-fav {
	width: 29px;
	height: 25px;
	position: absolute;
	top: 2%;
	right: 5%;
}
#single-product .main-left .left-top .main-img-fav i#product-fav {
	color: #fff;
	font-size: 2.5em;
	position: absolute;
	top: 10%;
	right: 10%;
}
#single-product .main-left .left-top .main-img-fav i#product-fav.active {
	color: #fa2a2a;
}
#single-product .main-left .left-top .main-img-fav i#product-fav:hover {
	filter: drop-shadow(0px 0px 8px #ff0000e1);
}
#single-product .main-left .left-bottom ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#single-product .main-left .left-bottom ul .sub-img {
	width: 66px;
	height: 62px;
	border-radius: 10px;
}
#single-product .main-left .left-bottom ul .sub-img img {
	width: 100%;
	display: block;
	border-radius: 10px;
}
#single-product .main-left .left-bottom ul .sub-img:nth-child(2) {
	margin: 0px 20px;
}
#single-product .main-right {
	box-shadow: 0px 3px 30px #7eb47326;
	opacity: 1;
	width: 63%;
	padding: 25px;
}

#single-product .main-right .product-details .details-name {
	display: flex;
	justify-content: space-between;
}
#single-product .main-right .product-details .details-name h3 {
	font-weight: bold;
}
#single-product .main-right .product-details .details-name span {
	font-weight: bold;
	font-size: 23px;
}
#single-product .main-right .product-details .details-category {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2%;
	margin-top: 1%;
}
#single-product .main-right .product-details .details-category h4 {
	color: #b4b4b4;
}
#single-product .main-right .product-details .details-category .strike {
	color: #7eb473;
}
#single-product .main-right .product-details .product-color {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
	margin-top: 3%;
}
#single-product .main-right .product-details .product-color .pro-col-left {
	display: flex;
	align-items: center;
}
#single-product .main-right .product-details .product-color .pro-col-left h4 {
	margin-right: 50px;
}
#single-product .main-right .product-details .product-color .pro-col-left .pro-color {
	padding: 12px 13px;
	margin-right: 20px;
	cursor: pointer;
}
#single-product .main-right .product-details .product-color .pro-col-left:nth-child((2n)) {
	margin-left: 20px;
}
#single-product .main-right .product-details .product-color .pro-col-left .product-color-one {
	padding: 12px 13px;
	background-color: #d54040;
}
#single-product .main-right .product-details .product-color .pro-col-left .product-color-two {
	padding: 12px 13px;
	background-color: #545498;
	margin: 0px 20px;
}
#single-product .main-right .product-details .product-color .pro-col-left .product-color-three {
	padding: 12px 13px;
	background-color: #3c8274;
}
#single-product .main-right .product-details .product-color .pro-col-rating {
	background-color: #7eb473;
	display: flex;
	width: 50px;
	align-items: center;
	border-radius: 3px;
	justify-content: center;
	padding: 5px;
}
#single-product .main-right .product-details .product-color .pro-col-rating span {
	margin-right: 5px;
	color: #fff;
}
#single-product .main-right .product-details .product-color .pro-col-rating img {
	display: block;
	width: 14px;
	height: 12px;
}
#single-product .main-right .product-details .product-quantity {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #d3d3d3;
	padding-bottom: 20px;
    margin-bottom: 0;
}
#single-product .main-right .product-details .product-quantity h4 {
	margin-right: 25px;
}
#single-product .main-right .product-details .product-quantity .quantity .quantity__input {
	width: 26px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	background: #fff;
	color: #000000;
	font-size: 16px;
}
#single-product .main-right .available-offers {
	padding: 5% 0;
	border-bottom: 2px solid #d3d3d3;
}
#single-product .main-right .available-offers h3 {
	font-weight: bold;
}
#single-product .main-right .available-offers div {
	height: 20px;
	display: flex;
	align-items: center;
	margin: 6px 0px;
}
#single-product .main-right .available-offers div img {
	width: 15px;
}
#single-product .main-right .available-offers div small {
	margin-left: 5px;
	color: #8d8d8d;
}
#single-product .main-right .rating-graph-button {
	display: flex;
	flex-wrap: wrap;
	padding: 4% 0;
	border-bottom: 2px solid #d3d3d3;
}
#single-product .main-right .rating-graph-button .product-rating {
	width: 33%;
	border-right: 2px solid #d3d3d3;
}
#single-product .main-right .rating-graph-button .product-rating h3 {
	font-weight: bold;
}
#single-product .main-right .rating-graph-button .product-rating .overall-rating {
	margin-top: 25px;
	width: 50%;
}
#single-product .main-right .rating-graph-button .product-rating .overall-rating div {
	display: flex;
	align-items: center;
	font-size: 23px;
	margin: 15px 0;
}
#single-product .main-right .rating-graph-button .product-rating .overall-rating div img {
	width: 17px;
	display: block;
	margin-left: 10px;
}
#single-product .main-right .rating-graph-button .product-rating .overall-rating span {
	color: #b4b4b4;
	font-size: 16px;
}
#single-product .main-right .rating-graph {
	display: flex;
	flex-wrap: nowrap;
	width: 33%;
	justify-content: center;
}
#single-product .main-right .rating-graph .single-rating-graph {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	margin-right: 10px;
}
#single-product .main-right .rating-graph .single-rating-graph:last-child {
	margin-right: 0px;
}
#single-product .main-right .rating-graph .single-rating-graph small {
	margin-bottom: 17px;
	color: #b4b4b4;
}
#single-product .main-right .rating-graph .single-rating-graph .progress-bar {
	background-color: #e2e2e2;
	width: 8px;
	height: 100px;
	border-radius: 10px;
	z-index: 1;
	position: relative;
}
#single-product .main-right .rating-graph .single-rating-graph .progress-bar .progress {
	width: 8px;
	display: inline-block;
	border-radius: 10px;
	z-index: -1;
	position: absolute;
	bottom: 0;
}
#single-product .main-right .rating-graph .single-rating-graph .rating-graph-star {
	display: flex;
	flex-direction: column-reverse;
}

#single-product .main-right .rating-graph .single-rating-graph .rating-graph-star img {
	width: 11px;
	margin-top: 6px;
}
#single-product .main-right .rating-graph-button .product-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
	justify-content: center;
}
#single-product .main-right .rating-graph-button .product-buttons .buynow i small {
	font-family: "product_sansregular";
	margin-left: 5px;
}
#single-product .main-right .rating-graph-button .product-buttons .buynow {
	width: 92%;
}
#single-product .main-right .rating-graph-button .product-buttons .buynow i {
	padding: 14px 0px;
	color: #fff;
	border: solid 2px #7eb473;
	background: #7eb473;
	border-radius: 6px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
#single-product .main-right .rating-graph-button .product-buttons .buynow i:hover {
	padding: 14px 0px;
	color: #7eb473;
	border: solid 2px #7eb473;
	background: #fff;
	border-radius: 6px;
	width: 100%;
	text-align: center;
}
#single-product .main-right .rating-graph-button .product-buttons .addtocart i small {
	font-family: "product_sansregular";
}
#single-product .main-right .rating-graph-button .product-buttons .addtocart {
	width: 92%;
}
#single-product .main-right .rating-graph-button .product-buttons .addtocart i {
	padding: 14px 0px;
	color: #fff;
	border: solid 2px #7eb473;
	background: #7eb473;
	border-radius: 6px;
	width: 100%;
	text-align: center;
}
#single-product .main-right .rating-graph-button .product-buttons .addtocart i:hover {
	padding: 14px 0px;
	color: #7eb473;
	border: solid 2px #7eb473;
	background: #fff;
	border-radius: 6px;
	width: 100%;
	text-align: center;
}
#single-product .main-right .single-reviews {
	display: flex;
	flex-direction: column;
}
#single-product .main-right .single-reviews .each-review {
	margin: 30px 0px;
}
#single-product .main-right .single-reviews .each-review:nth-child(n+2) {
	margin-top: 0px;
}
#single-product .main-right .single-reviews .each-review .single-rev-name {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#single-product .main-right .single-reviews .each-review .single-rev-name .single-rating {
	background-color: #459b2c;
	width: 50px;
	border-radius: 5px;
	padding: 3px;
	text-align: center;
	display: flex;
	align-items: center;
}
#single-product .main-right .single-reviews .each-review .single-rev-name .single-rating span {
	color: #fff;
}
#single-product .main-right .single-reviews .each-review .single-rev-name .single-rating img {
	width: 15px;
}
#single-product .main-right .single-reviews .each-review h3 {
	color: #8d8d8d;
	margin-left: 10px;
}
#single-product .main-right .single-reviews .each-review span {
	color: #9f9f9f;
	letter-spacing: 0.21px;
	font-size: 18px;
}
#single-product .main-right .single-reviews .more-reviews {
	padding: 14px 0px;
	color: #fff;
	border: solid 2px #7eb473;
	background: #7eb473;
	border-radius: 5px;
	width: 100%;
	text-align: center;
}
#single-product .main-right .single-reviews .more-reviews:hover {
	padding: 14px 0px;
	color: #7eb473;
	border: solid 2px#7eb473;
	background: #f2f7f1;
	border-radius: 5px;
	width: 100%;
	text-align: center;
}
.load-reviews {
	display: none;
}
/* checkout page */
#chechout {
	padding: 50px 0;
}
#chechout div.content {
	display: flex;
	justify-content: space-between;
}
#chechout div.content div.left-box {
	width: 48%;
}
#chechout div.content div.left-box div.top {
	background-color: #dfeddc;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 10px;
	font-weight: bold;
	margin-bottom: 30px;
}
#chechout div.content div.left-box div.top h3 {
	font-weight: bold;
	letter-spacing: 1px;
}
#chechout div.content div.left-box div.bottom {
	width: 100%;
}
#chechout div.content div.left-box div.bottom form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#chechout div.content div.left-box div.bottom p label{
	font-size: 18px;
}
#chechout div.content div.left-box div.bottom p {
	font-size: 22px;
	width: 100%;
	color: #4c4c4c;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
#chechout div.content div.left-box div.bottom p.half {
	width: 48%;
}
#chechout div.content div.left-box div.bottom p:last-child {
	margin-bottom: 0;
	margin-top: 20px;
}
#chechout div.content div.left-box div.bottom p input,
#chechout div.content div.left-box div.bottom p select {
	display: block;
	width: 100%;
	padding: 18px;
	border-radius: 5px;
	border: 2px solid #aaaaaa;
	font-size: 15px;
}
#chechout div.content div.left-box div.bottom p button {
	width: 100%;
	background-color: #dfeddc;
	padding: 20px;
	border-radius: 5px;
	font-size: 20px;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 1px;
}
#chechout div.content div.left-box {
	width: 48%;
}
#chechout div.content div.right-box {
	width: 48%;
}
#chechout div.content div.right-box div.payment {
	padding: 50px;
	background-color: #efeded;
	border-radius: 10px;
}
#chechout div.content div.right-box div.first {
	margin-bottom: 60px;
}
#chechout div.content div.right-box div.payment div.top h3 {
	text-align: center;
	font-weight: bold;
	color: #515151;
}
#chechout div.content div.right-box div.payment div.top {
	padding-bottom: 30px;
	border-bottom: 2px solid #d1caca;
}
#chechout div.content div.right-box div.payment div.middle {
	padding: 20px 0;
	border-bottom: 2px solid #d1caca;
}
#chechout div.content div.right-box div.payment div.middle p.foot {
	margin-top: 20px;
}
#chechout div.content div.right-box div.payment div.middle.change p {
	display: flex;
	justify-content: space-between;
}
#chechout div.content div.right-box div.payment div.bottom {
	padding-top: 20px;
}
#chechout div.content div.right-box div.payment div.bottom.change p {
	display: flex;
	justify-content: space-between;
}
#chechout div.content div.right-box div.payment div.bottom p span {
	font-weight: bold;
}
#chechout div.content div.right-box div.payment div.bottom p.button {
	background-color: #dfeddc;
	width: 30%;
	text-align: center;
	margin: 0 0 0 auto;
	cursor: pointer;
	padding: 10px;
}
#chechout div.content div.right-box div.payment div.bottom p.button a {
	font-weight: bold;
	letter-spacing: 1px;
}
/* checkout page ends */

/* Serviece single page starts */
div.personal-info { 

}
div.personal-info div.head { 

}
div.personal-info div.head h5 { 

}
div.personal-info div.port-card { 
    width: 100%;
}
div.personal-info div.port-card ul { 

}
div.personal-info div.port-card ul li { 
    list-style: decimal;
}
div.personal-info div.port-card ul li div.cards { 
    display: flex;
	justify-content: space-between;
	align-items: center;
}
div.personal-info div.port-card ul li:nth-child(n+2){
	margin-top: 10px;
}
div.personal-info div.port-card ul li div.cards span { 

}
div.personal-info div.port-card ul li div.cards p { 
    border: 1px solid #7eb473;
    border-radius: 5px;
    padding: 9px;
}
div.personal-info div.port-card ul li.plus{
	text-align: center;
    background: #7eb473;
    color: #fff;
    width: max-content;
    margin: 17px auto 0;
    font-size: 23px;
    padding: 5px 11px;
    border-radius: 50%;
}
div.personal-info div.port-card ul li div.cards p.title{
	width: 200px;
}
div.personal-info div.port-card ul li div.cards p.p-cont{
	width: 63%;
}
div.personal-info div.port-card ul li div.cards p b { 
	color: #7eb473 !important;
}
div.personal-info div.port-card ul li div.cards p small{
	
}
div.personal-info div.port-card ul li div.cards div.icons-p { 

}
div.personal-info div.port-card ul li div.cards div.icons-p span.zmdi { 
	background: #7eb473;
    color: #fff;
    padding: 13px 15px;
    font-size: 23px;
    border-radius: 5px;
    cursor: pointer;
}
div.personal-info div.port-card ul.create { 
    margin-top: 25px;
}
div.personal-info div.port-card ul.create li { 
	list-style: none;
	display: flex;
    justify-content: space-between;
}
div.personal-info div.port-card ul.create li div.upload { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 1px dashed #999;
	border-radius: 7px;
	color: #999;
	width: 24%;
}
div.personal-info div.port-card ul.create li div.upload b{ 
	margin-top: 6px;
    font-size: 14px;
}
div.personal-info div.port-card ul.create li div.upload span.zmdi { 
	display: block;
	font-size: 30px;
}
div.personal-info div.port-card ul.create li div.content { 
    width: 75%;
}
div.personal-info div.port-card ul.create li div.content p { 

}
div.personal-info div.port-card ul.create li div.content p input { 
	width: 100% !important;
}
div.personal-info div.port-card ul.create li div.content p textarea { 
	width: 100% !important;
	border: 1px solid #d1caca;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 15px;
}
div.personal-info div.port-card ul.create li div.content a { 
    display: flex;
    background: #7eb473;
    color: #fff;
    padding: 13px 15px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 0 0 auto;
    justify-content: flex-end;
    width: max-content;
}
#serviser {
	padding: 30px 0 80px;
}
#serviser section.main {
	display: flex;
	justify-content: space-between;
}
#serviser section.main div.left-box {
	width: 30%;
}
#serviser section.main div.left-box div.image {
	width: 90%;
}
#serviser section.main div.left-box div.image img {
	width: 100%;
	border-radius: 6px;
	margin-bottom: 15px;
}
#serviser section.main div.left-box div.image a {
	border: 1px solid #7eb473;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #7eb473;
	font-weight: 600;
	border-radius: 5px;
}
#serviser section.main div.right-box {
	width: 70%;
}
#serviser section.main div.right-box div.header {
	background: #deecda;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 18px 30px;
	border-radius: 5px;
	margin-bottom: 10px;
}
#serviser section.main div.right-box div.header h3 {
	font-weight: 600;
}
#serviser section.main div.right-box div.header p {
	font-weight: 600;
}
#serviser section.main div.right-box div.content-box {
	border: 1px solid #d1caca;
	padding: 30px;
	border-radius: 5px;
}
#serviser section.main div.right-box div.content-box div.top p {
	color: #b2b2b2;
}
#serviser section.main div.right-box div.content-box div.top p.user-deatil {
	color: #b2b2b2;
	width: 48%;
}
#serviser section.main div.right-box div.content-box div.top p.user-deatil label{
	font-size: 14px;
	margin-bottom: 5px;
}
#serviser section.main div.right-box div.content-box div.top p.user-deatil input{
	display: block;
	width: 100% !important; 
}
#serviser section.main div.right-box div.content-box div.top div.reg {
	display: flex;
	margin: 15px 0 20px;
}

#serviser section.main div.right-box div.content-box div.top div.reg p {
	color: #7eb473;
	font-weight: 600;
}
#serviser section.main div.right-box div.content-box div.top div.personal-info .upload{
	display: flex;
    align-items: center;
    border: 1px solid #d1caca;
    width: 43%;
	color: #999;
    border-radius: 5px;
    padding: 6px 13px;
}
#serviser section.main div.right-box div.content-box div.top div.personal-info .upload-n{
    width: 36% !important;
}
#serviser section.main div.right-box div.content-box div.top div.personal-info .upload span{
	margin-right: 5px;
}
#serviser section.main div.right-box div.content-box div.top div.personal-info .dynamic-formset1-add td{
	text-align: center;
}
#serviser section.main div.right-box div.content-box div.top div.personal-info .dynamic-formset1-add td a{
	background: #7eb473;
    font-size: 32px;
    color: #fff;
    padding: 6px 15px;
    border-radius: 50%;
}

#serviser section.main div.right-box div.content-box div.top div.personal-info td.one a{
	font-size: 30px;
    color: #7eb473;
	margin-left: 5px;
}
#serviser section.main div.right-box div.content-box div.top div.personal-info {
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#serviser section.main div.right-box div.content-box div.top div.personal-info div.head {
	margin-bottom: 15px;
	width: 100%;
}
#serviser section.main div.right-box div.content-box div.top div.personal-info div.head h5 {
	color: #040101;
	font-size: 20px;
}
#serviser section.main div.right-box div.content-box div.top div.personal-info table input{
	margin-bottom: 0;
}
#serviser section.main div.right-box div.content-box div.top div.personal-info input {
	width: 43%;
	border: 1px solid #d1caca;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 15px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
}
#serviser section.main div.right-box div.content-box div.top div.personal-info input.last {
	
}
#serviser section.main div.right-box div.content-box div.top div.personal-info input.about {
	width: 100%;
}
#serviser section.main div.right-box div.content-box div.midddle {
	padding: 30px 0;
	border-bottom: 1px solid #d1caca;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-time {
	width: 45%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-time div.head {
	width: 100%;
	margin-bottom: 15px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-time div.head h5 {
	color: #b2b2b2;
	font-size: 20px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-time div.input {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-time div.input p {
	
}
#serviser section.main div.right-box div.content-box div.midddle div.working-time div.input p input {
	border: 1px solid #d1caca;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
	width: 90px;
    padding: 10px 8px;
	border-radius: 5px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-time div.input p.to {
	width: 10%;
	display: flex;
	align-items: center;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-time div.input p.days {
	margin-top: 18px;
	display: flex;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-time div.input p.days span input{
	border: none;
	box-shadow: none;
	width: 30px;
}
#id_working_shedule{
	display: flex;
	align-items: center;
	padding: 0 12px;
}
#id_working_shedule li {
	border: 1px solid #d1caca;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}
#id_working_shedule li:nth-child(2) {
	margin: 0 20px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-days {
	width: 45%;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-days div.head {
	width: 100%;
	margin-bottom: 15px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-days div.head h5 {
	color: #b2b2b2;
	font-size: 20px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-days div.input {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-days div.input input {
	margin-right: 8px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-days div.input label{
	color: #b2b2b2;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-days div.input p {
	width: 49%;
	display: flex;
	align-items: center;
	border: 1px solid #99999987;
    padding: 5px;
    border-radius: 7px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-days div.input p:nth-child(n+3){
	margin-top: 5px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-hour {
	width: 45%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-hour div.head {
	width: 100%;
	margin-bottom: 15px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-hour div.head h5 {
	color: #b2b2b2;
	font-size: 20px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-hour div.input {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-hour div.input input {
	width: 38%;
	border: 1px solid #d1caca;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.55);
	padding: 15px 10px;
	border-radius: 5px;
}
#serviser section.main div.right-box div.content-box div.midddle div.working-hour div.input p {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#serviser div.bottom-card { 
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
#serviser div.bottom-card div.lft-card { 
	width: 48%;
}
#id_vehicle_type{
	display: flex;
	justify-content: space-between;
}
#id_vehicle_type li{
	border: 1px solid #999;
    width: 23%;
    padding: 11px;
    border-radius: 5px;
    text-align: center;
}
#serviser div.bottom-card div.lft-card p.name { 
	color: #b2b2b2;
	margin-bottom: 15px;
}
#serviser div.bottom-card div.lft-card p b{
	color: #b2b2b2;
	margin-bottom: 8px;
    display: inline-block;
}
#serviser div.bottom-card div.lft-card p.name label { 
	margin-bottom: 8px;
    display: inline-block;
}
#serviser div.bottom-card div.lft-card p.name input { 
    display: block;
    border: 1px solid#b2b2b2;
    width: 94%;
    padding: 10px;
    border-radius: 8px;
}
#serviser div.bottom-card div.lft-card p.type { 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#serviser div.bottom-card div.lft-card p.type label { 
	color: #b2b2b2;
	margin-bottom: 8px;
	width: 100%;
}
#serviser div.bottom-card div.lft-card p.type input { 
	display: block;
    border: 1px solid#b2b2b2;
    width: 15%;
    padding: 10px;
    border-radius: 8px;
}
#serviser div.bottom-card div.lft-card p.type input:hover{
	border: 1px solid #7eb473;
}
#serviser div.bottom-card div.lft-card p.type input:hover::placeholder{
	color: #7eb473;
}
#serviser div.bottom-card div.rght-card { 
	width: 100%;
}
#serviser div.bottom-card div.rght-card div.check { 
    display: flex;
}
#serviser div.bottom-card div.rght-card div.check input { 
    margin-right: 9px;
}
#serviser div.bottom-card div.rght-card div.check p { 
	color: #b2b2b2;
}
#serviser div.bottom-card div.rght-card div.submit-card { 
    margin-top: 18px;
}
#serviser div.bottom-card div.rght-card div.submit-card p { 
    border: 1px solid #7eb473;
	padding: 13px 10px;
	border-radius: 8px;
	text-align: center;
	color: #7eb473;
}
#serviser div.bottom-card div.rght-card div.submit-card p.rgstr { 
    background: #7eb473;
    margin-top: 12px;
	padding: 0;
}
#serviser div.bottom-card div.rght-card div.submit-card p label{
	border: 1px solid #7eb473;
    padding: 13px 10px;
    border-radius: 8px;
    text-align: center;
    color: #7eb473;
}
#serviser div.bottom-card div.rght-card div.submit-card p.rgstr input { 
	color: #fff;
    font-size: 18px;
    border: 1px solid #7eb473;
    padding: 13px 10px;
    border-radius: 8px;
    text-align: center;
	width: 100%;
}
#serviser .new-button {
    display: inline-block;
    padding: 8px 12px; 
    cursor: pointer;
    border-radius: 4px;
    background-color: #7eb473;
    font-size: 16px;
    color: #fff;
}
#serviser input[type="file"] {
  position: absolute;
  z-index: -1;
  top: 6px;
  visibility: hidden;
  left: 0;
  font-size: 15px;
  color: rgb(153,153,153);
}
#serviser .button-wrap {
  position: relative;
  border: none !important;
}
/* Serviece single page  ends */

/* Services */

div.filter-box {
	width: 80%;
	padding: 20px;
	border: 1px solid #eee;
	/* box-shadow: #aaa; */
	margin-bottom: 2%;
	border-radius: 10px;
}
div.filter-box div.filter {
	flex-direction: row;
	display: flex;
	justify-content: space-between;
}
div.filter-box div.filter div.header {
	display: flex;
	align-items: center;
}
div.filter-box div.filter h5 {
	color: #bbbbbb;
	font-size: 18px;
}
div.filter-box div.filter h4 {
	margin-left: 3px;
}
div.filter-box div.filter div.right-box {
	flex-direction: row;
	display: flex;
	align-items: center;
}
div.filter-box div.filter div.right-box h5 {
	color: #000;
	margin-right: 10px;
}
div.filter-box div.filter div.right-box a {
	font-size: 25px;
}
div.bottom-box {
	width: 82%;
	padding: 20px;
	border: 1px solid #eee;
	margin-top: 2%;
	border-radius: 10px;
	background: #f6faf5;
}
div.bottom-box div.right-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
div.bottom-box div.right-box h5 {
	font-size: 20px;
}
div.bottom-box div.right-box a {
	font-size: 24px;
	margin-left: 10px;
}
#middle {
	background-color: #fff;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 20px;
	flex-direction: column;
}
#middle div.container {
	width: 80%;
	background-color: #f6faf5;
	padding: 30px 30px;
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 3px 6px #0000000f;
}
#middle div.container div.content-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#middle div.container div.content-box div.left-image {
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#middle div.container div.content-box div.left-image div.img-box {
	width: 100%;
	border: 6px solid #fff;
	border-radius: 10px;
}
#middle div.container div.content-box div.left-image img {
	width: 100%;
    height: 110px;
    overflow: hidden;
    border-radius: 10px;
    object-fit: cover;
}
#middle div.container div.content-box div.middle-content {
	width: 70%;
}
#middle div.container div.content-box div.middle-content h5 {
	font-size: 20px;
	font-family: "product_sansregular";
	font-weight: 700;
}
#middle div.container div.content-box div.middle-content p {
	margin: 10px 2px;
	font-size: 16px;
	color: #7d7f7c;
}
#middle div.container div.content-box ul.social-medias li.icon-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	/* width: 10%; */
}
#middle div.container div.content-box ul.social-medias {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#middle div.container div.content-box ul.social-medias li a {
	color: #7eb473;
	font-size: 23px;
	margin-right: 10px;
}
#middle div.container div.content-box ul.social-medias li p {
	font-size: 17px;
	color: #000;
}
#middle div.container div.content-box div.right-box {
	flex-direction: column;
	align-items: flex-end;
	display: flex;
	width: 15%;
}
#middle div.container div.content-box div.right-box p {
	font-size: 24px;
}
#middle div.container div.content-box div.right-box div.price {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
#middle div.container div.content-box div.right-box div.price a {
	font-size: 23px;
	color: #7eb473;
}
#middle div.container div.content-box div.right-box div.price p {
	font-size: 16px;
}
div.account-m div.content-box div.hire{
	display: none !important;
}
#middle div.container div.content-box div.right-box div.hire {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#middle div.container div.content-box div.right-box div.hire a {
	color: #fff;
	font-family: cursive;
	font-family: "product_sansregular";
	width: 100%;
	background-color: #7eb473;
	padding: 10px 0;
	margin-top: 20%;
	border-radius: 10px;
	text-align: center;
}
/* profile-pages */
section.profile {
	display: flex;
	justify-content: center;
}
section.profile div.main {
	width: 80%;
	padding: 30px 0px;
}
section.profile div.main div.left {
	width: 25%;
}
section.profile div.main div.left .button-c{
	width: 100%;
}
section.profile div.main div.left .button-c a{
	border: 1px solid #7eb473;
	padding: 15px;
	border-radius: 8px;
	color: #7eb473;
	text-align: center;
	display: inline-block;
	width: 100%;
    margin-top: 15px;
}
section.profile div.main div.left div.img-box {
	width: 100%;
	height: 239px;
	margin-bottom: 5%;
}
section.profile div.main div.left div.img-box img.profile {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
section.profile div.main div.left div.hire-button {
	
}
section.profile div.main div.left div.hire-button p.button {
	color: #fff;
	background-color: #7eb473;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-radius: 10px;
}
section.profile div.main div.left div.bottom-box2 {
	padding: 20px;
	border: 1px solid #eee;
	margin-top: 5%;
	border-radius: 5px;
	background: #e5f9e0;
}
section.profile div.main div.left div.bottom-box2 div.top {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
}
section.profile div.main div.left div.bottom-box2 div.top div.price {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px 0px;
}
section.profile div.main div.left div.bottom-box2 div.top div.price a {
	margin-right: 10px;
	color: #7eb473;
}
section.profile div.main div.left div.bottom-box2 div.top div.tag-box {
	justify-content: center;
	padding-left: 20px;
}
section.profile div.main div.left div.bottom-box2 div.top div.tag-box h5{
	margin-bottom: 3px;
}
section.profile div.main div.left div.bottom-box2 div.middle-box {
	padding: 10px 0;
	border-bottom: 1px solid #d3d3d3;
}
section.profile div.main div.left div.bottom-box2 div.middle-box div.middle-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
section.profile div.main div.left div.bottom-box2 div.middle-box div.middle-flex div.middle-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}
section.profile div.main div.left div.bottom-box2 div.middle-box div.middle-flex div.middle-container a {
	margin-right: 4px;
	color: #7eb473;
}
section.profile div.main div.left div.bottom-box2 div.middle-box div.center-box {
	display: flex;
	flex-direction: row;
	align-items: center;
}
section.profile div.main div.left div.bottom-box2 div.middle-box div.center-box a {
	margin-right: 10px;
	color: #7eb473;
}
section.profile div.main div.left div.bottom-box2 div.Percentage-box {
	padding-top: 10px;
	border-bottom: 1px solid #d3d3d3;
}
section.profile div.main div.left div.bottom-box2 div.Percentage-box div.inner {
	flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}
section.profile div.main div.left div.bottom-box2 div.verification {
	padding: 10px 0;
}
section.profile div.main div.left div.bottom-box2 div.verification h5 {
	font-weight: bold;
	margin-bottom: 8px;
}
section.profile div.main div.left div.bottom-box2 div.verification div.verify {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 8px 0;
}
section.profile div.main div.left div.bottom-box2 div.verification div.verify a {
	margin-right: 15px;
	color: #7eb473;
	font-size: 20px;
	font-weight: 800;
}
section.profile div.main div.left div.bottom-box2 div.verification div.verify h6 {
	font-size: 14px;
	font-weight: 500;
}

section.profile div.main div.left div.bottom-box2 div.verification div.verify h5 {
	font-weight: 300;
}
div.right {
	width: 65%;
}
section.profile div.account-m{
	width: 74%;
}
div.right div.main-container {
	
}
div.right div.main-container .pagination {
	
}
div.right div.main-container .pagination ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
div.right div.main-container .pagination li:nth-child(n+2){
	margin-left: 15px;
}
div.right div.main-container .pagination li.zmdi{
	font-size: 22px;
    background: #7eb473;
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
}
div.right div.main-container .pagination li.number{
	background: rgb(218 218 218 / 98%);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 15px;
    color: #777;
}
div.right div.main-container div.top-container {
	padding: 20px;
	background: #f6faf5;
	border-radius: 10px;
}
div.right div.main-container div.top-container .edit-profile{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div.right div.main-container div.top-container .edit-profile a{
	border: 1px solid #7eb473;
	color: #7eb473;
	padding: 8px 11px;
	border-radius: 5px;
	display: block;
	font-size: 14px;
}
div.right div.main-container div.top-container h4 {
	font-weight: 600;
}
div.right div.main-container div.top-container div.button-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div.right div.main-container div.top-container div.icon-box {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
div.right div.main-container div.top-container div.icon-box h6{
	font-size: 15px;
}
div.right div.main-container div.top-container div.icon-box a {
	margin-right: 10px;
	color: #7eb473;
}
div.right div.main-container div.top-container div.button-box div.icon-box {
	display: flex;
	align-items: center;
	margin: 10px 0 20px 0;
}
div.right div.main-container div.top-container div.button-box div.hire-button {
	width: 36%;
	padding: 10px 0;
	text-align: center;
	border-radius: 10px;
	background: #7eb473;
}
div.right div.main-container div.top-container div.button-box div.hire-button a {
	color: #fff;
	font-size: 17px;
}
div.right div.main-container div.top-container div.button-box div.icon-box a {
	margin-right: 10px;
	color: #7eb473;
}
div.right div.main-container div.top-container div.discription h4 {
	margin: 20px 0 10px;
}
div.right div.main-container div.top-container div.discription p {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
	color: #888a87;
}
div.right div.main-container div.top-container div.discription div.dot-box {
	padding: 10px;
}
div.right div.main-container div.top-container div.discription div.dot-box h6 {
	line-height: 1.6em;
	color: #888a87;
	font-size: 15px;
}
div.right div.main-container div.img-container {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
div.right div.main-container div.img-container h5 {
	font-weight: bold;
}
div.right div.main-container div.img-container div.flex-box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
div.right div.main-container div.img-container div.flex-box div.display-image {
	width: 29%;
	height: 200px;
	margin: 10px;
}
div.right div.main-container div.img-container div.flex-box div.display-image img.port-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
div.right div.main-container div.review-box {
	background-color: #e5f9e0;
	display: flex;
	padding: 20px;
	margin: 10px;
	border-radius: 10px;
	align-items: center;
}
div.right div.main-container h5 {
	font-weight: bold;
	font-size: 19px;
}
div.right div.main-container div.review-box div.display-image {
	width: 70px;
	height: 70px;
}
div.right div.main-container div.review-box div.display-image img.port-image {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
div.right div.main-container div.review-box div.rewiew-middle {
	margin-left: 10px;
    width: 100%;
}
div.right div.main-container div.review-box div.rewiew-middle div.review-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
ul.social-revie {
	margin: 4px 0;
}
ul.social-revie li.icon-rate {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
ul.social-revie li.icon-rate p{
	background-color: #7eb473;
    width: 100%;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
}
ul.social-revie li.icon-rate p i{
	margin-left: 5px;
}
ul.social-revie li.icon-rate a {
	color: #7eb473;
}
div.right div.main-container div.review-box div.rewiew-middle div.review-head h5 {
	color: #7eb473;
	margin-bottom: 5px;
	font-weight: 400;
}
div.right div.main-container div.review-box div.rewiew-middle div.review-description h5 {
	margin-bottom: 4px;
	font-weight: 400;
	font-size: 15px;
}
div.right div.main-container div.review-box div.rewiew-middle div.review-description p {
	font-size: 15px;
	color: #868885;
}
/* profile-pages */

/* responsive Home*/

#hire_me_popup {
	width: 100%;
	padding: 30px 0;
	display: none;
	position: fixed;
	z-index: 5;
	top: 20%;
	max-height: 65%;
    overflow-y: scroll;
}
.spotligth{
	position: absolute;
}
#hire_me_popup div.hire_me_popup {
	width: 45%;
	margin: 0 auto;
	padding: 35px 20px;
	border-radius: 5px;
	box-shadow: 1px -2px 6px 2px grey;
	background: #fff;
}
#hire_me_popup div.hire_me_popup h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
#hire_me_popup div.hire_me_popup form {
	width: 100%;
}
#hire_me_popup div.hire_me_popup form div.top_content {
	width: 100%;
}
#hire_me_popup div.hire_me_popup form div.top_content #letter {
	resize: none;
	border-radius: 5px;
	border: solid 1px #d8d7d8;
	font-size: 15px;
	padding: 14px;
	margin-bottom: 12px;
	width: 100%;
	box-sizing: border-box;
}
#hire_me_popup div.hire_me_popup form div.top_content div.date_tab {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
#hire_me_popup div.hire_me_popup form div.top_content div.date_tab>div {
	display: flex;
	border-radius: 5px;
	border: 1px solid #d8d7d8;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 20px;
}
#hire_me_popup div.hire_me_popup form div.top_content div.date_tab div.duration div.days #days {
	padding: 11px 10px 10px 15px;
	width: 65px;
	font-size: 16px;
}
#hire_me_popup div.hire_me_popup form div.top_content div.date_tab div.last {
	padding: 10px;
	background-color: #ebebeb;
	border-left: #d8d7d8 solid 1px;
}
#hire_me_popup div.hire_me_popup form div.top_content div.date_tab div.time div.meridian {
	padding: 10px;
	background-color: #ebebeb;
	border-right: #d8d7d8 solid 1px;
	display: none;
}
#hire_me_popup div.hire_me_popup form div.top_content div.date_tab div.time div.meridian #merdian {
	font-size: 16px;
}
#hire_me_popup div.hire_me_popup form div.top_content div.date_tab div.time div.value {
	padding: 10px 25px;
}
#hire_me_popup div.hire_me_popup form div.top_content div.date_tab div.date div.calender {
	padding: 10px;
}
#hire_me_popup div.hire_me_popup form div.middle_content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	flex-wrap: wrap;
}
#hire_me_popup div.hire_me_popup form div.middle_content div.tab {
	border: solid 1px #d8d7d8;
	overflow: hidden;
	font-size: 16px;
	border-radius: 5px;
}
#hire_me_popup div.hire_me_popup form div.middle_content div.tab>div {
	padding-top: 10px;
	padding-bottom: 10px;
}
#hire_me_popup div.hire_me_popup form div.middle_content h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
#hire_me_popup div.hire_me_popup form div.middle_content div.Budget div.tab {
	display: flex;
}
#hire_me_popup div.hire_me_popup form div.middle_content div.Budget div.tab div.icon {
	padding-left: 15px;
	padding-right: 10px;
	background-color: #ebebeb;
	border-right: #d8d7d8 solid 1px;
}
#hire_me_popup div.hire_me_popup form div.middle_content div.Budget div.amount {
	padding-left: 25px;
	padding-right: 25px;
}

#hire_me_popup div.hire_me_popup form div.middle_content div.Budget div.price {
	padding-left: 15px;
	padding-right: 10px;
	background-color: #ebebeb;
	border-left: #d8d7d8 solid 1px;
	display: none;
}
#hire_me_popup div.hire_me_popup form div.middle_content div.Budget div.price #price {
	width: 100%;
}
#hire_me_popup div.hire_me_popup form div.middle_content div.location div.tab div.address {
	width: 225px;
	background-color: #ebebeb;
	padding: 5px;
}
#hire_me_popup div.hire_me_popup form div.middle_content div.location div.tab div.address #address {
	width: 100%;
}
#hire_me_popup div.hire_me_popup form p {
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: lighter;
	margin-left: 10px;
}
#hire_me_popup div.hire_me_popup form p a {
	color: #b494e3;
	font-size: 16px;
}
#hire_me_popup div.hire_me_popup form div.button {
	width: 100%;
	background-color: #7eb472;
	border-radius: 5px;
	padding: 10px 0px;
}
#hire_me_popup div.hire_me_popup form div.button input {
	font-size: 18px;
	width: 100%;
	color: #fff;
}
@media all and (max-width: 1440px) {
	#categories {
		padding-top: 40px;
	}
	#middle div.container div.content-box div.right-box {
		width: 20%;
	}
	#middle div.container div.content-box div.middle-content {
		width: 64%;
	}
	p {
		font-size: 15px !important;
	}
	#middle div.container div.content-box div.left-image div.img-box {
		height: 70px;
	}
	#middle div.container {
		padding: 20px;
	}
	section.profile div.main {
		width: 95%;
	}
	/* cart.html */
    #cart section.wrapper section.lists-res {
        display: none;
    }
	div.personal-info div.port-card ul.create li div.upload {
		width: 22%;
	}
	div.personal-info div.port-card ul li div.cards p.title {
		width: 160px;
	}
	#work div.work-slider div.work-cards div.work-details a {
		padding: 10px 35px;
	}
	#work div.work-slider div.work-cards div.work-details {
		width: 48%;
	}
	#spotlight .slick-dots {
		bottom: 65px;
	}
	#spotlight header div.logo h1 {
		width: 170px;
	}
	#spotlight header div.logo h1, #spotlight header div.logo h1, #spotlight section.wrapper header nav.main-nav ul li {
		margin-right: 25px;
	}
	#spotlight section.wrapper header nav.main-nav ul li a:last-child {
		padding: 12px 25px;
	}
	#spotlight section.spotlight-content div.cards .right {
		left: -222px;
	}
	#spotlight section.spotlight-content-Shop div.cards .right {
		top: -18px;
	}
	#work div.float-img {
		width: 249px;
		margin-left: 70px;
		bottom: 351px;
	}
	#categories h6 {
		padding-left: 70px;
	}
	#categories div.sub-categories div.daily {
		margin-right: 30px;
		width: 39%;
	}
	#services section.wrapper div.right div.middle {
		padding-left: 0px;
	}
	#services section.wrapper div.right div.middle div.name {
		font-size: 18px;
		line-height: 1.2em;
	}
	#purchase {
		width: 90%;
		padding: 25px 0;
	}
	#work div.work-slider {
		margin-left: 70px;
	}
	#featured-products div.product-container {
		margin-top: 25px;
	}
	footer section.about {
		padding-top: 35px;
	}
	footer section.copyright hr {
		margin-top: 35px;
	}
	footer section.copyright p {
		margin: 10px 0;
	}
	#spotlight section.spotlight-content-Services {
		padding-top: 0px;
	}a
	#work div.all-works div.work-cards div.content {
		margin-bottom: 60px;
	}
	#work div.all-works div.work-cards div.img-container {
		width: 185px;
		height: 185px;
	}
	#work div.all-works div.work-cards div.work-details {
		padding-left: 26px;
	}
	#work div.all-works div.work-cards div.work-details a {
		margin: 10px;
	}
	#spotlight section.spotlight-content-Services .slick-dots {
		position: relative;
		bottom: 75px;
	}
	#spotlight header {
		padding: 40px 0;
	}
	/* cart.html */
	#Cart section.wrapper section.lists-res {
		display: none;
	}
	/* shop.html */
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right a.buy-now {
		padding: 14px 27px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right {
		width: 47%;
	}
	#Shop-products ul.product-items {
		align-items: center;
		justify-content: flex-start;
	}
	#Shop-products ul.product-items li.product-cards {
		margin-right: 1%;
	}
}

@media all and (max-width: 1280px) {
	#spotlight section.spotlight-content div.cards .left {
		padding: 0px 0 0 125px;
		width: 55%;
	}
	section.profile div.account-m {
		width: 72% !important;
	}
	section.profile div.main div.account-n {
		width: 25% !important;
	}
	#chechout div.content div.right-box div.first {
		margin-bottom: 30px;
	}
	#serviser {
		padding: 40px 0 70px;
	}
	#id_working_shedule {
		padding: 14px 12px 0 0;
	}
	div.personal-info div.port-card ul.create li div.content {
		width: 75%;
		margin-left: 28px;
	}
	div.personal-info div.port-card ul.create li div.upload {
		width: 31%;
	}
	div.personal-info div.port-card ul li div.cards p.p-cont {
		width: 45%;
	}
	#hire_me_popup div.hire_me_popup {
		width: 65%;
	}
	#serviser section.main div.right-box div.content-box div.midddle div.working-hour {
		width: 100%;
	}
	#serviser section.main div.right-box div.content-box div.midddle div.working-days {
		width: 100%;
	}
	#serviser section.main div.right-box div.content-box div.midddle div.working-time {
		width: 100%;
	}
	#serviser section.main div.right-box div.content-box div.midddle div.working-time div.input {
		margin-bottom: 15px;
	}
	#work p.content {
		margin-top: 11px;
	}
	#purchase section.wrapper div.right h5 {
		width: 81%;
	}
	#purchase {
		width: 95%;
	}
	#services {
		padding: 30px 0 80px;
	}
	#spotlight header #hamburger {
		display: block;
		cursor: pointer;
		padding: 15px;
	}
	/* index.html */
	#spotlight header {
		justify-content: flex-end;
	}
	#spotlight {
		height: 90%;
	}
	#spotlight section.wrapper header nav.main-nav {
		width: 23%;
	}
	#spotlight header div.logo {
		margin-right: 0px;
		width: 22%;
	}
	#spotlight section.wrapper header nav.main-nav ul {
		justify-content: flex-end;
	}
	#spotlight section.wrapper header nav.main-nav ul li span {
		display: none;
	}
	#spotlight section.wrapper header div.buttons {
		width: 20%;
		justify-content: flex-end;
	}
	#spotlight section.wrapper header nav.main-nav ul li.links {
		display: none;
		margin: 0;
	}
	#spotlight section.wrapper header nav.mobile-menu ul li.mobile-login {
		/* display: none; */
	}
	#spotlight section.wrapper header nav.main-nav ul li {
		width: auto;
		margin: 0;
	}
	#spotlight section.wrapper header .search {
		margin: 0px;
		width: 31%;
	}
	#spotlight section.wrapper header .search input {
		width: 80%;
	}
	#spotlight section.wrapper header .search .search-icon {
		width: 18px;
		padding: 0px 7px 0 0;
	}
	#spotlight section.wrapper header nav.main-nav ul li a:last-child {
		padding: 8px 16px;
	}
	#spotlight section.wrapper header nav.main-nav ul li {
		margin-right: 20px;
	}
	#spotlight section.wrapper header div.buttons div.wishlist {
		margin-right: 0;
		display: none;
	}
	#work div.float-img i.zmdi-play {
		left: 128px;
		top: 75px;
	}
	#services section.wrapper div.right div.row {
		width: 100%;
	}
	#services section.wrapper div.right div.middle {
		width: 112%;
	}
	#services section.wrapper div.right div.middle div.content::after {
		right: -20px;
	}
	#services section.wrapper div.right div.middle div.name {
		text-align: center;
	}
	#purchase section.wrapper div.left div.img-container {
		width: 75%;
	}
	#purchase section.wrapper div.right {
		width: 48%;
	}
	#work div.float-img {
		bottom: 380px;
	}
	#work div.float-img i.zmdi-play {
		left: 128px;
		top: 100px;
	}
	#work div.work-slider div.work-cards div.img-container {
		width: 180px;
		height: 180px;
	}
	#work div.work-slider div.work-cards div.work-details h2.designation {
		font-size: 26px;
	}
	#work div.work-slider div.work-cards div.work-details a {
		padding: 10px 35px;
	}
	#featured-products div.product-container {
		margin-top: 10px;
	}
	#featured-products div.product-container div.product-cards div.product-details div.product-item h6.title {
		color: #000000;
		font-size: 23px;
	}
	#featured-products div.product-container div.product-cards div.product-details div.buy span.Cart-icon {
		padding: 15px;
	}
	#featured-products div.product-container div.product-cards div.product-details {
		flex-wrap: wrap;
	}
	#featured-products div.product-container div.product-cards div.product-details div.product-item {
		margin-top: 13px;
		display: flex;
		width: 100%;
		padding-left: 13px;
		justify-content: space-between;
		align-items: center;
	}
	#featured-products div.product-container div.product-cards div.product-details div.product-item h6.title {
		margin-right: 12px;
	}
	#featured-products div.product-container div.product-cards div.product-details div.buy {
		width: 100%;
		padding-top: 5px;
	}
	#featured-products .slick-dots {
		bottom: 10px;
	}
	/* Services page */
	section.Services-works h2 {
		font-size: 24px;
	}
	section.Services-works::after {
		height: 400px;
	}
	#work div.all-works div.work-cards div.img-container {
		width: 150px;
		height: 150px;
	}
	#work div.all-works div.work-cards div.work-details h2.designation {
		margin-top: 5px;
	}
	#work div.all-works div.work-cards div.work-details a {
		padding: 10px 30px;
	}
	#work div.all-works div.work-cards div.work-details {
		padding-left: 32px;
	}
	footer section.about {
		width: 35%;
	}
	/* shop.html */
	#Shop-products ul.product-items li.product-item-slider {
		width: 100%;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards {
		padding: 100px 140px 100px 103px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right a.buy-now {
		padding: 10px 30px;
	}
	/* single-product.html */
	#single-product {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	#single-product .main-left {
		padding-right: 0;
		margin-bottom: 5%;
	}
	#single-product .main-left .left-bottom ul .sub-img {
		width: 16%;
	}
	#single-product .main-left {
		width: 43%;
	}
	#single-product .main-right {
		width: 82%;
	}
	/* login-modal */
	#overlaylogin .login .left {
		width: 36%;
	}
	#overlaylogin .login .right .user {
		width: 80%;
		margin-top: 50px;
		padding-bottom: 10px;
	}
	#overlaylogin .login .right .password {
		margin-top: 40px;
		padding-bottom: 10px;
		margin-bottom: 50px;
	}
	#overlaylogin .login .right .button {
		padding-top: 30px;
		width: 70%;
		padding: 20px 23px;
	}
	/* register-modal */
	#overlayreg .register .right .Text h1 {
		margin-top: 10px;
	}
	#overlayreg .register .right .user {
		margin-top: 25px;
	}
	#overlayreg .register .right .email {
		margin-top: 15px;
	}
	#overlayreg .register .right .password {
		margin-top: 15px;
	}
	#overlayreg .register .right .conf-password {
		margin-top: 15px;
	}
	#overlayreg .register .right .button {
		margin-top: 15px;
	}
	#overlayreg .register .right p.link {
		margin-top: 15px;
	}
	#overlayreg .register .right .button {
		padding: 14px 22px;
	}
	section.profile div.main div.right {
		width: 65%;
	}
	section.profile div.main div.left {
		width: 34%;
	}
}

@media all and (max-width: 1170px) {
	#middle div.container div.content-box div.middle-content {
		width: 60%;
	}
	#middle div.container div.content-box div.right-box {
		width: 19%;
	}
}

@media all and (max-width: 1080px) {
	#spotlight section.wrapper header .search {
		width: 32%;
	}
	#spotlight section.wrapper header nav.main-nav {
		width: 24%;
	}
	#spotlight section.wrapper header div.buttons {
		width: 21%;
	}
	.list-offer {
		width: 20%;
	}
	#hire_me_popup div.hire_me_popup form div.middle_content div.Budget div.tab {
		display: flex;
		width: 100%;
	}
	#hire_me_popup div.hire_me_popup form div.middle_content {
		flex-direction: column;
	}
	#hire_me_popup div.hire_me_popup form div.middle_content div.location {
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#hire_me_popup div.hire_me_popup form div.middle_content div.Budget {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	#hire_me_popup div.hire_me_popup form div.middle_content div.tab {
		width: 100%;
	}
	#hire_me_popup div.hire_me_popup {
		width: 65%;
	}
	#hire_me_popup div.hire_me_popup form div.middle_content div.location div.tab div.address {
		width: 100%;
	}
	#hire_me_popup div.hire_me_popup form div.middle_content div.Budget div.price {
		width: 100%;
	}
}

@media all and (max-width: 1130px) {
	#Shop-products ul.product-items li.product-cards {
		width: 29%;
		margin: 0 auto 15px;
	}
	#hire_me_popup div.hire_me_popup form div.top_content div.date_tab {
		display: flex;
		justify-content: space-between;
		margin-bottom: 0px;
		flex-wrap: wrap;
	}
	#hire_me_popup div.hire_me_popup form div.middle_content div.Budget div.price #price {
		font-size: 11px;
	}
}

@media all and (max-width: 980px) {
	div.sold-s div.seller-d div.card {
		width: 32%;
	}
	#work div.float-img div i.zmdi-play {
		left: 41%;
		top: 40%;
		right: 56%;
		bottom: 50%;
		width: 35px;
		height: 35px;
	}
	#spotlight section.spotlight-content div.cards .left {
		padding: 0px 0 0 125px;
	}
	#middle {
		padding: 10px;
	}
	#middle div.container div.content-box div.left-image div.img-box {
		height: 100px;
	}
	section.profile div.account-m {
		width: 100% !important;
	}
	section.profile div.main div.account-n {
		width: 32% !important;
	}
	#serviser section.main div.right-box div.content-box div.top div.personal-info input {
		margin-bottom: 10px;
	}
	#serviser section.main div.right-box div.content-box div.top div.personal-info {
		padding-bottom: 20px;
	}
	/* cart.html */

    #cart section.wrapper section.lists ul.list-head li:last-child {
        margin-right: 0px;
    }

    /* orders.html */

    #orders section.wrapper section.lists ul.list li div.first div {
        width: 100px;
        height: 100px;
        margin-right: 22px;
    }
    #orders {
        padding-bottom: 5%;
    }

    /* empty-orders.html */

    #empty_order section.wrapper ul.tab-links li {
        margin-right: 35px;
    }
    #empty_order section.wrapper ul.tab-links li a {
        font-size: 17px;
    }
    #empty_order section.wrapper section.mid div a {
        padding: 9px 21px;
    }
    #empty_order section.wrapper section.mid div p {
        font-size: 22px;
    }
	div.personal-info div.port-card ul.create li div.content {
		margin-left: 7px;
	}
	div.personal-info div.port-card ul.create li div.upload {
		width: 42%;
		padding: 12px;
	}
	div.personal-info div.port-card ul li div.cards p {
		padding: 4px 6px;
	}
	div.personal-info div.port-card ul li div.cards div.icons-p span.zmdi {
		padding: 7px 10px;
		font-size: 21px;
	}
	#work div.all-works div.work-cards div.content {
		width: 80%;
		margin: 0 auto 32px;
	}
	#address-po {
		width: 45%;
		top: 11%;
	}
	#hire_me_popup {
		top: 11%;
	}
	p {
		font-size: 15px !important;
	}
	#serviser div.bottom-card div.rght-card div.submit-card p {
		font-size: 15px !important;
		padding: 9px 10px;
	}
	#serviser {
		padding: 20px 0 70px;
	}
	#featured-products {
		padding: 60px 0 40px;
		margin-bottom: 0;
		border-radius: 0;
	}
	#work div.work-slider {
		margin-left: 0px;
	}
	#work {
		padding: 75px 0 0;
	}
	footer section.about ul.social-medias li a {
		padding: 10px 7px;
		font-size: 15px;
	}
	#work div.float-img {
		bottom: 448px;
		width: 200px;
	}
	#spotlight section.spotlight-content div.cards .left {
		padding: 5% 0 0 9%;
	}
	/* hamburger */
	#spotlight section.wrapper header nav.mobile-menu ul li.mobile-login {
		display: block;
	}
	#spotlight section.wrapper header nav.mobile-menu ul li {
		font-size: 22px;
	}
	#spotlight section.wrapper header nav.mobile-menu ul {
		padding: 65px 0;
	}
	#spotlight header {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	#spotlight header div.logo {
		width: 32%;
	}
	#spotlight header #hamburger i.zmdi-menu {
		color: #ffffff;
		font-size: 18px;
	}
	#spotlight section.wrapper header .search {
		width: 38%;
	}
	#spotlight section.wrapper header .search input {
		padding: 11px;
	}
	#spotlight section.wrapper header .search .search-icon {
		padding: 0px 7px 0 0;
	}
	#spotlight section.wrapper header div.buttons {
		display: flex;
		justify-content: space-between;
		width: 22%;
	}
	#spotlight header #hamburger {
		padding: 11px;
	}
	#spotlight section.wrapper header div.buttons div.wishlist {
		margin-right: 0px;
	}
	/* index.html */
	#spotlight section.wrapper header nav.main-nav {
		display: none;
	}
	#spotlight section.wrapper header nav.main-nav ul {
		display: none;
	}
	#spotlight header div.logo h1 {
		width: 150px;
	}
	#spotlight section.wrapper header .search .search-icon i {
		font-size: 25px;
	}
	#spotlight section.spotlight-content div.cards .left h1 {
		font-size: 30px;
    	line-height: 19px;
	}
	#spotlight section.spotlight-content div.cards .left h6 {
		margin-bottom: 23px;
		font-size: 21px;
	}
	#spotlight section.spotlight-content div.cards .right {
		left: -65px;
	}
	#spotlight section.wrapper header nav.main-nav ul li a {
		font-size: 19px;
	}
	#spotlight section.wrapper header nav.main-nav ul li a:last-child {
		padding: 6px 12px;
	}
	#spotlight section.wrapper header div.buttons a {
		font-size: 1.8em;
		padding-top: 7px;
		width: 40px;
		height: 40px;
	}
	.zmdi-circle:before {
		font-size: 14px;
	}
	#categories div.sub-categories {
		display: flex;
		flex-wrap: wrap;
		padding: 45px 0;
	}
	#categories div.sub-categories div.daily {
		margin-right: 0px;
		margin-bottom: 30px;
		width: 20%;
	}
	#categories div.sub-categories div.daily img {
		height: auto;
	}
	#categories div.sub-categories div.products {
		width: 100%;
	}
	#categories div.sub-categories div.products ul.daily-products li {
		height: auto;
	}
	#categories div.sub-categories .slick-initialized .slick-slide {
		margin: 0;
	}
	#categories div.sub-categories div.products ul.daily-products li div.image-container {
		margin-bottom: 10px;
	}
	#categories div.sub-categories div.products ul.daily-products li div.image-container {
		width: 100px;
		height: 100px;
	}
	#services {
		padding: 20px 0;
	}
	#services section.wrapper {
		flex-wrap: wrap-reverse;
	}
	#services section.wrapper div.left {
		padding: 50px 0;
		width: 100%;
	}
	#services section.wrapper div.left h6 {
		color: #000000;
		text-align: left;
		font-size: 36px;
		font-family: "product_sansbold";
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#services section.wrapper div.left p {
		font-size: 20px;
		letter-spacing: 0px;
	}
	#services section.wrapper div.left a {
		margin-top: 45px;
	}
	#services section.wrapper div.right {
		width: 100%;
	}
	#services section.wrapper div.right div.row {
		width: 90%;
	}
	#services section.wrapper div.right div.middle {
		width: 100%;
	}
	#purchase {
		width: 100%;
		padding: 35px 0;
		border-radius: 0;
	}
	#purchase section.wrapper {
		flex-wrap: wrap;
	}
	#purchase section.wrapper div.left {
		width: 100%;
	}
	#purchase section.wrapper div.left div.img-container {
		width: 50%;
	}
	#purchase section.wrapper div.right {
		padding-top: 25px;
		width: 100%;
	}
	#purchase section.wrapper div.right h5 {
		margin-bottom: 15px;
		font-size: 33px;
		width: 100%;
		height: auto;
	}
	#purchase section.wrapper div.right p.content {
		font-size: 18px;
		letter-spacing: 0px;
	}
	#featured-products div.product-container div.product-cards div.image-container img {
		height: 300px;
	}
	footer section.about ul.nav-links, footer section.about ul.social-medias, footer section.copyright hr {
		margin-top: 25px;
		justify-content: center;
	}
	footer section.copyright p {
		margin: 10px 0;
		font-size: 14px;
	}
	footer section.about ul.nav-links li:nth-child(n+2){
		margin-left: 20px;
	}
	/* service-page */
	#work div.all-works div.work-cards {
		width: 100%;
	}
	#work div.all-works div.work-cards div.img-container {
		width: 165px;
		height: 165px;
	}
	#work div.all-works div.work-cards div.work-details {
		padding: 25px 64px;
	}
	#work div.all-works div.work-cards div.work-details a {
		padding: 10px 40px;
	}
	#spotlight section.spotlight-content-Shop div.cards .left h6 {
		margin-bottom: 0px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.left {
		width: 56%;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right {
		width: 41%;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right h4.discount {
		font-size: 60px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right span.item-name {
		font-size: 33px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right a.buy-now {
		font-size: 36px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right a.buy-now {
		padding: 14px 30px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards {
		padding: 50px;
	}
	footer section.about {
		width: 100%;
	}
	/* wishlist.html */
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div a.buynow:hover {
		padding: 14px 40px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div a.wish-img {
		margin-right: 10px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div.first div {
		width: 120px;
		height: 115px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list li div a.buynow {
		padding: 9px 24px;
		font-size: 15px;
	}
	.list-price {
		width: 16%;
	}
	.list-item {
		width: 35%;
	}
	/* cart.html */
	#Cart section.wrapper section.lists ul.list-head li:last-child {
		margin-right: 0px;
	}
	/* orders.html */
	#orders section.wrapper section.lists ul.list li div.first div {
		width: 100px;
		height: 100px;
		margin-right: 22px;
	}
	#orders {
		padding-bottom: 5%;
	}
	/* empty-orders.html */
	#empty_order section.wrapper ul.tab-links li {
		margin-right: 35px;
	}
	#empty_order section.wrapper ul.tab-links li a {
		font-size: 17px;
	}
	#empty_order section.wrapper section.mid div a {
		padding: 9px 21px;
	}
	#empty_order section.wrapper section.mid div p {
		font-size: 22px;
	}
	/* single-product.html */
	#single-product .main-left .left-top .main-img-fav i#product-fav {
		font-size: 34px;
	}
	#single-product .wrapper {
		justify-content: center;
		flex-wrap: wrap;
	}
	/* login-modal */
	#overlaylogin .login .left {
		width: 42%;
	}
	#overlaylogin .login .left h1 {
		width: 71%;
	}
	#overlaylogin .login .right {
		width: 64%;
	}
	#overlaylogin .login .right .Text h1 {
		margin-top: 10px;
		font-size: 25px;
	}
	#overlaylogin .login .right .user {
		margin-top: 35px;
	}
	#overlaylogin .login .right .password {
		margin-top: 20px;
		margin-bottom: 35px;
	}
	#overlaylogin .login .right .button {
		padding: 15px 17px;
	}
	#overlaylogin .login .right .user input::placeholder {
		font-size: 15px;
	}
	#overlaylogin .login .right .password input::placeholder {
		font-size: 15px;
	}
	#middle div.container div.content-box div.right-box div.price p {
		font-size: 20px;
	}
	#middle div.container div.content-box div.right-box p {
		font-size: 20px;
	}
	#middle div.container div.content-box ul.social-medias li p {
		font-size: 16px;
		color: #000;
	}
	#middle div.container div.content-box ul.social-medias li a {
		color: #7eb473;
		font-size: 16px;
		margin-right: 10px;
	}
	div.bottom-box div.right-box h5 {
		font-size: 16px;
	}
	#middle div.container div.content-box div.left-image {
		width: 15%;
	}
	section.profile div.main {
		width: 90%;
		padding: 30px 0px;
		display: flex;
		flex-direction: column;
	}
	section.profile div.main div.left {
		width: 90%;
		margin: 0 auto 20px;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
	}
	section.profile div.main div.left div.img-box {
		width: 54%;
	}
	section.profile div.main div.account-n div.img-box {
		width: 100%;
	}
	section.profile div.main div.left div.bottom-box2 {
		width: 100%;
	}
	section.profile div.main div.right {
		width: 100%;
	}
	section.profile div.main div.left div.hire-button {
		width: 54%;
	}
	div.right div.main-container div.top-container div.discription {
		text-align: center;
	}
	div.right div.main-container div.top-container {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	div.right div.main-container div.top-container div.button-box div.hire-button {
		width: 40%;
		padding: 10px;
		margin-bottom: 8px;
	}
	div.right div.main-container div.top-container div.button-box {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	div.right div.main-container div.top-container div.button-box {
		width: 100%;
	}
	section.profile div.main div.left .button-c {
		width: 96%;
	}
}

@media all and (max-width: 820px) {

#Shop-products ul.product-items li.product-cards div.image-container {
    height: 230px;
}
	#middle div.container div.content-box div.right-box div.price p {
		font-size: 18px;
	}
	#middle div.container div.content-box div.right-box p {
		font-size: 18px;
	}
}

@media all and (max-width: 768px) {
	#single-product .main-left .left-top .main-img-fav i#product-fav {
		right: 63px;
	}
	#categories h6 {
		padding-left: 0;
	}
	#work p.content {
		text-align: center;
	}
	#work h2 {
		font-size: 26px;
		text-align: center;
	}
	#spotlight section.spotlight-content div.cards .left {
		width: 70%;
	}
	section.profile div.main div.account-n {
		width: 50% !important;
	}
	#chechout {
		padding: 20px 0 40px;
	}
	/* cart.html */

    #cart section.wrapper section.lists ul.list li div.first div {
        border-radius: 15px;
        width: 83px;
        height: 89px;
        overflow: hidden;
        display: flex;
        margin-right: 12px;
    }
    .list-item {
        width: 35%;
        padding-left: 2%;
    }
    .list-price {
        font-size: 15px;
        width: 15%;
    }
    .list-total {
        font-size: 15px;
    }
    .list-total {
        width: 15%;
    }

    #cart section.wrapper section.lists-bottom ul.total li {
        margin-right: 15px;
    }
    #cart section.wrapper section.lists-bottom ul.total a.buynow {
        padding: 10px 21px;
        border-radius: 10px;
    }
    #cart section.wrapper section.lists ul.list li {
        margin-bottom: 28px;
    }  

    /* orders.html */

    #orders section.wrapper section.lists {
        display: none;
    }

    #orders section.wrapper section.lists ul.list li div.first div {
        width: 120px;
        height: 114px;
        margin-right: 18px;
    }
    #orders section.wrapper section.lists-res {
        display: block;
    }
    #orders section.wrapper section.lists {
        display: none;
    }
    #orders section.wrapper section.lists-res ul.list li div.part1 div.first div {
        border-radius: 15px;
        width: 103px;
        height: 116px;
        overflow: hidden;
        display: flex;
        margin-left: 18px;
        margin-right: 20px;
    }
    #orders section.wrapper section.lists-res ul.list li div.part1 div.first div img {
        width: 100%;
        display: block;
    }
    #orders section.wrapper section.lists-res ul.list li div.part2 {
        display: flex;
        flex-direction: column;
        width: 75%
    }
    #orders section.wrapper section.lists-res ul.list li div.part2 div.second {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }
    #orders section.wrapper section.lists-res ul.list li span.wish {
        margin-right: 0px;
    }
    #orders section.wrapper section.lists-res ul.list li div.part2 div.second a {
        width: 18px;
    }
    #orders section.wrapper section.lists-res ul.list li div.part2 div.second a img {
        width: 100%;
        display: block;
    }
    #orders section.wrapper section.lists-res ul.list li div.part2 div.third span {
        margin-right: 22%;
        line-height: 31px;
    }
    #orders section.wrapper section.lists-res ul.list li div.part2 div.third {
        line-height: 2.5rem;
    }
    #orders section.wrapper section.lists-res ul.list li div.part2 div.third span:last-child {
        margin-right: 0px;
    }
    #orders section.wrapper section.lists-res ul.list li span.wish {
        margin-right: 0px;
    }
    #orders section.wrapper section.lists-res ul.list li div.part2 div.last {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    #orders section.wrapper section.lists-res ul.list li div.last div.status {
        width: 22px;
        margin-left: 4%;
    }
    #orders section.wrapper section.lists-res ul.list li div img {
        display: block;
        width: 100%;
    }
    .list-li {
        display: flex;
        align-items: center;
    }
    .quantity {
        display: inline-flex;
    }
    #orders section.wrapper section.lists-res ul.list li.list-li {
        background: #fff;
        border-radius: 10px;
        padding: 18px 11px 18px 0px;
        box-shadow: 0px 3px 30px #7EB47326;
        margin-bottom: 40px;
    }
    #orders section.wrapper section.lists-res ul.list li span.wish {
        margin-right: 0px;
    }
    #orders section.wrapper section.lists-res ul.list li.list-li div.part2 div.last a {
        color: #fff;
        border: solid 2px #7eb473;
        background: #7eb473;
        border-radius: 6px;
        padding: 7px 10px;
    }
    #orders section.wrapper section.lists-res ul.list-head li {
        margin-right: 61px;
    }
    #orders section.wrapper section.lists-res ul.list-head li:first-child {
        margin-right: 159px;
    }
    #orders section.wrapper section.lists-res-bottom ul.total li {
        margin-right: 15px;
    }
    #orders section.wrapper section.lists-res-bottom ul.total a.buynow {
        padding: 10px 21px;
        border-radius: 10px;
    }

    /* wishlist.html */

    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res {
        display: block;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists {
        display: none;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part1 div.first div {
        border-radius: 15px;
        width: 103px;
        height: 116px;
        overflow: hidden;
        display: flex;
        margin-left: 18px;
        margin-right: 20px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list-head li:first-child {
        font-size: 20px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list-head li {
        font-size: 20px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part1 div.first div img {
        width: 100%;
        display: block;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 {
        display: flex;
        flex-direction: column;
        width: 70%
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li span.wish {
        margin-right: 0px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a {
        width: 20px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a img {
        width: 100%;
        display: block;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third span {
        margin-right: 22%;
        line-height: 31px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third {
        line-height: 2.5rem;
        width: 50%;
        display: flex;
        justify-content: space-between;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third span:last-child {
        margin-right: 0px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.last {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .list-li {
        display: flex;
        align-items: center;
    }
    .quantity {
        display: inline-flex;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li {
        background: #fff;
        border-radius: 10px;
        padding: 18px 0px;
        box-shadow: 0px 3px 30px #7EB47326;
        margin-bottom: 40px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li div.part2 div.last a {
        color: #fff;
        border: solid 2px #7eb473;
        background: #7eb473;
        border-radius: 6px;
        padding: 7px 10px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list-head li {
        margin-right: 61px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list-head li:first-child {
        margin-right: 159px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res-bottom ul.total li {
        margin-right: 15px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res-bottom ul.total a.buynow {
        padding: 10px 21px;
        border-radius: 10px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a.favorite {
        display: none;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div a.wish-img {
        display: inline-block;
        color: #ff0000;
        font-family: "product_sansregular";
        margin-right: 20px;
        font-size: 25px;
    }

    /* login-modal */

    #overlaylogin .login .left {
        display: none;
    }
    #overlaylogin .login .right {
        width: 100%;
        border-radius: 15px;
    }

    /* register-modal */

    #overlayreg .register .left {
        display: none;
    }
    #overlayreg .register .right {
        width: 100%;
    }
	div.personal-info div.port-card ul.create li div.content {
		margin-left: 20px;
	}
	div.personal-info div.port-card ul.create li div.upload {
		width: 26%;
	}
	div.personal-info div.port-card ul li div.cards p.p-cont {
		width: 50%;
	}
	#hire_me_popup div.hire_me_popup {
		width: 85%;
	}
	#serviser section.main div.left-box div.image {
		width: 100%;
	}
	#serviser section.main div.right-box {
		width: 100%;
	}
	#serviser section.main div.left-box {
		margin: 0 auto 20px;
	}
	#serviser section.main {
		display: block;
	}
	section.profile div.main div.left .button-c {
		width: 94%;
	}	
	/* intex.html; */
	#featured-products div.product-container div.product-cards div.image-container img {
		height: 230px;
	}
	#featured-products div.product-container div.product-cards div.product-details div.product-item {
		flex-direction: column;
		align-items: baseline;
	}
	#featured-products div.product-container div.product-cards div.image-container span.zmdi-favorite {
		font-size: 1.5em;
	}
	#categories div.categories-outer-container div.categories-container ul {
		padding-left: 50px;
	}
	#spotlight section.wrapper header nav.mobile-menu ul {
		padding: 50px 10px;
	}
	#spotlight section.wrapper header div.buttons {
		width: 27%;
	}
	#spotlight section.wrapper header .search {
		width: 33%;
	}
	#spotlight section.wrapper header nav.mobile-menu ul li {
		font-size: 22px;
		padding: 22px 0;
	}
	#categories div.categories-outer-container div.categories-container ul.category-items li {
		padding: 25px 0px;
		min-width: 100px;
	}
	#spotlight header {
		padding: 30px 0;
	}
	#spotlight section.spotlight-content div.cards .left h6 {
		font-size: 19px;
	}
	#spotlight section.spotlight-content div.cards .left h1 {
		font-size: 30px;
	}
	#spotlight section.spotlight-content div.cards .right {
		top: -10px;
	}
	#spotlight .slick-dots {
		bottom: 40px;
	}
	#spotlight .slick-dots li.slick-active button {
		width: 19px;
		height: 8px;
	}
	#spotlight .slick-dots button {
		width: 8px;
		height: 8px;
	}
	#work div.float-img {
		margin: 0 auto;
		width: 50%;
		position: unset;
		border-radius: 50px;
	}
	#work div.float-img div i.zmdi-play {
		font-size: 42px;
		left: 46%;
		top: 39%;
		padding: 2px 3px 12px 12px;
		box-sizing: unset;
	}
	#categories h6 {
		margin-top: 0;
		font-size: 26px;
	}
	#work {
		padding: 40px 0 0;
		text-align: left;
	}
	#work div.work-content {
		width: 86%;
		font-size: 17px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	#featured-products div.heading h3 {
		font-size: 25px;
	}
	#featured-products div.heading a {
		padding: 10px 20px;
		font-size: 16px;
	}
	#featured-products div.product-container div.product-cards div.image-container {
		width: auto;
		object-fit: cover;
	}
	#featured-products div.product-container div.product-cards div.product-details div.product-item h6.title, #featured-products div.product-container div.product-cards div.product-details div.product-item span.company, #featured-products div.product-container div.product-cards div.product-details div.buy span.amount {
		font-size: 16px;
	}
	#featured-products div.product-container div.product-cards div.product-details div.buy span.Cart-icon {
		padding: 7px;
		font-size: 15px;
	}
	#featured-products div.product-container div.product-cards div.product-details div.product-item span.company {
		text-align: right;
	}
	#featured-products div.product-container div.product-cards div.product-details div.product-item h6.title {
		text-align: left;
	}
	footer section.about h5 small, footer section.about h5 big {
		font-size: 30px;
	}
	footer section.about ul.nav-links {
		margin-top: 20px;
	}
	footer section.about ul.social-medias li {
		border-radius: 12px;
	}
	footer section.about ul.social-medias li a {
		padding: 10px;
	}
	/* service-page */
	section.spotlight-content-Services .slick-dots {
		bottom: 40px;
	}
	section.Services-works h1 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	section.Services-works {
		padding: 50px 0 !important;
	}
	section.Services-works h1 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	section.Services-works h2 {
		font-size: 22px !important;
	}
	#work div.all-works div.work-cards div.img-container {
		width: 150px;
		height: 150px;
	}
	#work div.all-works div.work-cards div.content {
		margin-bottom: 40px;
	}
	section.Services-works::after {
		height: 289px;
		width: 70%;
		top: 35.5%;
	}
	/* shop.html */
	#spotlight section.spotlight-content-Shop .slick-dots {
		bottom: 75px !important;
	}
	section.Shop-categories {
		padding-top: 30px !important;
	}
	#Shop-products ul.product-items li.product-cards {
		width: 42%;
	}
	#Shop-products ul.product-items li.product-cards:last-child {
		margin-bottom: 30px;
	}
	#Shop-products ul.product-items li.product-cards div.image-container {
		height: 310px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right h4.discount {
		font-size: 46px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right span.item-name {
		font-size: 27px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right a.buy-now {
		padding: 7px 13px;
	}
	/* single-product.html */
	#single-product .main-right .rating-graph-button .product-rating {
		width: 49%;
	}
	#single-product .main-right .rating-graph-button .product-rating {
		width: 50%;
	}
	#single-product .main-right .rating-graph-button .product-rating {
		padding: 0 0 0 40px;
		width: 42%;
	}
	#single-product .main-right .rating-graph {
		flex-wrap: nowrap;
		width: 48%;
		justify-content: center;
	}
	#single-product .main-right .single-reviews .each-review {
		margin: 22px 0px;
	}
	#single-product .main-right .rating-graph-button .product-buttons {
		flex-direction: row;
		align-items: center;
		width: 100%;
		justify-content: space-around;
	}
	#single-product .main-right .single-reviews .each-review span {
		font-size: 16px;
	}
	#single-product .main-right .rating-graph-button .product-buttons .addtocart {
		width: 32%;
	}
	#single-product .main-right .rating-graph-button .product-buttons .buynow {
		width: 35%;
	}
	#single-product .main-left {
		width: 90%;
	}
	/* cart.html */
	#Cart section.wrapper section.lists ul.list li div.first div {
		border-radius: 15px;
		width: 83px;
		height: 89px;
		overflow: hidden;
		display: flex;
		margin-right: 12px;
	}
	#orders.request-hire .list-item {
		width: 25%;
		padding-left: 2%;
	}
	.list-price {
		font-size: 15px;
		width: 20%;
	}
	.list-total {
		font-size: 15px;
	}
	.list-total {
		width: 15%;
	}
	#Cart section.wrapper section.lists-bottom ul.total li {
		margin-right: 15px;
	}
	#Cart section.wrapper section.lists-bottom ul.total a.buynow {
		padding: 10px 21px;
		border-radius: 10px;
	}
	#Cart section.wrapper section.lists ul.list li {
		margin-bottom: 28px;
	}
	/* orders.html */
	#orders section.wrapper section.lists {
		display: none;
	}
	#orders section.wrapper section.lists ul.list li div.first div {
		width: 120px;
		height: 114px;
		margin-right: 18px;
	}
	#orders section.wrapper section.lists-res {
		display: block;
	}
	#orders section.wrapper section.lists {
		display: none;
	}
	#orders.request-hire section.wrapper section.lists {
		display: none;
	}
	#orders section.wrapper section.lists-res ul.list li div.part1 div.first div {
		border-radius: 15px;
		width: 103px;
		height: 116px;
		overflow: hidden;
		display: flex;
		margin-left: 18px;
		margin-right: 20px;
	}
	#orders section.wrapper section.lists-res ul.list li div.part1 div.first div img {
		width: 100%;
		display: block;
	}
	#orders section.wrapper section.lists-res ul.list li div.part2 {
		display: flex;
		flex-direction: column;
		width: 75%;
	}
	#orders section.wrapper section.lists-res ul.list li div.part2 div.second {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
	}
	#orders section.wrapper section.lists-res ul.list li div.part2 span.list-response{
		margin-top: 10px;
		display: inline-block;
		font-size: 14px;
		color: #999;
	}
	#orders section.wrapper section.lists-res ul.list li span.wish {
		margin-right: 0px;
	}
	#orders section.wrapper section.lists-res ul.list li div.part2 div.second a {
		width: 18px;
	}
	#orders section.wrapper section.lists-res ul.list li div.part2 div.second a img {
		width: 100%;
		display: block;
	}
	#orders section.wrapper section.lists-res ul.list li div.part2 div.third span {
		margin-right: 22%;
		line-height: 31px;
	}
	#orders section.wrapper section.lists-res ul.list li div.part2 div.third {
		line-height: 2.5rem;
	}
	#orders section.wrapper section.lists-res ul.list li div.part2 div.third span:last-child {
		margin-right: 0px;
	}
	#orders section.wrapper section.lists-res ul.list li span.wish {
		margin-right: 0px;
	}
	#orders section.wrapper section.lists-res ul.list li div.part2 div.last {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
	}
	#orders section.wrapper section.responsive-p ul.list li div.part2 div.last {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-top: 10px;
	}
	#orders section.wrapper section.lists-res ul.list li div.last div.status {
		width: 22px;
		margin-left: 4%;
	}
	#orders section.wrapper section.lists-res ul.list li div img {
		display: block;
		width: 100%;
	}
	.list-li {
		display: flex;
		align-items: center;
	}
	.quantity {
		display: inline-flex;
	}
	#orders section.wrapper section.lists-res ul.list li.list-li {
		background: #fff;
		border-radius: 10px;
		padding: 18px 11px 18px 0px;
		box-shadow: 0px 3px 30px #7eb47326;
		margin-bottom: 40px;
	}
	#orders section.wrapper section.responsive-p .list-order{
		width: 50%;
		display: flex;
		flex-direction: column;
	}
	#orders section.wrapper section.responsive-p ul.list li div.part2{
		width: 100%;
	}
	#orders section.wrapper section.responsive-p .list-status{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end !important;
	}
	#orders section.wrapper section.responsive-p ul.list li.list-li div.part2 div.last a{
		margin-left: 10px;
	}
	#orders section.wrapper section.responsive-p ul.list li.list-li{
		display: block;
		padding: 15px;
	}
	#orders section.wrapper section.responsive-p ul.list li.list-li .part1{
		font-size: 23px;
		margin-bottom: 8px;
	}

	#orders section.wrapper section.lists-res ul.list li span.wish {
		margin-right: 0px;
		font-weight: 600;
	}
	#orders section.wrapper section.lists-res ul.list li.list-li div.part2 div.last a {
		color: #fff;
		border: solid 2px #7eb473;
		background: #7eb473;
		border-radius: 6px;
		padding: 7px 10px;
	}
	#orders section.wrapper section.lists-res ul.list-head li {
		margin-right: 61px;
	}
	#orders section.wrapper section.lists-res ul.list-head li:first-child {
		margin-right: 159px;
	}
	#orders section.wrapper section.lists-res-bottom ul.total li {
		margin-right: 15px;
	}
	#orders section.wrapper section.lists-res-bottom ul.total a.buynow {
		padding: 10px 21px;
		border-radius: 10px;
	}
	/* wishlist.html */
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res {
		display: block;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists {
		display: none;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part1 div.first div {
		border-radius: 15px;
		width: 103px;
		height: 116px;
		overflow: hidden;
		display: flex;
		margin-left: 18px;
		margin-right: 20px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list-head li:first-child {
		font-size: 20px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists ul.list-head li {
		font-size: 20px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part1 div.first div img {
		width: 100%;
		display: block;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 {
		display: flex;
		flex-direction: column;
		width: 70%;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a {
		width: 20px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a img {
		width: 100%;
		display: block;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third span {
		margin-right: 22%;
		line-height: 31px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third {
		line-height: 2.5rem;
		width: 50%;
		display: flex;
		justify-content: space-between;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third span:last-child {
		margin-right: 0px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.last {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.list-li {
		display: flex;
		align-items: center;
	}
	.quantity {
		display: inline-flex;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li {
		background: #fff;
		border-radius: 10px;
		padding: 18px 0px;
		box-shadow: 0px 3px 30px #7eb47326;
		margin-bottom: 40px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li div.part2 div.last a {
		color: #fff;
		border: solid 2px #7eb473;
		background: #7eb473;
		border-radius: 6px;
		padding: 7px 10px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list-head li {
		margin-right: 61px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list-head li:first-child {
		margin-right: 159px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res-bottom ul.total li {
		margin-right: 15px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res-bottom ul.total a.buynow {
		padding: 10px 21px;
		border-radius: 10px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a.favorite {
		display: none;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div a.wish-img {
		display: inline-block;
		color: #ff0000;
		font-family: "product_sansregular";
		margin-right: 20px;
		font-size: 25px;
	}
	/* login-modal */
	#overlaylogin .login .left {
		display: none;
	}
	#overlaylogin .login .right {
		width: 100%;
		border-radius: 15px;
	}
	/* register-modal */
	#overlayreg .register .left {
		display: none;
	}
	#overlayreg .register .right {
		width: 100%;
	}
	#middle div.container div.content-box {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	#middle div.container div.content-box div.middle-content h5 {
		text-align: center;
		margin-top: 10px;
	}
	#middle div.container div.content-box div.right-box div.price {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	#middle div.container div.content-box div.right-box {
		width: 100%;
		align-items: center;
	}
	#middle div.container div.content-box div.right-box div.hire {
		margin-top: 2%;
		width: 25%;
	}
	#middle div.container div.content-box ul.social-medias {
		border-bottom: 1px solid #aaa;
	}
	#middle div.container div.content-box div.right-box {
		padding-top: 20px;
	}
	div.right-box div.price a {
		margin-right: 10px;
	}
	#middle div.container div.content-box div.left-image {
		width: 19%;
	}
}
@media all and (max-width: 640px) {
	#single-product .main-left .left-top .main-img {
		width: 65%;
		margin: 0 auto;
	}
	div.sold-s div.seller-d div.card {
		width: 49%;
	}
	#serviser section.main div.right-box div.content-box div.top div.personal-info .upload-n {
		width: 43% !important;
	}
	#featured-products div.product-container div.product-cards div.image-container {
		height: 190px;
	}
	#chechout div.content div.right-box div.payment div.bottom p.button {
		width: 50%;
	}
	#chechout div.content div.right-box div.payment div.middle p.foot {
		margin-top: 5px;
	}
	#chechout div.content div.right-box div.payment div.top {
		padding-bottom: 15px;
	}
	#chechout div.content div.right-box div.payment {
		padding: 30px;
	}
	#chechout div.content div.left-box div.bottom p:last-child {
		margin-bottom: 0;
		margin-top: 0px;
	}
	#chechout div.content div.left-box div.bottom p button {
		padding: 15px;
	}
	#chechout div.content div.left-box div.bottom p {
		margin-bottom: 15px;
	}
	#chechout div.content div.left-box div.bottom p input, #chechout div.content div.left-box div.bottom p select {
		padding: 13px;
	}
	#chechout div.content div.left-box div.top {
		margin-bottom: 15px;
	}
	#chechout div.content div.left-box div.top h3 {
		font-size: 16px;
	}
	#chechout div.content div.left-box div.top {
		padding: 15px;
	}
	#chechout div.content div.right-box {
		width: 100%;
		margin-top: 30px;
	}	
	#chechout div.content {
		flex-wrap: wrap;
	}
	#chechout div.content div.left-box {
		width: 100%;
	}
	#rating-pop {
		width: 90%;
	}
	section.profile div.main div.left div.img-box {
		width: 100%;
	}
	/* cart.html */

    #cart section.wrapper section.lists ul.list-head {
        display: none;
    }
    #cart section.wrapper section.lists {
        display: none;
    }
    #cart section.wrapper section.lists-bottom ul.total {
        padding: 14px 0px;
        margin-bottom: 0px;
    }
    #cart section.wrapper section.lists-bottom ul.total a.buynow {
        padding: 8px 15px;
        font-size: 18px;
    }
    #cart section.wrapper section.lists-bottom ul.total li:first-child {
        margin-right: 0px;
        font-size: 20px;
        margin-left: 33px;
    }
    #cart section.wrapper section.lists-res {
        display: block;
    }
    #cart section.wrapper section.lists-res ul.list li div.part1 div.first div {
        border-radius: 15px;
        width: 103px;
        height: 116px;
        overflow: hidden;
        display: flex;
        margin-left: 18px;
        margin-right: 20px;
    }
    #cart section.wrapper section.lists-res ul.list li div.part1 div.first div img {
        width: 100%;
        display: block;
    }
    #cart section.wrapper section.lists-res ul.list li div.part2 {
        display: flex;
        flex-direction: column;
        width: 70%;
    }
    #cart section.wrapper section.lists-res ul.list li div.part2 div.second {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }
    #cart section.wrapper section.lists-res ul.list li span.wish {
        margin-right: 0px;
    }
    #cart section.wrapper section.lists-res ul.list li div.part2 div.second a {
        width: 18px;
    }
    #cart section.wrapper section.lists-res ul.list li div.part2 div.second a img {
        width: 100%;
        display: block;
    }
    #cart section.wrapper section.lists-res ul.list li div.part2 div.third {
        display: flex;
        justify-content: space-between;
        width: 50%;
        font-size: 15px;
    }
    #cart section.wrapper section.lists-res ul.list li div.part2 div.third span {
        line-height: 1.5rem;
    }
    #cart section.wrapper section.lists-res ul.list li div.part2 div.third span:last-child {
        margin-right: 0px;
    }
    #cart section.wrapper section.lists-res ul.list li.list-li div.part2 div.second span.wish {
        font-weight: bold;
    }
    #cart section.wrapper section.lists-res ul.list li div.part2 div.last {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #cart section.wrapper section.lists-res ul.list li div.part2 div.last span {
        font-size: 15px;
    }
    .list-li {
        display: flex;
        align-items: center;
    }
    .quantity {
        margin-right: 0px;
        display: inline-flex;
    }
    #cart section.wrapper section.lists-res ul.list li.list-li {
        background: #fff;
        border-radius: 10px;
        padding: 18px 10px 18px 0px;
        box-shadow: 0px 3px 30px #7EB47326;
        margin-bottom: 40px;
    }
    #cart section.wrapper section.lists-res ul.list-head li {
        margin-right: 61px;
    }
    #cart section.wrapper section.lists-res ul.list-head li:first-child {
        margin-right: 159px;
    }
    #cart section.wrapper section.lists-res-bottom ul.total li {
        margin-right: 15px;
    }
    #cart section.wrapper section.lists-res-bottom ul.total a.buynow {
        padding: 10px 21px;
        border-radius: 10px;
    }
    #cart section.wrapper section.lists-res ul.list li div.first span.wish {
        font-weight: bold;
    }

    /* wishlist.html */

    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res {
        display: block;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part1 div.first div {
        border-radius: 15px;
        width: 103px;
        height: 116px;
        overflow: hidden;
        display: flex;
        margin-left: 18px;
        margin-right: 20px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div a.wish-img {
        display: inline-block;
        color: #ff0000;
        font-family: "product_sansregular";
        margin-right: 20px;
        font-size: 25px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part1 div.first div img {
        width: 100%;
        display: block;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 {
        display: flex;
        flex-direction: column;
        width: 75%;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li span.wish {
        margin-right: 0px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a {
        width: 18px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a img {
        width: 100%;
        display: block;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third span {
        margin-right: 16%;
        line-height: 31px;
        font-size: 15px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.last {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 15px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a.favorite {
        display: none;
    }
    .list-li {
        display: flex;
        align-items: center;
    }
    .quantity {
        margin-right: 0px;
        display: inline-flex;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li {
        background: #fff;
        border-radius: 10px;
        padding: 18px 10px 18px 0px;
        box-shadow: 0px 3px 30px #7EB47326;
        margin-bottom: 40px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list-head li {
        margin-right: 61px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list-head li:first-child {
        margin-right: 159px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res-bottom ul.total li {
        margin-right: 15px;
    }
    section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res-bottom ul.total a.buynow {
        padding: 10px 21px;
        border-radius: 10px;
    }

    /* login-modal */

    #overlaylogin .login {
        height: 55vh;
    }
    #overlaylogin .login .right .button {
        padding: 10px 13px;
    }
    #overlaylogin .login .right .Text h1 {
        margin-top: 15px;
        font-size: 22px;
    }
    #overlaylogin .login .right .user {
        margin-top: 25px;
    }
    #overlaylogin .login .right .password {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    #overlaylogin .login .right .button {
        padding: 10px 13px;
    }   
    
    /* reg-modal */

    #overlayreg .register .right .Text h1 {
        font-size: 23px;
    }
    #overlayreg .register .right .button {
        padding: 8px 15px;
        font-size: 18px;
    }
    #overlayreg .register .right .user input::placeholder,
    #overlayreg .register .right .password input::placeholder,
    #overlayreg .register .right .email input::placeholder,
    #overlayreg .register .right .conf-password input::placeholder {
        font-size: 16px;
    }
    #overlayreg .register .right .button {
        padding: 8px 15px;
        font-size: 14px;
    }
	#serviser div.bottom-card div.lft-card .v-card {
		padding: 11px 0px;
	}
	#serviser section.main div.right-box div.content-box div.midddle {
		padding: 30px 0 10px;
	}	
	#serviser section.main div.right-box div.content-box div.midddle div.working-time div.input {
		margin-bottom: 25px;
	}
	div.personal-info div.port-card ul.create li div.upload {
		width: 35%;
	}
	div.personal-info div.port-card ul li div.cards p.p-cont {
		width: 44%;
	}
	div.personal-info div.port-card ul li div.cards p.title {
		width: 125px;
	}
	#address-po {
		width: 60%;
	}
	#serviser div.bottom-card div.rght-card {
		width: 100%;
	}
	#serviser div.bottom-card div.lft-card {
		width: 100%;
		margin-bottom: 15px;
	}
	#serviser div.bottom-card {
		flex-direction: column;
	}
	#serviser section.main div.left-box {
		width: 40%;
	}
	div.right div.main-container h5 {
		font-size: 15px;
	}
	#Shop-products div.pagination span.previous-page a, #Shop-products div.pagination span.next-page a {
		font-size: 28px;
	}
	#Shop-products ul.product-items li.product-cards div.image-container {
		height: 244px;
	}
	#Shop-products h5 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	#Shop-products {
		padding: 0px 0 60px;
	}
	#featured-products div.product-container div.product-cards {
		margin-bottom: 15px;
	}
	#featured-products div.product-container div.product-cards div.image-container img {
		height: 190px;
	}
	#spotlight header div.logo h1 {
		width: 120px;
	}
	#spotlight section.wrapper header nav.mobile-menu ul {
		padding: 40px 10px;
	}
	#spotlight section.wrapper header .search {
		width: 26%;
	}
	#spotlight section.wrapper header nav.mobile-menu ul li {
		font-size: 19px;
		padding: 18px 0;
	}
	#spotlight section.wrapper header div.buttons {
		width: 32%;
	}
	#spotlight section.wrapper header div.buttons a {
		font-size: 20px;
		padding-top: 13px;
	}
	#spotlight header #hamburger {
		padding: 8px 11px;
		font-size: 20px;
	}
	#spotlight section.spotlight-content div.cards .left h6 {
		margin-bottom: 19px;
	}
	#spotlight section.spotlight-content div.cards .left h1 {
		line-height: 38px;
	}
	#spotlight section.spotlight-content div.cards .left {
		width: 47%;
		padding: 5% 0 0 5%;
	}
	#spotlight section.spotlight-content div.cards .left h6 {
		font-size: 16px;
	}
	#spotlight section.spotlight-content div.cards .left h1 {
		font-size: 34px;
	}
	#categories div.categories-outer-container div.categories-container ul.category-items li svg {
		width: 40px;
		height: 70px;
	}
	#featured-products div.product-container div.product-cards div.image-container span.zmdi-favorite {
		font-size: 2em;
	}
	/* service-page */
	#spotlight section.spotlight-content-Services {
		padding-top: 0px;
	}
	#spotlight section.spotlight-content-Services .slick-dots {
		bottom: 50px;
	}
	#work div.all-works div.work-cards div.work-details a {
		padding: 10px 20px;
	}
	#work div.all-works div.work-cards div.img-container {
		width: 140px;
		height: 140px;
	}
	#work div.all-works div.work-cards div.work-details a {
		margin: 5px;
	}
	#work div.all-works div.work-cards div.content {
		width: 100%;
	}
	#work a.load-more, #work a.load-less {
		padding: 10px 0;
		font-size: 17px;
	}
	footer section.about {
		width: 90%;
	}
	/* shop.html*/
	#categories div.categories-outer-container div.categories-container ul.category-items li {
		padding: 20px 0px;
		min-width: 100px;
		margin-right: 0px !important;
	}
	#spotlight section.spotlight-content-Shop .slick-dots {
		bottom: 100px !important;
	}
	#spotlight section.spotlight-content div.cards .right {
		top: 0px;
		width: 40%;
	}
	#Shop-products ul.product-items {
		justify-content: center;
	}
	#categories div.categories-outer-container div.categories-container ul {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#Shop-products ul.product-items li.product-cards:nth-child(8) {
		margin-bottom: 20px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards {
		padding: 35px 33px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.left {
		width: 56%;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right h4.discount {
		font-size: 35px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right span.item-name {
		font-size: 21px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right a.buy-now {
		padding: 7px 13px;
		font-size: 20px;
		margin-top: 15px;
	}
	#Shop-products .slick-dots {
		bottom: 65px;
		width: 87%;
	}
	#Shop-products .slick-dots li.slick-active button {
		width: 13px;
		height: 6px;
		background: #fff;
		border-radius: 8px;
	}
	#Shop-products .slick-dots button {
		width: 6px;
		height: 6px;
	}
	#Shop-products .slick-dots {
		bottom: 10px;
		width: 95%;
		position: absolute;
	}
	#Shop-products ul.product-items li.product-cards {
		margin-bottom: 30px;
	}
	#Shop-products div.pagination span.page {
		font-size: 17px;
	}
	#Shop-products div.pagination span.total-pages {
		font-size: 17px;
	}
	/* single-product.html */
	#single-product .main-right .single-reviews .each-review span {
		font-size: 15px;
	}
	#single-product .main-right .rating-graph-button .product-rating {
		padding: 0 0 0 25px;
		width: 42%;
	}
	#single-product .main-right .rating-graph-button .product-rating h3 {
		font-size: 19px;
	}
	#single-product .main-right .rating-graph-button .product-rating .overall-rating {
		width: 60%;
	}
	#single-product .main-right .rating-graph-button .product-buttons .buynow {
		width: 40%;
	}
	#single-product .main-right .rating-graph-button .product-buttons .addtocart {
		width: 40%;
	}
	#single-product .main-right .product-details .product-color .pro-col-left .product-color-two {
		margin: 0px 15px;
	}
	#single-product .main-left .left-top .main-img-fav i#product-fav {
		font-size: 26px;
	}
	#single-product .main-right .single-reviews .each-review {
		margin: 15px 0px 20px;
	}
	#single-product .main-right .rating-graph-button .product-buttons .buynow i {
		padding: 10px 0px;
	}
	#single-product .main-right .rating-graph-button .product-buttons .addtocart i:hover {
		padding: 10px 0px;
	}
	#single-product .main-right {
		padding: 14px;
	}
	#single-product .main-right {
		width: 90%;
	}
	/* cart.html */
	#Cart section.wrapper section.lists ul.list-head {
		display: none;
	}
	#Cart section.wrapper section.lists {
		display: none;
	}
	#Cart section.wrapper section.lists-bottom ul.total {
		padding: 14px 0px;
		margin-bottom: 0px;
	}
	#Cart section.wrapper section.lists-bottom ul.total a.buynow {
		padding: 8px 15px;
		font-size: 18px;
	}
	#Cart section.wrapper section.lists-bottom ul.total li:first-child {
		margin-right: 0px;
		font-size: 20px;
		margin-left: 33px;
	}
	#Cart section.wrapper section.lists-res {
		display: block;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part1 div.first div {
		border-radius: 15px;
		width: 103px;
		height: 116px;
		overflow: hidden;
		display: flex;
		margin-left: 18px;
		margin-right: 20px;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part1 div.first div img {
		width: 100%;
		display: block;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 {
		display: flex;
		flex-direction: column;
		width: 70%;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.second {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
	}
	#Cart section.wrapper section.lists-res ul.list li span.wish {
		margin-right: 0px;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.second a {
		width: 18px;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.second a img {
		width: 100%;
		display: block;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.third {
		display: flex;
		justify-content: space-between;
		width: 50%;
		font-size: 15px;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.third span {
		line-height: 1.5rem;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.third span:last-child {
		margin-right: 0px;
	}
	#Cart section.wrapper section.lists-res ul.list li.list-li div.part2 div.second span.wish {
		font-weight: bold;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.last {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.last span {
		font-size: 15px;
	}
	.list-li {
		display: flex;
		align-items: center;
	}
	.quantity {
		margin-right: 0px;
		display: inline-flex;
	}
	#Cart section.wrapper section.lists-res ul.list li.list-li {
		background: #fff;
		border-radius: 10px;
		padding: 18px 10px 18px 0px;
		box-shadow: 0px 3px 30px #7eb47326;
		margin-bottom: 40px;
	}
	#Cart section.wrapper section.lists-res ul.list-head li {
		margin-right: 61px;
	}
	#Cart section.wrapper section.lists-res ul.list-head li:first-child {
		margin-right: 159px;
	}
	#Cart section.wrapper section.lists-res-bottom ul.total li {
		margin-right: 15px;
	}
	#Cart section.wrapper section.lists-res-bottom ul.total a.buynow {
		padding: 10px 21px;
		border-radius: 10px;
	}
	#Cart section.wrapper section.lists-res ul.list li div.first span.wish {
		font-weight: bold;
	}
	/* wishlist.html */
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res {
		display: block;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part1 div.first div {
		border-radius: 15px;
		width: 103px;
		height: 116px;
		overflow: hidden;
		display: flex;
		margin-left: 18px;
		margin-right: 20px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div a.wish-img {
		display: inline-block;
		color: #ff0000;
		font-family: "product_sansregular";
		margin-right: 20px;
		font-size: 25px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part1 div.first div img {
		width: 100%;
		display: block;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 {
		display: flex;
		flex-direction: column;
		width: 75%;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a {
		width: 18px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a img {
		width: 100%;
		display: block;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third span {
		margin-right: 16%;
		line-height: 31px;
		font-size: 15px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.last {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		font-size: 15px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.second a.favorite {
		display: none;
	}
	.list-li {
		display: flex;
		align-items: center;
	}
	.quantity {
		margin-right: 0px;
		display: inline-flex;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li {
		background: #fff;
		border-radius: 10px;
		padding: 18px 10px 18px 0px;
		box-shadow: 0px 3px 30px #7eb47326;
		margin-bottom: 40px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list-head li {
		margin-right: 61px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list-head li:first-child {
		margin-right: 159px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res-bottom ul.total li {
		margin-right: 15px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res-bottom ul.total a.buynow {
		padding: 10px 21px;
		border-radius: 10px;
	}
	/* login-modal */
	#overlaylogin .login .right .button {
		padding: 10px 13px;
	}
	#overlaylogin .login .right .Text h1 {
		margin-top: 15px;
		font-size: 22px;
	}
	#overlaylogin .login .right .user {
		margin-top: 25px;
	}
	#overlaylogin .login .right .password {
		margin-top: 15px;
		margin-bottom: 25px;
	}
	#overlaylogin .login .right .button {
		padding: 10px 13px;
	}
	/* reg-modal */
	#overlayreg .register .right .Text h1 {
		font-size: 23px;
	}
	#overlayreg .register .right .button {
		padding: 8px 15px;
		font-size: 18px;
	}
	#overlayreg .register .right .user input::placeholder, #overlayreg .register .right .password input::placeholder, #overlayreg .register .right .email input::placeholder, #overlayreg .register .right .conf-password input::placeholder {
		font-size: 16px;
	}
	#overlayreg .register .right .button {
		padding: 8px 15px;
		font-size: 14px;
	}
	div.bottom-box {
		width: 86%;
		padding: 8px;
	}
	#middle div.container div.content-box div.middle-content p {
		font-size: 15px;
		color: #7d7f7c;
		text-align: center;
	}
	.singletab-content {
		background-color: #fff;
	}
	#middle div.container div.content-box div.left-image {
		width: 27%;
	}
	div.filter-box div.filter div.right-box h5 {
		font-size: 17px;
	}
	#middle div.container div.content-box ul.social-medias {
		justify-content: center;
	}
	div.right div.main-container div.img-container div.flex-box div.display-image {
		width: 43%;
	}
}

@media all and (max-width: 560px) {
	#work div.work-slider div.work-cards div.img-container {
    width: 150px;
    height: 150px;
}
	#work div.work-slider div.work-cards div.work-details {
		width: 55%;
	}
	#Shop-products ul.product-items li.product-cards {
		width: 60%;
	}
	div.filter-box div.filter h5 {
		color: #bbbbbb;
		font-size: 14px;
	}
	div.filter-box div.filter h4 {
		color: #000;
		font-size: 14px;
	}
	div.filter-box div.filter div.right-box h5 {
		font-size: 15px;
	}
	div.filter-box div.filter div.right-box a {
		font-size: 21px;
	}
	section.profile div.main div.left div.hire-button {
		width: 35%;
		margin: 0 auto;
	}
	div.right div.main-container div.top-container div.button-box div.hire-button {
		width: 50%;
	}
	form div.top_content div.date_tab div.duration div.days #days {
		width: max-content;
	}
	form div.top_content div.date_tab {
		flex-direction: column;
	}
	#hire_me_popup div.hire_me_popup form div.top_content div.date_tab div.last {
		width: 100%;
	}
	#hire_me_popup div.hire_me_popup form div.top_content div.date_tab div.date div.calender {
		width: inherit;
	}
	#hire_me_popup div.hire_me_popup form div.top_content div.date_tab>div {
		width: 100%;
	}
	#hire_me_popup div.hire_me_popup form p {
		font-size: 13px;
		font-weight: lighter;
	}
	#hire_me_popup div.hire_me_popup form p a {
		font-size: 13px;
	}
	#hire_me_popup div.hire_me_popup form div.button input {
		font-size: 18px;
	}
	#hire_me_popup div.hire_me_popup form div.middle_content div.Budget div.amount {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media all and (max-width: 480px) {
	.s-product{
		padding-bottom: 30px !important;
	}
	#d-Profile {
		padding: 20px 0 35px;
	}
	#d-Profile div.head div.deatils h4 {
		font-size: 22px;
		text-align: center;
	}
	#d-Profile div.head div.deatils {
		margin-left: 0 !important;
		width: 100%;
		text-align: justify;
	}
	#d-Profile div.head div.img {
		width: 120px;
		margin: 0 auto 15px;
	}
	div.dealer-d div.top-d a div.img img {
		width: 75px;
	}
	div.dealer-d {
		margin-top: 30px;
	}
	#single-product .main-right {
		width: 100%;
	}
	div.sold-s {
		padding: 8px 0px;
	}
	div.sold-s div.seller-d div.card div.img img {
		height: 140px;
	}
	section.Services-works div.content-design {
		display: none;
	}
	
	#single-product .main-right .product-details .product-quantity {
		padding-bottom: 3%;
	}
	#single-product .main-right .rating-graph .single-rating-graph small {
		margin-bottom: 4px;
	}
	#single-product .main-right .rating-graph .single-rating-graph .progress-bar {
		height: 60px;
	}
	#single-product .main-right .rating-graph-button .product-rating .overall-rating {
		width: 90%;
	}
	#services section.wrapper div.right div.middle {
		padding: 0;
	}
	#nav-card { 
		display: block;
		padding: 10px 0;
		box-shadow: 0px 8px 5px #9c9c9c, 0px -2px 5px #d0d2d0;
		position: fixed;
		/* top: calc(100vh - 45px); */
		bottom: 0;
		z-index: 99999;
		background: #fff;
		width: 100%;
	}
	#nav-card ul { 
	    display: flex;
   	    justify-content: space-between;
		width: 80%;
		margin: 0 auto;
	}
	#nav-card ul li { 
	
	}
	#nav-card ul li a.zmdi { 
	    color: #7eb473;
    	font-size: 25px;
	}
	#Shop-products ul.product-items li.product-cards:last-child {
		margin-bottom: 10px;
	}
	#spotlight section.spotlight-content div.cards .left h1 {
		font-size: 24px;
		line-height: 27px;
	}
	#purchase {
		
	}
	#purchase section.wrapper div.right {
		width: 100%;
		padding-top: 0;
	}
	#purchase section.wrapper div.right h5 {
		font-size: 18px;
	}
	#purchase section.wrapper div.left {
		width: 45%;
		display: none;
	}
	#orders section.wrapper ul.tab-links li a {
		font-size: 18px;
	}
	#orders section.wrapper section.lists-res ul.list li div.part1 div.first div {
		width: 83px;
		height: 94px;
	}
	#orders section.wrapper ul.tab-links {
		padding: 34px 0px 30px 0px;
	}
	#serviser section.main div.right-box div.content-box div.top div.personal-info .dynamic-formset1-add td a {
		font-size: 22px;
		padding: 6px 11px;
	}
	div.right div.main-container div.top-container .edit-profile {
		width: 60%;
	}
	#serviser section.main div.right-box div.content-box div.top div.personal-info .upload label{
		font-size: 14px;
	}
	#work div.work-content {
		text-align: center;
		margin-bottom: 20px;
		width: 100%;
		margin-top: 0;
	}
	#work div.work-content p {
		text-align: justify;
	}
	#categories div.categories-outer-container div.categories-container ul.category-items li a.single-category img {
		width: 84%;
		height: 80px;
	}
	section.profile div.main div.account-n {
		width: 80% !important;
	}
	div.account-n li:last-child {
		margin: 0 0 0 10px;
	}	
	.category-m {
		padding-top: 0px !important;
	}
	#work div.work-slider div.work-cards div.work-details {
		width: 100%;
	}
	#categories .slick-initialized .slick-slide {
		margin: 0 5px 0 5px;
	}
	#serviser section.main div.right-box div.content-box div.top div.personal-info {
		padding-bottom: 10px;
	}
	div.personal-info div.port-card ul.create li div.content a {
		padding: 9px 15px;
		font-size: 14px;
	}
	#serviser section.main div.right-box div.content-box div.top div.personal-info input {
		margin-bottom: 8px;
		padding: 10px;
		width: 49%;
	}
	#serviser section.main div.right-box div.content-box div.top div.personal-info .upload{
		width: 49% !important;
	}
	div.personal-info div.port-card ul.create li div.content p textarea {
		margin-bottom: 0;
		padding: 10px;
	}
	div.personal-info div.port-card ul.create li div.content {
		margin-left: 6px;
	}
	div.personal-info div.port-card ul.create li div.upload {
		padding: 6px;
	}
	div.personal-info div.port-card ul li div.cards div.icons-p span.zmdi {
		padding: 7px 8px;
		font-size: 17px;
	}
	div.personal-info div.port-card ul li div.cards p.title {
		width: 110px;
	}
	#address-po div.c-card form p.submit a {
		padding: 9px 4px;
	}
	#address-po {
		width: 80%;
	}
	#serviser div.bottom-card div.lft-card p.name input {
		width: 100%;
	}
	#serviser section.main div.right-box div.content-box {
		padding: 10px;
	}
	#serviser section.main div.right-box div.header {
		align-items: center;
		padding: 18px 15px;
	}
	#serviser {
		padding: 40px 0;
	}
	#serviser div.bottom-card div.lft-card p.type input {
		width: 24%;
		text-align: center;
	}
	section.profile div.main div.left .button-c {
		width: 90%;
	}
	#single-product .main-right .single-reviews .each-review .single-rev-name {text-align-last: 123px;
		margin-bottom: 10px;
	}
	#spotlight section.spotlight-content div.cards .left {
		width: 80%;
		padding: 2% 0 0 0%;
	}
	#spotlight section.spotlight-content div.cards .right {
		top: 13px;
		width: 30%;
		margin: 0 auto;
		left: 110px;
	}
	#spotlight section.spotlight-content div.cards {
		display: flex !important;
		flex-direction: column-reverse;
	}
	#categories h6 {
		padding-left: 0;
	}
	#purchase section.wrapper div.right h5 {
		margin-bottom: 0px;
	}
	#work div.work-slider div.work-cards {
		flex-direction: column;
	}
	#work div.work-slider div.work-cards{
		padding: 0;
		margin-bottom: 25px;
	}
	#featured-products {
		padding: 45px 0 25px;
		margin-bottom: 0;
		border-radius: 0;
	}
	#featured-products div.product-container div.product-cards {
		margin-bottom: 0;
	}
	#featured-products {
		padding: 25px 0 25px;
	}
	footer section.about ul.social-medias li a {
		padding: 7px;
	}
	footer section.about ul.nav-links li a {
		font-size: 15px;
	}
	footer section.about ul.social-medias li a i.icon {
		font-size: 1.1em;
	}
	div.right div.main-container div.review-box {
		background-color: #e5f9e0;
		display: flex;
		padding: 20px;
		margin: 10px;
		border-radius: 10px;
		align-items: center;
		display: flex;
		flex-direction: column;
		font-size: 17px;
		padding: 12px 0;
	}
	#spotlight section.wrapper header nav.mobile-menu ul {
		padding: 30px 10px;
		box-shadow: 7px 20px 19px 7px #0000000f;
		border-radius: 7px;
	}
	#spotlight section.wrapper header nav.mobile-menu ul li a {
		letter-spacing: 1px;
	}
	#spotlight header #hamburger {
		padding: 8px;
		border-radius: 7px;
		font-size: 13px;
	}
	#spotlight section.wrapper header nav.mobile-menu ul li.wishlist-mobile, #spotlight section.wrapper header nav.mobile-menu ul li.Cart-mobile {
		display: block;
	}
	#spotlight header div.logo {
		width: 45%;
	}
	#spotlight section.wrapper header .search {
		width: 37%;
		border-radius: 7px;
	}
	#spotlight section.wrapper header div.buttons {
		width: auto;
	}
	#spotlight header {
		padding: 15px 0;
	}
	#spotlight section.wrapper header div.buttons div.wishlist {
		display: none;
	}
	#spotlight section.wrapper header div.buttons a {
		display: none;
	}
	#spotlight section.spotlight-content-Shop .slick-dots {
		bottom: 39px !important;
	}
	#spotlight section.spotlight-content div.cards .left918 h1 {
		font-size: 21px;
	}
	#work div.float-img {
		width: 60%;
		border-radius: 20px;
		display: none;
	}
	#categories {
		padding-top: 0;
	}
	#categories h6 {
		text-align: left;
		font-size: 20px;
	}
	#categories h6 {
		margin-top: 0;
		margin-bottom: 0;
	}
	#spotlight .slick-dots {
		padding: 1rem 0 0;
	}
	.spotlight-content{
		margin-top: -20px;
	}
	#spotlight section.spotlight-content div.cards .left h6 {
		margin-bottom: 11px;
	}
	#categories div.categories-outer-container {
		border-radius: 20px 20px 20px 20px;
	}
	#categories .slick-initialized .slick-slide {
		width: 100px !important;
	}
	#work div.float-img div i.zmdi-play {
		font-size: 27px;
		left: 45%;
		top: 40%;
		box-sizing: border-box;
		padding: 6px 0px 0px 1px;
	}
	#categories div.categories-outer-container div.categories-container ul {
		padding-left: 0px;
	}
	#categories div.categories-outer-container div.categories-container ul.category-items li svg {
		width: 34px;
		height: 50px;
	}
	#categories div.categories-outer-container div.categories-container ul.category-items li {
		min-width: 100px;
		border-radius: 31px 31px 0px 31px;
		padding: 13px 0px;
		margin: 0 0.25rem;
	}
	#categories div.sub-categories {
		padding-bottom: 10px !important;
	}
	#categories div.sub-categories div.daily {
		margin-bottom: 0;
	}
	#categories div.sub-categories div.products ul.daily-products li span {
		font-size: 15px;
	}
	#categories div.sub-categories {
		padding: 30px 0;
		margin: 0 auto;
		width: 95%;
	}
	#categories div.sub-categories div.products ul.daily-products li div.image-container {
		width: 90px;
		height: 90px;
	}
	#services {
		padding: 10px 0 25px;
	}
	#services section.wrapper div.left {
		padding: 30px 0 0;
		width: 90%;
	}
	#services section.wrapper div.right div.row div.content {
		margin-right: 5px;
	}
	#services section.wrapper div.right div.row div.content:last-child {
		margin-right: 0px;
	}
	#services section.wrapper div.right div.middle div.name {
		font-size: 14px;
		line-height: 1.2em;
	}
	#services section.wrapper div.right div.middle div.rating div i.zmdi {
		font-size: 14px;
	}
	#services section.wrapper div.right div.middle div.rating span.reviews {
		font-size: 14px;
	}
	#services section.wrapper div.right div.middle div.name span.designation {
		margin-top: 3px;
	}
	#services section.wrapper div.left h6 {
		font-size: 21px;
		margin-bottom: 0;
	}
	#services section.wrapper div.left p {
		font-size: 16px;
	}
	#services section.wrapper div.left a {
		margin-top: 25px;
	}
	#services section.wrapper div.left a {
		margin-top: 10px;
		font-size: 16px;
		padding: 6px 21px;
	}
	#purchase section.wrapper div.right h5 {
		font-size: 21px;
		line-height: 22px;
		margin-bottom: 8px;
	}
	#purchase section.wrapper div.right p.content {
		font-size: 17px;
	}
	#purchase section.wrapper div.left div.img-container {
		width: 70%;
		margin: 0 auto;
	}
	#work {
		padding: 25px 0 0px;
	}
	#work h2 {
		font-size: 21px;
	}
	#work p.content {
		margin-top: 10px;
		font-size: 16px;
	}
	p{
		font-size: 14px !important;
	}
	#featured-products .slick-slide {
		margin: 10px !important;
	}
	#work div.work-slider div.work-cards div.img-container {
		width: 43%;
		border-radius: 13px 17px 0px 19px;
		margin-bottom: 8px;
		height: 130px;
	}
	#work div.work-slider div.work-cards div.work-details {
		border-radius: 15px;
		padding: 10px;
		left: 0;
	}
	#work div.work-slider div.work-cards div.work-details h2.designation {
		margin-top: 5px;
		font-size: 21px;
	}
	#work div.work-slider div.work-cards div.work-details a {
		padding: 6px 21px;
		margin: 7px;
	}
	#work div.work-slider div.work-cards div.work-details .work-m{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#work div.work-slider {
		margin-left: 0;
	}
	#work .slick-dots {
		bottom: 0px;
		width: 70%;
		padding: 1rem 0 1rem;
	}
	#featured-products div.heading {
		width: 100%;
	}
	#featured-products div.heading h3 {
		font-size: 21px;
	}
	#featured-products div.heading a {
		padding: 10px 12px;
		font-size: 16px;
	}
	#featured-products div.product-container {
		margin-top: 5px;
		padding: 10px 30px 0;
	}
	footer {
		padding: 15px 0;
	}
	footer section.about {
		padding-top: 20px;
	}
	footer section.about h5 small, footer section.about h5 big {
		font-size: 25px;
	}
	footer section.about ul.nav-links, footer section.about ul.social-medias, footer section.copyright hr {
		margin-top: 20px;
	}
	footer section.copyright p {
		margin: 15px 0 0 0px;
	}
	/* service-page */
	#spotlight section.spotlight-content-Services {
		padding-top: 0px;
	}
	#spotlight section.spotlight-content-Services .slick-dots {
		bottom: 40px;
	}
	section.Services-works {
		padding: 40px 0 !important;
	}
	section.Services-works::after {
		height: 225px;
		z-index: -2;
		top: 32.5%;
	}
	#work div.all-works div.work-cards div.img-container {
		width: 120px;
		height: 120px;
	}
	#work div.all-works div.work-cards div.content {
		margin-bottom: 20px;
	}
	#work div.all-works div.work-cards div.content {
		margin-bottom: 50px;
		display: block;
	}
	#work div.all-works div.work-cards div.img-container {
		width: 130px;
		margin: 0 auto;
		border-radius: 50%;
		height: 130px;
	}
	#work div.all-works div.work-cards div.work-details {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 4px 50px;
		position: relative;
		left: 0px;
		z-index: -1;
		top: -56px;
	}
	#work div.all-works div.work-cards div.work-details h2.designation {
		margin-top: 60px;
		width: 100%;
	}
	#work div.all-works div.work-cards div.work-details a {
		margin: 10px 0px;
	}
	#work div.all-works div.work-cards div.work-details a {
		padding: 10px 20px;
		text-align: center;
	}
	section.Services-works h1 {
		margin-bottom: 20px;
	}
	#work div.all-works div.work-cards div.content {
		margin-bottom: -25px;
	}
	section.Services-works h1 {
		font-size: 20px;
	}
	section.Services-works h2 {
		font-size: 18px !important;
	}
	#work div.all-works div.work-cards div.work-details a {
		font-size: 16px;
	}
	#work div.all-works div.work-cards div.img-container {
		width: 100px;
		height: 100px;
	}
	/* shop.html */
	#Shop-products h5 {
		font-size: 23px;
	}
	#Shop-products {
		padding: 0px 0;
	}
	#Shop-products ul.product-items li.product-item-slider {
		margin: 30px 10px;
	}
	#Shop-products ul.product-items li.product-cards div.image-container {
		height: 220px;
	}
	#Shop-products ul.product-items li.product-cards div.product-details div.product-item {
		margin-top: 5px;
	}
	#Shop-products ul.product-items li.product-cards div.product-details div.product-item h6.title {
		font-size: 19px;
		font-size: 18px;
	}
	#Shop-products ul.product-items li.product-cards div.product-details div.buy span.amount {
		font-size: 19px;
	}
	#Shop-products ul.product-items li.product-cards div.product-details div.buy span.Cart-icon {
		padding: 9px 7px 7px 11px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right span.item-name {
		font-size: 14px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right h4.discount {
		font-size: 25px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards div.right a.buy-now {
		padding: 7px 7px;
		font-size: 15px;
		margin-top: 8px;
	}
	#Shop-products ul.product-items li.product-item-slider div.product-item-cards {
		padding: 31px 14px;
		border-radius: 46px 46px 0px 46px;
	}
	#Shop-products ul.product-items li.product-item-slider {
		margin: 15px 10px;
	}
	#Shop-products ul.product-items li.product-cards {
		width: 60%;
	}
	#Shop-products ul.product-items li.product-cards div.image-container span.zmdi-favorite {
		font-size: 1.6em;
	}
	#Shop-products ul.product-items li.product-cards div.product-details div.buy span.Cart-icon {
		padding: 6px 4px 4px 8px;
	}
	#Shop-products ul.product-items li.product-cards div.product-details div.buy span.Cart-icon i.zmdi {
		font-size: 1.3em;
	}
	#Shop-products ul.product-items li.product-cards div.image-container {
		border-radius: 41px 41px 0px 41px;
	}
	#Shop-products ul.product-items li.product-cards {
		border-radius: 41px 41px 0px 41px;
	}
	#Shop-products div.pagination span.page {
		font-size: 14px;
	}
	#Shop-products div.pagination span.current-page {
		font-size: 14px;
	}
	#Shop-products div.pagination span.total-pages {
		font-size: 14px;
		padding: 20px 5px;
	}
	#Shop-products div.pagination span.previous-page a, #Shop-products div.pagination span.next-page a, #Shop-products div.pagination span.current-page {
		font-size: 1em;
		margin-top: 15px;
	}
	#Shop-products div.pagination span.current-page {
		padding: 5px 10px;
		font-size: 14px;
		margin-top: 0;
	}
	#Shop-products div.pagination {
		padding-top: 0px;
	}
	/* single-product.html */
	#single-product .main-right .product-details .product-color .pro-col-left h4 {
		margin-right: 35px;
	}
	#single-product .main-right .product-details .product-color .pro-col-left .product-color-one {
		padding: 10px 9px;
	}
	#single-product .main-right .product-details .product-color .pro-col-left .product-color-two {
		padding: 10px 9px;
	}
	#single-product .main-right .product-details .product-color .pro-col-left .product-color-three {
		padding: 10px 9px;
	}
	#single-product .main-right .product-details .product-color .pro-col-left .product-color-two {
		margin: 0px 8px;
	}
	#single-product .main-right .product-details .product-quantity h4 {
		margin-right: 12px;
	}
	#single-product .main-right .rating-graph-button .product-rating {
		width: 49%;
		padding: 0;
	}
	#single-product .main-right .rating-graph-button .product-rating h3 {
		font-size: 15px;
	}
	#single-product .main-right .rating-graph .single-rating-graph {
		margin-right: 6px;
		margin-bottom: 0;
	}
	#single-product .main-right .rating-graph-button .product-buttons .buynow {
		width: 90%;
		padding: 9px 12px;
	}
	#single-product .main-right .rating-graph-button .product-buttons .buynow i {
		padding: 6px 0px;
	}
	#single-product .main-right .rating-graph-button .product-buttons .addtocart {
		width: 90%;
		padding: 9px 12px;
	}
	#single-product .main-right .rating-graph-button .product-buttons .addtocart i {
		padding: 6px 0px;
	}
	#single-product .main-right .rating-graph {
		width: 47%;
	}
	#single-product .main-right .available-offers {
		padding: 7% 0;
	}
	#single-product .main-right .available-offers div {
		margin: 13px 0px;
	}
	#single-product .main-right .product-details .details-category {
		margin-bottom: 5%;
	}
	#single-product .main-right .product-details .details-category .strike {
		margin-top: 4px;
	}
	#single-product .main-left {
		width: 80%;
	}
	#single-product .main-right .product-details .details-name span {
		font-size: 21px;
	}
	#single-product .main-right .single-reviews .more-reviews {
		padding: 8px 0px;
	}
	/* wishlist.html */
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper ul.tab-links li a {
		font-size: 14px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper ul.tab-links li {
		margin-right: 25px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper ul.tab-links {
		padding: 27px 0px 40px 0px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part1 div.first div {
		width: 74px;
		height: 89px;
		margin-left: 12px;
		margin-right: 13px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li {
		margin-bottom: 23px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third {
		width: 100%;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third span {
		margin-right: 0;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.last {
		flex-direction: row;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li div.part2 div.last a {
		width: 80%;
		text-align: center;
		margin: 0 0 0 auto;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.last {
		flex-wrap: wrap;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.last span.price{
		width: 50%;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third span {
		font-size: 14px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li div.part2 div.third span {
		font-size: 14px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li span.wish {
		font-size: 15px;
    	font-weight: 600;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li div.part2 div.last a {
		margin-top: 7px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist {
		padding-bottom: 30px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li div.part2 div.last a {
		width: 45%;
	}
	/* orders.html */
	#orders section.wrapper ul.tab-links li {
		margin-right: 26px;
	}
	#orders section.wrapper ul.tab-links li:last-child {
		margin-right: 0px;
	}
	#orders section.wrapper section.lists-res ul.list li div.last div.status {
		width: 17px;
	}
	/* cart.html */
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.third span:last-child {
		margin-right: 0px;
	}
	#Cart section.wrapper ul.tab-links {
		padding: 40px 0px;
	}
	#Cart section.wrapper section.lists-res ul.list li.list-li {
		width: 100%;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part1 div.first div {
		width: 91px;
		height: 97px;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.third span {
		line-height: 38px;
	}
	#Cart section.wrapper section.lists-bottom ul.total li:first-child {
		font-size: 17px;
	}
	#Cart section.wrapper section.lists-bottom ul.total a.buynow {
		padding: 8px 10px;
		font-size: 16px;
	}
	#Cart section.wrapper ul.tab-links li {
		margin-right: 20px;
	}
	#Cart section.wrapper ul.tab-links li a {
		font-size: 16px;
	}
	#Cart section.wrapper section.lists-bottom ul.total li:first-child {
		margin-left: 11px;
	}
	#Cart section.wrapper section.lists-bottom ul.total li {
		margin-right: 6px;
	}
	#Cart {
		padding-bottom: 11%;
	}
	/* login-modal */
	#overlaylogin .login {
		width: 80%;
	}
	#overlaylogin .login .right .user span {
		font-size: 20px;
	}
	#overlaylogin .login .right .password span {
		font-size: 20px;
	}
	#overlaylogin .login .right .user input::placeholder {
		font-size: 14px;
	}
	#overlaylogin .login .right .password input::placeholder {
		font-size: 14px;
	}
	#overlaylogin .login .right .button {
		padding: 7px 9px;
		font-size: 15px;
	}
	/* reg-modal */
	#overlayreg .register {
		height: 59vh;
		width: 90vw;
	}
	/* empty-orders */
	#empty_order section.wrapper ul.tab-links li {
		margin-right: 18px;
	}
	#empty_order section.wrapper ul.tab-links {
		padding: 24px 0px 21px 0px;
	}
	#empty_order section.wrapper section.mid {
		padding: 30px 0px 30px 0px;
	}
	div.right div.main-container div.review-box {
		display: flex;
		flex-direction: column;
		padding: 8px;
	}
	div.right div.main-container div.review-box div.rewiew-middle div.review-head {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	div.right div.main-container div.review-box div.rewiew-middle div.review-head h5 {
		margin-bottom: 0px;
		margin-top: 10px;
	}
	div.right div.main-container div.review-box div.rewiew-middle div.review-description h5 {
		margin-bottom: 4px;
		font-weight: 400;
		text-align: center;
	}
	div.right div.main-container div.img-container div.flex-box div.display-image {
		width: 43%;
		height: 143px;
	}
	section.profile div.main div.left div.img-box {
		width: 100%;
	}
	#middle div.container div.content-box div.right-box {
		padding-top: 15px;
	}
	#categories div.categories-outer-container div.categories-container ul.category-items li span {
		font-size: 15px;
		margin-top: 10px;
	}
	#categories div.sub-categories div.products ul.daily-products li img {
		height: 90px;
	}
	#empty_order section.wrapper section.mid div small img {
		width: 100%;
		margin: 0 auto;
	}
	#empty_order section.wrapper section.mid div small {
		display: block;
		width: 100px !important;
	}
}

@media all and (max-width: 420px) {
	#middle div.container div.content-box div.left-image div.img-box {
		height: 80px;
	}
	#serviser section.main div.right-box div.content-box div.top div.personal-info {
		padding-bottom: 13px;
	}
	div.personal-info div.port-card ul li div.cards p.title {
		width: 100px;
	}
	div.personal-info div.port-card ul.create li div.upload {
		width: 40%;
	}
	#Shop-products ul.product-items li.product-cards {
		width: 70%;
	}
	#middle div.container div.content-box div.middle-content {
		width: 100%;
	}
	div.right div.main-container div.top-container div.button-box div.hire-button {
		width: 60%;
	}
	div.filter-box div.filter div.right-box h5 {
		display: none;
	}
}

@media all and (max-width: 380px) {
	div.sold-s div.seller-d div.card div.img img {
		height: 120px;
	}
	#serviser section.main div.right-box div.content-box div.midddle div.working-time div.input p.days span.v-card {
		padding: 4px 16px 3px 0;
	}
	div.personal-info div.port-card ul li div.cards p.title {
		width: 92px;
	}
	div.right div.main-container div.img-container div.flex-box div.display-image {
		width: 100%;
		height: 180px;
	}
	section.profile div.main div.left div.img-box {
		width: 100%;
	}
	#hire_me_popup div.hire_me_popup form div.middle_content div.Budget div.amount {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
	#hire_me_popup div.hire_me_popup form div.top_content div.date_tab div.date div.calender {
		width: inherit;
		font-size: 12px;
	}
	#hire_me_popup div.hire_me_popup form div.top_content div.date_tab div.time div.value {
		font-size: 14px;
	}
}

@media all and (max-width: 360px) {
	#spotlight header {
		padding: 10px 0;
	}
	#spotlight section.wrapper header nav.mobile-menu ul {
		padding: 35px 0px;
	}
	#spotlight section.wrapper header nav.mobile-menu ul li {
		font-size: 16px;
		padding: 7px 0;
	}
	#spotlight section.wrapper header .search .search-icon i {
		font-size: 20px;
	}
	section.wrapper header .search input {
		padding: 7px;
	}
	#spotlight section.wrapper header .search input {
		padding: 7px;
	}
	#spotlight header #hamburger {
		padding: 5px;
		font-size: 14px;
		border-radius: 7px;
	}
	#spotlight header div.logo h1 {
		width: 115px;
	}
	#spotlight section.spotlight-content div.cards .left h6 {
		margin-bottom: 14px;
		font-size: 14px;
	}
	#spotlight section.spotlight-content div.cards .left h1 {
		font-size: 28px;
	}
	#spotlight section.spotlight-content div.cards .right {
		top: 25px;
	}
	#spotlight .slick-dots li.slick-active button {
		width: 12px;
		height: 6px;
	}
	#spotlight .slick-dots {
		bottom: 20px;
	}
	#spotlight .slick-dots button {
		width: 6px;
		height: 6px;
	}
	#spotlight section.spotlight-content-Shop .slick-dots {
		bottom: 50px !important;
	}
	#work .slick-dots {
		width: 90%;
	}
	#categories div.categories-outer-container div.categories-container ul.category-items li span {
		font-size: 16px;
	}
	#services section.wrapper div.right div.middle {
		flex-wrap: wrap;
		justify-content: center;
		right: -6px;
		left: -6px;
	}
	#services section.wrapper div.right div.middle div.content::after {
		padding: 8px 0;
		border-bottom: 1px solid #888484;
		border-right: none;
	}
	#services section.wrapper div.right div.middle div.content div.pro-pic {
		width: 60px;
	}
	#services section.wrapper div.right div.middle div.content {
		display: flex;
		padding-left: 0px;
		width: 84%;
	}
	#services section.wrapper div.right div.middle div.rating {
		padding-top: 7px;
	}
	/* service page */
	#spotlight section.spotlight-content-Services div.cards .right {
		top: 0px;
	}
	footer section.about ul.nav-links li {
		font-size: 14px;
	}
	footer section.copyright p {
		font-size: 13px;
	}
	/* shop.html */
	#Shop-products ul.product-items li.product-cards {
		width: 80%;
	}
	#categories div.sub-categories div.daily {
		width: 35%;
	}
	#Shop-products ul.product-items li.product-cards div.product-details div.product-item h6.title {
		font-size: 17px;
	}
	#Shop-products ul.product-items li.product-cards div.product-details div.product-item span.company {
		font-size: 16px;
	}
	#Shop-products ul.product-items li.product-cards div.product-details div.buy span.amount {
		font-size: 17px;
	}
	footer section.about {
		width: 95%;
	}
	/* single-product.html */
	#single-product .main-right .available-offers h3 {
		font-size: 17px;
	}
	#single-product .main-right .rating-graph-button .product-rating h3 {
		font-size: 17px;
	}
	/* cart.html */
	#Cart section.wrapper ul.tab-links {
		padding: 26px 0px;
	}
	#Cart section.wrapper section.lists-bottom ul.total li:first-child {
		font-size: 17px;
		margin-left: 0px;
		margin-top: 0;
	}
	#Cart section.wrapper ul.tab-links li a {
		font-size: 16px;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part1 div.first div {
		width: 71px;
		height: 87px;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.third span {
		line-height: 25px;
	}
	#Cart section.wrapper section.lists-res ul.list li.list-li {
		margin-bottom: 19px;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.third {
		font-size: 14px;
	}
	.quantity__input {
		width: 24px;
		height: 27px;
		font-size: 13px;
	}
	#Cart section.wrapper section.lists-res ul.list li div.part2 div.second a {
		width: 13px;
	}
	#Cart section.wrapper section.lists-bottom ul.total li {
		margin-right: 0px;
		margin-top: 7px;
	}
	#Cart section.wrapper section.lists-bottom ul.total {
		flex-wrap: wrap;
		flex-direction: column;
	}
	#overlaylogin .login .right .Text h1 {
		margin-top: 15px;
		font-size: 18px;
	}
	/* order.html */
	#orders {
		padding-bottom: 0%;
	}
	#orders section.wrapper ul.tab-links li a {
		font-size: 16px;
	}
	#orders section.wrapper ul.tab-links li {
		margin-right: 17px;
	}
	#orders section.wrapper ul.tab-links {
		padding: 22px 0px 25px 0px;
	}
	/* wishlist.html */
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li div.part2 div.last a {
		padding: 4px 4px;
		font-size: 14px;
	}
	section.spotlight-wishlist section.spotlight-content section.wishlist section.wrapper section.lists-res ul.list li.list-li div.part2 div.last a {
		width: 53%;
	}
	/* reg-modal */
	#overlayreg .register {
		height: 56vh;
	}
	#overlayreg .register .right .Text h1 {
		font-size: 20px;
	}
	#overlayreg .register .right .user span, #overlayreg .register .right .email span, #overlayreg .register .right .password span, #overlayreg .register .right .conf-password span {
		font-size: 20px;
	}
	#overlayreg .register .right .user input::placeholder, #overlayreg .register .right .password input::placeholder, #overlayreg .register .right .email input::placeholder, #overlayreg .register .right .conf-password input::placeholder {
		font-size: 14px;
	}
	#overlayreg .register .right .button {
		padding: 6px 10px;
		font-size: 13px;
	}
	#middle div.container div.content-box div.right-box div.hire {
		width: 40%;
	}
	section.profile div.main div.left {
		width: 100%;
	}
	section.profile div.main div.left div.img-box {
		width: 100%;
	}
	div.right div.main-container div.review-box {
		display: flex;
		margin: 10px;
		flex-direction: column;
	}
	div.right div.main-container div.top-container div.button-box div.hire-button {
		width: 70%;
	}
}

@media all and (max-width: 320px) {
	#Cart section.wrapper section.lists-bottom ul.total li:first-child {
		font-size: 15px;
	}
	#Cart section.wrapper section.lists-bottom ul.total a.buynow {
		padding: 8px 10px;
		font-size: 14px;
	}
	#empty_order section.wrapper ul.tab-links li a {
		font-size: 15px;
	}
	#empty_order section.wrapper section.mid div p {
		font-size: 20px;
	}
	#single-product .main-left .left-bottom ul .sub-img:nth-child(2) {
		margin: 0px 10px;
		height: 0;
	}
	section.mid div a {
		padding: 7px 15px;
		font-size: 15px;
	}
}


