/*
 * Basic styles
 * top section
 * header section
 * home product
 * advertise section
 * product list page
 * product details page
 * blog list page
 * side bar
 * single blog page
 * cart & wishlist
 * return policy
 * checkout, signup, login form
 * faq page
 * item categories page
 * 404
 * footer
 * others
 * animation
 * responsive
 */

/* 
 * --------------------------------------
 * Basic styles
 * --------------------------------------
 */
html { overflow-x: hidden; }
body {
	background: #f5f5f5;
	color: #8b8b8b;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	-webkit-backface-visibility: hidden;
}
.main-content {
	background: #f5f5f5;
	padding: 40px 0;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {	display: inline-block; }
a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	margin: 0;
}
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 {
	font-size: 20px;
	line-height: 26px;
}
img {
	display: inline-block;
	max-width: 100%;
}
h5 { font-size: 18px; }
p {	line-height: 28px; }
.mb-0 { margin-bottom: 0px !important; }
.mb-40 { margin-bottom: 40px; }
.mb-80 { margin-bottom: 80px; }
.mt-40 { margin-top: 40px; }
.dn { display: none; }
.btn {
	background: #ef6262;
	border-radius: 0;
	border: 1px solid transparent;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 15px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.ovh { overflow: hidden; }
*:focus { outline: none; }
select:focus { outline: 1px solid transparent; }
.icon-wrap { text-align: center; }
.icon-wrap .fa {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 10;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	   -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	        transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.icon-wrap .fa:after {
	content: '';
	display: none;
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	-webkit-box-sizing: content-box; 
	   -moz-box-sizing: content-box; 
	        box-sizing: content-box;
}
.icon-wrap .fa:before {
	display: block;
	font-family: 'fontawesome';
	font-size: 14px;
	line-height: 16px;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
.icon-wrap .fa:hover {
	background: rgba(255,255,255,1);
	color: #702fa8;
}
.icon-wrap .fa:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	   -moz-animation: toRightFromLeft 0.3s forwards;
	        animation: toRightFromLeft 0.3s forwards;
}
.icon-wrap-nav { text-align: center; }
.icon-wrap-nav i {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 45px;
	line-height: 70px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 70px;
	z-index: 15;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	   -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	        transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.icon-wrap-nav i:after {
	content: '';
	display: none;
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	-webkit-box-sizing: content-box; 
	   -moz-box-sizing: content-box; 
	        box-sizing: content-box;
}
.icon-wrap-nav i:before {
	display: block;
	font-family: 'trendz';
	speak: none;
	-webkit-font-smoothing: antialiased;
}
.icon-wrap-nav i:hover {
	background: rgba(255,255,255,1);
	color: #000;
}
.icon-wrap-nav i:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	   -moz-animation: toRightFromLeft 0.3s forwards;
	        animation: toRightFromLeft 0.3s forwards;
}
/* 
 * --------------------------------------
 * top section
 * --------------------------------------
 */
.top-social-icon-area {
	background: #f5f5f5;
	height: 50px;
	position: relative;
	z-index: 15;
}
.top-social-icon {
	left: 65px;
	position: absolute;
}

.top-social-icon .icon-wrap a {
	float: left;
	height: 50px;
	width: 50px;
}
.top-social-icon .icon-wrap .fa {
	color: #7d7d7d;
	margin: 0;
}
.top-social-icon .icon-wrap .fa:hover {
	background: #ef6262;
	color: #fff;
}
.top-social-icon .icon-wrap .fa:before { line-height: 50px; }
#search {
	height: 40px;
    float: left;
    position: relative;
}
#label {
	z-index: 20;
    position: relative;
}
#label label {
	background: #ef6262;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
    cursor: pointer;
    display: block;
}
#input {
    height: 50px;
    left: 50px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 450px;
    z-index: 5;
}
#input input {
    background-color: #fff;
    border: 1px solid #ef6262;
    display: block;
    height: 100%;
    left: -450px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    top: 0;
    width: 450px;
    -webkit-backface-visibility: none;
    -moz-backface-visibility: none;
    -ms-backface-visibility: none;
    backface-visibility: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: left 0;
    -moz-transition: left 0;
    -ms-transition: left 0;
    -o-transition: left 0;
    transition: left 0;
}
#input input:focus { outline: none }
#input.focus { z-index: 30; }
#input.focus input {
    left: 0;
    -webkit-transition: left 0.8s;
       -moz-transition: left 0.8s;
        -ms-transition: left 0.8s;
         -o-transition: left 0.8s;
            transition: left 0.8s;
}
.lang-currency {
	position: relative;
	top: 15px;
	z-index: 10;
}
.lang-currency ul li {
	display: inline;
	margin-left: 15px;
}
.lang-currency select {
	background: transparent;
	border: 1px solid transparent;
	color: #7d7d7d;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.lang-currency select:focus {
	border: 1px solid transparent;
	box-shadow: 0;
}
/* 
 * --------------------------------------
 * header section
 * --------------------------------------
 */
.navbar-toggle {
	background: #ef6262 ;
	border-color: #fff;
	color: #000;
	margin-bottom: 14px;
	margin-top: 14px;
	position: relative;
	right: 15px;
	z-index: 9999;
}
.navbar-toggle .icon-bar { background: #fff; }
.index-padd { padding-bottom: 20px; }
.nav-slider { background: #ef6262; }
.nav-slider .anim-dots, .nav-slider .anim-slide a { background: #ef6262; }
.nav-slider .anim-dots span { background: rgba(255,255,255,.2); }
.nav-slider li { display: inline-block; }
.profile { padding: 0 15px; }
.profile ul li { margin-left: 30px; }
.profile ul li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 31px 0;
	text-transform: uppercase;
}
.profile ul li a:hover {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.profile ul li a span { color: #000; }
.logo {
	position: relative;
	width: 230px;
	z-index: 1000;
}
.logo:before {
	background: #fff;
	content: '';
	height: 206px;
	position: absolute;
	width: 230px;
	-webkit-transform: skew(40deg) translate(5px,-78px);
	   -moz-transform: skew(40deg) translate(5px,-78px);
	        transform: skew(40deg) translate(5px,-78px);
}
.logo:after {
	box-shadow: 1px 1px 2px 0 #e9e9e9;
	content: '';
	height: 33px;
	left: 2px;
	position: absolute;
	top: 0;
	width: 229px;
	z-index: -1;
	-webkit-transform: skew(40deg) translate(-69px,95px);
	   -moz-transform: skew(40deg) translate(-69px,95px);
	        transform: skew(40deg) translate(-69px,95px);
}
.logo a {
	color: #6a6a6a;
	height: 40px;
	left: 10px;
	position: relative;
	top: 28px;
	width: 130px;
}
.main-navigation nav {
	margin: 6px 0;
	overflow: visible;
	position: relative;
	right: 12px;
	z-index: 15;
}
.main-navigation .navbar {
	background: transparent;
	border: none;
}
.main-navigation li.menu { position:relative; }
.main-navigation li.menu a.link {
	color: #7d7d7d;
	padding: 31px 25px;
	text-transform: capitalize;
}
.main-navigation li.menu:hover a.link {
	color: #fff;
}
.main-navigation li.menu:before {
	background: #ef6262;
	content: '';
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: -1px;
	visibility: hidden;
	width: 100%;
	z-index: -1;
	-webkit-transform: skew(40deg);
	   -moz-transform: skew(40deg);
	        transform: skew(40deg);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.main-navigation li.menu:hover:before {
	opacity: 1;
	visibility: visible;
}
.main-navigation li.dropdown { position: relative; }
.main-navigation li.dropdown ul { box-shadow: 0 0 2px 1px #e9e9e9; }
.main-navigation li.dropdown ul {
	background: #fff;
	display: inline-block;
	left: 34px;
	margin-top: 10px;
	opacity: 0;
	padding: 30px;
	position: absolute;
	text-align: left;
	top: 80px;
	visibility:hidden;
	width: 200px;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.main-navigation li.dropdown ul li {
	display: block;
	margin: 5px 0px !important;
	padding: 5px 0px;
}
.main-navigation li.dropdown ul li a {
	display: block;
	text-align: left;
}
.main-navigation li.dropdown ul li:hover { border-right: 5px solid #ef6262; }
.main-navigation li.dropdown ul li.has-child:before {
	color: #ef6262;
	content: "\f0da";
	font-family: 'FontAwesome';
	height: 30px;
	left: -15px;
	line-height: 30px;
	position: absolute;
	top: 0;
	width: 20px;
	z-index: 9999;
	-webkit-font-smoothing: antialiased;
}
.main-navigation li.dropdown { position: relative; }
.main-navigation li.dropdown:hover > ul {
	display: inline-block;
	opacity: 1;
	visibility: visible;
}
.main-navigation li.dropdown ul li.dropdown ul {
	display: block;
	left: 150px;
	position: absolute;
	top: -10px;
	width: 200px;
}
.main-navigation li.dropdown ul li.dropdown ul li a { color: #6f6f6f; }
.main-navigation li.dropdown ul li.dropdown ul li a:hover {	color: #ef6262; }
.main-navigation li.dropdown ul li.dropdown ul li ul { left: -165%; }
.main-navigation li.megamenu-dropdown ul {
	background: #fff;
	box-shadow: 0 0 2px 1px #e9e9e9;
	display: hidden;
	min-width: 600px;
	margin-top: 10px;
	opacity: 0;
	padding: 30px;
	position: absolute;
	text-align: left;
	top: 80px;
	visibility: hidden;
	z-index: 8888;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.main-navigation li.megamenu-dropdown:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
.main-navigation li ul li {	margin-left: 20px; }
.main-navigation li ul li:first-child {	margin-left: 0; }
.main-navigation li ul li a {
	color: #6f6f6f;
	text-align: center;
}
.main-navigation li ul li a div {
	background: #edebe5;
	height: 124px;
	width: 70px;
}
.main-navigation li ul li a .fa { line-height: 124px; }
.main-navigation ul li ul li:hover a { color: #ef6262; }
.main-navigation li ul li span {
	display: block;
	margin-top: 10px;
	text-transform: capitalize;
}
header .page-location {
	background: none;
	margin-left: 60px;
	padding: 2px 0;
	position: relative;
	z-index: 8;
}
.mr-1000-top { position: relative; }
.mr-1000 {
	background: #000;
	height: 100%;
	position: absolute;
	top: 0;
	width: 300%;
	z-index: 5;
}
.main-navigation .mr-1000 {
	background: #fff;
	box-shadow: 0 4px 2px -3px #e9e9e9;
	left: 20px;
	z-index: 5;
}
.main-navigation .mr-1000-home { z-index: 9; }
.main-slider { margin-bottom: 20px;	}
.mr-1000 {
	background: #f5f5f5;
	width: 300%;
	z-index: 5;
}
.mr-1000-left {
	background: #fff;
	height: 100%;
	left: 99%;
	position: absolute;
	top: 0;
	width: 300%;
}
.mr-1000-location {
	background: #2b2b2b;
	background: -moz-linear-gradient(left,  #2b2b2b 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2b2b2b), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #2b2b2b 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #2b2b2b 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #2b2b2b 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right,  #2b2b2b 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	left: 80px;
	-webkit-transform: skew(40deg);
	   -moz-transform: skew(40deg);
	        transform: skew(40deg);
}
header .page-location strong {
	color: #ef6262;
	display: inline-block;
	padding-left: 200px;
}
header .page-location strong span {
	display: inline-block;
	margin-right: 10px;
}
header .page-location p {
	display: inline-block;
	margin: 0;
	text-transform: capitalize;
}
header .page-location a {
	color: #fff;
	font-size: 11px;
	margin: 0 5px;
}
header .page-location p span { color: #fff; }
/* 
 * --------------------------------------
 * home product
 * --------------------------------------
 */
.single-product {
	background: #fff;
	margin: 40px 0;
	padding: 15px;
	position: relative;
}
.single-product img { width: 140px; }
.single-product .product-description {
	float: right;
	width: 55%;
}
.single-product .product-description h3 {
	color: #ef6262;
	font-size: 29px;
	font-weight: 200;
	margin-bottom: 15px;
}
.single-product .product-description p { line-height: 24px; }
.single-product span {
	background: #ef6262;
	bottom: 35px;
	color: #fff;
	font-weight: bold;
	left: -35px;
	opacity: 0;
	padding: 10px 20px;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.single-product:hover span {
	bottom: 35px;
	left: 0;
	opacity: 1;
}
.top-rated_feature_recent_item .owl-carousel-outer { position: relative; }
.top-rated_feature_recent_item .owl-carousel {
	margin-bottom: 40px;
	margin-top: 40px;
}
.top-rated_feature_recent_item .carousel-heading,
.product-review .heading,
.company .heading,
.return-policy .heading,
.testimonial .heading,
.faq-area .heading,
.product-category .heading,
.top-brand .heading {
	background: #ef6262;
	height: 70px;
}
.top-rated_feature_recent_item .carousel-heading h2,
.product-review h2,
.company h2,
.return-policy .heading h2,
.testimonial .heading h2,
.faq-area .heading h2,
.product-category .heading h2,
.top-brand .heading h2 {
	color: #fff;
	font-weight: 100;
	padding-left: 15px;
	position: relative;
	text-transform: capitalize;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.top-brand a { margin-bottom: 30px; }
.top-rated_feature_recent_item .owl-controls {
	position: absolute;
	right: 0;
	top: -110px;
	z-index: 15;
}
.top-rated_feature_recent_item .owl-nav { margin: 0; }
.top-rated_feature_recent_item .owl-nav [class*="owl-"] {
	background: transparent;
	border-left: 1px solid #fff;
	border-radius: 0;
	font-weight: 100;
	line-height: 0.6;
	margin: 0;
	padding: 0;
	position: relative;
}
.top-rated_feature_recent_item .owl-nav [class*="owl-"]:hover {	background: transparent; }
.top-rated_feature_recent_item .owl-nav .icon-wrap .fa { color: #fff; }
.top-rated_feature_recent_item .owl-nav .icon-wrap .fa:hover {
	background: #fff;
	color: #ef6262;
}
.top-rated_feature_recent_item .owl-nav .fa:before {
	font-size: 80px;
	height: 70px;
	line-height: 70px;
	width: 65px;
	-webkit-font-smoothing: antialiased;
}
.top-rated_feature_recent_item .item {
	overflow: hidden;
	position: relative;
	top: 0;
}
.top-rated_feature_recent_item .item img {
	width:100%;
	height: auto;
}
.top-rated_feature_recent_item .item .product-price {
	background: rgba(51,51,51,0.95);
	border-bottom: 5px solid #ef6262;
	bottom: 0;
	color: #fff;
	padding: 12px;
	position: absolute;
	width: 100%;
}
.top-rated_feature_recent_item .item .product-price strong,
.product-information .heading strong,
.product-information .add-cart h3,
.single-post .post-date .date h2,
.single-product span,
.single-post .post-meta,
.widget-calendar .table,
.price-range label,
.continue-shopping .table input,
.update-checkout .table td,
.cart .table,
.fashion-content h2 {
	font-family: 'Lato', sans-serif;
}
.cart-table .table { margin-bottom: 0; }
.top-rated_feature_recent_item .item .product-price strong {
	display: block;
	font-size: 18px;
}
.top-rated_feature_recent_item .item .product-price sub {
	color: #ce5f5f;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
.sale,
.new {
	background: #ce5f5f;
	color: #fff;
	line-height: 20px;
	padding: 2px 2px 2px 4px;
	position: absolute;
	top: 20px;
	-webkit-transform: skew(-30deg) translateX(-12px);
	    -ms-transform: skew(-30deg) translateX(-12px);
	        transform: skew(-30deg) translateX(-12px);
}
.sale span,
.new span {
	display: inline-block;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 10px;
	text-transform: capitalize;
	-webkit-transform: skew(30deg);
	    -ms-transform: skew(30deg);
	        transform: skew(30deg);
}
.new { background: #2f9c16; }
.top-rated_feature_recent_item .item div.text-center {
	position: absolute;
	bottom: 0px;
	left: 0;
	bottom: -50px;
	width: 100%;
	max-height: 75px;
	background: #ef6262;
	padding: 20px 0;
	-webkit-transition: all 0.35s;
	        transition: all 0.35s;
}
.top-rated_feature_recent_item .item:hover div.text-center {
	bottom: 0px;
	width: 100%;
}
.top-rated_feature_recent_item .item p.icon-links a {
	color: #fff;
	display: none;
	font-size: 18px;
	line-height: 35px;
	margin: 0 10px;
	-webkit-transition: all 0.35s;
	        transition: all 0.35s;
}
.top-rated_feature_recent_item .item p.icon-links a:hover,
.top-rated_feature_recent_item .item p.icon-links a:focus {
	color: #000;
}
.top-rated_feature_recent_item .item:hover p.icon-links a {
	display: inline-block;
}
.top-rated_feature_recent_item .item:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}
.top-rated_feature_recent_item .item:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.top-rated_feature_recent_item .item:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
}
/* 
 * --------------------------------------
 * advertise section
 * --------------------------------------
 */
.ads-item-carousel-area { position: relative; }
.ads-item-control {
	position: absolute;
	top: -30px;
	left: 60px;
	font-size: 45px;
	color: #ef6262;
	font-weight: 100;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.ads-item-control:focus { color: #ef6262; }
.ads-item-control:hover { color: #000; }
.left.ads-item-control { left: 20px; }
.ads-item-carousel-area:hover .ads-item-control {
	opacity: 1;
	top: 20px;
}
/* 
 * --------------------------------------
 * product list page
 * --------------------------------------
 */
.product-list-area { margin-top: 100px; }
.brands, .categories, .filter { background: #fff; }
.categories h2,
.brands h2,
.filter h2 {
	background: #ef6262;
	color: #fff;
	font-weight: 100;
	padding: 15px;
	text-transform: capitalize;
}
.brands ul { padding: 15px; }
.categories .panel {
	box-shadow: none;
	border: none;
}
.categories .panel-title {
	background: #fff;
	color: #4a4a4a;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.categories .panel-title > a {
	border-bottom: 1px solid #e1e1e1;
	color: #7e7e7e;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	position: relative;
	text-transform: capitalize;
}
.glyphicon {
	background: #00a7dd;
	border-radius: 50%;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 5px;
	top: -2px;
}
.categories .panel-group .panel + .panel { margin-top: 0; }
.categories .panel-body {
	background: transparent;
	margin-left: 25px;
	margin-top: 0;
	padding: 0;
}
.categories .panel-body  ul li a{ 
	border-bottom: 1px solid #e1e1e1;
	color: #7e7e7e;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 10px 0;
	position: relative;
	text-transform: capitalize;
}
.categories .panel-body  ul li a:after,
.brands ul li a:after,
.categories .panel-title > a:after { 
	background: #ef6262;
	content: '';
	height: 34px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 3px;
	width: 5px;
}
.categories .panel-body  ul li a:hover,
.brands ul li a:hover { 
	font-weight: bold;
}
.categories .panel-body  ul li a:hover:after, 
.brands ul li a:hover:after,
.categories .panel-title > a:hover:after { 
	opacity: 1;
}
.categories .panel-group {
	margin: 0;
	padding: 15px;
}
.categories .panel-default > .panel-heading {
	background: #fff;
	margin: 0;
	padding: 0;
}
.brands ul li a {
	color: #7e7e7e;
	display: block;
	padding: 10px 0;
	position: relative;
	text-transform: capitalize;
}
.brands ul li a .fa { margin-right: 5px; }
.filter .filter-form { padding: 20px 15px; }
.filter strong {
	display: block;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.size input[type='radio'], .size input[type='checkbox'] { display:none; }
.size input[type='radio'] + label, .size input[type='checkbox'] + label {
	background: #fff;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	display:inline-block;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin-bottom: 0;
	margin-right: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 35px;
}
.size input[type='radio']:checked + label {
	background: #ef6262;
	border: 1px solid #ef6262;
	color: #fff;
}
.size input[type='checkbox']:checked + label { border: 1px solid #ef6262; }
.filter .color .red { background: #e00000; }
.filter .color .black {	background: #000; }
.filter .color .green {	background: #8dc63f; }
.price-range input[type='radio']:not(old){
	display: none;
	height: 18px;
	width: 18px;
}
.price-range input[type='radio']:not(old) + label{
	cursor: pointer;
	display: inline-block;
	line-height: 18px;
	margin-right: 25px;
	width: 110px;
}
.price-range input[type='radio']:not(old) + label > span{
	border: 1px solid #e1e1e1;
	display: inline-block;
	height: 18px;
	margin-right: 8px;
	vertical-align: bottom;
	width: 18px;
}
.price-range input[type='radio']:not(old):checked +  label > span > span{
	background: #ef6262;
	border: 1px solid #ef6262;
	display: block;
	height: 12px;
	margin: 2px;
	width: 12px;
}
.filter .custom-price input {
	background: transparent;
	border: 1px solid #e1e1e1;
	outline: none;
	padding: 5px 15px;
	width: 43%;
}
.filter .custom-price span {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 11%;
}
.filter .btn {
	background: #000;
	margin-top: 20px;
	text-transform: uppercase;
	width: 100%;
}
/* 
 * --------------------------------------
 * product details page
 * --------------------------------------
 */
.nav-tabs > li > a {
	border-radius: 4px 4px 0 0;
	border: 0;
	line-height: 1.42857;
	margin-right: 0;
}
.nav > li > a {
	display: block;
	left: 0;
	padding: 0 0 0 0px;
	position: relative;
}
.nav > li > a > img {
	display: block;
	height: 150px;
	left: 0;
	position: relative;
	width: 100px;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	border-width: 0;
	color: #555;
	cursor: default;
}
.product-information {
	border: 1px solid #e1e1e1;
	color: #7d7d7d;
}
.product-information a { color: #7d7d7d; }
.product-information .heading, 
.product-information .product-feature,
.product-information .share-product,
.product-information .choice-size,
.product-information .add-cart {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 15px;
}
.product-information .heading h4  {
	color: #000;
	font-weight: 100;
}
.product-information .heading ul { margin: 15px 0 30px; }
.product-information .heading li {
	display: inline-block;
	margin-right: 20px;
}
.product-information .heading li a, .product-information .heading li span {
	color: #000;
	font-weight: bold;
}
.product-information .heading li a:hover { color: #ef6262; }
.product-information .heading strong {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}
.product-information .heading sub {
	color: #ce5f5f;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
.product-information .heading strong.stock {
	color: #2ecc71;
	margin-left: 60px;
}
.product-information .heading strong.stock .fa {
	background: #2ecc71 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	height: 18px;
	line-height: 17px;
	position: relative;
	text-align: center;
	top: -4px;
	width: 18px;
}
.product-information .product-feature ul {
	list-style-type: disc;
	padding-left: 15px;
}
.product-information .share-product ul.email-print {
	float: left;
	width: 55%;
}
.product-information .share-product ul.email-print li { margin-right: 25px; }
.product-information .share-product ul li {	display: inline-block; }
.product-information .share-product ul.fa-tweet li a {
	height: 20px;
	overflow: hidden;
	text-indent: 9999px;
	width: 56px;
}
.product-information .share-product ul.fa-tweet li a.pin {
	background: rgba(0, 0, 0, 0) url("../img/social-product.png") no-repeat scroll 0 center;
	width: 45px;
}
.product-information .share-product ul.fa-tweet li a.tweet {
	background: rgba(0, 0, 0, 0) url("../img/social-product.png") no-repeat scroll -55px center;
}
.product-information .share-product ul.fa-tweet li a.fa {
	background: rgba(0, 0, 0, 0) url("../img/social-product.png") no-repeat scroll -120px center;
}
.product-information .share-product ul li .fa {	margin-right: 8px; }
.product-information .quantity span, 
.product-information .quantity input {
	background: #fff;
	color: #000;
	display: inline-block;
	height: 36px;
	line-height: 34px;
	text-align: center;
	width: 36px;
}
.product-information .quantity input {
	background: #ef6262;
	border: none;
	color: #fff;
	width: 56px;
}
.product-information .add-cart h3 {
	color: #000;
	font-size: 34px;
	font-weight: bold;
	margin: 30px auto;
}
.product-information .add-cart .btn {
	color: #fff;
	padding: 12px 40px; 
	text-transform: uppercase;
}
.product-information .brand { border-bottom: 1px solid #e1e1e1; }
.product-information .brand ul li {
	border-right: 1px solid #e1e1e1;
	display: inline-block;
	padding: 20px 0 20px 15px;
	width: 49%;
}
.product-information .brand ul li:last-child { border-right: none; }
.product-information .tags { padding: 20px 0 20px 15px; }
.product-information .product-brand a {
	color: #ef6262;
	margin-left: 3px;
	text-transform: capitalize;
}
.product-ads { margin: 40px 0; }
/* 
 * --------------------------------------
 * blog list page
 * --------------------------------------
 */
.blog-list-area {
	color: #7e7e7e;
	padding: 100px 0 80px;
	position: relative;
	z-index: 15;
}
.single-post {
	background: #fff;
	padding-bottom: 30px;
}
.single-post .post-date .date {
	background: #ef6262;
	color: #fefefe;
	float: left;
	padding: 5px 0;
	text-align: center;
	width: 75px;
}
.single-post .post-date .date h2 { font-weight: bold; }
.single-post .post-date h2.year {
	float: left;
	margin-left: 10px;
	padding-top: 15px;
}
.single-post .post-date .date span {
	font-size: 11px;
	line-height: 1;
	text-transform: capitalize;
}
.post-meta .post-status {
	font-size: 12px;
	margin-right: 15px;
	margin-top: 30px;
}
.post-meta .post-status li { display: inline-block; }
.post-meta .post-status li a {
	color: #6f6f6f;
	padding: 0 5px;
}
.post-meta .post-status li .fa {
	position: relative;
	right: 3px;
}
.post-meta .post-status li span { font-weight: bold; }
.blog-carousel-area {
	overflow: hidden;
	position: relative;
}
.post-img-carousel-area .item img {
	height: auto;
	width: 100%;
}

.blog-carousel-area:hover .blog-carousel-control { bottom: 0; }
.blog-carousel-control {
	background: rgba(0,0,0,.5);
	bottom: -50px;
	color: #fefefe;
	font-size: 30px;
	font-weight: 100;
	position: absolute;
	right: 0;
	text-align: center;
	width: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.blog-carousel-control.left { left: 0; }
.blog-carousel-control.right { right: 0; }
.blog-carousel-control i { line-height: 50px; }
.blog-carousel-control:hover, .blog-carousel-control:focus { color: #ef6262; }
.left.blog-carousel-control { right: 40px; }
.single-post .post-content { padding: 0 15px; }
.single-post .post-content h2 {
	border-bottom: 1px solid #ef6262;
	font-weight: 100;
	padding: 20px 0;
}
.single-post .post-content p {
	letter-spacing: 0.4px;
	line-height: 24px;
	padding: 20px 0;
}
.btn:hover { color: #f5f5f5; }
.readmore {	display: block; }
.load-more a { text-transform: uppercase; }
/* 
 * --------------------------------------
 * side bar
 * --------------------------------------
 */
.sidebar-widget { border: 1px solid #e1e1e1; }
.widget-ads { border: 0; }
.sidebar-widget h3 {
	border-bottom: 1px solid #e1e1e1;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 20px 15px;
	text-transform: capitalize;
}
.widget-subscribe .subscribe { padding: 20px 15px; }
.widget-subscribe input[type="email"] {
	border-radius: 0;
	border: 1px solid #e1e1e1;
	font-size: 11px;
	padding: 10px 10px;
	width: 86%;
}
.widget-subscribe .subscribe .btn {
	background: #000;
	display: inline-block;
	left: -4px;
	position: relative;
}
.widget-calendar .table caption {
	padding: 20px;
	position: relative;
	text-align: center;
}
.widget-calendar .table caption a {
	color: #ef6262;
	position: absolute;
}
.widget-calendar .table .previous-year { left: 20px; }
.widget-calendar .table .next-year { right: 20px; }
.widget-calendar .table caption span {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
.widget-calendar.table > tbody > tr > td {
	border-top: 0px solid #ddd;
	text-align: center;
}
.widget-calendar .table thead tr th {
	border: none;
	font-size: 13.99px;
	font-weight: normal;
	text-align: center;
}
.widget-calendar.table tbody td {
	border: none;
	font-size: 12px;
	font-weight: bold;
}
.widget-calendar .table tbody td a {
	background: #ef6262;
	color: #fff;
	display: block;
	padding: 5px 5px;
}
.widget-calendar .table > tbody > tr > td, 
.widget-calendar .table > thead > tr > th {
	text-align:  center;
}
/* 
 * --------------------------------------
 * single blog page
 * --------------------------------------
 */
.next-previous-pagination {
	height: 40px;
	position: relative;
}
.next-previous-pagination .previous-post {
	left: 15px;
	position: absolute;
}
.next-previous-pagination .next-post {
	position: absolute;
	right: 15px;
}
.comment-area { margin-bottom: 60px; }
.comment-area h3 {
	color: #ef6262;
	font-weight: 200;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.comment-box { margin-bottom: 40px; }
.comment-box label {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.comment-box input,
.comment-box textarea {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 0;
	border: 1px solid #d7d7d7;
	color: #7d7d7d;
	margin-bottom: 20px;
	padding: 5px 15px;
	resize: none;
	width: 100%;
}
.comment-box textarea {	height: 200px }
.comment-box button { text-transform: uppercase; }
.comment h3 { text-transform: uppercase; }
.comment h3 span { margin-left: 2px; }
.comment-body .comment-author {	float: left; }
.comment-body .comment-author img {
	background: #ef6262;
	padding: 5px;
}
.comment-body .comment-author span {
	color: #5a5a5a;
	display: block;
	margin-top: 5px;
	text-indent: 15px;
	text-transform: capitalize;
}
.comment-content {
	border: 1px solid #d7d7d7;
	margin-left: 140px;
	padding: 15px;
	position: relative;
	right: 20px;
	top: 20px;
	-webkit-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}
.comment-content p {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 5px;
	-webkit-transform: skew(-30deg);
	    -ms-transform: skew(-30deg);
	        transform: skew(-30deg);
}
.comment-content img.rating {
	float: right;
	position: relative;
	right: 20px;
	-webkit-transform: skew(-30deg);
	    -ms-transform: skew(-30deg);
	        transform: skew(-30deg);
}
.product-review ol.parent-comment {	margin: 60px 0; }
.comment-meta {
	font-size: 11px;
	-webkit-transform: skew(-30deg);
	    -ms-transform: skew(-30deg);
	        transform: skew(-30deg);
}
.comment-meta a {
	color: #ef6262;
	text-indent: 15px;
}
.comment-body .btn {
	float: right;
	margin-top: 30px;
	text-transform: uppercase;
}
.call-to-action {
	background-size: cover;
	background: url(../img/blog/call-to-action-bg.jpg);
	padding: 40px 0;
}
.call-to-action h3 { margin-bottom: 30px; }
.call-to-action input {
	border-radius: 0;
	border: 1px solid #e1e1e1;
	font-size: 11px;
	padding: 10px 25px;
	width: 50%;
}
.widget-popular-post .popular-item { position: relative; }
.widget-popular-post .item-heading {
	background: rgba(244, 244, 243, .9);
	font-weight: 300;
	height: 0px;
	height: 92px;
	opacity: 0;
	padding: 20px 15px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
	width: 100%;
}
.widget-popular-post .item-heading a {
	color: #8b8b8b;
	display: block;
}
.widget-popular-post .popular-item:hover .item-heading {
	opacity: 1;
	top: 50px;
}
/*--------feature-brands--------*/
.feature-brands {
	background: #ef6262;
	padding: 35px 0px 25px 0px;
	position: absolute;
	width: 100%;
	z-index: 1000;
}
.single-brand {
	height: 84px;
	text-align: center;
}
.single-brand a {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/* 
 * --------------------------------------
 * cart & wishlist
 * --------------------------------------
 */
.cart .table,
.wishlist .table,
.user-profile {
	color: #7e7e7e;
}
.wishlist .table { margin-bottom: 0; }
.cart .table span,
.wishlist .table span {
	display: block;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.cart .table strong,
.wishlist .table strong {
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin: 20px 0 30px 0;
	text-transform: uppercase;
}
.cart .table td a,
.wishlist .table td a {
	color: #000;
	font-weight: bold;
}
.cart .table del,
.wishlist .table del {
	margin-right: 10px;
}
.cart .table > tbody > tr > td,  
.cart .table > thead > tr > th,
.wishlist .table > thead > tr > th,
.wishlist .table > tbody > tr > td {
	border: 1px solid #e1e1e1;
	padding: 10px;
}
.cart .table > thead > tr > th,
.wishlist .table > thead > tr > th {
	background: #ef6262;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.cart .table tbody td:first-child,
.wishlist .table tbody td:first-child {
	width: 150px;
}
.cart .table tbody td img,
.wishlist .table tbody td img {
	height: auto;
	width: 170px;
}
.wishlist .table tbody td .fa:before {
	height: 36px;
	line-height: 36px;
	width: 36px;
}
.continue-shopping .table {
	border: 1px solid #e1e1e1;
	color: #7e7e7e;
}
.continue-shopping .table thead th {
	color: #ef6262;
	font-size: 30px;
	line-height: 0.8;
}
.continue-shopping .table thead th {
	padding: 15px;
}
.continue-shopping .table tbody td {
	padding: 10px 15px;
}
.continue-shopping .table tbody td label {
	font-weight: bold;
	text-transform: capitalize;
}
.continue-shopping .table tbody td span {
	display: inline-block;
	width: 100px;
}
.continue-shopping form select,
.continue-shopping form input[type='text'] {
	background: transparent;
	border: 0;
	font-weight: bold;
	margin-left: 40px;
	padding: 3px 15px;
	text-transform: capitalize;
	width: 60%;
}
.continue-shopping .table > thead > tr > th { border-bottom: 0; }
.continue-shopping form option {
	border: 0;
	padding: 3px 15px;
	width: 100%;
}
.continue-shopping .btn,
.update-checkout .btn {
	text-transform: uppercase;
}
.update-checkout .btn.update {
	background: #000;
	margin-right: 20px;
}
.update-checkout .btn.update:hover {
	background: #ef6262;
	border: 1px solid #ef6262;
	color: #fff;
}
.update-checkout .table { border: 1px solid #e1e1e1; }
.update-checkout .table tr td {
	font-weight: bold;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}
.update-checkout .table tr td:first-child {
	font-weight: normal;
	text-align: right;
}
.update-checkout .table tr td input[type='text']{
	border: 0;
	padding: 5px 15px;
	width: 100%;
}
.wishlist {	margin-top: 30px; }
.wishlist .social-icon { margin-bottom: 30px; }
.wishlist .social-icon h2 {
	color: #ef6262;
	display: inline-block;
	font-weight: 100;
	line-height: 0.9;
	text-transform: capitalize;
}
.wishlist .social-icon .icon-wrap {
	display: inline-block;
	float: right;
	margin-bottom: 0;
}
.wishlist .social-icon .icon-wrap .fa {
	box-shadow: 0 0 0 1px rgba(225,225,225,1);
	color: #000;
	height: 36px;
	margin: 0 0 0 15px;
	margin: 0 5px;
	width: 36px;
}
.wishlist .social-icon .icon-wrap .fa:last-child { margin-right: 0; }
.wishlist .social-icon .icon-wrap .fa:before { line-height: 36px; }
.wishlist .social-icon .icon-wrap .fa:hover {
	background: #ef6262;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
	color: #fff;
}
.wishlist .table .icon-wrap .fa.fa-shopping-cart {
	background: #ef6262;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
	color: #fff;
	margin-top: 20px;
}
.user-profile {
	background: #fff;
	color: #7d7d7d;
	padding: 20px;
}
.user-info {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 50px;
}
.user-info .namecode {
	left: 10px;
	position: relative;
	top: 10px;
}
.user-info h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
.user-info div { display: inline-block; }
.image-wrap {
	background: #e1e1e1;
	display: inline-block;
	height: 100px;
	width: 100px;
}
.image-wrap img {
	border-radius: 50%;
	height: 65px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 65px;
}
.user-profile ul li a {
	border-bottom: 1px solid #e1e1e1;
	color: #7e7e7e;
	display: block;
	font-weight: bold;
	padding: 8px 0;
	position: relative;
	text-transform: uppercase;
}
.user-profile ul li a:after {
	background: #ef6262;
	content: '';
	height: 30px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 3px;
	width: 5px;
}
.user-profile ul li a:hover:after {	opacity: 1; }
.about-company p { color: #7e7e7e; }
/* 
 * --------------------------------------
 * return policy
 * --------------------------------------
 */
.return-policy .single-policy a {
	background: #fff;
	color: #919191;
	display: block;
	font-size: 18px;
	padding: 35px 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.return-policy .single-policy a:hover {
	color: #fff;
	background: #ef6262;
	font-weight: bold;
}
.return-policy .single-policy a .fa {
	color: #ef6262;
	font-size: 50px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.return-policy .single-policy a:hover .fa { color: #fff; }
.return-policy .single-policy a span { display: block; }
.return-policy p {
	color: #7e7e7e;
	line-height: 24px;
	margin-bottom: 0;
}
.widget-policy { color: #7e7e7e; }
.widget-policy ul {
	list-style-type: disc;
	margin-left: 15px;
	padding: 20px 15px;
}
.widget-policy ul li {
	margin-bottom: 10px;
	text-transform: capitalize;
}
.widget-policy ul li:last-child {	margin-bottom: 0; }
/*----------Testimonail-----------*/
.single-testimonial {
	border: 1px solid #e1e1e1;
	clear: both;
	-webkit-transition: border 0.3s ease-in-out;
	        transition: border 0.3s ease-in-out;
}
.single-testimonial:hover {	border: 1px solid #ef6262; }
.single-testimonial .img-wrap {
	border-right: 1px solid #e1e1e1;
	float: left;
	height: 198px;
	width: 198px;
}
.single-testimonial.active .img-wrap { border-right: 1px solid #ef6262; }
.single-testimonial .content { padding: 20px 20px 0 220px; }
.single-testimonial .content p {
	color: #7d7d7d;
	font-size: 15px; 
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 10px;
}
.single-testimonial .content .client-social-icon p {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 11px;
}
.single-testimonial .content .client-social-icon p span {
	color: #ef6262;
	font-weight: bold;
}
.client-social-icon ul {
	display: inline-block;
	float: right;
}
.client-social-icon ul li {
	display: inline-block;
	margin-left: 10px;
}
.client-social-icon ul li a { color: #ef6262; }
/* 
 * --------------------------------------
 * checkout, signup, login form
 * --------------------------------------
 */
.billing-details h2 {
	color: #ef6262;
	font-weight: 100;
}
.billing-details h4,
.login-form h4 {
	border-bottom: 1px solid #e1e1e1;
	color: #000;
	font-weight: 200;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.billing-details h4 a {
	color: #000;
	font-weight: bold;
}
.billing-details h4 a:hover { color: #ef6262; }
.signup-form label,
.login-form label {
	color: #7d7d7d;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}
.signup-form label span {
	color: #7d7d7d;
	font-weight: normal;
}
.signup-form input[type='text'],
.signup-form input[type='email'],
.signup-form input[type='number'],
.signup-form input[type='password'],
.signup-form select,
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea,
.login-form input[type='text'],
.login-form input[type='password'] {
	background: transparent;
	border: 1px solid #e1e1e1;
	color: #7d7d7d;
	margin-bottom: 20px;
	padding: 5px 15px;
	resize: none;
	text-transform: capitalize;
	width: 100%;
}
.contact-form textarea {
	height: 200px;
}
.contact-form .btn { width: 100%; }
.signup-form div.focus,
.contact-form div.focus,
.comment-box div.focus,
.login-form div.focus {
	position: relative;
}
.signup-form div.focus span,
.contact-form div.focus span,
.comment-box div.focus span,
.login-form div.focus span {
	background: #ef6262 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 25px;
	opacity: 0;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	top: 4px;
	visibility: hidden;
	width: 5px;
	z-index: 500;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.comment-box div.focus textarea + span,
.contact-form div.focus textarea + span {
	height: 192px;
}
.signup-form div.focus input:focus + span,
.contact-form div.focus input:focus + span,
.contact-form div.focus textarea:focus + span,
.comment-box div.focus input:focus + span,
.comment-box div.focus textarea:focus + span,
.login-form div.focus input:focus + span {
	opacity: 1;
	visibility: visible;
}
.signup-form label.country:after { opacity: 0; }
.signup-form select { padding: 7px 15px; }
.signup-form option,
.sidebar .order-detail form option { padding: 5px 15px; }
.login-form { margin-top: 95px; }
.login-form .btn {
	margin: 30px 0;
	padding: 10px 85px;
	text-transform: uppercase;
}
.rememberme label {
	color: #7d7d7d;
	font-weight: normal;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    padding-left: 25px;
    position: relative;
}
.rememberme input[type=checkbox] { display: none; }
.rememberme label:before {
	border: 1px solid #000;
    bottom: 1px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 16px;
}
.rememberme input[type=checkbox]:checked + label:before {
    color: #ef6262;
    content: "\2713";
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}
.login-form a {
	color: #00b2e5;
	font-weight: 300;
}
.login-form a:hover { color: #ef6262; }
.sidebar .order-detail {
	background: #fff;
	color: #7d7d7d;
	padding: 20px 20px 60px;
}
.sidebar .order-detail h4 {
	border-bottom: 1px solid #ef6262;
	color: #ef6262;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .order-detail .table > thead > tr > th {
	border-bottom: 1px solid #ef6262;
	color: #000;
	text-transform: uppercase;
}
.sidebar .order-detail .table > tbody > tr > td, 
.sidebar .order-detail .table > thead > tr > th {
	padding: 15px 0;
}
.sidebar .order-detail .table tr td { text-transform: capitalize; }
.sidebar .order-detail .table tr td strong { text-transform: uppercase; }
.sidebar .order-detail .table tr td:last-child {
	text-align: right;
}
.sidebar .order-detail .table tr th:last-child { text-align: right; }
.sidebar .order-detail form strong {
	border-bottom: 1px solid #ef6262;
	border-top: 1px solid #ef6262;
	color: #000;
	display: block;
	padding: 20px 0;
}
.sidebar .order-detail form select {
	color: #7d7d7d;
	margin-bottom: 60px;
	margin-top: 20px;
	padding: 2px 15px;
	text-transform: capitalize;
	width: 100%;
}
.sidebar .order-detail form .btn {
	padding: 10px 50px;
	text-transform: uppercase;
}
/* 
 * --------------------------------------
 * faq page
 * --------------------------------------
 */
.faq-area .panel-heading { padding: 0; }
.faq-area .panel-heading .panel-title a {
	border: 1px solid #d7d7d7;
	color: #7d7d7d;
	display: block;
	font-weight: 600;
	padding: 8px 10px;
	position: relative;
}
.faq-area .panel-heading .panel-title a span {
	background: #acacac;
	display: inline-block;
	height: 28px;
	position: absolute;
	right: 10px;
	width: 3px;
}
.faq-area .panel-heading.active .panel-title a span { background: #ef6262; }
.faq-area .panel {
	border: none;
	box-shadow: none;
	margin-top: 0;
}
.faq-area .panel-body {
	background: #f5f5f5;
	padding: 15px 0 10px 10px;
}
.faq-area .panel-body p {
	color: #7e7e7e;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px;
	position: relative;
}
.faq-area .panel-body  p:before{ 
	background: #ef6262 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 8px;
	width: 3px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #f5f5f5; }
.ask-que {}
.ask-que h3 {
	color: #7e7e7e;
	font-weight: 300;
	margin-bottom: 20px;
}
.ask-que input {
	background: transparent;
	border: 1px solid #e1e1e1;
	color: #7d7d7d;
	padding: 15px 60px 18px 15px;
	width: 60%;
}
.ask-que .btn {
	background: #ef6262;
	display: inline-block;
	left: -5px;
	padding: 14px 8px;
	position: relative;
}
.ask-que .btn:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
/*-----------coupon-----------*/
.coupon .nav > li > a {
	background: #e1e1e1;
	border-radius: 0;
	color: #6b6b6b;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	text-transform: capitalize;
	width: 190px;
}
.coupon .nav-tabs > li.active > a, 
.coupon .nav-tabs > li.active > a:focus, 
.coupon .nav-tabs > li.active > a:hover {
	background: #ef6262;
	color: #fff;
}
.coupon .img-wrap {
	float: left;
	width: 170px;
}
.coupon .coupon-content {
	background: #fff;
	display: inline-block;
	padding: 11px 7px;
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.coupon .coupon-content span {
	color: #fff;
	font-weight: 300;
}
.coupon .coupon-content h4 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.coupon .coupon-content h3 {
	color: #000;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin: 12px 0;
}
.coupon .coupon-content strong a {
	color: #a03737;
	font-weight: bold;
}
.coupon .coupon-content ul { margin: 15px 0 30px; }
.coupon .coupon-content ul li {
	display: inline-block;
	margin-right: 15px;
}
.coupon .coupon-content ul li a {
	color: #000;
	font-size: 18px;
}
.coupon .coupon-content ul li a:hover {	color: #fff; }
.coupon .coupon-content .btn {
	background: #fff;
	color: #000;
	display: block;
}
.coupon .coupon-content .btn:hover {
	border: 1px solid #ef6262;
	color: #ef6262;
}
.coupon .single:hover .coupon-content {	background: #ef6262; }
/* 
 * --------------------------------------
 * item categories page
 * --------------------------------------
 */
.product-category a {
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	text-transform: capitalize;
}
.product-category a span {
	display: inline-block;
	margin-top: 10px;
}
.product-category a:hover span { color: #ef6262; }
.fashion { color: #7e7e7e; }
.fashion-content h2 {
	border-bottom: 1px solid #ef6262;
	font-family: 'Raleway', sans-serif;
	margin-top: 15px;
	padding-bottom: 20px;
}
.fashion-content p {
	line-height: 2;
	margin-bottom: 0;
	padding-top: 20px;
}
.fashion .video iframe {
	height: 320px;
	width: 570px; 
}
.player .title header {	display: none; }
.embed-container {
	height: 0;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.embed-container iframe { border: 0 !important; }
.embed-container iframe, .embed-container object, .embed-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/*-----------goto button------------*/
.goto {	display: none; }
.goto .fa {
	border: 2px solid #ef6262;
	bottom: 80px;
	opacity: 0;
	position: fixed;
	right: 60px;
	z-index: 50;
}
.goto .fa:before{
	color: #ef6262;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	width: 36px;
}
.goto .fa:hover{ background: transparent; }
.goto.show { display: block; }
.goto.show .fa { opacity: 1; }
.page404 {
	display: table;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width:100%;
	z-index: 999999;
}
.map-area {
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.map-area a {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}
.map-area a i {
	color: #ef6262;
	cursor: pointer;
	display: inline-block;
	font-size: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
	
}
.map-area i:focus {	color: #ef6262; }
.map-area i:hover {	color: #ffffff; }
.map-area.contact-page { border: none; }
.map-container {
	height: 0px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.map-container.active {	height: 400px !important; }
.map-container .map-address-container {
	background: rgba(255,255,255,.9);
	border-left: 5px solid #ef6262;
	bottom: 0px;
	height: 200px;
	left: 20px;
	padding-left: 30px;
	position: absolute;
	text-align: left;
	width: 250px;
}
.map-container .map-address-container .map-icon {
	color: #ef6262;
	font-size: 30px;
	padding: 15px 0;
}
.map-container .map-address-container p {
	font-size: 15px;
	margin: 0;
}
#map {
	height: 400px;
	width: 100%;
}
.btn:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
.product-hover {
	background: #ef6262 none repeat scroll 0 0;
	bottom: 0;
	padding: 20px 0;
	-webkit-transition: all 0.35s ease 0s;
	        transition: all 0.35s ease 0s;
}
/* 
 * --------------------------------------
 * 404 page
 * --------------------------------------
 */
.page404 .page404-container {
	display: table-cell;
	vertical-align: middle;
}
.page404 .page404-container h1 {
	color: #ef6262;
	font-size: 90px;
	font-weight: 100;
	margin-bottom: 30px;
}
.page404 .page404-container p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 60px;
}
.page404 .page404-container .btn { margin: 10px; }
.page404 .page404-container .box {
	background: url('../img/404.png') no-repeat center center;
	height: 200px;
	width: 100%;
}
.page404 .page404-container .box i {
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
	color: #ef6262;
	font-size: 60px;
	position: relative;
	right: -100px;
	top: 60px;
}
.page404 .btn {
	margin-right: 30px;
	margin-top: 40px;
	outline: 0;
	padding: 10px 80px;
	text-transform: uppercase;
}
/* 
 * --------------------------------------
 * footer
 * --------------------------------------
 */
footer {
	background: #262626;
	margin-top: 150px;
}
footer a { color: #8b8b8b; }
footer a:hover { color: #fff; }
.footer-widget { padding: 60px 0 20px; }
.footer-widget h4 {
	color: #ef6262;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.footer-widget h4 span { color: #fff; }
.footer-widget ul li a { line-height: 24px; }
.single-widget.subscribe input[type='email'] {
	border-radius: 0;
	border: 1px solid #e1e1e1;
	font-size: 11px;
	padding: 10px 10px;
	width: 120px;
}
.single-widget.subscribe button,
.call-to-action .subscribe button,
.sidebar .subscribe button {
	background: #000;
	border: 0;
	left: -4px;
	padding: 0px 0;
	position: relative;
	top: 10px;
}
.single-widget.subscribe .fa,
.call-to-action .subscribe .fa,
.sidebar .subscribe .fa {
	background: #000;
	padding: 8px 13px;
}
.single-widget.subscribe .fa:before,
.call-to-action .subscribe .fa:before,
.sidebar .subscribe .fa:before  {
	color: #fff;
}
#subscribe button.close {
	display: none;
	position: absolute;
	right: 0px;
}
#subscribe .modal-content:hover button.close {
	display: block;
}
#subscribe .modal-content button {
	font-size: 30px;
	padding-right: 10px;
}
.subscription {
	background: #fff;
	padding: 0;
}
.subscription h3 {
	color: #ef6262;
	margin-bottom: 10px;
}
.subscription .left,
.subscription .right {
	display: table-cell;
	vertical-align: middle;
}
.subscription .left { padding: 20px 30px; }
.subscription .right {}
.subscription .left input {
	line-height: 20px;
	width: 90%;
}
.subscription .left button {
	padding: 0 3px;
	top: 7px;
}
.subscription .left button .fa {
	background: #000 !important;
	padding: 2px 10px !important;
}
.subscription .left .icon-wrap { text-align: left; }
.subscription .left .icon-wrap .fa {
	background: #ef6262;
	height: 30px;
	padding: 0;
	width: 30px;
}
.subscription .left .icon-wrap .fa:before {	line-height: 30px; }
.footer-bottom ul li { display: inline; }
.footer-social-icon .icon-wrap { margin-bottom: 10px; }
.footer-social-icon .icon-wrap .fa {
	color: #fff;
	margin: 0 10px;
	padding: 5px 10px;
}
.footer-social-icon .icon-wrap .fa:hover {
	background: transparent;
	color: #ef6262;
}
.footer-bottom {
	position: relative;
	padding: 40px 0;
}
.footer-bottom ul {	margin-bottom: 15px; }
.footer-bottom .change-lang ul li a span { color: #ef6262; }
.footer-bottom .change-lang li span, .policy li span {
	display: inline-block;
	margin: 0 5px;
}
.footer-bottom .alphabetical span {	text-transform: capitalize; }
.footer-bottom .alphabetical ul { display: inline-block; }
.footer-bottom .alphabetical ul li {
	border-right: 1px solid #8b8b8b;
	line-height: 0;
	padding: 0 5px;
}
.payment-method { margin-bottom: 25px; }
.payment-method img { margin: 0 5px; }
.live-chat {
	bottom: 0;
	position: absolute;
}
.live-chat i {
	color: #ef6262;
	font-size: 65px;
	-webkit-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.live-chat i:hover { color: #ffffff; }
/* 
 * --------------------------------------
 * others
 * --------------------------------------
 */
.lazy-load {
	background: #fff;
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
div.stars {	display: inline-block; }
input.star { display: none; }
label.star {
	color: #ef6262;
	cursor: pointer;
	float: right;
	font-size: 30px;
	font-weight: 100;
	margin: 0 20px 10px 0;
	-webkit-transition: all .2s;
	        transition: all .2s;
}
input.star:checked ~ label.star:before {
	color: #ef6262;
	content: '\f005';
	-webkit-transition: all .25s;
	        transition: all .25s;
}
input.star-5:checked ~ label.star:before { color: #ef6262; }
label.star:hover { 
	-webkit-transform: rotate(-15deg) scale(1.3);
	    -ms-transform: rotate(-15deg) scale(1.3);
	        transform: rotate(-15deg) scale(1.3);
}
label.star:before {
	content: '\f006';
	font-family: FontAwesome;
}
.long-shadow{box-shadow:#d7d7d7 1px 1px,#d7d7d7 2px 2px,#d7d7d7 3px 3px,#d8d8d8 4px 4px,#d8d8d8 5px 5px,#d8d8d8 6px 6px,#d9d9d9 7px 7px,#d9d9d9 8px 8px,#d9d9d9 9px 9px,#dadada 10px 10px,#dadada 11px 11px,#dadada 12px 12px,#dbdbdb 13px 13px,#dbdbdb 14px 14px,#dbdbdb 15px 15px,#dcdcdc 16px 16px,#dcdcdc 17px 17px,#dcdcdc 18px 18px,#ddd 19px 19px,#ddd 20px 20px,#ddd 21px 21px,#dedede 22px 22px,#dedede 23px 23px,#dedede 24px 24px,#dfdfdf 25px 25px,#dfdfdf 26px 26px,#dfdfdf 27px 27px,#e0e0e0 28px 28px,#e0e0e0 29px 29px,#e0e0e0 30px 30px,#e1e1e1 31px 31px,#e1e1e1 32px 32px,#e1e1e1 33px 33px,#e2e2e2 34px 34px,#e2e2e2 35px 35px,#e2e2e2 36px 36px,#e3e3e3 37px 37px,#e3e3e3 38px 38px,#e3e3e3 39px 39px,#e4e4e4 40px 40px,#e4e4e4 41px 41px,#e4e4e4 42px 42px,#e5e5e5 43px 43px,#e5e5e5 44px 44px,#e5e5e5 45px 45px,#e6e6e6 46px 46px,#e6e6e6 47px 47px,#e6e6e6 48px 48px,#e7e7e7 49px 49px,#e7e7e7 50px 50px,#e7e7e7 51px 51px,#e8e8e8 52px 52px,#e8e8e8 53px 53px,#e8e8e8 54px 54px,#e9e9e9 55px 55px,#e9e9e9 56px 56px,#e9e9e9 57px 57px,#eaeaea 58px 58px,#eaeaea 59px 59px,#eaeaea 60px 60px,#ebebeb 61px 61px,#ebebeb 62px 62px,#ebebeb 63px 63px,#ececec 64px 64px,#ececec 65px 65px,#ececec 66px 66px,#ededed 67px 67px,#ededed 68px 68px,#ededed 69px 69px,#eee 70px 70px,#eee 71px 71px,#eee 72px 72px,#efefef 73px 73px,#efefef 74px 74px,#efefef 75px 75px,#f0f0f0 76px 76px,#f0f0f0 77px 77px,#f0f0f0 78px 78px,#f1f1f1 79px 79px,#f1f1f1 80px 80px,#f1f1f1 81px 81px,#f2f2f2 82px 82px,#f2f2f2 83px 83px,#f2f2f2 84px 84px,#f3f3f3 85px 85px,#f3f3f3 86px 86px,#f3f3f3 87px 87px,#f4f4f4 88px 88px,#f4f4f4 89px 89px,#f4f4f4 90px 90px}
/* 
 * --------------------------------------
 * animations
 * --------------------------------------
 */
@-webkit-keyframes toRightFromLeft {
	49% { -webkit-transform: translate(100%); }
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% { opacity: 1; }
}
@-moz-keyframes toRightFromLeft {
	49% { -moz-transform: translate(100%); }
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% { opacity: 1; }
}
@keyframes toRightFromLeft {
	49% { transform: translate(100%); }
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% { opacity: 1; }
}

@media screen and (max-width: 1199px) {
	.post-meta .post-status li a {
		padding-left: 2px;
		padding-right: 2px;
	}
	.single-post .post-date h2.year {
		margin-left: 0;
		padding-bottom: 10px;
	}
	.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
		padding: 6px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.single-product { height: 200px; }
	.single-product img { width: 100px;	}
	.single-product .product-description p {
		font-size: 13px;
		line-height: 22px;
	}
}
@media screen and (min-width: 668px) and (max-width: 991px) {
	.main-navigation nav {
		background: #fff;
	}
}
@media screen and (max-width: 991px) {
	.main-content {	padding: 80px 0; }
	.lang-currency {
		background: #f5f5f5;
		position: relative;
	}
	.nav-slider .profile {
		text-align: center;
	}
	.profile ul { text-align: center; }
	.profile ul li { margin: 20px 10px 0px 10px; }
	.profile ul li a { padding: 20px 0;	}
	.main-navigation { left: 15px; }
	.main-navigation li.menu {
		-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	}
	.main-navigation li.menu a.link {
		padding: 20px 10px;
		-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	}
	.main-navigation li.menu ul {
		-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	}
	.main-navigation li.megamenu-dropdown ul {
		left: 0;
		top: 70px;
	}
	.main-navigation li.dropdown ul {
		left: 0;
		top: 65px;
	}
	.main-navigation li.dropdown ul li.dropdown ul {
		display: block;
		left: 150px;
		position: absolute;
		top: 0;
		width: 200px;
	}
	.main-navigation .logo:before,
	.main-navigation .logo:after {
		display: none;
	}
	.main-navigation .logo {
		background: #fff none repeat scroll 0 0;
		display: block;
		display: table;
		height: 100px;
		left: -15px;
		margin: 10px auto;
		position: relative;
		text-align: center;
		width: 100%;
		z-index: 1000;
	}
	.main-navigation .logo a {
		left: 0;
		position: relative;
		top: 30px;
	}
	.nav-slider .anim-dots span { background: #e9be4b !important; }
	header .page-location {
		background: #000;
		margin: 0 0 20px 0;
	}
	header .page-location strong { padding-left: 15px; }
	.main-navigation .mr-1000 {	display: none; }
	.main-navigation nav {
		left: -15px;
		margin: 20px 0px;
	}
	.main-navigation nav ul { text-align: center; }
	.mr-1000-left {	display: none !important; }
	.mr-1000-location {	display: none !important; }
	.blog-list .load-more {	margin-bottom: 40px; }
	.single-widget, .single-brand {	margin-bottom: 10px; }
	#ads-item-carousel { margin-bottom: 40px; }
	.product-category {	padding: 15px; }
	.product-category a {
		display:block;
		margin-bottom: 20px;
		text-align: left;
	}
	.top-brand { margin-top: 20px; }
	.top-brand a {
		display: block;
		text-align: center;
	}
	.continue-shopping .btn { margin-bottom: 40px; }
	.signup-form .btn {
		margin-bottom: 20px;
		width: 100%;
	}
	.place-order .btn {	width: 100%; }
}
@media screen and (max-width: 767px) {
	#input input { width: 100%; }
	.profile ul li { margin: 0px 10px 0px 10px;	}
	.profile ul li a { padding: 10px; }
	.single-product .product-description { width: 65%; }
	#label label { padding: 0px; }
	#input {
		height: 50px;
		left: 50px;
		width: 300px;
	}
	.main-content {	padding: 40px 0; }
	.top-social-icon .icon-wrap .fa { padding: 0px;	}
	.nav-slider .profile {
		margin-top: 20px;
		text-align: center;
	}
	#main-nav { overflow: hidden; }
	.main-navigation li.megamenu-dropdown ul,
	.main-navigation li.dropdown ul {
		box-shadow: none;
		margin-top: 0px;
	}
	.main-navigation { position: relative; }
	.main-navigation nav {
		background: rgba(0,0,0,0.8);
		overflow: hidden;
		text-align: left;
	}
	.main-navigation li.menu {
		display: block;
		text-align: left;
	}
	.main-navigation li.menu:hover { background: transparent; }
	.main-navigation li.dropdown ul li:hover,
	.main-navigation li.dropdown ul li:active {
		border: 0 !important;
	}
	.main-navigation li.menu a.link {
		display: block;
		padding: 8px 25px;
	}
	.main-navigation li.dropdown ul li.dropdown ul li ul {
		display: block;
		left: 0;
	}
	.main-navigation li { position: relative; }
	.main-navigation li.dropdown ul,
	.main-navigation li.megamenu-dropdown ul {
		background: transparent;
		display: block;
		margin-left: 0;
		min-width: auto;
		opacity: 1;
		padding: 0;
		position: relative;
		right: 0;
		top: 0;
		-webkit-transform: skew(0);
	    -ms-transform: skew(0);
	        transform: skew(0);
		visibility: visible;
	}
	.main-navigation li.dropdown ul li,
	.main-navigation li.megamenu-dropdown ul li {
		display: block;
		margin-left: 0;
		padding-left: 50px;
	}
	.main-navigation li.megamenu-dropdown ul li img, 
	.main-navigation li.megamenu-dropdown ul li div {
		display: none;
	}
	.main-navigation li.dropdown ul li:hover { border: none; }
	.main-navigation li.megamenu-dropdown ul li a {
		display: block;
		text-align: left;
	}
	.main-navigation ul li ul li:hover a {
		background: transparent;
		color: #fff;
	}
	.main-navigation li.dropdown ul li.has-child:before,
	.main-navigation li.menu:before,
	.main-navigation li.menu:hover:before {
		display: none;
	}
	.main-navigation li.dropdown ul li.dropdown ul {
		display: block;
		left: 0;
		position: relative;
	}
	.logo {
		display: block;
		margin: 20px auto;
		position: relative;
	}
	.logo span.slogan {	top: -6px; }
	.main-navigation .mr-1000 {
		background: transparent;
		box-shadow: none;
		left: 0px;
	}
	.testa { display: none;	}
	header .page-location strong { padding-left: 15px; }
	.single-testimonial .img-wrap {
		display: block;
		float: none;
		margin-right: 15px;
		margin: 20px auto;
	}
	.comment-content { border: 0; }
	.single-testimonial .content {
		display: block;
		float: none;
		padding: 20px 20px 0 10px;
	}
	.comment-box button { width: 100%; }
	.continue-shopping .btn,
	.update-checkout .btn {
		width: 100%;
		margin-bottom: 20px;
	}
	.wishlist .social-icon .icon-wrap .fa {	margin: 0 5px; }
	.product-category a { text-align: center; }
	.product-category a span { display: block; }
	.sidebar-widget { margin-top: 40px;	}
	.cart-table { overflow-x: scroll; }
	.ask-que input { width: 70%; }
	.payment-method { margin-top: 35px; }
	.payment-method img { margin-bottom: 15px; }
	.login-form .btn { width: 100%; }
	.footer-bottom {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 600px) {
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}
	#no-more-tables thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}
	#no-more-tables tr {
		border-bottom: 1px solid rgba(0,0,0,.2);
		margin-bottom: 20px;
	}
	#no-more-tables td {
		border-bottom: 1px solid #eee;
		border: none;
		margin: 0 auto;
		position: relative;
		white-space: normal;
		width: 100%;
	}
	.top-rated_feature_recent_item .carousel-heading h2,
	.product-review h2,
	.company h2,
	.return-policy .heading h2,
	.testimonial .heading h2,
	.faq-area .heading h2,
	.product-category .heading h2,
	.top-brand .heading h2 {
		font-size: 24px;
		font-weight: 400;
	}
	.icon-wrap-nav i { font-size: 25px;	}
	.lang-currency { display: none;	}
	.continue-shopping .btn { width: 100%; }
}

@media screen and (max-width: 480px) {
	#input input { width: 100%;	}
	header .page-location { padding-left: 15px;	}
	header .page-location strong { display: none; }
	.single-product { text-align: center; }
	.single-product .product-description {
		clear: both;
		float: none;
		margin: 20px auto 0px;
		width: 100%;
	}
	.top-rated_feature_recent_item .owl-nav { display: none; }
	.top-social-icon { display: none; }
	#input { width: 200px; }
	.wishlist .social-icon .icon-wrap {
		display: block;
		margin: 20px 0;
		width: 100%;
	}
	.faq-area .panel-heading .panel-title a { padding: 10px 20px; }
	.faq-area .panel-body p { padding: 15px 30px; }
	.widgetSmallWidth {
		text-align: center;
		width: 100%;
	}
	.continue-shopping .table > thead > tr > th {
		font-size: 20px;
		line-height: 30px;
	}
	.continue-shopping form select,
	.continue-shopping form input[type='text'] {
		margin-left: 0px;
		width: 60%;
	}
	.continue-shopping .table tbody td span { width: 60px; }
	.single-widget.subscribe input[type='email'] { width: 50%; }
	.footer-bottom .alphabetical span {
		display: inline-block;
		margin-bottom: 10px;
	}
	.client-social-icon { text-align: center; }
	.client-social-icon ul {
		float: none;
		margin-bottom: 20px;
	}
	.live-chat { display: none;	}
	.page404 .page404-container .box {
		width: 100%;
	}
	.page404 .page404-container .btn {
		font-size: 15px;
		padding: 10px 0;
		margin: 10px 0px;
		width: 80%;
	}
}
@media screen and (max-width: 430px) {
	.brandwidth{
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
	.widgetSmallWidth {	width: 100%; }
}