



/*-- header --*/
.w3ls-header {
	background:#FF6A00;
	padding: 3.5px 0px 0px 0px;
	height: 60px;
}
.w3ls-header-left {
	float: left;
	padding:6px 0px 0px 41px;
}
.w3ls-header-right {
	float: right;
	padding: 12px;
	font-size: 17px;
}
.w3ls-header-left p {
	font-size: 22px;
  padding: 0px 0px 0px 1px;
}
.w3ls-header-left p a{
    color: #fff;
}
.w3ls-header-right ul li.dropdown {
    display: inline-block;
    padding: 0 3px;
}
ul.dropdown-menu {
    -moz-animation: fadeInUp .2s ease-in;
    -webkit-animation: fadeInUp .2s ease-in;
    animation: fadeInUp .2s ease-in;
	min-width: 120px;
    font-size: 1em;
	top: 125%;
	z-index: 99999;
}

.dropdown_login {
    border-radius: 5px !important;
    overflow: hidden;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.5) !important;
    border: none !important;
}
.dropdown_login>li{}
.dropdown_login>li>a{
    background: #0074E8 !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
}




ul.cd-dropdown-content li {
    display: block;
}
.w3ls-header-right ul li a.dropdown-toggle {
    font-size: 0.9em;
    color: #f9f9f9;
	outline:none;
}
.w3ls-header-right ul li a.dropdown-toggle:hover,li.dropdown.head-dpdn.open a.dropdown-toggle,.my-account a:hover,.my-account a:hover i.fa{
    color: #fd776d;
	text-decoration:none;
}
.w3ls-header-right ul li a i.fa {
    margin-right: 5px;
}
.w3ls-header-right ul li .caret {
    margin-left: 6px;
}
.dropdown-menu > li > a {
    color: #999;
}
.dropdown-menu > li > a:hover {
    color: #fff;
    background: #3988d1;
}
/*-- //header --*/
/*-- header-two --*/
.header-two.scroll-to-fixed-fixed {
    background: #fff;
    padding: .3em 0 0.8em;
	-webkit-box-shadow: 0px 0px 5px 1px #d2d2d2;
	-moz-box-shadow: 0px 0px 5px 1px #d2d2d2;
	-o-box-shadow: 0px 0px 5px 1px #d2d2d2;
	-ms-box-shadow: 0px 0px 5px 1px #d2d2d2;
    box-shadow: 0px 0px 5px 1px #d2d2d2;
    z-index: 999;
}
.header-two.scroll-to-fixed-fixed .header-logo h1 {
    font-size: 2.5em;
}
/* e-salebazar logo design--*/



/* e-salebazar logo design--*/
.header-two.scroll-to-fixed-fixed .header-search {
    margin-top: 1em;
    margin-bottom: 1.8em;
}
.header-two.scroll-to-fixed-fixed .header-search input[type="search"] {
    padding: 0.8em 5em 0.8em 1em;
}
.header-two.scroll-to-fixed-fixed .header-search .btn-default {
    height: 44px;
}
.header-two.scroll-to-fixed-fixed .header-cart {
    margin: 1.1em 0 0;
}
.header-two {
	height: 66px;
	/* margin: 16px; */
	/* position: relative; */
}
.header-logo {
    float: left;
		display: block;

}


.main-h1{ 1.5em 3em 1em 7.5em;}
.main-h3{}
.main-h1>img{display: block;float: left;}
.main-h1>span{position: relative;display: block;float: left;overflow: hidden;width: 50px;height: 60px;}
.main-h1>span img{display: block; position: absolute;display: block;}
.main-h1>span img:nth-child(1){top: 0;
	-webkit-animation: spin_intervel 5s infinite linear;
  	animation: spin_intervel 5s infinite linear;
}

@-webkit-keyframes spin_intervel {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin_intervel {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.main-h1>span img:nth-child(2){bottom: 0;left: 0}
.main-h1>span img:nth-child(3){bottom: 0;right:15px;
-webkit-animation: spin_intervel2 5s infinite linear;
  	animation: spin_intervel2 5s infinite linear;
  	height: 15px;
}
@-webkit-keyframes spin_intervel2 {
  0% {
    height: 15px;
    right: 15px;
}
  90% {
    height: 15px;
    right: 15px;
  }
  95% {
    height: 1px;
    right: 25px;
  }
}
@keyframes spin_intervel2 {
  0% {
    height: 15px;
    right: 15px;
}
  90% {
    height: 15px;
    right: 15px;
  }
  95% {
    height: 1px;
    right: 25px;
  }

}


.header-logo-responsive {
	display: none;
}




/* logo e-salebazar animation--*/
.main-h2{ 1.5em 3em 1em 7.5em;}
.main-h3{}
.main-h2>img{display: block;float: left;}
.main-h2>span{position: relative;display: block;float: left;overflow: hidden;width: 50px;height: 60px;}
.main-h2>span img{display: block; position: absolute;display: block;}
.main-h2>span img:nth-child(1){top: 0;
	-webkit-animation: spin_intervel11 3s infinite linear;
  	animation: spin_intervel11 3s infinite linear;
}
@-webkit-keyframes spin_intervel11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin_intervel11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.main-h2>span img:nth-child(2){bottom: 0;left: 0}
.main-h2>span img:nth-child(3){bottom: 0;right:15px;
-webkit-animation: spin_intervel22 3s infinite linear;
  	animation: spin_intervel22 3s infinite linear;
  	height: 15px;
}
@-webkit-keyframes spin_intervel22 {
  0% {
    height: 15px;
    right: 15px;
}
  90% {
    height: 15px;
    right: 15px;
  }
  95% {
    height: 1px;
    right: 25px;
  }
}
@keyframes spin_intervel22 {
  0% {
    height: 15px;
    right: 15px;
}
  90% {
    height: 15px;
    right: 15px;
  }
  95% {
    height: 1px;
    right: 25px;
  }

}




.header-search {
	float: left;
	width: 42%;
	text-align: center;
	margin: 10px 46px;
}
.header-cart {

	margin: 1em 0;
}
.header-logo h1,.footer-logo.header-logo h2{
    font-size: 3em;
    font-weight: 900;
}
.header-logo h1 a ,.footer-logo.header-logo h2 a{
    display: inline-block;
    color: #000;
    text-decoration: none;
    position: relative;
}
.header-logo h1 a span,.footer-logo.header-logo h2 a span{
    font-family: 'Lovers Quarrel', cursive;
    font-size: 2em;
    color:#F44336;
    vertical-align: sub;
	margin-right: 3px;
}
.header-logo h1 a i,.footer-logo.header-logo h2 a i{
    display: block;
    position: absolute;
    bottom: 18%;
    right: 2%;
    font-size: 0.5em;
}
.header-logo h6 {
    font-size: 0.8em;
    color: #000;
    letter-spacing: 1px;
    margin-top: -1em;
}
.header-search form {
    position: relative;
}
.header-search input[type="search"] {
	width: 100%;
	height: 45px;
	padding: 1em 5em 1em 1em;
	font-size: 1em;
	color: #999;
	outline: none;
	border: 1px solid #cccccc;
	border-radius: 48px;
	background: none;
	-webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.header-search input[type="search"]:focus {
    border-color: #f44336;
}
.header-search .btn-default {
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 110px;
	height: 42px;
	outline: none;
	border-radius: 48px;
	box-shadow: none;
	background: #FF6A00;
	padding: 0;
	border-radius: 0px 25px 25px 0px;
	-webkit-appearance: none;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.header-search .btn-search {
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 50px;
	outline: none;
	box-shadow: none;
	background: none;
	padding: 0;
	border-radius: inherit;
	-webkit-appearance: none;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.header-search i.fa {
    font-size: 1.1em;
    color: #B8B6B0;
    padding: 3px;
}
.header-cart h4 a {
    color: #000;
}
/*-- cart-box --*/
.cart {
e
    padding-right: 1em;
    border-right: .5px solid #6495ed;
    float: left;
}
.w3view-cart {
    background: #0280e1;
    border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
    width: 44px;
    height: 43px;
    text-align: center;
    outline: none;
}
.w3view-cart  i.fa {
    font-size: 2em;
    color: #ffffff;
	vertical-align: middle;
}
/*-- //cart-box --*/
.my-account {
    float: left;
		margin-top: -7px;
		margin-left: 40px;
}






/*--menu responsivend--*/



.marquee {
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    overflow: hidden;
}
.marquee a {
    color: #fff;
    letter-spacing: 1px;
	text-transform: capitalize;
	font-size:1em;
}
.marquee a span {
    margin-left: 18em;
}
/*-- menu --*/
.my-account .cd-dropdown-trigger:hover {
    color: #000;
}



/*-- //header-two --*/


/*-- header-three --*/
.header-three {
    border-bottom: 1px solid #eaeaea;
    background: url(../images/bg.png)#08bce4 no-repeat;
    background-size: cover;
}
/*-- //header-three --*/




/*--menu responsivend--*/
.menu {
    float: left;
    width: 21%;
}
.move-text {
    float: right;
    width: 70%;
    padding: 1em;
}
.marquee {
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    overflow: hidden;
}
.marquee a {
    color: #fff;
    letter-spacing: 1px;
	text-transform: capitalize;
	font-size:1em;
}
.marquee a span {
    margin-left: 18em;
}
/*-- menu --*/
.cd-dropdown-trigger:hover {
    color: #000;
}
/*-- //menu --*/
/*-- welcome --*/
.welcome,.deals,.card-page,.help,.values,.privacy,.sitemap,.products,.related-products,.login-page,.contact,.about,.faq-w3agile,.wthree-offers,.w3l-services{
	padding:5em 0;
}
h3.w3ls-title {
    text-align: left;
    font-size: 2em;
    color: #000;
    margin: 1em 0;
    font-family: 'Offside', cursive;
}
.welcome-grids {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0.7em 0;
}
.welcome-info {
    text-align: center;
}
.welcome .bs-example.bs-example-tabs .nav-tabs {
    border: none;
    margin: 2em 0 1em;
}
.welcome .bs-example-tabs ul.nav-tabs li {
    display: inline-block;
    float: none;
	margin: 0 3em;
}
.welcome .bs-example-tabs ul.nav-tabs li a {
    display: block;
    outline: none;
    border: none;
	margin: 0;
}
.welcome .bs-example-tabs ul.nav-tabs li a:focus{
	text-decoration: none;
}
.welcome .tabcontent-grids ul li {
    display: block;
    color: #999;
    margin-top: 1em;
	font-size: 1em;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: transparent;
}
.nav-tabs li a i.fa {
    font-size: 5em;
    color: #78d378;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.nav-tabs li a i.fa.fa-female {
    color: #f57df5;
}
.nav-tabs li a i.fa.fa-gift{
	color: #fd723e;
}
.nav-tabs li a i.fa.fa-home{
	color: #5b91f2;
}
.nav-tabs li a i.fa.fa-motorcycle{
	color: #ec4b81;
}
.nav-tabs li a h5 {
    font-size: 1.2em;
    color: #555;
    margin-top: 1em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.welcome ul.nav-tabs li.active a i.fa,.welcome ul.nav-tabs li:hover a i.fa{
    color: #d2d2d2;
}
.welcome ul.nav-tabs li.active a  h5,.welcome ul.nav-tabs li:hover a  h5{
    color: #d2d2d2;
}

.owl-carousel .item {
    margin: 1em;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
	-o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
	-ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
}
/*-- featured products --*/
/*  Demo 10 */
.glry-w3agile-grids {
	background-color: #FFF;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 0 0 #555;
	-moz-box-shadow: 0 0 0 0 #555;
	-o-box-shadow: 0 0 0 0 #555;
	-ms-box-shadow: 0 0 0 0 #555;
	box-shadow: 0 0 0 0 #555;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.glry-w3agile-grids a {
    display: block;
}
.glry-w3agile-grids img {
    width: 70%;
    margin: 2em auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.glry-w3agile-grids:hover img {
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 1;
	filter: alpha(opacity=100);
}
.glry-w3agile-grids:hover .view-caption {
	-webkit-transform: translate3d(-30%, 0px, 0px);
	-moz-transform: translate3d(-30%, 0px, 0px);
	-o-transform: translate3d(-30%, 0px, 0px);
	-ms-transform: translate3d(-30%, 0px, 0px);
	transform: translate3d(-30%, 0px, 0px);
}
.glry-w3agile-grids .view-caption {
	background-color: rgba(0, 0, 0, 0.85);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	padding: 7% 5% 5% 35%;
	text-align: left;
	top: 0;
	z-index: 99;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(-110%, 0px, 0px);
	-moz-transform: translate3d(-110%, 0px, 0px);
	-o-transform: translate3d(-110%, 0px, 0px);
	-ms-transform: translate3d(-110%, 0px, 0px);
	transform: translate3d(-110%, 0px, 0px);
}
.glry-w3agile-grids .view-caption h4 {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'Offside', cursive;
	font-weight: 600;
	text-transform: capitalize;
}
.glry-w3agile-grids .view-caption h4 a {
    color: #f44336;
}
.glry-w3agile-grids .view-caption p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
.glry-w3agile-grids .view-caption h5 {
    font-size: 1.5em;
    color: #fff;
    background: #3075f1;
    width: 60px;
    height: 60px;
    line-height: 2.9em;
	-webkit-border-radius: 62%;
	-moz-border-radius: 62%;
	-o-border-radius: 62%;
	-ms-border-radius: 62%;
    border-radius: 62%;
    text-align: center;
    margin: 1em auto;
}
.agileits-form{
    position: relative;
    text-align: center;
}
.w3ls-cart_1 {
	display: block;
	background: #fff;
	color: #0074E8;
	font-size: 16px;
	text-align: center;
	border-radius: 11px;
	border: 1px solid #E4E4E4;
	/* width: 93%; */
	outline: none;
	padding: 7px;
	margin-top: 28px;
	/* margin-left: -25px; */
	height: 42px;
	margin-left: 4px;
}
.cart_page a {
	text-decoration: none;
	/* color:#fff; */

}
.plus_minus {
	margin-top: 12px;
	width: 100%;
	margin-left: 0px;
	/* display: none; */
}
.plus_minus input{

	text-align: center;
}
.agile-products:hover .w3ls-cart_1{
    background-color: #f44336;
		color:#fff;
}


.w3ls-cart {
    display: block;
    background: #f44336;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border-radius: 3px;
    border: 1px solid;
    width: 80%;
    outline: none;
    padding: .5em 0;
    margin: 0 auto;
}
.w3ls-cart i.fa{
    margin-right: 6px;
}
/*-- //welcome --*/
/*-- add-products --*/
.w3ls-add-grids {
    background: url(../images/img1.jpg)no-repeat 0px 0px;
    background-size: cover;
	width: 32.5%;
	min-height: 250px;
	float:left;
}
.w3ls-add-grids.w3ls-add-grids-mdl{
    background: url(../images/img2.jpg)no-repeat 0px 0px;
	background-size: cover;
}
.w3ls-add-grids.w3ls-add-grids-mdl1{
    background: url(../images/img3.jpg)no-repeat 0px 0px;
	background-size: cover;
}
.w3ls-add-grids.w3ls-add-grids-mdl {
    margin: 0 1em;
}
.w3ls-add-grids a {
    display: block;
    padding: 1em;
}
.w3ls-add-grids h4 {
    font-size: 1.8em;
    color: #fff;
    letter-spacing: 2px;
    padding-top: 3em;
	outline:none;
	text-decoration:none;
	line-height: 1.5em;
}
.w3ls-add-grids h4 span {
    font-family: 'Lovers Quarrel', cursive;
    font-size: 2em;
}
.w3ls-add-grids a {
    display: block;
}
.w3ls-add-grids h6 {
    font-size: 1.2em;
    color: #f32e20;
    margin: 1.65em 0;
    font-family: 'Offside', cursive;
}
.w3ls-add-grids.w3ls-add-grids-mdl h4 {
    padding-top: 2em;
    text-align: center;
}
.w3ls-add-grids.w3ls-add-grids-mdl h6 {
    text-align: center;
    color: #fff;
	margin: 2.4em 0;
}
/*-- //add-products --*/
/*-- deals --*/
.focus-grid a {
    color: #6495ed;
    text-align: center;
    padding: 2em 0;
}
.focus-grid a.wthree-btn.wthree1 {
    color: #ff4500;
}
.focus-grid a.wthree-btn.wthree2 {
    color: #00b300;
}
.focus-grid a.wthree-btn.wthree3 {
    color: #E91E63;
}
.focus-grid a.wthree-btn.wthree4 {
    color: #a94442;
}
.focus-grid a.wthree-btn.wthree5 {
    color: #f15cf1;
}
.wthree-btn {
	position: relative;
	display: block;
	margin: 1em auto;
	width: 100%;
	text-transform: uppercase;
	overflow: hidden;
	border: 1px solid;
}
.focus-image i.fa {
    font-size: 3em;
}
h4.clrchg {
    font-size: 1.1em;
    margin-top: 1em;
}
/*-- deals-effect --*/
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.wthree-btn:before, .wthree-btn:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background: #56259b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
	transition:.5s all;
}
.wthree-btn:before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.wthree-btn:after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.wthree-btn:hover {
	color: #f5f5f5 !important;
}
.wthree-btn:hover:before {
	-webkit-animation: criss-cross-left 0.8s both;
	-moz-animation: criss-cross-left 0.8s both;
	-o-animation: criss-cross-left 0.8s both;
	-ms-animation: criss-cross-left 0.8s both;
	animation: criss-cross-left 0.8s both;
}
.wthree-btn:hover:after {
	-webkit-animation: criss-cross-right 0.8s both;
	-moz-animation: criss-cross-right 0.8s both;
	-o-animation: criss-cross-right 0.8s both;
	-ms-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
}
/*-- //deals-effect --*/
/*-- //deals --*/
/*-- footer-top --*/
/*p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}*/
.w3agile-ftr-top {
    padding: 4em 0;
    background: url(../images/bg1.jpg)no-repeat center 0px;
	background-size: cover;
	height: 196px;
	margin-bottom:15px;
}
.ftr-top-left {
    float: left;
}
.ftr-top-right{
    float: right;
    width: 72%;
}
.ftr-top-left i.fa {
    font-size: 2.5em;
    border: 1px solid;
    color: #176aff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 2;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.ftr-top-left i.fa.fa-user{
	color: #00c57e;
}
.ftr-top-left i.fa.fa-thumbs-o-up{
	color: #fb4602;
}
.ftr-top-right h4 {
    font-size: 1.4em;
    font-family: 'Offside', cursive;
    margin-bottom: 0.5em;
    color: #fff;
}
.ftr-top-grids:hover i.fa {
    color: #fff;
}
/*-- //footer-top --*/
/*-- coming soon --*/
.soon{
	margin-top: -0.6px;
padding: 0em 0;
background: url(../images/bg2.jpg)no-repeat center 0px;
    background-size: auto;
text-align: center;
background-size: cover;


}
.soon h3 {
    color: #fff;
    font-size: 3em;
    font-family: 'Offside', cursive;
}
.soon h4 {
    font-size: 2em;
    margin: 1em 0 2em;
    color: #fff;
    font-family: 'Tangerine', cursive;
    background:#fff;
    display: inline-block;
    padding: .5em 1em;
}
.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: 21%;
    margin: 0 2%;
    height: inherit !important;
}
.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
}
.ClassyCountdownDemo {
    width: 60%;
    margin: 0 auto;
	text-align: center;
}
.soon  canvas {
    background: rgba(9, 9, 9, 0.48);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
}
/*-- //coming soon --*/
/*-- subscribe --*/
.subscribe{
	padding:3em 0;
}
.subscribe-right {
    margin-top: 1.5em;
}
.subscribe h4 {
    font-size: 1.3em;
    color: #000;
    margin-bottom: 1em;
    font-family: 'Offside', cursive;
}
.subscribe input[type="text"] {
    width: 70%;
    padding: 12px;
    font-size: 15px;
    float: left;
    color: #999;
    outline: none;
    border: 1px solid #999;
    border-right: none;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.subscribe input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 18px;
    outline: none;
    padding: 1em 1.8em;
    border: 1px solid #999;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
	 transition: 0.5s all;
    -webkit-appearance: none;
    background: #FF6A00;
}
.subscribe form:hover input[type="text"]{
    border-color: #f44336;
}
.subscribe form:hover input[type="submit"] {
    border-color: #f44336;
    background: #f44336;
	color:#fff;
}
/*-- //subscribe --*/
/*-- social-icons --*/
.social-icons ul li {
    display: inline-block;
}
.social-icons ul li a.fa.icon{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
		border:2px solid #3b5998;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		background: #3b5998;
		text-decoration: none;
		margin-top: -3px
}
.social-icons ul li a.fa.icon:hover {
    color: #3b5998;
    background: transparent;
}
.social-icons ul li a.fa.fa-twitter{
    background: #4099ff;
	border-color:#4099ff;
}
.social-icons ul li a.fa.fa-twitter:hover {
    color: #4099ff;
	background: transparent;
}
.social-icons ul li a.fa.fa-google-plus{
    background: #d34836;
	border-color:#d34836;
}
.social-icons ul li a.fa.fa-google-plus:hover {
    color: #d34836;
	background: transparent;
}
.social-icons ul li a.fa.fa-dribbble{
    background: #ec4a89;
	border-color:#ec4a89;
}
.social-icons ul li a.fa.fa-dribbble:hover {
    color: #ec4a89;
	background: transparent;
}
.social-icons ul li a.fa.fa-rss{
    background: #ee802f;
	border-color:#ee802f;
}
.social-icons ul li a.fa.fa-rss:hover {
    color: #ee802f;
	background: transparent;
}
.icon {
    vertical-align: top;
    overflow: hidden;
    margin: 4px;
    width: 35px;
    height: 35px;
	position: relative;
}

.social-icons  ul.apps {
    margin-top: 1em;
}
.social-icons ul.apps li h4 {
    font-size: 1em;
	margin: 0;
}
.social-icons ul.apps li a.fa {
    color: #999;
    font-size: 1.4em;
    margin-left: 0.6em;
}
.social-icons ul.apps li a.fa:hover {
    color: #0280e1;
}
/*-- //social-icons --*/
/*-- footer --*/
.footer {
    padding-top: 5em;
    background: url(../images/bg.png)#42d406 no-repeat;
    background-size: cover;
}
.footer-logo.header-logo {
    float: none;
    text-align: center;
}
.address-left {
    background: #fff;
    padding: 2em;
    z-index: 9;
}
.address-right{
	position:relative;
}
.address-right:before {
    content: '';
    background: url(../images/a1.png)no-repeat 0px 0px;
    background-size: 100%;
    display: block;
    position: absolute;
    bottom: -189px;
    left: -36px;
    width: 500px;
    height: 155px;
    z-index: 0;
}
.address-left ul li {
    display: block;
    margin: 1em 0;
    font-size: 1em;
    color: #555;
    border-top: 1px solid #e6e2e2;
    padding-top: 1em;
    text-align: center;
}
.address-left ul li a{
    color: #000;
}
.address-left ul li a:hover {
    color: #3c9de8;
}
.address-left ul li i.fa {
    margin-right: 5px;
    font-size: 1.3em;
}
.footer h3 {
    font-size: 1.4em;
    color: #f5f5f5;
    font-family: 'Offside', cursive;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.footer-grids ul li {
    display: block;
    font-size: 1em;
    margin:	0.6em 0 0;
    color: #05b2da;
}
.footer-grids ul li i.fa {
    margin-right: 7px;
}
.footer-grids ul li a{
	color:#fff;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.footer-grids ul li a:hover {
    color: #000;
}
.copy-right {
    text-align: center;
    padding: 2em 0;
    background: #222;
}
.copy-right p {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
	line-height:1.8em;
}
.copy-right p a{
    color: #fff;
}
.copy-right p a:hover{
    color: #f44336;
}
/*-- //footer --*/
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
	z-index:999;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/
/*-- products-page --*/
.new-tag::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 51px solid #0280e1;
	border-right: 51px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.new-tag-discount::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 60px solid #ec0e0e;
	border-right: 60px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.old-tag:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 60px solid #121528;
    border-right: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.new-tag h6 {
	color: #fff;
	z-index: 1;
	position: absolute;
	top: 0%;
	left: 2%;
	font-size: 12px;
	color: ;
}
.new-tag-discount h6 {
	color: #fff;
	z-index: 1;
	position: absolute;
	top: -2%;
	left: 2%;
	font-size: 12px;
	color: ;
}
.old-tag h6 {
	color: #fff;
	z-index: 1;
	position: absolute;
	top: 0%;
	left: 2%;
	font-size: 12px;
	
}
.glry-w3agile-grids .new-tag h6 {
    text-align: left;
    left: 3%;
}
.glry-w3agile-grids .old-tag h6 {
    text-align: left;
    left: 3%;
}
.agile-products:hover .new-tag:before {
    border-top-color: #f44336;
}
.agile-products:hover .old-tag:before {
    border-top-color: #f44336;
}
.off-tag:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 60px solid #FF6D29;
    border-right: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.off-tag h6 {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 3%;
    left: 2%;
    font-size: 16px;
}
.glry-w3agile-grids .off-tag h6 {
    text-align: left;
    left: 3%;
}
.agile-products:hover .off-tag:before {
    border-top-color: #f44336;
}
.off-tag-right:before {
    content: '';
    width: 0;
    height: 0;
		margin-left: 130px;
    border-top: 60px solid #FF6D29;
    border-left: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;

}
.off-tag-product-right-1:before {
    content: '';
    width: 0;
    height: 0;
		margin-left: 189px;
    border-top: 60px solid #FF6D29;
    border-left: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;

}
.off-tag-right h6 {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 3%;
    right:2%;
    font-size: 17px;
}
.off-tag-product-right-1 h6 {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 3%;
    right:2%;
    font-size: 17px;
}
.glry-w3agile-grids .off-tag-right h6 {
    text-align: left;
    left: 3%;
}
.glry-w3agile-grids .off-tag-product-right-1 h6 {
    text-align: left;
    left: 3%;
}
.agile-products:hover .off-tag-right:before {
    border-top-color: #f44336;
}
.agile-products:hover .off-tag-product-right-1:before {
    border-top-color: #f44336;
}
/* today order start here */
.off-tag-today:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 60px solid #FF6D29;
    border-right: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.off-tag-today h6 {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 3%;
    left: 2%;
    font-size: 16px;
}
.glry-w3agile-grids .off-tag-today h6 {
    text-align: left;
    left: 3%;
}
.agile-products:hover .off-tag-today:before {
    border-top-color: #f44336;
}
.off-tag-today-right:before {
    content: '';
    width: 0;
    height: 0;
		margin-left: 123px;
    border-top: 60px solid #FF6D29;
    border-left: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;

}
.off-tag-today-right h6 {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 3%;
    right:2%;
    font-size: 16px;
}
.glry-w3agile-grids .off-tag-today-right h6 {
    text-align: left;
    left: 3%;
}
.agile-products:hover .off-tag-today-right:before {
    border-top-color: #f44336;
}
.off-tag-productpage-right:before {
    content: '';
    width: 0;
    height: 0;
		margin-left: 142px;
    border-top: 60px solid #FF6D29;
    border-left: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;

}
.off-tag-productpage-right h6 {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 3%;
    right:2%;
    font-size: 16px;
}
.glry-w3agile-grids .off-tag-productpage-right h6 {
    text-align: left;
    left: 3%;
}
.agile-products:hover .off-tag-productpage-right:before {
    border-top-color: #f44336;
}
/* today order end */

.off-tag-1:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 60px solid #FF6D29;
    border-right: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.off-tag-1 h6 {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 3%;
    left: 2%;
    font-size: 16px;
}
.glry-w3agile-grids .off-tag-1 h6 {
    text-align: left;
    left: 3%;
}
.agile-products:hover .off-tag-1:before {
    border-top-color: #f44336;
}
.off-tag-right-1:before {
    content: '';
    width: 0;
    height: 0;
		margin-left: 100px;
    border-top: 60px solid #FF6D29;
    border-left: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;

}
.off-tag-right-1 h6 {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 3%;
    right:2%;
    font-size: 17px;
}
.glry-w3agile-grids .off-tag-right-1 h6 {
    text-align: left;
    left: 3%;
}
.agile-products:hover .off-tag-right-1:before {
    border-top-color: #f44336;
}
/*-- products-right --*/
.product-w3ls-right {
    float: right;
    padding: 0;
}
.breadcrumb.breadcrumb1  > li {
    font-size: 1.1em;
    font-weight: 300;
}
.breadcrumb.breadcrumb1 li a {
    color: #0280e1;
}
.breadcrumb.breadcrumb1  > .active,.breadcrumb.breadcrumb1 li a:hover{
    color: #000;
}
.breadcrumb.breadcrumb1 > li + li:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    color: #464646;
    padding: 0 8px;
}
.product-top {
    background: #464646;
    padding: 1em 2em;
}
.product-top li.dropdown{
    display: inline-block;
    float: right;
	margin-left: 2em;
}
.product-top h4 {
    font-size: 1.3em;
    color: #fff;
    font-family: 'Offside', cursive;
    float: left;
}
.product-top ul li a.dropdown-toggle {
    color: #fff;
	padding: 1.2em 0;
}
.product-top ul li a span.caret {
    margin-left: 8px;
}
.product-top ul.dropdown-menu {
    margin-top: 11px;
    border-color: #bbb;
}
.product-grids {
    margin-top: 3em;
}
.agile-products {
    padding: 1.5em;
    border: 1px solid #e4e4e4;
	position: relative;
    overflow: hidden;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.agile-product-text h5{
    font-size: 1em;
    line-height: 1.8em;
    font-family: 'Offside', cursive;
	margin-top: 1em;
    text-transform: capitalize;
}
.agile-product-text h5 a {
    color: #0280e1;
}
.agile-product-text h5 a:hover ,.related-row h4 a:hover{
    color: #000;
}
.agile-product-text h6 {
    margin: 0.5em 0 0;
    font-size: 1em;
    color: #333;
}
.agile-product-text h6 del {
    color: #999;
    margin-right: 0.5em;
}
.w3ls-cart.pw3ls-cart {
    position: absolute;
    width: 75%;
    bottom: -50%;
	-webkit-transition: .6s all;
	-moz-transition: .6s all;
	-o-transition: .6s all;
    transition: .6s all;
    font-size: 1em;
    padding: .8em 0;
    /* background: rgba(244, 67, 54, 0.87); */
}
.w3ls-cart.pw3ls-cart-1 {
    position: absolute;
    width: 75%;
    bottom: -50%;
	-webkit-transition: .6s all;
	-moz-transition: .6s all;
	-o-transition: .6s all;
    transition: .6s all;
    font-size: 1em;
    padding: 8px;
    /* background: rgba(244, 67, 54, 0.87); */
}
.w3ls-cart.pw3ls-cart  i.fa {
    margin-right: 5px;
}
.agile-products:hover  .w3ls-cart.pw3ls-cart{
	bottom: 35%;
}
.agile-products:hover {
    border-color: #f44336;
}
.w3ls-add-grids.w3agile-add-products {
    float: none;
    width: 100%;
    margin: 2em 0 1em;
    text-align: center;
}
.w3ls-add-grids.w3agile-add-products a h6 {
    color: #fff;
}
/*-- galry-like --*/
.galry-like{
    text-align: center;
}
.galry-like a {
    display: block;
	overflow: hidden;
}
.galry-like a img {
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.galry-like:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*-- //galry-like --*/
/*-- //products-right --*/
/*-- products-left --*/
.rsidebar {
    display: block;
    float: left;
    width: 22%;
	padding:0;
}
.rsidebar-top{
    border: 1px solid #cccccc;
overflow: hidden;
padding: 2em;
}
input.item_quantity {
    background: none;
    border: 1px solid #fff;
    padding: 0.8em 1em;
    width: 100%;
    text-align: center;
    font-size: 1em;
	outline: none;
    color: #fff;
}
input.item_quantity:hover{
	border-color: #000;
}
/*-- side-bar --*/
.sidebar-row {
    margin-top: 2em;
}
.rsidebar h4,.related-row h4 {
    font-size: 1.1em;
    color: #f44336;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-family: 'Offside', cursive;
}
.checkbox {
    position: relative;
    padding-left:27px !important;
    cursor: pointer;
    line-height: initial;
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
    margin: 0 0 1.5em;
}
.checkbox i {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 19px;

