/*   */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Tangerine');*/

/*watch*/
/*@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/

/*jwell*/
/*@import url('https://fonts.googleapis.com/css?family=Cagliostro');*/
/*Shopping Cart*/



.cart-count {
	background-color: #5ec3ae;
	border-radius: 100px;
	color: white;
	display: inline-block;
	font-size: 12px;
	top: -10px;
	width: 20px;
	text-align: center;
	height: 20px;
	line-height: 16px;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: 8px;
	position: absolute;
	left: 0;
}
.cart-box {
	background: #ffffff;
	width: 300px;
	border-radius: 3px;
	padding: 15px;
	display: none;
	position: absolute;
	right: -20px;
	top: inherit;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
}
.cart-box:after {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	bottom: 100%;
	right: 20px;
	border: solid transparent;
	border-bottom-color: white;
	margin-left: -10px;
	border-width: 10px;
}
.cart-box .cart-header {
	padding-bottom: 15px;
}
a.iq-cart {
	font-size: 20px;
	color: #ffffff;
}
a.iq-cart:hover {
	color: #ffffff !important;
}
.cart-box .cart-header div {
	line-height: initial;
}
.shop-cart {
	margin: 0 10px !important;
	text-align: left;
}
.cart-product {
	border-top: 1px solid #f2f2f2;
	padding: 15px 0;
	position: relative;
}
.cart-product .cart-image {
	display: table-cell;
	padding-right: 15px;
}
.cart-product .cart-image img {
	height: 40px;
}
.cart-product .cart-title {
	display: table-cell;
	vertical-align: top;
}
.cart-product .cart-title a {
	display: block;
	line-height: initial;
	color: #222222;
}
.cart-product .cart-title a:hover {
	color: #5ec3ae;
}
.cart-product .cart-title span {
	display: inline-block;
	color: #222222;
}
.cart-product .cart-title strong {
	padding-left: 30px;
}
.cart-product .cart-price {
	line-height: initial;
}
.cart-product .cart-price del {
	text-decoration: line-through;
	font-size: 12px;
}
.cart-product .cart-price ins {
	color: #5ec3ae;
}
.cart-product .cart-close {
	position: absolute;
	top: 25px;
	right: 20px;
	line-height: initial;
}
.cart-product .cart-close a {
	font-size: 18px;
}
.cart-product .cart-close a:hover {
	color: #5ec3ae;
}
/*product*/
.iq-product .title {
	margin-bottom: 20px;
	padding-left: 10px;
}
.iq-product .title h3 {
	font-weight: 800;
	margin-bottom: 5px;
}
.iq-product .title span {
	font-weight: 600;
}
.iq-productbox {
	background: #ffffff;
	text-align: center;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #f2f2f2;
	-webkit-transition: all 0.8s ease-out 0s;
	-moz-transition: all 0.8s ease-out 0s;
	-ms-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
	transition: all 0.8s ease-out 0s;
}
.iq-productbox:hover {
	border: 1px solid #5ec3ae;
}
.iq-thumbs .iq-productbox {
	padding: 5px;
}
.iq-thumbs .col-lg-4, .iq-thumbs .col-lg-8 {
	padding: 0 10px !important;
}
.iq-productbox .product-icon {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 9;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding-left: 0px;
	width: 100%;
}
.iq-productbox .product-icon li {
	display: inline-block;
	opacity: 0;
	transform: translateY(50%);
	transition: all 0.35s ease 0s;
}
.iq-productbox:hover .product-icon li {
	opacity: 1;
	transform: translateY(0px);
}
.iq-productbox:hover .product-icon li:first-child {
	transition-delay: 0.1s;
}
.iq-productbox:hover .product-icon li:nth-child(2) {
	transition-delay: 0.2s;
}
.iq-productbox:hover .product-icon li:nth-child(3) {
	transition-delay: 0.3s;
}
.iq-productbox .product-icon li a {
	display: block;
	width: 40px;
	height: 40px;
	background: #ffffff;
	font-size: 18px;
	color: #5ec3ae;
	line-height: 40px;
	margin-right: 5px;
	transition: all 0.35s ease 0s;
	border-radius: 3px;
}
.iq-productbox .product-image .product-icon a:hover {
	background: #5ec3ae;
	color: #ffffff;
}
.iq-productbox .product-detail {
	padding: 15px 15px 10px 15px;
	display: inline-block;
	width: 100%;
}
.iq-productbox .product-detail .iq-rating {
	display: inline-block
}
.iq-productbox .product-detail .iq-rating li {
	margin-right: 2px;
}
.iq-productbox .product-detail .iq-rating li a {
	font-size: 16px;
	color: #ffb700;
}
.iq-productbox .product-detail h6 {
	font-size: 15px;
	line-height: 26px;
	/*font-weight: 600;*/
}
.iq-productbox .product-detail p {
	margin-bottom: 0;
	font-weight: 400;
}
.iq-productbox .iq-tag {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #ffffff;
	z-index: 9;
	background: #5ec3ae;
	padding: 4px 10px;
	line-height: 16px;
}
.shop-price strong {
	font-size: 14px;
	color: #5ec3ae;
}
.iq-productbox .product-image {
	position: relative;
}
.iq-productbox .product-image .hover {
	-webkit-transition: all 0.8s ease-out 0s;
	-moz-transition: all 0.8s ease-out 0s;
	-ms-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
	transition: all 0.8s ease-out 0s;
}
.iq-productbox:hover .product-image .hover {
	opacity: 1.0;
}
.iq-productbox .product-image img {
	width: 100%;
}
/*grid-product*/
.iq-gridpro .product-detail a.button i {
	padding-right: 12px;
}
.iq-gridpro .product-detail .button-icon {
	display: inline-block;
}
.iq-gridpro .product-detail .button-icon a, .sort-iconbox .sort-icon a {
	border: 1px solid #ddd;
	width: auto;
	padding: 10px 15px;
	display: inline-block;
	text-align: center;
	margin: 5px 5px 0 0;
	background: #f7f7f7;
	border-radius: 3px;
	font-size: 16px;
}
.iq-gridpro .product-detail p {
	margin-bottom: 0;
}
.iq-gridpro .product-detail .detail-text {
	margin: 15px 0;
}
.sort-iconbox .sort-icon a {
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.sort-iconbox .sort-icon a:hover {
	background: #5ec3ae;
	color: #ffffff;
}
/*---------------------------------------------------------------------
Side bar
-----------------------------------------------------------------------*/

/*accordian filter*/
.shop-widget .iq-sidebar-widget {
	margin-bottom: 20px;
}
.shop-widget .card {
	border-radius: 3px;
	margin-bottom: 15px;
	background: #fff;
	margin-bottom: 15px;
	border: 1px solid #f2f2f2;
}
.shop-widget .card.dashed {
	border-width: 3px;
	border-style: dashed;
	border-color: #dddddd;
}
.shop-widget .card .iq-widget-menu {
	padding: 0 15px 15px;
}
.shop-widget .card .iq-widget-menu li {
	padding-bottom: 10px;
}
.shop-widget .card-header {
	padding: 0;
	border-bottom: none;
}
.shop-widget .card .card-header a:after {
	content: "\f107";
	font-family: FontAwesome;
	float: right;
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 15px;
}
.shop-widget .card .card-header a.collapsed:after {
	content: "\f107";
}
.shop-widget .card .btn {
	padding: 12px 15px;
}
.shop-widget .card .btn-link {
	width: 100%;
	text-align: left;
}
.shop-widget .card h5.mb-0 {
	background: #fff;
}
.shop-widget .card h6 {
	font-size: 16px;
	line-height: 24px;
}
/*Brands*/
.iq-widget-menu .remember-checkbox a {
	color: #1e50e2;
}
.iq-widget-menu .remember-checkbox label {
	padding-left: 30px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}
.iq-widget-menu .remember-checkbox label:before, label:after {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 2px;
	font-family: FontAwesome;
	font-size: 17px;
}
.iq-widget-menu .remember-checkbox label:before {
	border: 2px solid #5ec3ae;
	content: "";
	height: 20px;
	margin-top: 3px;
	width: 20px;
}
.iq-widget-menu .remember-checkbox label:after {
	content: '\f00c';
	max-width: 0;
	opacity: 0.5;
	overflow: hidden;
	color: #5ec3ae;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
}
.iq-widget-menu .remember-checkbox input[type="checkbox"] {
	display: none;
}
.iq-widget-menu .remember-checkbox input[type="checkbox"]:checked+label:after {
	max-width: 25px;
	opacity: 1;
}
/*size*/
.shop-widget .iq-size-box li a {
	border: 1px solid #ddd;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	margin: 5px 5px 0 0;
	background: #f7f7f7;
	border-radius: 3px;
}
.shop-widget .iq-size-box li a:hover {
	border: 1px solid #5ec3ae;
}
/*Popular Products*/
.shop-widget .iq-post li {
	display: inline-block;
}
.shop-widget .post-img {
	display: table;
	float: left;
	margin-right: 15px;
}
.shop-widget .post-img img {
	vertical-align: top;
	height: 74px;
	width: 74px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.shop-widget .post-blog {
	display: table-cell;
}
.shop-widget .post-blog a {
	vertical-align: top;
	font-size: 14px;
}
.shop-widget .shop-price del {
	font-size: 13px;
}
.shop-widget .shop-price strong {
	font-size: 16px;
}
/*short-box*/
.sort-box {
	margin: 0px 0px 0px;
	padding: 0px 0 40px;
}
.sort-box .products-show span {
	font-size: 16px;
}
.iq-product .sort-price .form-control {
	border: 1px solid #f2f2f2;
	color: #666666;
	border-radius: 3px;
}
.sort-box .form-group.sort-price {
	margin-bottom: 0;
}
select.form-control:not([size]):not([multiple]) {
	height: auto;
	font-size: 16px;
}
/*pagination*/
.shop-pagination {
	margin: 30px 0 20px;
}
.shop-pagination .page-item.active .page-link, .shop-pagination .page-item .page-link:hover {
	z-index: 1;
	color: #fff;
	background-color: #5ec3ae;
	border-color: #5ec3ae;
}
.shop-pagination .page-item a {
	color: #666666;
}
.shop-pagination .page-item .page-link {
	border-radius: 3px;
	border: 1px solid #f2f2f2;
	font-size: 16px;
	line-height: 25px;
	height: 45px;
	width: 45px;
}
.shop-pagination .page-item:first-child .page-link, .shop-pagination .page-item:last-child .page-link {
	height: 45px;
	width: auto;
}
.shop-pagination .page-item .page-link:focus {
	box-shadow: inherit;
}
/*---------------------------------------------------------------------
Shop Detail
-----------------------------------------------------------------------*/

/*slider*/

#shopCarousel .carousel-control {
	position: relative;
	opacity: 0.2;
	background: none;
}
/* vertical start*/
.vertical .carousel-inner {
	padding-top: 0px;
}
#shopCarousel.carousel.vertical .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}
#shopCarousel.carousel.vertical .active {
	top: 0;
}
#shopCarousel.carousel.vertical .next {
	top: 100%;
}
#shopCarousel.carousel.vertical .prev {
	top: -100%;
}
#shopCarousel.carousel.vertical .next.left, #shopCarousel.carousel.vertical .prev.right {
	top: 0;
}
#shopCarousel.carousel.vertical .active.left {
	top: -100%;
}
#shopCarousel.carousel.vertical .active.right {
	top: 100%;
}
#shopCarousel.carousel.vertical .item {
	left: 0;
}
/*Overwriten Bootstrap Classis*/
.small-thumbnail {
	display: block;
}
.custom-carousel-inner {
	overflow: hidden;
	position: relative;
	width: 53px !important;
	height: 390px;
}
.single-container {
	width: 85%;
}
.single-container img {
	width: 100%;
	margin-left: 20px;
}
/*shopdetail*/
.iq-shopdetail li.list-inline-item {
	margin-right: 0;
	margin-bottom: 10px;
}
.iq-shopdetail li i {
	font-size: 16px;
}
.iq-shopdetail .selection-box, .iq-shopdetail .share-box {
	padding: 20px 0px;
}
.iq-shopdetail .share-box li {
	margin-left: 10px;
}
.iq-shopdetail b {
	color: #333333;
}
.iq-shopdetail .iq-rating li, .iq-gridpro .product-detail .iq-rating ul li, .tab-box .media .list-inline > li {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0;
}
.iq-shopdetail .iq-rating li a, .tab-box .media .iq-rating ul li a, .iq-gridpro .product-detail .iq-rating ul li a {
	color: #ffb700;
}
/*​tabing*/
.tab-box .tab-content .tab-pane {
	padding: 20px 0;
	margin-top: 20px;
}
.tab-box .nav-tabs .nav-link {
	position: relative;
	font-size: 18px;
	color: #222222;
	box-shadow: inherit;
	border-bottom: 2px solid rgba(2, 216, 113, 0);
	background: none;
	border-radius: 0;
	font-weight: 600;
	padding: 15px 60px;
	border: 1px solid transparent;
}
.tab-box .nav-tabs .nav-link.active {
	border-bottom: 2px solid rgba(3, 216, 113, 1.0);
	color: #5ec3ae;
}
.tab-box .nav-tabs .nav-link.active::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(2, 216, 113, 1.0);
	margin-left: -5px;
}
.tab-box .nav-tabs {
	border-bottom: 1px solid #5ec3ae;
}
.tab-box .nav-tabs > li > a {
	line-height: 28px;
	font-size: 18px;
}
.table > tbody > tr > th, .table > tbody > tr > td {
	padding: 12px 0px;
	border-bottom: 1px solid #efefef;
	border-top: inherit;
}
.tab-box .btn-brd {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px
}
.tab-box .media .iq-rating {
	text-align: right
}
.tab-box .media .review-text .review-name {
	color: #222222;
	font-weight: 600;
	font-size: 16px;
}
.tab-box .media .review-text p {
	margin-top: 10px;
}
.tab-box .media .all-text span {
	padding: 0 10px 0 0;
}
.tab-box .media .all-text span a, .tab-box .media .iq-rating ul li a:hover {
	color: #989898;
}
.tab-box .media img {
	height: 50px;
	width: 50px;
	border-radius: 100%;
}
.tab-box .table {
	margin-top: 20px;
}
/*form*/
.tab-box .review-input form {
	margin-top: 40px;
}
.tab-box .review-input form h6 {
	padding: 10px 0;
	font-weight: 600;
}
.tab-box .review-input form .form-control {
	height: 50px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}
/*leftbar*/
.iq-detailleft .tab-box {
	margin: 20px 0 0 0;
}
.iq-detailleft .tab-box .media {
	padding: 10px 0;
}
/*---------------------------------------------------------------------
Cart
-----------------------------------------------------------------------*/
.iq-cartbox .shopitem-box {
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	padding: 10px 10px 10px 10px;
	margin: 30px 0;
}
.iq-cartbox .shopitem-box .cart-img img {
	width: 100%;
}
.iq-cartbox .shopitem-box .shop-price span {
	margin-left: 30px;
}
.iq-cartbox .cart-detail span.sold {
	color: #a2a2a2;
}
.iq-cartbox .cart-detail span, .iq-cartbox .cart-detail p {
	color: #000000;
}
.iq-cartbox .cart-detail .all-button {
	margin: 15px 0 20px;
}
.iq-cartbox .cart-detail .all-button a {
	font-size: 20px;
	padding-right: 20px;
}
.iq-cartbox .cart-detail .all-button a span {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.iq-cartbox .cart-detail .all-button a span:hover {
	color: #5ec3ae;
}
.iq-cartbox .shop-input {
	padding-right: 0px;
	border-right: none;
	padding: 5px 0;
	text-align: left;
	display: inline-flex;
	margin-top: 0px;
}
.iq-cartbox .shop-input input.increment, .iq-cartbox .shop-input input.decrement {
	width: 30px;
	height: 30px;
}
.iq-cartbox .shop-input input.increment {
	border-left: inherit;
}
.iq-cartbox .shop-input .input-box {
	width: 40px;
	height: 30px;
	border-right: 1px solid #d0d0d0;
}
.iq-cartbox .cart-detail .form-control {
	color: #333333;
	width: 100px;
	border: 1px solid #d0d0d0;
	padding: 0 10px;
	font-size: 14px;
	line-height: 20px;
}
.iq-cartbox select.form-control:not([size]):not([multiple]) {
	height: 32px;
}
.iq-cartbox .cart-detail .form-group {
	margin-bottom: 0;
}
.iq-cartbox .cart-detail .stock {
	color: #5ec3ae;
}
.iq-cartbox .select-no {
	display: inline-grid;
}
/*cart total*/
.iq-cartbox .iq-carttotal {
	margin: 20px 0;
	background: #ffffff;
	padding: 20px;
}
.iq-carttotal .iq-font-black {
	color: #222222;
}
.iq-carttotal .iq-font-green {
	color: #5ec3ae;
}
.iq-carttotal .button.iq-mt {
	margin-top: 20px;
}
.iq-carttotal .iq-terms {
	border-top: 1px solid #d8d8d8;
	padding-top: 15px;
	margin-top: 20px;
	position: relative;
}
.iq-carttotal .iq-terms input.form-check-input {
	height: inherit;
	width: auto;
}
.iq-carttotal .iq-terms span {
	cursor: pointer;
}
.iq-terms .policy-content {
	background: #5ec3ae;
	color: #fff;
	width: 100%;
	padding: 20px;
	bottom: -100px;
	opacity: 0;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.iq-terms .policy-content span:after {
	bottom: -32px;
	left: 50%;
	margin-left: -20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #5ec3ae;
	border-width: 20px;
}
/*table*/
.iq-cartbox .iq-carttotal .table td, .iq-cartbox .iq-carttotal .table th {
	padding: 10px 0;
}
.iq-cartbox .iq-carttotal .table tr.tborder {
	border-top: 1px solid #dddddd;
}
.iq-cartbox .iq-carttotal .button {
	width: 100%;
	text-align: center;
}
.iq-cartbox .iq-carttotal .coupon-box .coupon a {
	color: #5ec3ae;
	font-weight: 600;
}
.iq-cartbox .iq-carttotal .coupon-box .coupon a:hover, .iq-cartbox .iq-carttotal .table th, .iq-cartbox .iq-carttotal .table .tborder td {
	color: #000000;
}
.iq-carttotal .table.coupon-box {
	margin-bottom: 0;
}
.iq-cartbox .iq-carttotal .table td.highlight {
	color: #5ec3ae;
}
.tbl-footer td {
	font-size: 18px;
}
/*input form*/
.shop-input {
	padding: 0;
	display: inline-flex;
	margin-top: 10px;
}
.selection-box .brd {
	border-right: 1px solid #dddd;
	padding: 0 40px 0 0;
	margin-right: 40px;
}
.shop-input input {
	padding-left: 0;
}
.shop-input input.decrement, .shop-input input.increment {
	padding-left: 7px;
	font-size: 20px;
}
input.input-box {
	width: 30px;
	height: 30px;
	text-align: center;
	border-left: inherit;
	border-right: inherit;
}
input.increment, input.decrement {
	width: 30px;
	height: 30px;
	float: left;
}
.selection-box li {
	display: inline-grid;
}
/*---------------------------------------------------------------------
Checkout
-----------------------------------------------------------------------*/
.iq-checkout .checkout-input {
	padding: 20px 15px;
}
.iq-checkout .checkout-input form input {
	font-size: 16px;
	border: 1px solid #d8d8d8;
	color: #666666;
	height: 45px;
}
.iq-apply form input {
	font-size: 16px;
	border: 1px solid #d8d8d8 !important;
	color: #666666;
	height: 45px;
}
.iq-checkout .checkout-input form label {
	font-weight: 600;
	color: #222222;
}
.iq-checkout .checkout-input .form-check {
	padding-left: 0;
}
.iq-checkout .checkout-input input[type="checkbox"] {
	margin-left: inherit;
	height: 15px;
	width: 15px;
}
.iq-checkout .checkout-input .form-check-label {
	padding-left: 20px;
}
.iq-checkout .checkout-input form .button {
	margin-top: 15px;
}
.iq-checkout .dashed .checkout-input form .button {
	margin-top: 0;
}
.iq-checkout form.billing-form .form-control, .iq-checkout .iq-rc-box .form-control {
	height: 45px;
	font-size: 16px;
	border: 1px solid #d8d8d8;
	color: #666666;
	border-radius: 3px;
}
.iq-checkout form.billing-form .form-group {
	margin-bottom: 30px;
}
.iq-totale {
	background: #f6f6f6;
	padding: 20px;
	border-radius: 3px;
}
.iq-checkout .title h5, .iq-checkout .iq-cartbox {
	margin: 30px 0px;
}
.iq-checkout .order-box {
	padding: 30px 20px;
}
.iq-checkout .order-box .price-details {
	padding-top: 15px;
}
.iq-rc-box {
	background: #ffffff;
	padding: 20px;
}
.iq-checkout .iq-rc-box h6 {
	margin: 0 0 20px 0;
}
.iq-checkout .iq-rc-box .button {
	margin-right: 0;
}
.iq-checkout .pay-box {
	margin-top: 40px;
}
.iq-checkout .pay-box .radio input {
	display: inline-block;
	height: 25px;
	float: left;
	width: auto;
	margin-right: 10px;
}
.iq-checkout .pay-box p {
	margin: 15px 0;
}
.iq-checkout .pay-box .radio label {
	color: #222222;
}
/*---------------------------------------------------------------------
footer
-----------------------------------------------------------------------*/
.shop-footer h6 {
	color: #404040;
	margin-bottom: 10px;
}
.shop-footer img#footer_logo_img {
	width: 220px;
}
.shop-footer .iq-contact {
	margin-top: 15px;
}
.shop-footer .iq-contact span {
	font-weight: 600;
}
.shop-footer li, .shop-footer ul li a {
	color: #FFF;
	margin-left:10%;
	font-size:16px;
}
.shop-footer ul li a {
	line-height: 35px;
}
.shop-footer ul li a:hover {
	color: #7a7cf4;
}
.shop-footer .newsletter-form .form-control {
	border-bottom: 1px solid #e6e6e6;
	height: 50px;
	border-top: inherit;
	border-left: inherit;
	border-right: inherit;
}
.iq-copyright a {
	color: #5ec3ae;
	font-weight: 600;
}
/*Social Media*/
.shop-footer .iq-media-blog {
	margin: 0;
	padding: 0;
	text-align: right;
}
.shop-footer .iq-media-blog li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0px 4px;
}
.shop-footer .iq-media-blog li a {
	display: block;
	font-size: 16px;
	color: #666666;
}
.shop-footer .iq-media-blog li a:hover {
	color: #5ec3ae;
}
.shop-footer .iq-media-blog li i {
	color: #404040;
	font-size: 18px;
}
/*pay system*/
.iq-paysys ul li {
	display: inline-block;
	margin-right: 2px;
}
.iq-paysys img {
	height: 20px;
}
/*---------------------------------------------------------------------
 shop landing page
-----------------------------------------------------------------------*/

/*button-line*/
.button-line {
	position: relative;
	font-size: 16px;
	color: #222222;
	font-weight: 600;
}
.button-line.iq-big {
	font-size: 20px;
}
.button-line:hover, .button-line:focus {
	color: #222222;
}
.button-line:before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	content: "";
	background: #222222;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.button-line:hover:before, .button-line:focus:before {
	width: 100%;
}
/*button-larg*/
.button-larg {
	width: 100%;
}
/*offer-box*/
.bigtitle-text {
	font-size: 60px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
	position: relative;
	top: 30px;
	z-index: -1;
	font-family: 'Dancing Script', cursive;
}
.iq-shophome {
	padding: 40px;
}
.iq-shophome.no-ping {
	padding: 0;
}
.iq-shophome .offer-box {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.iq-shophome .offer-box {
	position: relative;
}
.iq-shophome .offer-box .offer-content {
	padding: 0 40px;
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
}
.iq-shophome .offer-box .offer-content .off-text {
	font-size: 50px;
	margin: 20px 0px;
	font-weight: 600;
	text-transform: uppercase;
}
.iq-shophome .offer-box .offer-content .off-text.color-box1 {
	color: #d80021;
}
.iq-shophome .offer-box .offer-content .off-text.color-box2 {
	color: #0477d3;
}
.iq-shophome .offer-box .offer-content .off-text.color-box3 {
	color: #ffffff;
}
.iq-shophome .offer-box img {
	transition: transform .2s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.iq-shophome .offer-box::before, .iq-shophome .offer-box::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	transition: all 0.5s ease 0s;
	z-index: 1;
}
.iq-shophome .offer-box:hover::after {
	background-color: rgba(255, 255, 255, 0.1);
	top: 50%;
	bottom: 50%;
}
.iq-shophome .offer-box:hover::before {
	background-color: rgba(255, 255, 255, 0.1);
	right: 50%;
	left: 50%;
}
/*shopcountdown*/
.iq-shopcounter {
	position: relative;
}
.iq-shopcounter .title-text {
	margin-left: 12px;
	margin-bottom: 20px;
}
.iq-shopcounter .title-text .bigtitle-text {
	color: rgba(255, 85, 1, 0.5);
	top: -22px;
	font-family: 'Dancing Script', cursive;
}
.iq-shopcounter .btn-box {
	margin-left: 12px;
	margin-top: 40px;
}
.iq-shopcounter .btn-box .button.black {
	background: #333333;
	color: #ffffff;
	border: inherit;
}
#iq-countdown1.iq-shopcountdown {
	list-style: none;
	padding: 0;
	display: block;
	text-align: center;
	position: inherit;
	top: inherit;
	left: inherit;
	right: inherit;
}
#iq-countdown1.iq-shopcountdown li {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.6);
	margin: 0 5px;
	width: 80px;
}
#iq-countdown1.iq-shopcountdown li span {
	font-size: 32px;
	font-weight: 600;
	line-height: 50px;
	width: 100%;
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	display: inline-block;
}
#iq-countdown1.iq-shopcountdown li p {
	font-size: 14px;
	padding: 0;
	margin: 5px 0;
	font-weight: 600;
}
#iq-countdown3.iq-shopcountdown {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
}
#iq-countdown3.iq-shopcountdown li {
	width: 50px !important;
	font-size: 24px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	height: 50px;
	background: #ddd;
	color: #000000;
	display: inline-block;
	border-radius: 100px;
}
#iq-countdown3.iq-shopcountdown li span {
	font-size: 24px;
	font-weight: 600;
	line-height: 50px;
	width: 100%;
	background: rgba(255, 255, 255, 0.4);
	color: #000000;
	display: inline-block;
}
#iq-countdown3.iq-shopcountdown li.saprator {
	width: inherit !important;
	background: inherit;
}
#iq-countdown3.iq-shopcountdown li p {
	font-size: 14px;
	padding: 0;
	margin: 5px 0;
	font-weight: 600;
}
/*category-box*/
.bigtitle-text {
	font-size: 60px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
	text-transform: capitalize;
	position: relative;
	top: 30px;
	z-index: -1;
	font-family: 'Dancing Script', cursive;
}
.iq-category .category-box {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.iq-category .category-box .category-content {
	padding: 0 30px;
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}
.iq-category .category-box .category-content.top {
	top: 10%;
}
.iq-category .category-box .category-content .off-text {
	font-size: 50px;
	margin: 20px 0px;
	font-weight: 600;
	color: #ff5501;
	text-transform: uppercase;
}
.iq-category .category-box img {
	transition: transform .2s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.iq-category .category-box:hover img {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari 3-8 */
	transform: scale(1.2)
}
.category-content .line-hight {
	line-height: inherit;
}
/*blog-box*/
.iq-blog-entry .date.white, .iq-blog-entry .tag.white {
	background: #222222;
	color: #ffffff;
}
/*instagram-box*/
.iq-instagram-item.owl-carousel .owl-item {
	margin-right: 0 !important;
}
.iq-instagram-item.owl-carousel .owl-item .item {
	float: left;
}
.iq-instagrambox {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.iq-instagrambox:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 9;
	-webkit-transition: all 0.8s ease-out 0s;
	-moz-transition: all 0.8s ease-out 0s;
	-ms-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
	transition: all 0.8s ease-out 0s;
}
.iq-instagrambox:hover:before {
	background: rgba(0, 0, 0, 0.8);
}
.iq-instagrambox .instagram-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 10px;
	z-index: 9;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding-left: 0px;
	width: 100%;
}
.iq-instagrambox .instagram-icon li {
	display: inline-block;
	opacity: 0;
	transform: translateY(50%);
	transition: all 0.35s ease 0s;
}
.iq-instagrambox:hover .instagram-icon li {
	opacity: 1;
	transform: translateY(0px);
}
.iq-instagrambox:hover .instagram-icon li:first-child {
	transition-delay: 0.1s;
}
.iq-instagrambox .instagram-icon li a {
	display: block;
	font-size: 20x;
	color: #ffffff;
	margin: 0 5px;
}
.iq-instagrambox .instagram-image .instagram-icon a:hover {
	color: #ffffff;
}
.iq-instagrambox .instagram-image {
	position: relative;
}
.iq-instagrambox .instagram-image .hover {
	-webkit-transition: all 0.8s ease-out 0s;
	-moz-transition: all 0.8s ease-out 0s;
	-ms-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
	transition: all 0.8s ease-out 0s;
}
.iq-instagrambox:hover .instagram-image .hover {
	opacity: 1.0;
}
.iq-instagrambox .instagram-image img, .iq-instagrambox .instagram-image img {
	width: 100%;
}
/*service-box*/
.iq-services .col-lg-3 {
	position: relative;
}
.iq-services .col-lg-3:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	z-index: 9;
}
.iq-services .no-brd.col-lg-3:before {
	content: none;
}
.iq-services h6 {
	font-size: 17px;
	line-height: 30px;
	/*font-weight: 600;*/
	/*color: #404040;*/
	text-align: center;
}
.iq-services p {
	color: #a1a1a1;
	font-size: 16px;
	margin-bottom: 0;
}
.iq-services .media i {
	font-size: 36px;
	margin-right: 20px;
	line-height: 48px;
}
/*product corousel*/
.iq-shopproduct .iq-product {
	background: none;
	border: 2px solid #ffffff;
	border-radius: 100%;
	display: inline-block;
	width: 200px;
	height: 200px;
	padding: 35px 0;
}
.iq-shopproduct .iq-product, .iq-shopproduct .owl-carousel .owl-item {
	text-align: center;
}
.iq-shopproduct .owl-carousel .owl-item img {
	width: 60px;
	display: inline-block;
}
.iq-shopproduct .iq-product .iq-lead {
	margin: 8px 0;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}
.iq-shopproduct .iq-product .button-line {
	font-size: 14px;
}
.iq-shopproduct .iq-product .button-line:hover, .iq-shopproduct .iq-product .button-line:hover i {
	color: #5ec3ae;
}
.iq-shopproduct .iq-product .button-line:hover:before {
	background: #5ec3ae;
}
/* Arrow-2 */
.iq-shopproduct .owl-carousel.arrow .owl-nav {
	position: absolute;
	display: block;
	text-indent: inherit;
	margin-top: -22px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 0;
	width: 100%;
	cursor: pointer;
	z-index: 999;
}
.iq-shopproduct .owl-carousel.arrow .owl-nav i {
	color: #fff;
	font-size: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	line-height: 42px;
	padding-left: 2px;
	text-align: center;
	font-weight: normal;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.iq-shopproduct .owl-carousel.arrow .owl-nav i:hover {
	color: #5ec3ae;
}
.iq-shopproduct .owl-carousel.arrow .owl-nav .owl-prev, .iq-shopproduct .owl-carousel.arrow .owl-nav .owl-next {
	position: absolute;
	display: block;
	cursor: pointer;
	width: auto;
	text-indent: inherit;
	-webkit-transition: opacity 0.5s ease 0s, left 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s, left 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s, left 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s, left 0.5s ease 0s;
	transition: opacity 0.5s ease 0s, left 0.5s ease 0s;
}
.iq-shopproduct .owl-carousel.arrow .owl-nav .owl-prev {
	left: -60px;
}
.iq-shopproduct .owl-carousel.arrow .owl-nav .owl-next {
	right: -60px;
}
.iq-shopproduct .button-line, .iq-shopproduct i {
	color: #ffffff;
}
/*---------------------------------------------------------------------
Shoes landing page
-----------------------------------------------------------------------*/
.darkblue-bg {
	background: #17161d;
}
.iq-fluid {
	padding: 0 100px;
}
/*product tabing*/
.product-tab {
	margin: 40px 0 70px 0;
}
.product-tab li.nav-item {
	background: #f3f3f3;
	width: 170px;
	margin: 0 5px;
}
.product-tab li.nav-item .nav-link {
	padding: 15px 0;
	text-align: center;
}
.product-tab li.nav-item .nav-link i {
	font-size: 30px;
	padding-right: 15px;
	vertical-align: middle;
}
/*color*/
.iq-color .iq-color-box li {
	padding-bottom: 0;
}
.iq-color .iq-color-box {
	margin-top: 10px;
	display: inline-block;
}
.iq-color .iq-color-box li {
	margin: 0 5px 5px 0;
	float: left;
}
.iq-color .iq-color-box li a {
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 3px;
	display: block;
}
/*counter*/
#iq-countdown1.iq-shopcountdown.iq-bg li span {
	background: #f9f9f9;
	border: 1px solid #ddd;
	color: #222222 !important;
}
.shape-box {
	position: relative;
}
.iq-tools-box .iq-tools1 {
	position: absolute;
	z-index: 99;
	left: -15%;
	width: 130%;
	bottom: 80px;
}
/*shopvideo*/
.iq-shopvideo .iq-bg {
	margin: 60px 0 0 0;
}
/*waves*/
.iq-shopvideo .waves-box {
	position: absolute;
	top: 0;
	left: 15%;
}
.iq-shopvideo .iq-waves .waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 320px;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.iq-shopvideo .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.iq-shopvideo .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.iq-shopvideo .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.iq-shopvideo .iq-video {
	background: #fff;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 24px;
	color: #5ec3ae;
	float: left;
	border-radius: 100%;
	line-height: 2.6;
	z-index: 9;
	position: relative;
	top: 46px;
	left: 46px;
}
.iq-shopvideo .iq-video i {
	margin-left: 7px;
}
@-webkit-keyframes waves {
 0% {
-webkit-transform: scale(0.2, 0.2);
transform: scale(0.2, 0.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
 50% {
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
 100% {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
@keyframes waves {
 0% {
-webkit-transform: scale(0.2, 0.2);
transform: scale(0.2, 0.2);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
 50% {
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
 100% {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
/*shape*/
#flag {
	width: 420px;
	height: 600px;
	padding-top: 15px;
	position: absolute;
	background: #5ec3ae;
	color: white;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-align: center;
	left: 50%;
	text-transform: uppercase;
	top: -100px;
	margin-left: -210px;
}
#flag:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-left: 420px solid transparent;
	border-right: 66px solid transparent;
}
/*footer*/
.shop-footer.white-text h6, .shop-footer.white-text .iq-media-blog li i {
	color: #ffff;
}
.shop-footer.white-text .iq-contact span {
	color: #797979;
}
.shop-footer.white-text .iq-media-blog {
	margin-top: 15px;
}
.shop-footer.white-text .newsletter-form .form-control {
	background-color: #fff;
}
.shop-footer.white-text .newsletter-form {
	margin-top: 20px;
}
.shop-footer.white-text .iq-services .media i {
	font-size: 36px;
	color: #5ec3ae;
}
.shop-footer.white-text ul li a, .shop-footer.white-text .iq-contact li span {
	color: #efefef;
}
/*collection*/
.container-fluid.no-space {
	padding-right: 0;
	padding-left: 0;
}
.iq-category .category-box.no-border {
	border-radius: 0;
	height: 405px;
}
.iq-category .category-box.no-border h2 {
	margin-bottom: 25px;
}
.button-line.white {
	color: #fff;
}
.iq-services.iq-green {
	background: #5ec3ae
}
.iq-services.iq-green h6, .iq-services.iq-green .media i, .iq-services.iq-green p {
	color: #fff;
}
/*tooltip*/
.tooltip {
	position: absolute;
	z-index: 999999;
	width: 2.2em;
	height: 2.2em;
	cursor: pointer;
	opacity: inherit;
}
.tooltip:before, .tooltip:after {
	position: absolute;
	content: '';
	opacity: 0;
	transition: all 0.4s ease;
}
.tooltip:before {
	border-width: 10px 8px 0 8px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	top: -10px;
	transform: translateY(20px);
}
.tooltip:after {
	content: attr(data-tooltip);
	background: #ffffff;
	color: #000000;
	width: 183px;
	height: 100px;
	font-size: 13px;
	font-weight: 300;
	top: -110px;
	left: -10px;
	padding: 10px;
	border-radius: 5px;
	letter-spacing: 1px;
	transform: translateY(20px);
}
.tooltip:hover::before, .tooltip:hover::after {
	opacity: 1;
	transform: translateY(-2px);
}
.tool1 .tooltip {
	top: 50%;
	right: 45%;
}
.tool2 .tooltip {
	top: 66%;
	left: 9%;
}
.tool3 .tooltip {
	top: 68%;
	right: -11%;
}
.tooltip-item {
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-animation: pulse 0.6s infinite alternate;
	animation: pulse 0.6s infinite alternate;
	background: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
}
@-webkit-keyframes pulse {
 from {
-webkit-transform: scale3d(0.5, 0.5, 1);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
 from {
-webkit-transform: scale3d(0.5, 0.5, 1);
transform: scale3d(0.5, 0.5, 1);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
/*---------------------------------------------------------------------
sunglasses landing page
-----------------------------------------------------------------------*/
.iq-shophome .offer-box .offer-content.glass-text {
	top: 50%;
}
/*footer*/
.iq-footer5.sun-bg {
	background: #020202;
}
.iq-footer5.sun-bg .footer-bottom {
	background: #0e0e0e;
}
/*newsletter*/
.newsletter.border-white .form-control {
	border: 1px solid #ffffff;
}
/*brands*/
.iq-shophome .offer-box .offer-content.glass-text.upper {
	top: 10px;
}
.iq-shophome.iq-pall-80 {
	padding: 80px 0;
}
.iq-shophome.iq-pb-0 {
	padding-bottom: 0px;
}
/*countdown*/
.right-block img {
	position: absolute;
	width: 800px;
	right: 0;
	top: 0;
}
#iq-countdown1.iq-shopcountdown.black li span {
	background: rgba(0, 0, 0, 0.4);
}
#iq-countdown1.iq-shopcountdown.black li {
	border: 1px solid rgba(0, 0, 0, 0.4);
}
.iq-footer5 .footer-bottom {
	background: #131313;
}
/*services*/
.iq-services .iq-border .media {
	border: 1px solid #5ec3ae;
	padding: 10px;
}
.iq-services .iq-border.col-lg-3 {
	padding-right: 0px;
}
.iq-services .iq-border.col-lg-3:before {
	background: inherit;
}
.iq-services .iq-border h6 {
	font-size: 18px;
	line-height: 28px;
}
.iq-services .iq-border .media i {
	font-size: 32px;
}
.iq-services .iq-border p {
	font-size: 14px;
}
/*---------------------------------------------------------------------
jewellery landing page
-----------------------------------------------------------------------*/

/*pop up*/
.iq-login-from.jwell-login .button {
	background: #ee9b4d;
	border: 1px solid #ee9b4d;
}
.iq-login-from.jwell-login .modal-footer .iq-media-blog li a:hover {
	background: #ee9b4d;
	border-color: #ee9b4d;
	color: #fff;
}
.iq-login-from.jwell-login .modal-footer .iq-media-blog li a {
	color: #ee9b4d;
	border: 1px solid #ee9b4d;
}
.iq-login-from.jwell-login a:hover {
	color: #ee9b4d;
}
/*search*/
.jwell-search .search__info {
	color: #ee9b4d;
}
.search.jwell-search::before, .search.jwell-search::after {
	border: 1.5em solid #ee9b4d;
}
.search.jwell-search .search--open .btn--search-close:hover, .search.jwell-search .search--open .btn--search-close:focus {
	color: #ee9b4d;
}
.search.jwell-search.search--open .btn--search-close:hover, .search.jwell-search .search--open .btn--search-close:focus {
	color: #ee9b4d;
}
/*button*/
.button.b-white {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
	font-weight: 600 !important;
}
.button.b-white:hover {
	background: #ee9b4d;
	color: #fff;
	border: 1px solid #ee9b4d;
}
.button.b-white.iq-mr {
	margin-left: 20px !important;
}
/*Header*/
header.jwell-header .mega-menu>section.menu-list-items {
	background: #0d0d0d;
}
.jwell-header .mega-menu .menu-links>li.active ul li.active >a, .jwell-header .mega-menu .menu-links>li.active ul li.active >a i {
	color: #ee9b4d;
}
.jwell-header .mega-menu .drop-down, .jwell-header .mega-menu .drop-down-tab-bar {
	border-top: 1px solid #ee9b4d;
}
.jwell-header .cart-product .cart-price ins {
	color: #ee9b4d;
}
.jwell-header .cart-product .cart-close a:hover {
	color: #ee9b4d;
}
.jwell-header .cart-product .cart-title a:hover {
	color: #ee9b4d;
}
.jwell-header .slideouticons input:checked ~ label.mainlabel {
	color: #ee9b4d;
}
.jwell-header .slideouticons .iconswrapper ul li a:hover {
	background: #ee9b4d;
	color: #fff;
}
.jwell-header .mega-menu .menu-sidebar > li > a:hover {
	color: #ee9b4d;
}
.jwell-header .mega-menu .menu-links>li.active>a:before, .jwell-header .mega-menu .menu-links>li:hover>a:before, .jwell-header .mega-menu .menu-links>li.active ul.drop-down-multilevel li.active >a, .jwell-header .mega-menu .drop-down-multilevel li:hover, .jwell-header .slideouticons label.mainlabel, .jwell-header .cart-count {
	background: #ee9b4d;
}
.jwell-header .mega-menu .drop-down a:hover {
	color: #ee9b4d;
}
/*button*/
.button.jwellery {
	background: #fff;
	color: #000;
	border: inherit;
	font-weight: 700 !important;
}
/*brands*/
.jewellery-dark .iq-shophome {
	padding: 80px 0;
}
/*main*/
.jewellery-dark, .jwell-footer.jwell-dark {
	background: #000;
}
.jewellery-dark .iq-ptb-180 {
	padding: 180px 0;
}
/*features*/
.jewellery-dark .iq-feature {
	position: relative;
}
.jewellery-dark .iq-feature5 h5 {
	color: #ee9b4d;
}
.jewellery-dark .iq-feature5 .right p {
	color: #fff;
}
.jewellery-dark .iq-diamond {
	position: absolute;
	width: 25%;
	left: 50%;
	bottom: 5%;
	transform: translate(-50%, -50%);
	z-index: 9;
}
.jewellery-dark .toolfeature {
	position: absolute;
	width: 30%;
	top: -250px;
	right: 0px;
}
/*tabing*/
.jewellery-dark .product-tab {
	margin: 0px 0 70px 0;
}
.jewellery-dark .nav-pills .nav-link {
	font-size: 16px;
}
.jewellery-dark .nav-pills .nav-link.active {
	background: #ee9b4d;
	border-radius: inherit;
}
.jewellery-dark .iq-productbox, .jewellery-dark .jwell-brand {
	background: #0e0e0e;
}
.jewellery-dark .iq-productbox .product-detail h6 {
	color: #fff;
}
.jewellery-dark .iq-productbox:hover {
	border: 1px solid #ee9b4d;
}
.jewellery-dark .shop-price strong {
	color: #ee9b4d;
}
.jewellery-dark .iq-productbox .product-icon li a {
	color: #ee9b4d;
}
.jewellery-dark .iq-productbox .product-image .product-icon a:hover {
	background: #ee9b4d;
}
.jewellery-dark .nav-pills .nav-link:hover {
	background: #ee9b4d;
	color: #ffffff;
	border-radius: inherit;
}
.jewellery-dark .iq-productbox {
	border: 1px solid #464646;
}
/*heading*/
.jewellery-dark .heading-title .title:before {
	background: #ee9b4d;
}
/*countdown*/
.jewellery-dark #iq-countdown1.iq-shopcountdown li {
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.jewellery-dark #iq-countdown1.iq-shopcountdown li span, .jewellery-dark .button-line:before {
	background: #ee9b4d;
}
.jewellery-dark .button-line {
	color: #fff;
}
.jewellery-dark .toolbox {
	position: relative;
}
.jewellery-dark .toolhover {
	position: absolute;
	width: auto;
	top: -250px;
	left: -80px;
}
/*back-to-top*/
#back-to-top.jewellery-dark .top:hover {
	background: #ee9b4d;
}
.jewellery-dark .iq-entry-title a:hover h5 {
	color: #ee9b4d;
}
.jewellery-dark .iq-entry-meta li a:hover {
	color: #ee9b4d;
}
.jewellery-dark .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
	background: #ee9b4d;
}
/*subscribe*/
.jewellery-dark .toolsubscribe {
	position: absolute;
	width: 25%;
	top: 140px;
	left: -6%;
}
.jewellery-dark .subscribe {
	background: #0e0e0e;
	overflow: hidden;
}
.jewellery-dark .button.white.grey {
	background: #ee9b4d;
	color: #fff;
	border: 1px solid #ee9b4d;
}
.jewellery-dark .button.white.grey:hover, .jewellery-dark .button.white:focus {
	color: #000;
	background: #ffffff;
	border: 1px solid #ffffff;
}
/*services*/
.jewellery-dark .iq-services {
	background: #000;
}
.jewellery-dark .iq-services .media i {
	color: #ee9b4d;
}
.jewellery-dark .iq-services h6 {
	color: #fff;
}
.jewellery-dark .iq-services p {
	font-size: 14px;
}
.jewellery-dark .iq-services .media i {
	font-size: 36px;
}
.jewellery-dark .iq-services .col-lg-3:before {
	background: rgba(255, 255, 255, 0.2);
}
/*new arrival*/
.jewellery-dark .iq-productbox .product-detail a:hover {
	color: #ee9b4d;
}
.jewellery-dark .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #ee9b4d;
}
/*testimonial*/
.jwellery-testimonial .owl-prev, .jwellery-testimonial .owl-next {
	float: left;
	display: inline-block !important;
}
.jwellery-testimonial .owl-prev i, .jwellery-testimonial .owl-next i {
	color: #ffffff;
}
.jwellery-testimonial .owl-prev:hover i, .jwellery-testimonial .owl-next:hover i {
	color: #14274f;
}
.jwellery-testimonial .feedback .iq-avtar {
	width: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
}
.jwellery-testimonial .feedback .iq-avtar img {
	border-radius: 100%;
}
.jwellery-testimonial .feedback .avtar-name .name {
	color: #ee9b4d;
	font-size: 20px;
}
.jwellery-testimonial .feedback .iq-info {
	position: relative;
	background: none;
	padding: 10px 65px 20px 65px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.jwellery-testimonial .feedback .iq-info.brd-none {
	border: none;
}
.jwellery-testimonial .feedback .iq-info.light {
	background: rgba(255, 255, 255, 0.2);
	border: none;
}
.jwellery-testimonial .feedback .iq-info.light:before {
	border-top: 15px solid rgba(255, 255, 255, 0.2);
}
.jwellery-testimonial .feedback p {
	margin-bottom: 0px;
	font-style: italic;
}
.jwellery-testimonial .feedback p.black, .jwellery-testimonial .feedback .avtar-name span {
	color: #ffffff;
}
.jwellery-testimonial .owl-carousel.arrow-1 .owl-nav i:hover {
	background: #fff;
}
.jwellery-testimonial .owl-carousel.arrow-1 .owl-nav i {
	background: #ee9b4d;
}
/*************************
jwell-footer
*************************/
.jwell-footer .small-title:before {
	background: #ee9b4d;
}
.jwell-footer .footer-bottom {
	background: #0e0e0e;
}
.jwell-footer .logo img {
	width: 200px;
}
/*Popular Posts*/
.jwell-footer .iq-post li {
	width: 100%;
	float: left;
	margin-top: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.jwell-footer .post-blog {
	display: table-cell;
}
.jwell-footer .post-blog a {
	vertical-align: top;
	font-size: 14px;
	color: #fff;
}
.jwell-footer .post-blog a:hover {
	color: #ee9b4d;
}
.jwell-footer .post-blog .iq-date {
	font-size: 13px;
	display: table;
}
.jwell-footer .post-blog i {
	font-size: 14px;
}
.jwell-footer .iq-post li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.jwell-footer .post-img {
	display: table;
	float: left;
	margin-right: 15px;
}
.jwell-footer .post-img img {
	vertical-align: top;
	height: 74px;
	width: 74px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.jwell-footer .post-blog .iq-date, .jwell-footer .iq-copyright a {
	color: #ee9b4d;
}
/*Important Links*/
.jwell-footer ul.imp-link li {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.jwell-footer ul.imp-link li a {
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.jwell-footer ul.imp-link li a:hover {
	border: 1px solid #ee9b4d;
	color: #ffffff;
}
/*Gallery*/
.jwell-footer .iq-gallery .img-thumbnail {
	width: 78px;
	border: none;
	background-color: inherit;
	float: left;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 6px;
	margin-bottom: 6px;
}
/*---------------------------------------------------------------------
Vegetable landing page
-----------------------------------------------------------------------*/
.vegetable-gray {
	background: #f3f3f3;
	color: #f3f3f3;
}
.vegetable-green .iq-font-green {
	color: #3957a6;
	font-family: 'Roboto', sans-serif;
}
/*************************
Black Overlay
*************************/
.vegetable-green .iq-over-green-10:before {
	background: rgba(132, 187, 52, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.vegetable-green .iq-over-green-20:before {
	background: rgba(132, 187, 52, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.vegetable-green .iq-over-green-30:before {
	background: rgba(132, 187, 52, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.vegetable-green .iq-over-green-40:before {
	background: rgba(132, 187, 52, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.vegetable-green .iq-over-green-50:before {
	background: rgba(132, 187, 52, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.vegetable-green .iq-over-green-60:before {
	background: rgba(132, 187, 52, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.vegetable-green .iq-over-green-70:before {
	background: rgba(132, 187, 52, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.vegetable-green .iq-over-green-80:before {
	background: rgba(132, 187, 52, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.vegetable-green .iq-over-green-90:before {
	background: rgba(132, 187, 52, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.vegetable-green .iq-over-green-95:before {
	background: rgba(132, 187, 52, 0.95);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
/*title*/
.vegetable-green .small-title:before, .vegetable-green .heading-title .title:before {
	background: #111111;
}
.vegetable-green .small-title, .vegetable-green .heading-title .title {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 15px;
	font-size: 40px;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	/*font-weight: 500;*/
	color: #000;
}
.vegetable-green p, .vegetable-green .button-line, .vegetable-green span {
	font-family: 'Roboto', sans-serif;
/*	font-size: 14px;
	line-height: 28px;  */ 
	color: #000;
	
		font-size:26px; line-height:40px;  letter-spacing:0px;     font-weight: 300;
}
/*Header*/
.vegetable-header .mega-menu .menu-links>li.active ul li.active >a, .vegetable-header .mega-menu .menu-links>li.active ul li.active >a i {
	color: #3957a6;
}
.vegetable-header .mega-menu .drop-down, .vegetable-header .mega-menu .drop-down-tab-bar {
	border-top: 1px solid #3957a6;
}
.header-03.white.vegetable-header .iq-search.search-open .search-btn {
	color: #3957a6;
}
.vegetable-header .cart-product .cart-price ins {
	color: #3957a6;
}
.vegetable-header .cart-product .cart-close a:hover {
	color: #3957a6;
}
.vegetable-header .mega-menu .menu-links>li.active>a:before, .vegetable-header .mega-menu .menu-links>li:hover>a:before {
	background: #3957a6;
}
.vegetable-header .mega-menu .menu-links>li.active ul.drop-down-multilevel li.active >a {
	background: #3957a6;
}
.vegetable-header .mega-menu .drop-down a:hover, .vegetable-header .mega-menu .drop-down-tab-bar a:hover, .vegetable-header .mega-menu .drop-down a:hover i, .vegetable-header .mega-menu .drop-down-tab-bar a:hover i {
	color: #3957a6;
}
.vegetable-header .mega-menu .drop-down-multilevel li:hover {
	background: #3957a6;
}
.vegetable-header .menu-sidebar > li > a:hover {
	color: #3957a6;
}
.vegetable-header .slideouticons label.mainlabel {
	background: #3957a6;
}
.vegetable-header .cart-count {
	background-color: #3957a6;
}
/*button*/
.button.veg-btn {
	background: #000;
	color: #fff;
	border: inherit;
}
/*Offer section*/
.vegetable-green .iq-shophome .off-text.color-text {
	color: #3957a6;
	font-size: 15px;
line-height:40 font-weight: 500;
}
.vegetable-green h1, .vegetable-green h2, .vegetable-green h3, .vegetable-green h4, .vegetable-green h5, .vegetable-green h6 {
	/*font-family: 'Roboto', sans-serif;*/
}
/*About Our Vegetable*/
.vegetable-green .device-blog {
	position: absolute;
	top: 25%;
	height: 100%;
	right: -70px;
	width: 50%;
	z-index: 999;
}
.vegetable-green .iq-services .media i {
	color: #3957a6;
	text-align: center;
}
.vegetable-green .iq-services .media {
	border: 1px solid #dedede;
	padding: 2px 2px;
}
/*tabing*/
.vegetable-green .nav-pills.vegetable-tab .nav-item {
	text-align: center;
}
.vegetable-green .nav-pills.vegetable-tab .nav-link {
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	height: 140px;
	width: 150px;
	border: 1px solid #ebebeb;
	display: flex;
	flex-direction: column;
}
.vegetable-green .nav-pills .nav-link:hover, .vegetable-green .nav-pills .nav-link.active {
	background: none;
	border: 1px solid #3957a6;
}
.vegetable-green .nav-pills.vegetable-tab .text {
	color: #3957a6;
	padding-top: 10px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.vegetable-green .iq-productbox:hover {
	border: 1px solid #3957a6;
}
.vegetable-green .shop-price strong {
	color: #3957a6;
}
.vegetable-green .iq-productbox .product-detail a:hover {
	color: #3957a6;
}
.vegetable-green .iq-productbox .product-icon li a {
	color: #3957a6;
}
.vegetable-green .iq-productbox .product-image .product-icon a:hover {
	background: #3957a6;
}
/*why we*/
.vegetable-green .iq-feature5 .left i.white {
	color: #3957a6;
}
.vegetable-green .iq-feature5 .right p {
	color: #ccc;
}
.vegetable-green .heading-title .title.white:before {
	background: #fff;
}
/*New Arrivals*/
.vegetable-green .owl-carousel.arrow-4 .owl-nav i:hover {
	background: #3957a6;
	border-color: #3957a6;
}
/*blog*/
.vegetable-green .iq-blog .iq-blog-detail a:hover, .vegetable-green .iq-entry-title a:hover h5 {
	color: #3957a6;
}
.vegetable-green .owl-carousel.owl-theme .owl-dots .owl-dot.active span, .vegetable-green .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #3957a6;
}
/*blog*/
#back-to-top.vegetable-green .top:hover {
	background: #3957a6;
}
/*************************
footer
*************************/
.shop-footer.vegetable-gray {
	font-family: 'Roboto', sans-serif;
}
/*instagram*/
.shop-footer.vegetable-gray .iq-gallery .img-thumbnail {
	width: 78px;
	border: none;
	background-color: inherit;
	float: left;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 6px;
	margin-bottom: 6px;
}
/*subscribe*/
.shop-footer.vegetable-gray .newsletter-form .button {
	background: #3957a6;
	border: 1px solid #3957a6;
}
.shop-footer.vegetable-gray .iq-media-blog li i {
	color: #3957a6;
}
/*title*/
.shop-footer.vegetable-gray h5.small-title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: proxima-nova,Optima,Roboto,sans-serif;
	font-weight: 500;
	color: #FFFFFF;
}
.shop-footer.vegetable-gray .small-title:before {
	background: #111111;
}
/*contact*/
.shop-footer.vegetable-gray .iq-contact i {
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 15px;
}
.shop-footer.vegetable-gray .iq-contact span, .shop-footer.vegetable-gray .logo .iq-text, .shop-footer.vegetable-gray .iq-copyright {
	color: #FFFFFF !important;
	font-weight: inherit;
	font-size: 115px;
	line-height: 24px;
}
.shop-footer.vegetable-gray .iq-copyright a {
	color: #666;
}
.shop-footer.vegetable-gray .footer-image img {
	width: 300px;
	margin-top: -105px;
	margin-left: -90px;
}
.shop-footer.vegetable-gray .iq-paysys img {
	height: 36px;
}
/*---------------------------------------------------------------------
Book landing page
-----------------------------------------------------------------------*/
.bb-bookblock {
	width: 460px;
	height: 260px;
}
ul.bb-custom-grid {
	list-style: none;
	margin: 0 auto 30px auto;
	padding: 0;
	max-width: 700px;
	display: block;
}
ul.bb-custom-grid .bb-item img {
	width: 450px;
}
/* Micro clearfix hack by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ */
ul.bb-custom-grid:before, ul.bb-custom-grid:after {
	content: " ";
	display: table;
}
ul.bb-custom-grid:after {
	clear: both;
}
/* end clearfix hack */
ul.bb-custom-grid li {
	float: left;
	width: 500px;
	height: 300px;
	padding: 10px 20px 50px 20px;
	background: #fff;
	position: relative;
	box-sizing: content-box;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
ul.bb-custom-grid li:before, ul.bb-custom-grid li:after {
	content: '';
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
ul.bb-custom-grid li:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}
ul.bb-custom-grid li a {
	display: block;
}
ul.bb-custom-grid li h3 {
	color: #9a9b92;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 1px;
	text-align: center;
}
ul.bb-custom-grid nav {
	text-align: center;
	margin-top: 12px;
	padding-bottom: 5px;
}
ul.bb-custom-grid nav span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #f0f0f0;
	margin: 3px;
	cursor: pointer;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 1px rgba(255, 255, 255, 0.9);
}
ul.bb-custom-grid nav span.bb-current {
	background: #f58231;
}
/*title*/
.book-orange .small-title:before {
	background: #f58231;
}
.book-black {
	background-color: #2d2d2d;
}
.book-orange .heading-title .title:before {
	background: #f58231;
}
/*button*/
.button.b-orange {
	color: #f58231;
	background: #000;
	border: 1px solid #000;
	font-weight: 600 !important;
}
.book-orange .button {
	background: #f58231;
	border: 1px solid #f58231;
}
/*pop up*/
.iq-login-from.book-login .button {
	background: #f58231;
	border: 1px solid #f58231;
}
.iq-login-from.book-login .modal-footer .iq-media-blog li a:hover {
	background: #f58231;
	border-color: #f58231;
	color: #fff;
}
.iq-login-from.book-login .modal-footer .iq-media-blog li a {
	color: #f58231;
	border: 1px solid #f58231;
}
.iq-login-from.book-login a:hover {
	color: #f58231;
}
/*search*/
.book-search .search__info {
	color: #f58231;
}
.search.book-search::before, .search.book-search::after {
	border: 1.5em solid #f58231;
}
.search.book-search .search--open .btn--search-close:hover, .search.book-search .search--open .btn--search-close:focus {
	color: #f58231;
}
.search.book-search.search--open .btn--search-close:hover, .search.book-search .search--open .btn--search-close:focus {
	color: #f58231;
}
/*Header*/
.book-header .mega-menu .menu-links>li.active ul li.active >a, .book-header .mega-menu .menu-links>li.active ul li.active >a i {
	color: #f58231;
}
.book-header .mega-menu .drop-down, .book-header .mega-menu .drop-down-tab-bar {
	border-top: 1px solid #f58231;
}
.book-header .cart-product .cart-price ins {
	color: #f58231;
}
.book-header .cart-product .cart-close a:hover {
	color: #f58231;
}
.book-header .cart-product .cart-title a:hover {
	color: #f58231;
}
.book-header .slideouticons input:checked ~ label.mainlabel {
	color: #f58231;
}
.book-header .slideouticons .iconswrapper ul li a:hover {
	background: #f58231;
	color: #fff;
}
.book-header .mega-menu .menu-links>li.active>a:before, .book-header .mega-menu .menu-links>li:hover>a:before {
	background: #f58231;
}
.book-header .mega-menu .menu-links>li.active ul.drop-down-multilevel li.active >a {
	background: #f58231;
}
.book-header .mega-menu .drop-down a:hover, .book-header .mega-menu .drop-down-tab-bar a:hover, .book-header .mega-menu .drop-down a:hover i, .book-header .mega-menu .drop-down-tab-bar a:hover i {
	color: #f58231;
}
.book-header .mega-menu .drop-down-multilevel li:hover {
	background: #f58231;
}
.book-header .menu-sidebar > li > a:hover {
	color: #f58231;
}
.book-header .slideouticons label.mainlabel {
	background: #f58231;
}
.book-header .cart-count {
	background-color: #f58231;
}
/*Current Best Seller*/
.book-orange .owl-carousel.arrow-4 .owl-nav i:hover {
	background: #f58231;
	border-color: #f58231;
}
.book-orange .iq-productbox .product-icon li a {
	color: #f58231;
}
.book-orange .iq-productbox .product-image .product-icon a:hover {
	background: #f58231;
}
.book-orange a:focus, .book-orange a:hover {
	color: #f58231;
}
.book-orange .shop-price strong {
	color: #f58231;
}
.book-orange .iq-productbox:hover {
	border: 1px solid #f58231;
}
/*services*/
.book-orange .iq-services .media {
	border: 1px solid #f58231;
	padding: 20px;
	margin-right: 10px;
}
.book-orange .iq-services .media i {
	font-size: 32px;
	color: #f58231;
}
.book-orange .iq-services .col-lg-3:before {
	display: none;
}
/*About Our book*/
.book-orange .device-blog {
	position: absolute;
	bottom: 0;
	height: auto;
	left: 0px;
	width: 100%;
	z-index: 999;
}
.book-orange .typo-style1 {
	border-left: 3px solid #f58231;
	margin-top: 20px;
}
.book-orange .iq-counter3 .iq-counter .timer {
	color: #f58231;
}
/*Tabing*/
.book-orange .iq-allproduct .iq-productbox {
	margin: 30px 0;
}
.book-orange .nav-pills .nav-link.active, .book-orange .nav-pills .show>.nav-link, .book-orange .nav-pills .nav-link:hover {
	background: #f58231;
}
.book-orange .product-tab {
	margin: 0px 0 70px 0;
}
.book-orange .product-tab li.nav-item .nav-link {
	font-size: 16px;
}
/*blog*/
.book-orange .iq-entry-title a:hover h5, .book-orange .iq-entry-meta li a:hover {
	color: #f58231;
}
.book-orange .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
	background: #f58231;
}
/*counter*/
.book-orange .device-blog1 {
	position: absolute;
	top: -50px;
	left: 0;
	width: 390px;
}
.book-orange .device-blog2 {
	position: absolute;
	top: 50px;
	right: -85px;
	width: 390px;
}
.book-orange .iq-counter .white-bg {
	background: #f58231;
}
.book-orange #iq-countdown1.iq-shopcountdown li {
	width: 100px;
	border: 1px solid #f58231;
}
.book-orange #iq-countdown1.iq-shopcountdown li span {
	color: #333 !important;
	padding: 10px 0 5px;
}
.book-orange #iq-countdown1.iq-shopcountdown li p {
	margin: 5px 0 10px;
}
.book-orange .iq-counter3 {
	padding-bottom: 50px;
}
/*coming soon*/
.book-orange .special-text h4 {
	background: #333;
	padding: 5px 10px;
	font-size: 20px;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 500;
	color: #f58231;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.book-orange .special-text p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
}
/*testimonial*/
.book-orange .iq-testimonial2 .iq-lead, .book-orange .iq-testimonial2 .owl-prev:hover i, .book-orange .iq-testimonial2 .owl-next:hover i {
	color: #f58231;
}
/*footer*/
.book-black.iq-footer3 {
	position: relative;
}
.book-black.iq-footer3 .small-title:before {
	background: #f58231;
}
.book-black.iq-footer3 .about-us li, .book-black.iq-footer3 .quick-link li {
	margin: 10px 0;
}
.book-black.iq-footer3 .iq-media-blog {
	margin: 20px 0 0;
}
.book-black.iq-footer3 a:hover {
	color: #f58231 !important;
}
.book-black.iq-footer3 .iq-media-blog li a:hover {
	color: #333333;
}
.book-black.iq-footer3 .iq-media-blog li a, .book-black.iq-footer3 .iq-copyright a {
	color: #f58231;
}
.book-black.iq-footer3 .small-title, .book-black.iq-footer3 .about-us a, .book-black.iq-footer3 .quick-link a {
	color: #fff;
}
.book-black.iq-footer3 .device-blog3 {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 400px;
	z-index: 999;
}
.book-black.iq-footer3 .iq-copyright {
	text-align: inherit;
}
/*back-to-top*/
#back-to-top.book-orange .top {
	background: #f58231;
}
#back-to-top.book-orange .top:hover {
	background: #222;
}
/*---------------------------------------------------------------------
watch landing page
-----------------------------------------------------------------------*/
.watch-dark {
	font-family: 'Poppins', sans-serif;
}
.watch-dark .dark-bg {
	background: #14274f;
}
/*pop up*/
.iq-login-from.watch-login .button {
	background: #14274f;
	border: 1px solid #14274f;
}
.iq-login-from.watch-login .modal-footer .iq-media-blog li a:hover {
	background: #14274f;
	border-color: #14274f;
	color: #fff;
}
.iq-login-from.watch-login .modal-footer .iq-media-blog li a {
	color: #14274f;
	border: 1px solid #14274f;
}
.iq-login-from.watch-login a:hover {
	color: #14274f;
}
/*search*/
.watch-search .search__info {
	color: #14274f;
}
.search.watch-search::before, .search.watch-search::after {
	border: 1.5em solid #14274f;
}
.search.watch-search .search--open .btn--search-close:hover, .search.watch-search .search--open .btn--search-close:focus {
	color: #14274f;
}
.search.watch-search.search--open .btn--search-close:hover, .search.watch-search .search--open .btn--search-close:focus {
	color: #14274f;
}
/*Header*/
.watch-header .mega-menu .menu-links>li.active ul li.active >a, .watch-header .mega-menu .menu-links>li.active ul li.active >a i {
	color: #14274f;
}
.watch-header .mega-menu .drop-down, .watch-header .mega-menu .drop-down-tab-bar {
	border-top: 1px solid #14274f;
}
.watch-header .cart-product .cart-price ins {
	color: #14274f;
}
.watch-header .cart-product .cart-close a:hover {
	color: #14274f;
}
.watch-header .cart-product .cart-title a:hover {
	color: #14274f;
}
.watch-header .slideouticons input:checked ~ label.mainlabel {
	color: #14274f;
}
.watch-header .slideouticons .iconswrapper ul li a:hover {
	background: #14274f;
	color: #fff;
}
.watch-header .mega-menu .menu-links>li.active>a:before, .watch-header .mega-menu .menu-links>li:hover>a:before {
	background: #14274f;
}
.watch-header .mega-menu .menu-links>li.active ul.drop-down-multilevel li.active >a {
	background: #14274f;
}
.watch-header .mega-menu .drop-down a:hover, .watch-header .mega-menu .drop-down-tab-bar a:hover, .watch-header .mega-menu .drop-down a:hover i, .watch-header .mega-menu .drop-down-tab-bar a:hover i {
	color: #14274f;
}
.watch-header .mega-menu .drop-down-multilevel li:hover {
	background: #14274f;
}
.watch-header .menu-sidebar > li > a:hover {
	color: #14274f;
}
.watch-header .slideouticons label.mainlabel {
	background: #14274f;
}
.watch-header .cart-count {
	background-color: #14274f;
}
/*button*/
.button.watch-btn {
	background: #14274f;
	color: #fff;
	border: inherit;
}
/*title*/
.watch-dark h2.title, .watch-dark h3.small-title {
	font-family: 'Dancing Script', cursive;
	font-size: 42px;
	line-height: 52px;
}
.watch-dark .heading-title .title:before, .watch-dark .small-title:before {
	background: #dfb094;
}
/*tabing*/
.watch-dark .nav-pills .nav-link.active, .watch-dark .nav-pills .show>.nav-link, .watch-dark .nav-pills .nav-link:hover {
	background: #14274f;
	color: #ffffff;
}
.watch-dark .product-tab {
	margin: 0px 0 70px 0;
}
.watch-dark .iq-productbox:hover {
	border: 1px solid #14274f;
}
.watch-dark .iq-productbox h6 {
	font-family: 'Poppins', sans-serif;
}
.watch-dark .shop-price strong {
	color: #dfb094;
}
.watch-dark .iq-productbox .product-icon li a {
	color: #dfb094;
}
.watch-dark a:focus, .watch-dark a:hover {
	color: #14274f;
}
.watch-dark .iq-productbox a:hover {
	color: #dfb094;
}
.watch-dark .iq-productbox .product-image .product-icon a:hover {
	background: #14274f;
}
/*services*/
.watch-dark .iq-services img {
	width: 56px;
}
.watch-dark .iq-services h5 {
	color: #dfb094;
	font-size: 22px;
	line-height: 32px;
}
.watch-dark .iq-services p {
	color: #dcdcdc;
	font-size: 14px;
}
.watch-dark .iq-services .col-lg-3:before {
	background: #0e1e40;
}
/*blog*/
.watch-dark .iq-entry-title a:hover h5, .watch-dark .iq-entry-meta li a:hover {
	color: #dfb094;
}
.watch-dark .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
	background: #14274f;
}
/*carousel*/
.watch-dark .owl-carousel.arrow-4 .owl-nav i:hover {
	background: #14274f;
	border-color: #14274f;
}
/*about*/
.watch-dark .button {
	background: #14274f;
	border: 1px solid #14274f;
}
.watch-dark .button:hover {
	background: #dfb094;
	color: #fff !important;
	border: 1px solid #dfb094;
}
/*testimonial*/
.watch-testimonial .owl-prev, .watch-testimonial .owl-next {
	float: left;
	display: inline-block !important;
}
.watch-testimonial .owl-prev i, .watch-testimonial .owl-next i {
	color: #ffffff;
}
.watch-testimonial .owl-prev:hover i, .watch-testimonial .owl-next:hover i {
	color: #14274f;
}
.watch-testimonial .feedback .iq-avtar {
	width: 100px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
}
.watch-testimonial .feedback .iq-avtar img {
	border-radius: 100%;
}
.watch-testimonial .feedback .avtar-name .name {
	color: #dfb094;
	font-size: 20px;
}
.watch-testimonial .feedback .iq-info {
	position: relative;
	background: none;
	padding: 10px 65px 20px 65px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.watch-testimonial .feedback .iq-info.brd-none {
	border: none;
}
.watch-testimonial .feedback .iq-info.light {
	background: rgba(255, 255, 255, 0.2);
	border: none;
}
.watch-testimonial .feedback .iq-info.light:before {
	border-top: 15px solid rgba(255, 255, 255, 0.2);
}
.watch-testimonial .feedback p {
	margin-bottom: 0px;
	font-style: italic;
}
.watch-testimonial .feedback p.black, .watch-testimonial .feedback .avtar-name span {
	color: #ffffff;
}
.watch-testimonial .owl-carousel.arrow-1 .owl-nav i:hover {
	background: #fff;
}
.watch-testimonial .owl-carousel.arrow-1 .owl-nav i {
	background: #dfb094;
}
/*footer*/
.iq-footer2.watch-footer .small-title {
	font-family: 'Dancing Script', cursive;
	font-size: 32px;
	line-height: 42px;
}
.iq-footer2.watch-footer .iq-media-blog li {
	margin: 20px 4px;
}
.iq-footer2.watch-footer .small-title:before {
	background: #dfb094;
}
.iq-footer2.watch-footer .iq-media-blog li a {
	font-size: 16px;
	color: #ffffff;
	margin: 0 5px;
	width: inherit;
	height: inherit;
	border: inherit;
	line-height: inherit;
}
.iq-footer2.watch-footer .iq-date {
	color: #dfb094;
}
.iq-footer2.watch-footer .button {
	background: #dfb094;
	border: 1px solid #dfb094;
	border-radius: inherit;
	padding: 9px 20px;
}
.iq-footer2.watch-footer .iq-media-blog li a:hover {
	background: inherit;
	color: #dfb094 !important;
}
.iq-footer2.watch-footer .newsletter-form .form-control {
	border: 1px solid #dfb094;
}
.iq-footer2.watch-footer .footer-bottom {
	background: #111b31;
}
.iq-footer2.watch-footer .iq-copyright a {
	color: #dfb094;
}
.iq-footer2.watch-footer .menu li a:hover, .iq-footer2.watch-footer .menu li.active a, .iq-footer2.watch-footer .post-blog a:hover {
	color: #dfb094;
}
/*Contact*/
.iq-footer2.watch-footer .contact ul {
	padding: 0;
	margin-top: 10px;
}
.iq-footer2.watch-footer .contact ul li {
	float: left;
	font-size: 16px;
}
.iq-footer2.watch-footer .contact ul li span {
	font-weight: 800;
	color: #dfb094;
}
.iq-footer2.watch-footer .contact ul li a {
	color: #a5a5a7;
	text-decoration: none;
}
.iq-footer2.watch-footer .contact ul li a:hover {
	color: #dfb094;
}
/*back-to-top*/
#back-to-top.watch-dark .top:hover {
	background: #dfb094;
}
/*---------------------------------------------------------------------
bicycle landing page
-----------------------------------------------------------------------*/
.bicycle-dark, .bicycle-dark h1, .bicycle-dark h2, .bicycle-dark h3, .bicycle-dark h4, .bicycle-dark h5, .bicycle-dark h6 {
	font-family: 'Poppins', sans-serif;
}
/*pop up*/
.iq-login-from.bicycle-login .button {
	background: #1e92ee;
	border: 1px solid #1e92ee;
}
.iq-login-from.bicycle-login .modal-footer .iq-media-blog li a:hover {
	background: #1e92ee;
	border-color: #1e92ee;
	color: #fff;
}
.iq-login-from.bicycle-login .modal-footer .iq-media-blog li a {
	color: #1e92ee;
	border: 1px solid #1e92ee;
}
.iq-login-from.bicycle-login a:hover {
	color: #1e92ee;
}
/*search*/
.bicycle-search .search__info {
	color: #1e92ee;
}
.search.bicycle-search::before, .search.bicycle-search::after {
	border: 1.5em solid #1e92ee;
}
.search.bicycle-search .search--open .btn--search-close:hover, .search.bicycle-search .search--open .btn--search-close:focus {
	color: #1e92ee;
}
.search.bicycle-search.search--open .btn--search-close:hover, .search.bicycle-search .search--open .btn--search-close:focus {
	color: #1e92ee;
}
/*Header*/
.bicycle-header .mega-menu .menu-links>li.active ul li.active >a, .bicycle-header .mega-menu .menu-links>li.active ul li.active >a i {
	color: #1e92ee;
}
.bicycle-header .mega-menu .drop-down, .bicycle-header .mega-menu .drop-down-tab-bar {
	border-top: 1px solid #1e92ee;
}
.bicycle-header .cart-product .cart-price ins {
	color: #1e92ee;
}
.bicycle-header .cart-product .cart-close a:hover {
	color: #1e92ee;
}
.bicycle-header .cart-product .cart-title a:hover {
	color: #1e92ee;
}
.bicycle-header .slideouticons input:checked ~ label.mainlabel {
	color: #1e92ee;
}
.bicycle-header .slideouticons .iconswrapper ul li a:hover {
	background: #1e92ee;
	color: white;
}
.bicycle-header .mega-menu .menu-links>li.active>a:before, .bicycle-header .mega-menu .menu-links>li:hover>a:before {
	background: #1e92ee;
}
.bicycle-header .mega-menu .menu-links>li.active ul.drop-down-multilevel li.active >a {
	background: #1e92ee;
}
.bicycle-header .mega-menu .drop-down a:hover, .bicycle-header .mega-menu .drop-down-tab-bar a:hover, .bicycle-header .mega-menu .drop-down a:hover i, .bicycle-header .mega-menu .drop-down-tab-bar a:hover i {
	color: #1e92ee;
}
.bicycle-header .mega-menu .drop-down-multilevel li:hover {
	background: #1e92ee;
}
.bicycle-header .menu-sidebar > li > a:hover {
	color: #1e92ee;
}
.bicycle-header .slideouticons label.mainlabel {
	background: #1e92ee;
}
.bicycle-header .cart-count {
	background-color: #1e92ee;
}
/*services*/
.bicycle-dark .iq-services {
	border: 1px solid #eaeaea;
	padding: 10px 15px;
}
.bicycle-dark .iq-services .media i {
	color: #1e92ee;
}
/*all product*/
.bicycle-dark .iq-allproduct .iq-productbox {
	margin: 30px 0;
}
.bicycle-dark .shop-price strong {
	color: #1e92ee;
}
.bicycle-dark .heading-title .title:before {
	background: #1e92ee;
}
.bicycle-dark .iq-productbox:hover {
	border: 1px solid #1e92ee;
}
.bicycle-dark .iq-productbox .product-image .product-icon a:hover {
	background: #fa7c04;
}
.bicycle-dark .iq-productbox .product-icon li a {
	color: #fa7c04;
}
.bicycle-dark .button {
	background: #1e92ee;
	border: 1px solid #1e92ee;
}
.bicycle-dark .button.orange {
	background: #fa7c04;
	border: 1px solid #fa7c04;
}
.bicycle-dark a:focus, .bicycle-dark a:hover {
	color: #1e92ee;
}
/*Current Best Seller*/
.bicycle-dark .small-title:before {
	background: #1e92ee;
}
.bicycle-dark .owl-carousel.arrow-4 .owl-nav i:hover {
	background: #fa7c04;
	border-color: #fa7c04;
}
#back-to-top.bicycle-dark .top:hover {
	background: #1e92ee;
}
/*blog*/
.bicycle-dark .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
	background: #1e92ee;
}
.bicycle-dark .iq-entry-meta li a:hover, .bicycle-dark .iq-entry-title a:hover h5 {
	color: #fa7c04;
}
/*why we*/
.bicycle-dark .iq-track img {
	left: -150px;
	top: -62px;
	width: 90%;
	position: absolute;
	display: inline-block;
	opacity: 0.5;
}
/*testimonial*/
.bicycle-dark .iq-testimonial .avtar-name .iq-lead {
	color: #fa7c04;
}
.bicycle-dark .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #fa7c04;
}
.bicycle-dark .iq-testimonial .iq-star i, .bicycle-dark .iq-testimonial .avtar-name span {
	color: #ddd;
}
/*deal of the day*/
.bicycle-dark .tooltip {
	z-index: 999;
}
.bicycle-dark .button.orange {
	background: #fa7c04;
	border: 1px solid #fa7c04;
}
.bicycle-dark .iq-new .item .product-image img {
	width: 90%;
}
.bicycle-dark .iq-shopcounter.iq-tools-box .iq-tools1 {
	position: absolute;
	z-index: 99;
	left: 10%;
	width: 80%;
	top: 0;
}
.bicycle-dark .iq-shopcounter #flag {
	background: #fa7c04;
}
.bicycle-dark .iq-shopcounter .tool1 .tooltip {
	top: 8%;
	right: 42%;
}
.bicycle-dark .iq-shopcounter .tool2 .tooltip {
	top: 68%;
	left: 18%;
}
.bicycle-dark .iq-shopcounter .tool3 .tooltip {
	top: 68%;
	right: 26%;
}
.bicycle-dark .tooltip-item {
	border: 2px solid rgb(250, 124, 4, 0.5);
	background: rgba(250, 124, 4, 1.0);
	webkit-box-shadow: 0px 0px 0px 5px rgba(250, 124, 4, 0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(250, 124, 4, 0.5);
	box-shadow: 0px 0px 0px 5px rgba(250, 124, 4, 0.5);
}
.bicycle-dark .tooltip:after {
	content: attr(data-tooltip);
	background: #333;
	color: #fff;
	border-top: inherit;
}
.bicycle-dark .tooltip:before {
	border-color: #333 transparent transparent transparent;
}
/*----------------footer-----------------*/
.bicycle-footer {
	background: #2d2d2d;
	font-family: 'Poppins', sans-serif;
}
.bicycle-footer .footer-top {
	padding: 60px 0 0 0;
}
.bicycle-footer .footer-top .logo-img img {
	width: 50%;
}
/*Social Media*/
.bicycle-footer .media-box {
	margin: 0;
	padding: 0;
	text-align: right;
}
.bicycle-footer .media-box li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0px 4px;
}
.bicycle-footer .media-box li a {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #CCCFD3;
	background: transparent;
	border: 1px solid #CCCFD3;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.bicycle-footer .media-box li a i {
	font-family: FontAwesome
}
.bicycle-footer .media-box li a:hover {
	background: #fa7c04;
	border-color: #fa7c04;
	color: #ffffff;
}
/*Link*/
.bicycle-footer .footer-middel {
	padding: 40px 0;
}
.bicycle-footer .footer-link {
	padding: 0;
	margin: 0;
}
.bicycle-footer .footer-link li {
	list-style-type: none;
	margin-bottom: 6px;
}
.bicycle-footer .footer-link li a {
	color: #a5a5a7;
	text-decoration: none;
}
.bicycle-footer .footer-link li a:hover {
	color: #fa7c04;
}
.bicycle-footer .footer-middel .title {
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
/*Newsletter*/
.bicycle-footer .newsletter {
	width: 100%;
	margin: 20px 0 20px 0;
}
.bicycle-footer .newsletter .form-control {
	background: #ffffff;
	-webkit-border-radius: 100px 0 0 100px;
	-moz-border-radius: 100px 0 0 100px;
	border-radius: 100px 0 0 100px;
	height: 50px;
	display: inline-block;
	padding-left: 25px;
	box-shadow: none;
	float: left;
	width: 60%;
}
.bicycle-footer .newsletter .button {
	background: #fa7c04;
	color: #ffffff;
	padding: 10px 40px;
	-webkit-border-radius: 0px 100px 100px 0px;
	-moz-border-radius: 0px 100px 100px 0px;
	border-radius: 0px 100px 100px 0px;
	text-decoration: none;
	border-color: #fa7c04;
}
.bicycle-footer .newsletter .button:hover {
	background: #1e92ee;
	border-color: #1e92ee;
}
.bicycle-footer p {
	color: #a5a5a7;
}
/*Contact*/
.bicycle-footer .contact ul {
	padding: 0;
	margin: 0;
}
.bicycle-footer .contact ul li {
	float: left;
	margin-right: 20px;
	font-size: 18px;
	color: #fff;
}
.bicycle-footer .contact ul li span {
	font-weight: 800;
	color: #1e92ee;
}
.bicycle-footer .contact ul li a {
	color: #a5a5a7;
	text-decoration: none;
}
.bicycle-footer .contact ul li a:hover {
	color: #fa7c04;
}
/*Copyright*/
.bicycle-footer .footer-copyright {
	color: #a5a5a7;
	text-decoration: none;
	text-align: right;
}
.bicycle-footer .footer-copyright a {
	color: #fa7c04;
	text-decoration: none;
}
.bicycle-footer .footer-copyright a:hover {
	color: #fa7c04;
}
/*Footer Bottom*/
.bicycle-footer .footer-bottom .iq-bottom {
	padding: 20px 0;
}
.bicycle-footer .footer-bottom ul {
	padding: 0;
	margin: 0;
}
.bicycle-footer .footer-bottom ul li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
}
.bicycle-footer .footer-bottom ul li span {
	font-weight: 800;
}
.bicycle-footer .footer-bottom ul li a {
	color: #a5a5a7;
	text-decoration: none;
}
.bicycle-footer .footer-bottom ul li a:hover {
	color: #fa7c04;
}
/****New added****************************************************/

.listtext{ color:#090ee6;}

