/*----------- google font--------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nokora');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*@import url(http://weloveiconfonts.com/api/?family=entypo);*/
@font-face {
	font-family: 'texgyreadventorregular';
	src: url('../font/texgyreadventor-regular-webfont.eot');
	src: url('../font/texgyreadventor-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../font/texgyreadventor-regular-webfont.woff') format('woff'), url('../font/texgyreadventor-regular-webfont.ttf') format('truetype'), url('../font/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "TeXGyreAdventor-Bold";
	src: url("texgyreadventor-boldd41d.html?") format("eot"), url("../font/texgyreadventor-bold.woff") format("woff"), url("../font/texgyreadventor-bold.ttf") format("truetype"), url("../font/texgyreadventor-bold.svg#TeXGyreAdventor-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*html * {
	margin: 0;
	padding: 0;
}*/
html,
body {
	color: #646a7c;
	font-family: 'Nokora', 'Roboto', sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: auto;
	background-color: #f8f7f7;
}
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.form-control:active,
.form-control:hover,
.form-control:focus {
    border: 1px solid #1e98b1;
}
.form-control{ height: 32px; }
.form-group {
    margin-bottom: 5px;
}
.checkbox-inline, .radio-inline { line-height: normal; }
#back-top {
	bottom: 30px;
	position: fixed;
	right: 3%;
}
#back-top a {
	/*background: rgb(177, 30, 34) none repeat scroll 0 0;*/
	background-color: #222;
	border-radius: 0;
	color: rgb(255, 255, 255);
	display: block;
	font: 11px/100% Arial, Helvetica, sans-serif;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
}
a {
	transition: all 0.15s ease-in-out 0s;
}
a:hover {
	text-decoration: none;
	color: #f3bd03;
}

/*---- top header ----*/

.top-header-right {
	float: right;
}
.top-header-right li {
	border-left: 1px solid rgb(48, 61, 73);
	display: inline;
	margin-left: 10px;
	float: left;
	padding-left: 10px;
}
.top-header-left span {
	float: left;
	padding: 3px 10px;
}
.top-header-right li:first-child {
	border-left: none;
}
.top-header-left {
	float: left;
}
.top-header-left li {
	border-left: 1px solid rgb(48, 61, 73);
	display: inline;
	margin-right: 0;
	padding-right: 5px;
	float: left;
}
.top-header-left li:first-child {
	border-left: none;
}
.top-header-left button {
	border: medium none;
	font-weight: 300;
}
.top-header-left .dropdown-menu>li {
	border: none;
	padding: 3px 20px;
	margin: 0;
}
.top-header {
	background: rgb(27, 37, 47) none repeat scroll 0 0;
	float: left;
	padding: 10px 0;
	width: 100%;
	color: #fff;
}
.top-home3 {
	background: rgb(27, 37, 47) none repeat scroll 0 0;
	border-top: 1px solid rgb(48, 61, 73);
}
.top-home3 .cart-menu strong {
	color: rgb(255, 255, 255);
}
.top-home3 .cart-menu a {
	color: rgb(255, 255, 255);
}
.cart-content .pro-text strong {
    color: rgb(0, 0, 0);
}
.cart-outer .total strong {
    color: rgb(0, 0, 0);
}
/*---- top md header ----*/

.logo {
	color: rgb(0, 0, 0);
	font-size: 24px;
	float: left;
	margin-right: 25px;
}
.logo span {
	color: #7bae23;
}
.top-md-menu {
	width: 100%;
}
.top-md-menu .search {
	display: inline;
}
.top-md-menu .search input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 5px;
	width: 55%;
}
.well.carousel-search.hidden-phone {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 0px solid rgb(221, 221, 221);
    border-radius: 0;
    margin: 4px auto 0;
    padding: 0;
    float: right;
    width: 420px;
}
.carousel-search .btn.btn-success { background-color:#7a64ad; }
.well .btn.dropdown-toggle.btn-select {
	background: rgb(245, 245, 245) none repeat scroll 0 0;
	border-radius: 0;
	color: rgb(51, 62, 72);
	padding: 12px 14px;
	text-align: left;
	width: 150px;
}
.well #btnSearch {
	/*background: rgb(177, 30, 34) none repeat scroll 0 0;*/
	background-color: #f3bd03;
	border: medium none;
	border-radius: 0;
	box-shadow: 0 0 0;
	float: right;
	font-size: 16px;
	height: 46px;
	margin-right: -8px;
	width: 46px;
}
#search-target{ width: 30%; float: left; padding: 5px 5px;}
#search-keyword-input{width: 70%;padding: 5px 5px;}
#keyword{ width: 100%; }
#keyword input[type=text]{ width: 100% }
#keyword input[type=submit]{ position: absolute; right: 0px; }
.carousel-search .form-control {
    border: 0;
	border-radius: 0;
	box-shadow: none;
}
.carousel-search .input-group-btn:last-child>.btn {
	border: 0;
}
.carousel-search .form-control:focus {
	box-shadow: none;
}
.well .btn-group.open .dropdown-toggle {
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 0 0;
}
.well .btn .caret {
     position: absolute;
    right: 8px;
    top: 22px;
}

.top-header-left .btn.btn-default.dropdown-toggle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	font-weight: 300;
	color: #fff;
}
.top-header-right .btn.btn-default.dropdown-toggle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	font-weight: 300;
	color: #fff;
	padding: 0;
}
.cart-menu{ float: right; margin-top: 5px;}
.cart-menu>ul {
	float: right;
	margin: 0px;
	color: #232530;
}
.cart-menu li {
	display: inline;
	float: left;
	margin-left: 12px;
	position: relative;
	text-align: center;
}
.cart-menu a span {
    margin-left: 5px;
    font-size: 13px;
}
.cart-menu a {
    color: #7a64ad;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 5px;
}
.cart-menu a:last { padding-right: 0px;}
.subno {
	background: #7bae23 none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	font-size: 11px;
	height: 20px;
	right: 11px;
	line-height: 19px;
	position: absolute;
	text-align: center;
	top: -11px;
	width: 20px;
	z-index: 99;
}
.main-menu {
	/*float: left;*/
	width: 100%;
	background: #d3d1d1;
	z-index: 9999;
	position: relative;
}
.main-menu .btn.btn-default.dropdown-toggle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: rgb(255, 255, 255);
	font-weight: 300;
	padding: 15px 0;
	text-transform: uppercase;
}
#user-menu > a{ border: 1px solid #adadad; padding: 5px 5px; }
#user-menu > a:hover{ border-color: #0d7c90;}
#user-menu ul li a i{ width: 20px; }
#user-menu .dropdown-menu li a{ font-size: 14px; text-align: left; }
#user-menu.dropdown > a img{ height: 15px; }
.all-departments {
	/*background: rgb(177, 30, 34) none repeat scroll 0 0;*/
	background-color: #7bae23;
	border-radius: 0;
	padding: 0;
	width: 262px;
}
.dropdown-menu.dropdownhover-bottom>li, .list_category>li {
	border-left: 0 none;
	float: left;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	padding: 1px 0;
	border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu.dropdownhover-bottom>li:last-child {
	border: none;
}
#shop-by-category .dropdown-menu>li>a, .list_category>li>a {
	padding: 6px 15px 5px 15px;
    font-weight: 300;
    font-size: 13px;
}
#shop-by-category .dropdown-menu i, .list_category .dropdown i{
	margin-left: 20px;
	float: right;
}
.dropdown-menu {
	border-radius: 0;
	padding: 5px 0;
	top: 100%;
	border: 1px solid #ebebeb;
}
.all-departments .dropdown-menu {
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 1px 1px 1px #ccc;
	left: 0;
	top: 70px;
	width: 262px;
}
.list-category-container{
	/*height: 400px;
    overflow: hidden;*/
}
.list-category-container h3{ 
	font-size: 14px;
    background: white;
    padding: 10px 15px 5px 15px; 
	border-bottom: 1px solid #0e7c9094; margin: 0 0;}
.list_category {
	padding: 0px 15px;
    background: white;
    /*overflow: scroll;*/
    height: 395px;
}
.list_category>li>a{padding: 6px 0px 5px 0px; color: inherit;}
.list_category>li>a:hover{background: none; color: #0aaaca;}
.list_category>li.dropdown>a:hover{margin: 0 -15px; padding: 6px 15px 5px 15px;}
.dropdown:hover .dropdown-menu{ display: block;}
.dropdown-menu.dropdownhover-bottom.all-open img {
	float: left;
	margin-right: 10px;
}
.product-categories .dropdown-menu{
	margin-left: 262px;
    margin-top: 0px;
    top: 0;
}
.dropdown-menu.right {
	border-radius: 0;
	margin-left: 248px;
    /*margin-top: -70px;*/
}
.navbar-collapse {
	padding: 0;
	border-color: #d3d3d300;
}
.navbar { min-height: 40px; }
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: none;
	color: #7bae23;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #bcbdbb;
}
.navbar.navbar-inverse.navbar-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	margin-bottom: 0;
	width: 55%;
    float: left;
}
.navbar-nav>li {
	float: left;
	padding-top: 0;
}
.navbar-inverse .navbar-nav>li>a {
	color: #4c4d4d;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.all-departments .dropdown-toggle {
	color: #fff !important;
}
.all-departments img {
	margin-right: 10px;
}
.bg-red {
	background: rgb(229, 57, 57) none repeat scroll 0 0;
	border-radius: 0;
	color: rgb(255, 255, 255);
	margin-left: 3px;
	padding: 3px 10px;
	text-transform: uppercase;
}
.bg-red::after {
	border-bottom: 10px solid rgb(229, 57, 57);
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	left: -6px;
	position: absolute;
	top: 6px;
	transform: rotate(156deg);
	width: 0;
}
.bg-blue {
	background: #448ccb;
	border-radius: 0;
	color: rgb(255, 255, 255);
	margin-left: 3px;
	padding: 3px 10px;
	text-transform: uppercase;
}
.bg-blue::after {
	border-bottom: 10px solid #448ccb;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	left: -6px;
	position: absolute;
	top: 6px;
	width: 0;
	transform: rotate(156deg);
}
.dropdown-menu {
	box-shadow: 0 0 0;
}
.dropdown-menu>li>a{padding: 5px 20px;}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu i:hover {
	background: #f3f3f3;
	color: #7bae23;
}
.main-memu-socail>ul {
	float: right;
	margin-right: 30px;
}
.main-memu-socail li {
	display: inline;
	padding: 0 10px;
}
.main-memu-socail li a {
	color: #fff;
}
.main-memu-socail {
	border-left: 1px solid #85c93f;
	float: right;
	margin-top: 10px;
	width: 18%;
}
.all-departments i {
	float: right;
}
.navbar-nav > li > .dropdown-menu {
	top: 0px;
}
.all-departments .mega-menu {
	left: 262px;
	top: -140px;
	width: 870px;
}
.mega-menu {
	background: rgb(255, 255, 255) url("../images/megamenu-img1.jpg") no-repeat scroll right 50%;
	border-radius: 0 0 5px 5px !important;
	border-top: 1px solid rgb(177, 30, 34);
	left: -150px;
	padding: 25px 40px 0;
	width: 860px;
}
.mega-menu ul {
	float: left;
	margin-bottom: 30px;
	padding: 0;
	width: 50%;
}
.mega-menu li {
	display: list-item;
	list-style: outside none none;
	margin-bottom: 5px;
}
.mega-menu strong {
	color: rgb(40, 40, 40);
	float: left;
	font-weight: 500;
	margin-bottom: 8px;
	text-transform: uppercase;
	width: 100%;
}
.mega-menu li a {
	color: #858a8d;
	transition: all 0.15s ease-in-out 0s;
	text-decoration: none;
}
.mega-menu li a:hover {
	padding-left: 10px;
	color: #000;
}
.header-slider .carousel-inner > .item {
	height: 400px;
}

.block-content{
	border-radius: 3px;
    box-shadow: 0px 0px 5px lightgrey;
}
/*--------------- header -----------------------*/

.header2 {
	border-bottom: 1px solid rgb(235, 235, 235);
}
.header-slider {
	float: left;
	width: 100%;
	/*height: 400px;*/
	margin-top: 15px;
}
/*.header-outer .col-md-9 {
	padding-right: 0;
}*/
.header-outer {
	background: url("../images/header-bg.jpg") no-repeat;
	float: left;
	width: 100%;
	margin-bottom: 0px;
    padding-bottom: 10px;
}
.header-outer2 {
	float: left;
	margin-bottom: 30px;
	width: 100%;
	padding-top: 10px;
}
.home2-caption .header-text h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}
.header-slider .col-md-6 {
	padding: 0;
}
/*.header-slider .col-md-3 {
	margin-bottom: 40px;
}*/
.home2-caption .header-text h6 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
}
/*.menu2 .navbar-nav {
	margin-top: 0;
}
.menu2.menu3 .navbar-nav {
	margin: 0px;
}
.menu2.menu3 .all-departments {
	border-radius: 0;
}

.menu2 .navbar-inverse .navbar-nav > li > a {
	color: #fff;
}*/
.affix {
	left: 0;
	margin-top: 0 !important;
	position: fixed;
	top: 0;
	box-shadow: 0px 1px 5px grey;
}
.carousel-inner>.item {
	overflow: hidden;
}
.caption {
	color: #646a7c;
	display: block;
	letter-spacing: 1.5px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	z-index: 999;
}
.caption h3 {
	color: #333e48;
	font-size: 12px;
	font-weight: 700;
	margin-top: 150px;
	letter-spacing: 0;
}
.caption h4 {
	color: #fe9700;
	font-size: 26px;
}
.caption h2 {
	font-size: 50px;
	margin-top: 0;
	text-transform: capitalize;
	color: #333e48;
	margin-bottom: 15px;
	font-weight: 700;
	/*font-family: "TeXGyreAdventor-Bold";*/
	font-family: 'Nokora', 'Roboto', "TeXGyreAdventor-Bold", sans-serif;
}
.caption p {
	font-size: 12px;
	margin: 10px 0 20px;
	text-transform: capitalize;
	width: 410px;
	color: #333e48;
}
.carousel-indicators {
	bottom: 40px;
	left: 50%;
}
.caption img {
	width: 100%;
}
.home2-caption {
	color: rgb(51, 62, 72);
	margin-bottom: 70px;
	margin-top: 230px;
	text-align: center;
}
.header-outer3 {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}
.home3-caption {
	color: rgb(51, 62, 72);
}
.home3-caption-outer .header-text {
	float: left;
	padding-top: 160px;
}
.home3-caption .header-text h6 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	/*font-family: "TeXGyreAdventor-Bold";*/
	font-family: 'Nokora', 'Roboto', "TeXGyreAdventor-Bold", sans-serif;

}
.home3-caption .header-text h2 {
	font-size: 70px;
	margin: -10px 0 10px;
	/*font-family: "TeXGyreAdventor-Bold";*/
	font-family: 'Nokora', 'Roboto', "TeXGyreAdventor-Bold", sans-serif;
}
.home3-caption-outer {
	float: left;
	height: 611px;
}
.home3-caption-outer .header-text a {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	border-radius: 0;
	color: rgb(255, 255, 255);
	float: left;
	font-size: 12px;
	margin-top: 33px;
	padding: 10px 30px;
	text-transform: uppercase;
}
.save-price {
	background: #fed700;
	border-radius: 50%;
	float: right;
	height: 120px;
	margin-top: 200px;
	padding: 33px 0;
	text-align: center;
	width: 120px;
}
.saveprice-no {
	font-size: 38px;
	font-weight: 700;
	color: #333e48;
}
.save-text {
	float: left;
	width: 100%;
	color: #333e48;
}
.saveprice-no sup {
	font-size: 14px;
}
.caption .btn.get-start {
	background: #7bae23;
	font-weight: 300;
	border-radius: 0;
	color: #fff;
	padding: 10px 20px;
	font-size: 12px;
}
.header-text.text-colr {
	color: rgb(255, 255, 255);
}

/*----------- banner -----------------------*/

.banner {
	padding: 50px 0;
}
.banner-img {
	background: rgba(0, 0, 0, 0) url("../images/banner-img1.jpg") no-repeat scroll 0 0 / cover;
	color: #333e48;
	float: left;
	height: 222px;
	padding: 50px 20px 0;
	text-decoration: none;
	width: 100%;
	position: relative
}
.banner-img:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* on hover we animate the width to
 * 100% and opacity to 0 so the element
 * grows and fades out
 */

.banner-img:hover:after {
	width: 120%;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.banner-img2 {
	background: rgba(0, 0, 0, 0) url("../images/banner-img2.jpg") no-repeat scroll 0 0 / cover;
}
.banner-img3 {
	background: rgba(0, 0, 0, 0) url("../images/banner-img3.jpg") no-repeat scroll 0 0 / cover;
}
.banner-img4 {
	background: rgba(0, 0, 0, 0) url("../images/banner-img4.jpg") no-repeat scroll 0 0 / cover;
}
.banner-img5 {
	background: rgba(0, 0, 0, 0) url("../images/banner-img5.jpg") no-repeat scroll 0 0 / cover;
}
.banner-img6 {
	background: rgba(0, 0, 0, 0) url("../images/banner-img6.jpg") no-repeat scroll 0 0 / cover;
}
.banner-img7 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner1.jpg") no-repeat scroll 0 0 / cover;
	height: 390px;
}
.banner-img8 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner2.jpg") no-repeat scroll 0 0 / cover;
	margin-bottom: 33px;
	height: 180px;
}
.banner-img9 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner3.jpg") no-repeat scroll 0 0 / cover;
	height: 180px;
	margin-bottom: 33px;
}
.banner-img10 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner4.jpg") no-repeat scroll 0 0 / cover;
	height: 388px;
	margin-bottom: 33px;
	padding: 22px 20px 0;
	text-align: center;
}
.banner-img11 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner5.jpg") no-repeat scroll 0 0 / cover;
	height: 388px;
	text-align: center;
}
.banner-img12 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner6.jpg") no-repeat scroll 0 0 / cover;
	height: 388px;
}
.banner-half-img8 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner7.jpg") no-repeat scroll 0 0 / cover;
	color: #333e48;
	float: left;
	height: 215px;
	padding: 50px 20px 0;
	text-decoration: none;
	width: 100%;
	position: relative
}
.banner-half-img9 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner8.jpg") no-repeat scroll 0 0 / cover;
}
.banner-half-img8:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* on hover we animate the width to
 * 100% and opacity to 0 so the element
 * grows and fades out
 */

.banner-half-img8:hover:after {
	width: 120%;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.banner-img:hover {
	text-decoration: none;
}
.banner-text>h3 {
	font-size: 12px;
	margin-top: 28px;
	text-transform: uppercase;
	/*font-family: "TeXGyreAdventor-Bold";*/
	font-family: 'Nokora', 'Roboto', "TeXGyreAdventor-Bold", sans-serif;
}
.banner-text .price {
	color: #e94c4c;
	font-size: 16px;
	margin-top: 18px;
}
.banner-text h5 {
	font-size: 20px;
	margin: 0 0 10px;
	/*font-family: "TeXGyreAdventor-Bold";*/
	font-family: 'Nokora', 'Roboto', "TeXGyreAdventor-Bold", sans-serif;
	text-transform: capitalize;
}
.price > span {
	color: rgb(51, 62, 72);
}
.hot-text {
	color: rgb(233, 76, 76);
	text-transform: uppercase;
	/*font-family: "TeXGyreAdventor-Bold";*/
	font-family: 'Nokora', 'Roboto', "TeXGyreAdventor-Bold", sans-serif;
	font-size: 12px;
}
.new-text {
	color: #448ccb;
	text-transform: uppercase;
	/*font-family: "TeXGyreAdventor-Bold";*/
	font-family: 'Nokora', 'Roboto', "TeXGyreAdventor-Bold", sans-serif;
	font-size: 12px;
}
.best-text {
	color: #ff9600;
	/*font-family: "TeXGyreAdventor-Bold";*/
	font-family: 'Nokora', 'Roboto', "TeXGyreAdventor-Bold", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
.delivery-bg {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	margin-bottom: 50px;
	padding: 30px 0;
	text-align: center;
}
.delliver-text span {
	color: rgb(255, 216, 0);
}
.delliver-text > h6 {
	font-size: 18px;
	font-weight: 300;
}

/*----------- categories-banner -----------------------*/

.categories-banner {
	float: left;
	padding: 50px 0 0;
	width: 100%;
}
.categories-banner .owl-pagination {
	display: none;
}
.banner-img a {
	background: #ffffff;
	color: rgb(0, 0, 0);
	display: inherit;
	font-weight: 500;
	left: 23%;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 44%;
	width: 180px;
}
.banner-img a:hover {
	background: rgba(0, 0, 0, .8);
	color: #fff;
}
.title {
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.title h2 {
	color: #333e48;
	font-size: 22px;
	font-weight: 700;
	padding: 15px 0;
	text-transform: uppercase;
	width: 100%;
}
.customNavigation {
	float: right;
}
.tab-content .customNavigation {
	margin-top: -40px;
}
.customNavigation .btn.next2 {
	border-left: 1px solid #ddd;
	border-radius: 0;
	color: #343434;
	font-size: 18px;
	line-height: 10px;
	padding: 0 12px;
}
.customNavigation .btn.prev2 {
	border-radius: 0;
	color: #343434;
	font-size: 18px;
	line-height: 10px;
	padding: 0 12px;
}
.customNavigation .btn.next {
	border-left: 1px solid #ddd;
	border-radius: 0;
	color: #343434;
	font-size: 18px;
	line-height: 10px;
	padding: 0 12px;
}
.customNavigation .btn.prev {
	border-radius: 0;
	color: #343434;
	font-size: 18px;
	line-height: 10px;
	padding: 0 12px;
}
.owl-carousel {
	float: left;
	z-index: 0; 
}
.owl-item>div {
	float: left;
	/*margin-left: -10px;*/
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	border-radius: 0 !important;
	color: rgb(232, 233, 233) !important;
	margin: 5px 0 !important;
	opacity: 0.5 !important;
	padding: 7px 10px !important;
}
.owl-buttons, .owl-nav {
	position: absolute;
	right: 5px;
	top: -50px;
}
.owl-theme .owl-controls .owl-buttons div:first-child, .owl-nav div:first-child{
	border-right: 1px solid #999!important;
}
.owl-nav > div{ height: 18px; width: 20px; }
.owl-prev {
	background: none !important;
	position: relative;
	float: left;
}
.owl-prev::before {
	color: rgb(0, 0, 0);
	content: "";
	font-family: fontawesome;
	font-size: 20px;
	position: absolute;
	top: -3px;
	right: 15px;
}
.owl-next {
	background: none !important;
	position: relative;
	float: right;
}
.owl-next::before {
	color: rgb(0, 0, 0);
	content: "";
	font-family: fontawesome;
	font-size: 20px;
	position: absolute;
	top: -3px;
	left: 15px;
}
.owl-pagination {
	display: none;
}
.owl-theme .owl-controls {
	margin-top: 0 !important;
	text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{ background:#f3bd03; }
#mobile-pro-gallery .owl-nav {
    position: absolute;
    right: 5px;
    top: 40%;
    width: 100%;
}
#mobile-pro-gallery .owl-prev{
	position: absolute;
    left: 25px;
    width: 50px;
    height: 50px;
    border: 0px !important;
}
#mobile-pro-gallery .owl-next{
	position: absolute;
    right: 25px;
    width: 50px;
    height: 50px;
}
#mobile-pro-gallery .owl-prev::before, #mobile-pro-gallery .owl-next::before {
    font-size: 40px;
    border: 1px solid white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: normal;
    color: white;
}
/*----------- deal-section -----------------------*/

.deals-wk {
	border: 2px solid #7bae23;
	border-radius: 0;
	color: #868686;
	padding: 20px 0;
}
.deals-wk .pro-img {
	margin-bottom: 50px;
}
.deals-wk .text-text>h4 {
	color: #373737;
	font-weight: 400;
	margin-bottom: 30px;
}
.deal-outer .pad-left {
	padding-left: 0;
}
.wk-price {
	color: #0bbede;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}
.wk-price>span {
	color: #888;
	font-size: 14px;
	font-weight: 100;
	margin-left: 20px;
	text-decoration: line-through;
}
.deal-section2 .title > h2 {
	border-bottom: 1px solid rgb(221, 221, 221);
	font-size: 18px;
	text-transform: capitalize;
}
.deal-section2 .e-product.e-product2 {
	float: left;
	margin: 0 0 20px;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
}
.deal-section2 .e-product .pro-text-outer {
	padding-top: 5px;
}
.deal-week2 .e-product .pro-text-outer {
	width: 63%;
}
.deal-section2 .e-product.e-product2:hover {
	box-shadow: 0 0 0;
}
.deal-section2 .e-product .pro-img {
	margin-right: 18px;
	width: 30%;
}
.deals-wk .availalbe {
	color: #373737;
}
.deal-section2 .grid-shop .pro-text {
	border: medium none;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: all 0.15s ease-in-out 0s;
}
.deal-section2 .grid-shop .pro-text:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	transform: translate3d(0px, 6px, 0px);
}
.deals-wk .availalbe>span {
	color: #7bae23;
}
.deal-section2 .e-product {
	float: left;
	margin-top: 50px;
	margin-bottom: 25px;
	padding: 0 2px;
	transition: all 0.3s ease-in-out 0s;
}
.deal-section2 .e-product:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	transform: translate3d(0px, -6px, 0px);
}
.deal-section2 .new-arrivals .pro-text-outer .wk-price {
	margin: 20px 0 0;
}
.deal-section2 .new-arrivals .nav.nav-tabs .active a {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	color: rgb(255, 255, 255) !important;
	margin-top: -6px;
	padding: 13px;
}
.deal-section2 .new-arrivals .nav.nav-tabs a {
	background: rgb(242, 242, 242) none repeat scroll 0 0;
	border-radius: 0;
	color: #333e48 !important;
	text-transform: capitalize;
}
.deal-section2 .e-product2 .pro-text-outer h4 {
	font-size: 14px;
}
.deals-wk .item {
	margin-left: 0;
	width: 100%;
}
.deals-wk .pro-img > img {
	width: 100%;
}
.add-btn {
	background: #7bae23 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	margin: 20px 0;
	padding: 6px 32px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 3px;
}
.add-btn:hover {
	background: #000 none repeat scroll 0 0;
	text-decoration: none;
	color: #fff;
}
.price {
/*	float: left;*/
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #7bae23;
	width: 100%;
}
.price .spical {
	color: #b3b7c8;
	font-size: 14px;
	font-weight: 300;
	text-decoration: line-through;
}
.ulcontent {
	list-style: outside none none;
	margin: 30px 0;
}
.ulcontent>li::before {
	content: "";
	font-family: fontawesome;
	margin-right: 12px;
	color: #7bae23;
}
#clockdiv {
	color: #232530;
	display: inline-block;
	text-align: center;
}
#clockdiv>div {
	border-radius: 0;
	display: inline-block;
	margin: 18px 0;
	position: relative;
	padding: 5px 15px;
}
#clockdiv>div:last-child::before {
	display: none;
}
#clockdiv>div::before {
	content: ":";
	font-size: 29px;
	margin-left: 10px;
	position: absolute;
	right: -6px;
}
#clockdiv>h4 {
	border-top: 1px solid rgb(235, 235, 235);
	padding-bottom: 20px;
	padding-top: 20px;
}
#clockdiv div>span {
	color: rgb(0, 59, 87);
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
}
.smalltext {
	font-size: 12px;
	margin-top: -5px;
	color: #bcbcbc;
}
.deal-content h2 {
	color: #232530;
	font-size: 24px;
	font-weight: 300;
}
.carousel-control {
	border-radius: 50%;
	height: 30px;
	line-height: 28px;
	text-align: center;
	top: 50%;
	width: 30px;
}
.carousel-control.left {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #b7b7b7;
	text-shadow: 0 0px 0px;
	bottom: inherit;
	border: 1px solid;
}
.carousel-control.right {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #b7b7b7;
	text-shadow: 0 0px 0px;
	bottom: inherit;
	border: 1px solid;
}
.deal-week2 #clockdiv > div {
	border-radius: 0;
	display: inline-block;
	margin: 18px 0;
	padding: 5px 7px;
	position: relative;
}
.deal-week2 #clockdiv div > span {
	font-size: 22px;
}
.ads-lft2 > img {
	border-radius: 0;
	margin-bottom: 20px;
	width: 100%;
}
.deal-week2 .wk-price {
	margin-top: 20px;
}
.deal-week2 .deals-wk {
	padding: 10px 0;
}
.deal-week2 .deals-wk .pro-img {
	margin-bottom: 20px;
}
.deal-week2 .deals-wk .text-text > h4 {
	margin-bottom: 20px;
}
.home-deals-wk .pro-img {
	float: left;
	width: 45%;
	margin-bottom: 0;
}
.home-deals-wk .text-text {
	float: left;
	width: 55%;
	margin-top: 30px;
}
.home-deals-wk .text-text > h4 {
	margin-bottom: 10px;
}
.home-deals-wk .wk-price {
	color: rgb(177, 30, 34);
	font-size: 18px;
	font-weight: 500;
	margin: 25px 0;
}
.home-deals-wk #clockdiv {
	text-align: left;
}
.home-deals-wk #clockdiv > h4 {
	border: none;
}
.home-deals-wk #clockdiv > div {
	padding: 5px 7px;
}

/*----------- new arrivals -----------------------*/

.deal-section {
	padding-bottom: 50px;
}
.new-arrivals {
	float: left;
	width: 100%;
	position: relative;
}
.new-arrivals .owl-buttons {
	top: -30px;
}
.new-arrivals .pro-text-outer .wk-price {
	margin: 50px 0 0;
}
.new-arrivals .pro-text-outer h4 {
	color: #373737;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}
.new-arrivals .pro-text {
	border: 1px solid #f1f1f1;
	border-radius: 0;
	margin-top: 30px;
}
.new-arrivals .pro-img {
	margin-bottom: 15px;
}
.new-arrivals .nav-tabs>li>a {
	border: 1px solid #fff;
	border-radius: 0;
	color: #ddd;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.42857;
	margin-right: 2px;
	text-transform: uppercase;
}
.new-arrivals .nav-tabs .active>a {
	color: #333E48 !important;
}
.new-arrivals .nav-tabs {
	border-bottom: 1px solid #fff;
}
.new-arrivals .nav>li>a:focus,
.new-arrivals .nav>li>a:hover {
	background-color: #fff;
	color: #333E48 !important;
	text-decoration: none;
}
.new-arrivals .pro-text-outer>span {
	font-weight: 100;
}
.new-arrivals .add-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eee;
	color: #a7a7a7;
	transition: all 0.15s ease-in-out 0s;
}
.new-arrivals .pro-text-outer:hover .add-btn {
	background: #7bae23;
	border: 1px solid #7bae23;
	color: #fff;
}
.new-arrivals .pro-text-outer:hover a,
.new-arrivals .pro-text-outer:hover a h4 {
	color: #7bae23;
	text-decoration: none;
}

/*----------- all-product  -----------------------*/

.all-product {
	background: rgb(244, 248, 249) none repeat scroll 0 0;
	padding: 50px 0;
	border: 1px solid #ebebeb;
}
.electonics {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	float: left;
	width: 100%;
	border-radius: 0;
}
.e-product .pro-img>img {
	width: 100%;
}
.e-product .pro-img {
	float: left;
	width: 40%;
	position: relative;
}
.e-product .pro-text-outer {
	float: left;
	padding-top: 15px;
	width: 60%;
}
.e-product .pro-text-outer h4 {
	color: rgb(55, 55, 55);
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
}
.e-product .wk-price {
	color: rgb(177, 30, 34);
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0 0;
}
.electonics .bdr {
	border-bottom: 1px solid rgb(235, 235, 235);
	border-left: 1px solid rgb(235, 235, 235);
	padding: 15px 0;
}
.electonics .brd2 {
	border-bottom: 1px solid rgb(235, 235, 235);
}
.electonics .ads {
	float: left;
	margin-top: 19px;
	margin-bottom: 19px;
}
.electonics .add-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: rgb(167, 167, 167);
	display: inline-block;
	font-size: 12px;
	margin: 20px 0;
	padding: 6px 17px;
	text-transform: uppercase;
	border: 1px solid rgb(238, 238, 238);
}
.electonics .add-btn:hover {
	background: #7bae23;
	border: 1px solid #7bae23;
	color: #fff;
}
.electonics .add-btn2 {
	background: #000;
	border-radius: 0;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 17px;
	padding: 6px 11px;
	text-transform: uppercase;
}
.electonics .add-btn2:hover {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	text-decoration: none;
}
.electonics .owl-item>div {
	margin-left: 0;
}
.etabs a {
	border-left: 1px solid rgb(235, 235, 235) !important;
	color: rgb(159, 159, 159);
	font-size: 13px;
	font-weight: 400;
	padding: 0 15px !important;
}
.nav.nav-tabs.etabs {
	border: medium none;
	float: right;
	margin-right: 50px;
	margin-top: -40px;
}
.customNavigation.earrow {
	margin-top: -62px;
}
.etabs .active>a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
}
.all-product .title>h2 {
	border-bottom: 1px solid rgb(221, 221, 221);
}
.etabs>li>a:hover {
	background: rgb(244, 248, 249) none repeat scroll 0 0;
	border-color: rgb(244, 248, 249);
	color: rgb(0, 0, 0);
}
.half-banner {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.half-banner img {
	width: 100%;
}
.half-banner1 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner1.jpg") no-repeat scroll center center / cover;
	color: rgb(0, 0, 0);
	float: left;
	height: 190px;
	padding: 50px 0 0;
	text-decoration: none;
	width: 100%;
}
.half-banner2 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner2.jpg") no-repeat scroll center center / cover;
	color: rgb(0, 0, 0);
	float: left;
	height: 190px;
	padding: 50px 0 0;
	text-decoration: none;
	width: 100%;
}
.half-banner3 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner3.jpg") no-repeat scroll center center/ cover;
	color: rgb(0, 0, 0);
	float: left;
	height: 190px;
	padding: 50px 0 0;
	text-decoration: none;
	width: 100%;
}
.half-banner4 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner4.jpg") no-repeat scroll center center / cover;
	color: rgb(0, 0, 0);
	float: left;
	height: 190px;
	padding: 50px 0 0;
	text-decoration: none;
	width: 100%;
}
.half-banner5 {
	background: rgba(0, 0, 0, 0) url("../images/large-banner5.jpg") no-repeat scroll right center / cover;
	color: rgb(0, 0, 0);
	float: left;
	height: 190px;
	padding: 50px 0 0;
	text-decoration: none;
	width: 100%;
	margin-bottom: 30px;
}
.half-banner .text {
	color: rgb(255, 255, 255);
	float: left;
	text-align: center;
	width: 50%;
	text-transform: uppercase;
}
.half-banner5 .text {
	width: 100%;
}
.banner-price>span {
	margin-left: 10px;
	text-decoration: line-through;
}
.half-banner .text>h4 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
	margin-top: 15px;
}
.half-banner .text>h3 {
	font-size: 22px;
	margin-bottom: 12px;
}
.banner-price {
	font-size: 18px;
}
.sale-tag {
	background: #e53939;
	border-radius: 0;
	color: rgb(255, 255, 255);
	left: 5px;
	padding: 10px 6px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	z-index: 999;
}
.new-tag {
	background: #448ccb;
	border-radius: 0;
	color: rgb(255, 255, 255);
	left: 5px;
	padding: 10px 6px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	z-index: 999;
}
.hover-icon {
	height: 100%;
	left: 0;
	line-height: 180px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	transform: scale(0.2);
	transition: all 0.15s ease-in-out 0s;
}
.e-product .pro-img:hover .hover-icon {
	opacity: 1;
	transform: scale(1);
}
.hover-icon>a {
	background: #7bae23;
	border-radius: 0;
	color: rgb(255, 255, 255);
	padding: 10px 12px;
}
.all-product .carousel-indicators .active {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid rgb(255, 0, 0);
	height: 12px;
	margin: 0;
	width: 12px;
}
.electonics .carousel-indicators {
	bottom: 33px;
	left: 50%;
}

/*----------- home-blog  -----------------------*/

.home-blog {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border-radius: 0;
	float: left;
	padding: 0 15px;
	width: 100%;
}
.blog-img>img {
	width: 100%;
}
.home-blog .bdr {
	border-left: 1px solid rgb(235, 235, 235);
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}
.blog-text-outer {
	margin-top: 20px;
}
.blog-text-outer h4 {
	color: rgb(51, 62, 72);
	font-size: 16px;
	margin-bottom: 10px;
}
.blog-text-outer .dt {
	color: #9f9f9f;
}
.blog-text-outer .ath {
	color: rgb(177, 30, 34);
}
.blog-text-outer .content-text {
	margin-bottom: 20px;
	margin-top: 20px;
}
.blog-text-outer .add-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid rgb(238, 238, 238);
	border-radius: 0;
	color: rgb(167, 167, 167);
	display: inline-block;
	font-size: 12px;
	margin: 20px 0;
	padding: 6px 17px;
	text-transform: uppercase;
}
.blog-text-outer .add-btn:hover {
	background: rgb(177, 30, 34);
	color: #fff;
}
.home-blog .owl-item>div {
	float: left;
	margin-left: 0;
}
.home-blog .item div:first-child {
	border: medium none;
}
.on-sale {
	float: left;
	margin: 0px 0 20px;
	width: 100%;
}
.latest-blog .blog-text-outer h4 {
	font-size: 14px;
}
.latest-blog .blog-text-outer .content-text {
	margin-top: 10px;
	margin-bottom: 0px;
}

/*----------- testimonal -----------------------*/

.testimonal .caption p {
	color: #606060;
	font-size: 12px;
	margin: auto;
	width: 80%;
}
.testimonal .carousel-inner>.item {
	height: 200px;
}
.testimonal .caption {
	padding-top: 0;
}
.testimonal {
	float: left;
	width: 100%;
	padding: 100px 0 0;
}
.testimonal .carousel-indicators img {
	border-radius: 50%;
	transition: opacity 0.5s linear 0s;
	width: 55px;
}
.testimonal .carousel-indicators .active {
	height: 3px;
	margin: 0;
	border: none;
	opacity: 1;
	background: none;
}
.testimonal .carousel-indicators .active img {
	border: 3px solid #7bae23;
	border-radius: 50%;
	transform: scale(1.5);
}
.testimonal .carousel-indicators {
	bottom: 50px;
	left: 0;
	list-style: outside none none;
	margin: auto;
	padding-left: 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 15;
}
.testimonal .carousel-indicators>li {
	border: medium none;
	border-radius: 0;
	height: 100%;
	opacity: 0.5;
	padding: 0 25px;
	text-indent: inherit;
	width: 50px;
	display: inline;
}
.testimonal .caption span {
	font-size: 14px;
	color: #e24347;
}
.testimonal .right-control {
	top: 33%;
}
.testimonal .left-control {
	top: 33%;
}
.t-pad {
	padding-top: 0;
}
.client-logo {
	border-top: 1px solid rgb(235, 235, 235);
	margin-top: 30px;
}
.client-logo > li {
	display: inline;
	float: left;
	padding: 30px 0 0;
	text-align: center;
	width: 20%;
}

/*----------- free-shipping -----------------------*/

.free-shipping {
	border-top: 1px solid rgb(235, 235, 235);
	color: rgb(51, 62, 72);
	float: left;
	margin-top: 50px;
	padding-top: 50px;
	width: 100%;
}
.shipping-text>h4 {
	font-size: 15px;
	text-transform: uppercase;
}
.shipping-text {
	float: left;
	font-size: 14px;
	margin-left: 27px;
}
.icon-shipping {
	float: left;
	font-size: 36px;
}

/*----------- newsletter -----------------------*/

.newsletter {
	background: rgb(177, 30, 34);
	padding: 50px 0;
	color: #fff;
}
.sing-up-text {
	float: left;
	font-size: 12px;
	margin-top: 20px;
	text-transform: uppercase;
}
.sing-up-text strong {
	font-size: 23px;
}
.sing-up-input>input[type="text"] {
	border-image: none;
	border-left: medium none;
	border-radius: 0;
	border-top: medium none;
	color: #000;
	padding: 10px 10px 10px 26px;
	width: 75%;
	float: left;
}
.sing-up-input>input[type="button"] {
	background: rgb(0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	float: left;
	padding: 11px 30px;
	text-transform: uppercase;
}
.sing-up-input>input:hover[type="button"] {
	background: #444;
	color: #fff;
}

/*----------- footer -----------------------*/

footer {
	float: left;
	padding: 20px 0 10px;
	width: 100%;
	background: #d3d1d1;
    color: #ffffff91;
}
footer a{ color: #7b60ab; }
.f-weghit li {
	display: list-item;
	font-size: 12px;
	list-style: outside none none;
	margin-bottom: 10px;
}
/*.f-weghit li .icons {*/
.contact-info li .icons {
	font-size: 13px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.f-weghit>ul {
	margin-top: 50px;
}
.f-weghit>p {
	margin-top: 30px;
}
.f-weghit2 {
	float: left;
	width: 50%;
}
.f-weghit h4 {
	color: #333e48;
	margin-bottom: 50px;
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 16px;
}
.f-weghit2 h4 {
	color: #333e48;
	margin-bottom: 50px;
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 16px;
}
.f-weghit2 li {
	display: list-item;
	list-style: outside none none;
	margin-bottom: 15px;
}
.f-weghit2 a {
	color: rgb(51, 62, 72);
}
.f-weghit2 a:hover {
	color: #7bae23;
	text-decoration: none;
}
.f-weghit .pro-img {
	border: 1px solid rgb(235, 235, 235);
	border-radius: 7px;
	float: left;
	margin-right: 15px;
	padding: 8px;
	position: relative;
	width: 25%;
}
.f-weghit .pro-text-outer {
	padding: 0;
}
.f-weghit .pro-text-outer h4 {
	margin: 0;
}
.f-weghit .e-product {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
.copayright {
	border-top: 1px solid rgb(235, 235, 235);
	float: left;
	margin-top: 10px;
	padding: 20px 0;
	width: 100%;
}
.copayright a {
	color: rgb(177, 30, 34);
}
.copayright a:hover {
	color: #000;
	text-decoration: none;
}
.f-weghit .e-product .pro-text-outer h4 {
	font-size: 14px;
}

/*----------- modal-popup -----------------------*/

.modal-popup .form-control {
	border: 1px solid rgb(232, 232, 232);
	border-radius: 0;
	box-shadow: none;
	color: rgb(136, 136, 136);
	font-size: 12px;
	height: 50px;
	margin: auto;
	width: 80%;
	margin-bottom: 30px;
}
.modal-popup .btn-black {
	background: rgb(226, 67, 71) none repeat scroll 0 0;
	border-radius: 0;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	width: 50%;
}
.modal-popup .pt-20 {
	padding-top: 65px;
	padding-bottom: 65px;
}
.modal-popup .heading.font34.inverse {
	color: rgb(51, 51, 51);
	font-size: 40px;
	margin-bottom: 20px;
}
.modal-popup .font22.text-center {
	margin-bottom: 30px;
}
.modal-popup .modal-content {
	background: rgba(0, 0, 0, 0) url("../images/popup-bg.jpg") no-repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0 none;
	position: relative;
}
.modal-lg {
	margin: 10% auto 0;
	width: 1080px;
}
.modal-popup button.close {
	background: rgb(139, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	opacity: 1;
	padding: 10px;
	position: absolute;
	right: -40px;
	text-shadow: 0 0 0;
	top: -25px;
	z-index: 99;
}

/*----------- cart-content -----------------------*/

.cart-content {
	border-bottom: 1px solid #ebebeb;
	display: table;
	margin: auto;
	padding: 20px 0;
	width: 100%;
}
.cart-outer {
	border-radius: 0 0 5px 5px;
	border-top: 1px solid rgb(177, 30, 34);
	box-shadow: 0 0 0;
	padding: 5px 20px;
	top: 100%;
}
.cart-content .pro-text a {
	color: #333e48;
	display: block;
	padding: 0px;
	font-size: 18px;
}
.cart-content .pro-text a:hover {
	background: none;
	color: #e24347;
	display: block;
}
.cart-outer img {
	width: 100%;
}
.cart-outer .total strong {
	font-size: 16px;
}
.cart-content .pro-text strong {
	font-size: 15px;
	margin-top: 10px;
}
.cart-content .close {
	color: #333e48;
	font-size: 13px;
	font-weight: 400;
	opacity: 1;
	position: absolute;
	right: 5px;
	top: 6px;
}
.dropdown-menu .cart-btn {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	display: table;
	float: left;
	font-size: 12px;
	font-weight: 600;
	margin: 30px 5px 10px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	width: 46.6%;
}
.dropdown-menu .cart-btn:hover {
	background: #333e48;
}
.dropdown-menu .total {
	border-bottom: 0 none;
	margin: auto;
	padding: 20px 0;
	width: 90%;
	display: table;
	color: #333e43;
}
.dropdown-menu.cart-outer {
	left: -280px;
	width: 336px;
}

/*----------- sticky-social -----------------------*/


/* entypo */

[class*="fa-"]:before {
	font-family: fontawesome;
}
a {
	text-decoration: none;
}
/*ul {
	list-style: none;
	margin: 0;
	padding: 0;
}*/
#sticky-social {
	right: 0;
	position: fixed;
	top: 35%;
}
#sticky-social a {
	background: rgb(51, 51, 51) none repeat scroll 0 0;
	border-radius: 5px 0 0 5px;
	color: rgb(255, 255, 255);
	display: block;
	font: 16px/35px 'Roboto', sans-serif;
	margin-bottom: 5px;
	padding: 6px 0;
	position: relative;
	text-align: center;
	width: 35px;
}
#sticky-social a span {
	border-radius: 5px 0 0 5px;
	line-height: 35px;
	margin-top: -6px;
	padding: 7px 0 6px;
	position: absolute;
	right: -120px;
	text-align: center;
	transition: all 0.15s ease-in-out 0s;
	width: 120px;
}
#sticky-social a:hover span {
	right: 10%;
}
#sticky-social i {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	margin-top: 10px;
	padding: 0 10px;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span {
	background: #3b5998;
}
#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span {
	background: #00aced;
}
#sticky-social a[class*="rss"],
#sticky-social a[class*="rss"]:hover,
#sticky-social a[class*="rss"] span {
	background: #dd4b39;
}
#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span {
	background: #007bb6;
}
#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span {
	background: #517fa4;
}
#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span {
	background: #eb4924;
}
#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span {
	background: #cc2127;
}
#sticky-social a[class*="share"],
#sticky-social a[class*="share"]:hover,
#sticky-social a[class*="share"] span {
	background: #C11A21;
}
#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span {
	background: #32506d;
}

/*------- grid -----*/

.grid-spr {
	float: left;
	margin: 15px 0;
	width: 100%;
}
.grid-shop .pro-text {
	/*border: 1px solid #eee;*/
	/*border-radius: 3px;*/
	float: left;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	background: white;
}
.grid-shop .shop-img > img, .grid-shop .shop-img > a > img {
	height: 100%;
    margin: auto;
    width: auto;
}
.grid-shop .pro-text-outer>span {
	font-weight: 300;
}
.grid-shop .add-btn {
	background: #0d7c90;
	border: 1px solid #eee;
	color: #f4f4f4;
	transition: all 0.15s ease-in-out 0s;
	margin: 0 0;
}
.grid-shop .add-btn:hover {
	background: #1197af;
	color: #f4f4f4;
}
.grid-shop .pro-text-outer:hover .add-btn,
.grid-shop .pro-text-outer:hover .add-btn2 {
	background: #7bae23;
	border: 1px solid #7bae23;
	color: #fff;
}
.grid-shop .pro-text-outer:hover a h4 {
	color: #0d7c90;
	text-decoration: none;
}
.grid-shop .pro-text-outer h4 {
	color: rgb(55, 55, 55);
	font-size: 14px;
	line-height: initial;
	margin-top: 5px;
	font-weight: bold;
}
.spr-slidbar {
	background: rgb(245, 245, 245) none repeat scroll 0 0;
	color: rgb(51, 51, 51);
	float: left;
	margin-right: 10px;
	padding: 5px 13px;
}
.changeView {
	color: rgb(109, 107, 107);
    float: left;
    font-size: 15px;
    margin-right: 10px;
    padding: 4px 10px 2px 10px;
    border: 1px solid #ccc;
}
.changeView.active, .changeView:hover { color: #7bae23; border-color: #7bae23; }
.grid-spr strong {
	text-transform: capitalize;
	color: #fbb150 /*#0D7C90*/;
}
.grid-spr span {
	color: #333E48;
}
.weight .title h2 {
	border-bottom: 2px solid rgb(235, 235, 235);
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding: 0px 0 10px;
}
.weight .title h2::before {
	background: rgb(13, 124, 144) none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 2px;
	position: absolute;
	width: 30%;
}
.weight .search-box input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	width: 90%;
}
.weight .product-categories ul {
/*	float: left;*/
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0;
}
.weight .product-categories li {
	border-bottom: 1px solid rgb(235, 235, 235);
	float: left;
	margin-bottom: 0px;
	padding: 0 0;
	width: 100%;
}
.weight .product-categories li:last-child{ border-bottom: none; }
.weight .product-categories a {
	color: rgb(104, 104, 104);
	display: block;
	padding: 8px 10px;
}
.weight .product-categories a:hover{ color: rgb(122 100 173); }
.weight .btn.btn-default {
	border: medium none;
	padding: 0;
}
.weight {
	float: left;
	margin-bottom: 25px;
	width: 100%;
}
.toprating-box {
	float: left;
	width: 100%;
}
.toprating-box .e-product .pro-img {
	width: 20%;
}
.toprating-box .e-product .pro-text-outer {
	padding-left: 18px;
	padding-top: 0;
	width: 80%;
}
.toprating-box li {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.grid-banner > img {
	width: 100%;
}
.grid-banner {
	float: left;
}
.ads-lft2 {
	margin-top: 30px;
}
.breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 0px;
    padding: 10px 0 5px 0;
    font-size: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e5e5;
    border-radius: 0;
}
.breadcrumb-item > a {
	color: #333e48;
}
.breadcrumb > li + li::before {
	color: #333e48;
}
.product-categories span {
	float: right;
}
.brands {
	float: left;
	margin: 50px 0;
	width: 100%;
}
.brands > ul {
	float: left;
	width: 100%;
}
.brands li {
	margin-bottom: 10px;
}
.brands span {
	margin-left: 10px;
	color: #c4c9cd;
}
.brands a {
	color: rgb(51, 62, 72);
}
.filter-outer {
	border: 1px solid rgb(235, 235, 235);
	border-radius: 10px;
	float: left;
	padding: 20px;
	width: 100%;
}
.filter-outer h3 {
	border-bottom: 1px solid rgb(235, 235, 235);
	color: rgb(47, 47, 47);
	float: left;
	font-size: 18px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100%;
	font-weight: bold;
}
.filter-outer .btn.btn-default > p {
	margin-bottom: 30px;
	text-align: left;
}
.filter-outer .btn.btn-default span {
	font-weight: bold;
}
.filter-outer .btn-default:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.color li {
	display: inline;
}
.color li span {
	background: rgb(0, 0, 0) none repeat scroll 0 0;
	border-radius: 30px;
	float: left;
	height: 14px;
	width: 14px;
}
.color li a {
	border: 1px solid rgb(235, 235, 235);
	border-radius: 30px;
	float: left;
	margin-right: 5px;
	padding: 5px;
}
.color li .color-1 > span {
	background: rgb(251, 175, 93) none repeat scroll 0 0;
}
.color li .color-1:hover {
	border: 1px solid rgb(251, 175, 93);
}
.color li .color-2 > span {
	background: #1cbbb4;
}
.color li .color-2:hover {
	border: 1px solid #1cbbb4;
}
.color li .color-3 > span {
	background: #f06eaa;
}
.color li .color-3:hover {
	border: 1px solid #f06eaa;
}
.color li .color-4 > span {
	background: #004a80;
}
.color li .color-4:hover {
	border: 1px solid #004a80;
}
.color li .color-5 > span {
	background: #c69c6d;
}
.color li .color-5:hover {
	border: 1px solid #c69c6d;
}
.color li .color-6 > span {
	background: #82ca9c;
}
.color li .color-6:hover {
	border: 1px solid #82ca9c;
}
.color li .color-7 > span {
	background: #252525;
}
.color li .color-7:hover {
	border: 1px solid #252525;
}
.color {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}
.size {
	float: left;
	width: 100%;
}
.size > ul {
	float: left;
	margin-bottom: 50px;
}
.size li {
	display: inline;
	margin-left: 3px;
}
.size a {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 4px;
	color: rgb(51, 62, 72);
	font-size: 12px;
	padding: 10px 12px;
}
.size a:hover {
	border: 1px solid #7bae23;
	color: #fff;
	background: #7bae23;
}
.ads-lft > img {
	margin-bottom: 30px;
	margin-top: 50px;
}
.grid-shop .list-item .pro-img{ height: auto; max-height: 180px; }
.grid-shop .pro-img, .grid-shop .shop-img {
	position: relative;
    height: 175px;
    position: relative;
    overflow: hidden;
}
#related-products .grid-shop .pro-img{ height: auto; max-height: 175px; }
.grid-shop .pro-text:hover .hover-icon {
	opacity: 1;
	transform: scale(1);
}
.grid-shop .hover-icon {
	height: 100%;
	left: 0;
	line-height: 250px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transform: scale(0.2);
	transition: all 0.15s ease-in-out 0s;
	width: 100%;
}
.grid-shop .hover-icon > a {
	background: #333E48;
	font-size: 20px;
}
.grid-shop .hover-icon > a:hover {
	background: #7bae23;
}
.pro-img .sale-tag {
	top: 10px;
}
.pro-img .new-tag {
	top: 10px;
}
.pagination{ margin: 0 0; }
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: rgb(11, 174, 204);
    border-color: rgb(13, 124, 144);
	color: rgb(255, 255, 255);
	cursor: default;
	z-index: 3;
}
.pagination > li > a,
.pagination > li > span {
	color: rgb(51, 62, 72);
	margin-top: 0px;
}
.grid-spr.pag {
	border-top: 1px solid rgb(235, 235, 235);
	float: left;
	margin-top: 0;
	padding-top: 5px;
}
/*.pag strong {
	float: right;
	margin-top: 30px;
}*/
.grid-shop .wk-price {
	margin-top: 0px;
}
.pro-text-outer.list-pro-text {
	padding-top: 20px;
}
.star2 {
	float: left;
	margin: 20px 0;
	width: 100%;
}
.star2 ul {
	padding: 0;
}
.star2 li {
	display: inline;
	color: #dfdfdf;
}
.star2 li.yellow-color {
	color: #ffc600;
}
.star2 a {
	border-left: 1px solid rgb(233, 233, 233);
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	text-align: center;
	color: #333E48;
}
/*.pro-text-outer.list-pro-text h4 {
	font-weight: 500;
}*/
.pro-text-outer.list-pro-text .add-btn {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	border: 1px solid rgb(51, 62, 72);
	border-radius: 0;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}
.pro-text-outer.list-pro-text .add-btn2 {
	background: #333E48;
	border-radius: 0;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 17px;
	border: 1px solid rgb(51, 62, 72);
	padding: 6px 17px;
	text-transform: uppercase;
}
*----------- shopping-cart -----------------------*/ .shopping-cart table {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.shipping-outer .radio {
	float: left;
	margin-right: 10px;
	width: auto;
}
.shipping-outer .label-radio {
	float: left;
	font-weight: 100;
	margin-right: 50px;
}
.shopping-cart td {
	padding: 15px;
}
.shopping-cart th {
	color: #484848;
	font-weight: 500;
	padding: 15px;
	text-transform: uppercase;
}
.shopping-cart tr {
	border-bottom: 1px solid #ebebeb;
}
.shopping-cart td input {
	color: #000;
	font-weight: 500;
	padding: 10px;
	width: 100px;
}
.shopping-cart .red {
	color: #e24347;
}
.shopping-cart .button {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	color: #fff;
	letter-spacing: 1.2px;
	margin-left: 20px;
	padding: 10px;
	text-shadow: 1px 1px 1px #333;
	font-size: 12px;
	border-radius: 0;
}
.shopping-cart .button:hover {
	background: #7bae23 none repeat scroll 0 0;
}
.shopping-cart .button.red {
	background: #7bae23 none repeat scroll 0 0;
	color: #fff;
	margin-left: 0;
}
.shopping-cart .button.red:hover {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
}
.shipping-outer {
	float: left;
	margin-bottom: 100px;
	margin-top: 50px;
	width: 100%;
}
.shipping-outer h2 {
	border-bottom: 2px solid rgb(235, 235, 235);
	color: rgb(51, 62, 72);
	font-size: 16px;
	margin-bottom: 50px;
	padding-bottom: 18px;
}
.shipping-outer .lable {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.shipping-outer input {
	margin-bottom: 20px;
	padding: 5px;
	width: 100%;
}
.size.State {
	margin: 0;
}
.State select {
	border: 1px solid #cccccc;
	color: #999;
	padding: 9px 10px;
}
.shopping-cart .button2 {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	margin-top: 5px;
	text-align: center;
	padding: 10px 20px;
	font-size: 12px;
	border-radius: 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
	width: 54%;
}
.shopping-cart .button2:hover {
	background: #7bae23;
}
.shopping-cart .button3 {
	background: #1f1f1f none repeat scroll 0 0;
	color: #fff;
	float: right;
	letter-spacing: 1.2px;
	margin-top: 5px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
	width: 48%;
}
.shipping-outer > ul {
	list-style: outside none none;
	padding: 0;
}
.shipping-outer li {
	border-bottom: 1px solid #ebebeb;
	float: left;
	margin-bottom: 27px;
	padding: 0 0 17px;
	width: 100%;
}
.shipping-outer strong {
	float: right;
	font-size: 16px;
	font-weight: 500;
}
.shipping-outer li:last-child {
	border: medium none;
}
.shipping-outer li a {
	color: #e24347;
	text-decoration: underline;
}
.shipping-outer li .redbutton {
	background: #7bae23;
	color: #fff;
	float: left;
	font-size: 12px;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px #111;
	text-transform: uppercase;
	width: 100%;
}
.shipping-outer li .redbutton:hover {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
}
.counttry {
	margin-bottom: 25px;
}
.shipping-outer input[type="checkbox"] {
	float: left;
	margin-bottom: 0;
}
.shipping-outer input[type="checkbox"] {
	float: left;
	margin-bottom: 0;
	width: auto;
}
.forgot-link {
	color: red;
}
.login-btn {
	background: #e24347 none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	margin: 25px 0;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.login-btn:hover {
	color: #fff;
	text-decoration: none;
}
.fbtw {
	float: left;
	width: 100%;
}
.fac-btn {
	background: #2c5990 none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.fac-btn:hover {
	color: #fff;
	text-decoration: none;
}
.twi-btn {
	background: #16bce6 none repeat scroll 0 0;
	color: #fff;
	float: right;
	letter-spacing: 1.2px;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.twi-btn:hover {
	color: #fff;
	text-decoration: none;
}
.shipping-outer h4 {
	display: block;
	font-size: 12px;
	margin-bottom: 34px;
	margin-top: 0;
	text-transform: uppercase;
}
.panel-default > .panel-heading {
	background-color: #fff;
	border-bottom: 2px solid #f2f2f2;
	color: #333;
}
.panel {
	background-color: #fff;
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 20px;
}
#checkout-review-table-wrapper table {
	border: 1px solid rgb(223, 223, 223);
}
.data-table tfoot tr {
	background: rgb(244, 244, 244) none repeat scroll 0 0;
}
.data-table th {
	background: rgb(244, 244, 244) none repeat scroll 0 0;
	line-height: 1.4;
	text-transform: uppercase;
	white-space: nowrap;
}
.item-options dt {
	clear: left;
	color: rgb(51, 51, 51);
	float: left;
	font-weight: 500;
	padding-right: 0;
}
#checkout-review-table-wrapper table tbody tr td {
	border: 1px solid rgb(223, 223, 223);
}
#checkout-review-table-wrapper table tbody tr td:first-child {
	text-align: left;
	width: 49%;
}
.opc h3.product-name,
.opc h4.product-name {
	color: rgb(255, 152, 0);
	font-size: 18px;
	text-transform: none;
}
.item-options dd {
	float: left;
	margin: 0 0 6px;
	padding-left: 10px;
}
.odd h3 {
	color: rgb(226, 67, 71);
	font-size: 18px;
	margin-bottom: 36px;
	margin-top: 0;
}
#checkout-review-table-wrapper table tfoot tr td {
	position: relative;
	text-align: left;
}
#checkout-review-table-wrapper table tbody td,
#checkout-review-table-wrapper table thead th,
#checkout-review-table-wrapper table tfoot {
	text-align: center;
	vertical-align: top;
}
#checkout-review-table-wrapper table .price {
	color: #E24347;
	font-size: 24px;
	font-weight: 500;
}
#checkout-review-table-wrapper table tfoot tr td.last strong .price {
	color: #E24347;
	font-size: 34px;
}
#checkout-review-table-wrapper table tfoot tr td.last {
	text-align: right;
}
#review-buttons-container .f-left {
	float: right;
	font-weight: 500;
	margin: 10px 20px 0 0;
}
#review-buttons-container .btn-checkout {
	border: medium none;
	float: right;
	margin: 0;
	padding: 10px 26px;
}
#review-buttons-container .btn-checkout:hover {
	background: #E24347;
}
.item-options {
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
}
.opc h3.product-name,
.opc h4.product-name {
	color: rgb(255, 152, 0);
	font-size: 18px;
	text-transform: none;
}
#checkout-review-table-wrapper table tfoot tr td:first-child {
	padding: 8px 0 8px 40px;
}
#checkout-review-table-wrapper table tfoot tr td:first-child::after {
	right: 0;
}
#checkout-review-table-wrapper table tfoot tr td {
	font-weight: 500;
	position: relative;
	text-align: left;
}
.data-table td,
.data-table th {
	padding: 15px 20px;
	vertical-align: middle;
}
#checkout-review-table-wrapper table thead th {
	border: 1px solid rgb(223, 223, 223);
	color: rgb(51, 51, 51);
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}
.f-left a {
	color: rgb(226, 67, 71);
	text-decoration: none;
}
.f-left a:hover {
	color: #1f1f1f;
	text-decoration: none;
}
.shopping-cart table {
	margin-bottom: 50px;
	margin-top: 50px;
	width: 100%;
}
.shopping-cart h2 {
	color: rgb(51, 62, 72);
	font-size: 16px;
}

/*------- tab-bg -----*/

.tab-bg {
	border-bottom: 1px solid rgb(235, 235, 235);
	border-top: 1px solid rgb(235, 235, 235);
	float: left;
	margin-bottom: 30px;
	padding-bottom: 0px;
	text-align: center;
	width: 100%;
}
.tab-bg > ul {
	padding: 10px 0 0;
}
.tab-bg .active {
	border-bottom: 2px solid;
}
.tab-bg li {
	display: inline;
	margin: 0 10px;
	padding: 10px 0;
}
.tab-bg .active a {
	color: rgb(31, 31, 31);
}
.tab-bg a {
	color: rgb(166, 166, 166);
	font-size: 13px;
	font-weight: 500;
	margin: 0 10px;
	padding: 15px 0px;
}
.grid-shop .tab-content {
	/*color: rgb(96, 96, 96);*/
	/*margin: 50px 0 100px;*/
}
/*.grid-shop .tab-content ul {
	list-style: outside none none;
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 0;
}*/
/*.grid-shop .tab-content ul li::before {
	content: "";
	font-family: FontAwesome;
	margin-right: 15px;
}
.grid-shop .tab-content > li {
	margin-bottom: 10px;
}*/
.zoomContainer {
	height: 0px !important;
	left: /*565px !important;*/  42% ;
	width: 0px !important;
}
.pro-text.product-detail {
	border: medium none;
}
.tag {
	float: left;
	font-size: 14px;
	margin-bottom: 30px;
	width: 100%;
}
.share {
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-top: 30px;
	width: 100%;
	margin-bottom: 20px;
}
.share ul {
	float: left;
	list-style: outside none none;
	margin: 0 0;
	padding: 0;
}
.share li {
	display: inline;
}
.share li a {
	display: inline;
    float: left;
    margin: 0px 5px;
    padding: 8px 13px;
    border: 1px solid;
    border-radius: 50%;
}
.share li a:hover {
	color: #7bae23;
}
.product-detail.pro-text .hart {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	border-radius: 0;
	color: rgb(255, 255, 255);
	float: left;
	margin-left: 10px;
	margin-top: 11px;
	padding: 5px 20px 3px;
	text-align: center;
}
.product-detail.pro-text .hart:hover,
.product-detail.pro-text .hart:hover span {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	color: #fff;
}
.product-detail.pro-text .hart span {
	margin-left: 0;
}
.product-detail.pro-text .addtocart2 {
	background: rgb(123 174 35) none repeat scroll 0 0;
    border-radius: 0;
    color: rgb(255, 255, 255);
    float: left;
    margin: 12px auto auto;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.product-detail.pro-text .addtocart2:hover {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
}
.product-detail.pro-text strong {
	color: #7bae23;
	/*font-size: 24px;*/
	font-weight: 500;
}
.in-stock {
	float: left;
	margin: 10px 0 20px;
	width: 100%;
}
.product-detail.pro-text .in-stock > span {
	color: rgb(177, 30, 34);
	font-size: 14px;
}
.product-detail.pro-text span {
	color: #656464;
}
.product-detail.pro-text span.text-danger {
	color: red;
}
.product-detail.pro-text span.pro-code{
    font-size: 16px;
    border-bottom: 2px solid #e0dddd;
    padding: 2px 0px;
}
.pro-text.product-detail > p {
	color: rgb(51, 62, 72);
	margin-bottom: 25px;
	width: 100%;
	font-size: 16px;
}
.line-through {
	color: rgb(170, 170, 170);
	font-size: 20px;
	margin-left: 10px;
	text-decoration: line-through;
}
.numbers-row {
	border: 2px solid #ebebeb;
    float: left;
    margin-right: 10px;
    /*margin-top: 11px;*/
    padding: 0px 0px;
}
.inc.button {
	cursor: pointer;
	float: right;
	font-weight: 500;
}
.dec.button {
	font-weight: 500;
	float: left;
	cursor: pointer;
}
.ul-content {
	border-bottom: 1px solid rgb(235, 235, 235);
	float: left;
	margin-bottom: 30px;
	padding-bottom: 20px;
	width: 100%;
}
.ul-content > li {
	color: rgb(51, 62, 72);
	list-style: inside none disc;
	margin-bottom: 14px;
}
.numbers-row input {
	border: 0 none;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0px;
    text-align: center;
    width: 60px;
    padding: 4px;
}
.share > p {
	float: left;
	margin-right: 15px;
	padding: 5px 0;
}
.product-detail.pro-text .tag span {
	color: rgb(136, 136, 136);
	font-size: 12px;
}
.product-detail.pro-text h4 {
	font-weight: 400;
	color: rgb(55, 55, 55);
	font-size: 30px;
}
.product-detail.pro-text h5 {
	font-weight: 400;
	color: rgb(55, 55, 55);
	font-size: 22px;
}
.product-detail.pro-text .span1 {
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px;
}
#product-content-tab .tab-pane{
	padding: 20px;
    background: white;
    border: 1px solid #dedbdb;
    border-top: 0px;
}
/*----------- shopping-cart -----------------------*/ 
.shopping-cart table {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.shipping-outer .radio {
	float: left;
	margin-right: 10px;
	width: auto;
}
.shipping-outer .label-radio {
	float: left;
	font-weight: 100;
	margin-right: 50px;
}
.shopping-cart td {
	padding: 15px;
}
.shopping-cart th {
	color: #484848;
	font-weight: 500;
	padding: 15px;
	text-transform: uppercase;
}
.shopping-cart tr {
	border-bottom: 1px solid #ebebeb;
}
.shopping-cart td input {
	color: #000;
	font-weight: 500;
	padding: 10px;
	width: 100px;
}
.shopping-cart .red {
	color: #e24347;
}
.shopping-cart .button {
	background: #1f1f1f none repeat scroll 0 0;
	color: #fff;
	letter-spacing: 1.2px;
	margin-left: 20px;
	padding: 10px;
	text-shadow: 1px 1px 1px #333;
}
.shopping-cart .button.red {
	background: #e24347 none repeat scroll 0 0;
	color: #fff;
	margin-left: 0;
}
.shipping-outer {
	float: left;
	margin-bottom: 100px;
	margin-top: 50px;
	width: 100%;
}
.shipping-outer h2 {
	border-bottom: 2px solid #ebebeb;
	font-size: 26px;
	margin-bottom: 50px;
	padding-bottom: 18px;
}
.shipping-outer .lable {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.shipping-outer input {
	margin-bottom: 20px;
	padding: 5px;
	width: 100%;
}
.size.State {
	margin: 0;
}
.State select {
	border: 1px solid #cccccc;
	color: #999;
	padding: 9px 10px;
}
.shopping-cart .button2 {
	background: #1f1f1f none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	margin-top: 5px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
	width: 48%;
}
.shopping-cart .button3 {
	background: #1f1f1f none repeat scroll 0 0;
	color: #fff;
	float: right;
	letter-spacing: 1.2px;
	margin-top: 5px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
	width: 48%;
}
.shipping-outer > ul {
	list-style: outside none none;
	padding: 0;
}
.shipping-outer li {
	border-bottom: 1px solid #ebebeb;
	float: left;
	margin-bottom: 27px;
	padding: 0 0 17px;
	width: 100%;
}
.shipping-outer strong {
	float: right;
	font-size: 16px;
	font-weight: 500;
}
.shipping-outer li:last-child {
	border: medium none;
}
.shipping-outer li a {
	color: #e24347;
	text-decoration: underline;
}
.shipping-outer li .redbutton {
	background: #e24347 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-size: 14px;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	padding: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #111;
	text-transform: uppercase;
	width: 100%;
}
.counttry {
	margin-bottom: 25px;
}
.shopping-cart {
	padding-bottom: 50px;
}
.shipping-outer input[type="checkbox"] {
	float: left;
	margin-bottom: 0;
}
.shipping-outer input[type="checkbox"] {
	float: left;
	margin-bottom: 0;
	width: auto;
}
.forgot-link {
	color: red;
}
.login-btn {
	background: #e24347 none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	margin: 25px 0;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.login-btn:hover {
	color: #fff;
	text-decoration: none;
}
.fbtw {
	float: left;
	width: 100%;
}
.fac-btn {
	background: #2c5990 none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.fac-btn:hover {
	color: #fff;
	text-decoration: none;
}
.twi-btn {
	background: #16bce6 none repeat scroll 0 0;
	color: #fff;
	float: right;
	letter-spacing: 1.2px;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.twi-btn:hover {
	color: #fff;
	text-decoration: none;
}
.shipping-outer h4 {
	display: block;
	font-size: 12px;
	margin-bottom: 34px;
	margin-top: 0;
	text-transform: uppercase;
}
.panel-default > .panel-heading {
	background-color: #fff;
	border-bottom: 2px solid #f2f2f2;
	color: #333;
}
.panel {
	background-color: #fff;
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 20px;
}
#checkout-review-table-wrapper table {
	border: 1px solid rgb(223, 223, 223);
}
.data-table tfoot tr {
	background: rgb(244, 244, 244) none repeat scroll 0 0;
}
.data-table th {
	background: rgb(244, 244, 244) none repeat scroll 0 0;
	line-height: 1.4;
	text-transform: uppercase;
	white-space: nowrap;
}
.item-options dt {
	clear: left;
	color: rgb(51, 51, 51);
	float: left;
	font-weight: 500;
	padding-right: 0;
}
#checkout-review-table-wrapper table tbody tr td {
	border: 1px solid rgb(223, 223, 223);
}
#checkout-review-table-wrapper table tbody tr td:first-child {
	text-align: left;
	width: 49%;
}
.opc h3.product-name,
.opc h4.product-name {
	color: rgb(255, 152, 0);
	font-size: 18px;
	text-transform: none;
}
.item-options dd {
	float: left;
	margin: 0 0 6px;
	padding-left: 10px;
}
.odd h3 {
	color: rgb(226, 67, 71);
	font-size: 18px;
	margin-bottom: 36px;
	margin-top: 0;
}
#checkout-review-table-wrapper table tfoot tr td {
	position: relative;
	text-align: left;
}
#checkout-review-table-wrapper table tbody td,
#checkout-review-table-wrapper table thead th,
#checkout-review-table-wrapper table tfoot {
	text-align: center;
	vertical-align: top;
}
#checkout-review-table-wrapper table .price {
	color: #E24347;
	font-size: 24px;
	font-weight: 500;
}
#checkout-review-table-wrapper table tfoot tr td.last strong .price {
	color: #E24347;
	font-size: 34px;
}
#checkout-review-table-wrapper table tfoot tr td.last {
	text-align: right;
}
#review-buttons-container .f-left {
	float: right;
	font-weight: 500;
	margin: 10px 20px 0 0;
}
#review-buttons-container .btn-checkout {
	border: medium none;
	float: right;
	margin: 0;
	padding: 10px 26px;
}
#review-buttons-container .btn-checkout:hover {
	background: #E24347;
}
.item-options {
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
}
.opc h3.product-name,
.opc h4.product-name {
	color: rgb(255, 152, 0);
	font-size: 18px;
	text-transform: none;
}
#checkout-review-table-wrapper table tfoot tr td:first-child {
	padding: 8px 0 8px 40px;
}
#checkout-review-table-wrapper table tfoot tr td:first-child::after {
	right: 0;
}
#checkout-review-table-wrapper table tfoot tr td {
	font-weight: 500;
	position: relative;
	text-align: left;
}
.data-table td,
.data-table th {
	padding: 15px 20px;
	vertical-align: middle;
}
#checkout-review-table-wrapper table thead th {
	border: 1px solid rgb(223, 223, 223);
	color: rgb(51, 51, 51);
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}
.f-left a {
	color: rgb(226, 67, 71);
	text-decoration: none;
}
.f-left a:hover {
	color: #1f1f1f;
	text-decoration: none;
}

/*--------- blog -----------------*/

.recent-box li {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.recent-box .pro-img {
	float: left;
	width: auto;
}
.recent-box .pro-text-outer {
	padding-left: 11px;
}
.recent-comment-box li {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.recent-comment-box .pro-img {
	float: left;
	width: auto;
}
.recent-comment-box .pro-text-outer {
	padding-left: 11px;
	padding-top: 0;
	width: 69%;
}
.archives-box a {
	color: #333e48;
}
.archives-box a:hover {
	color: #7bae23;
}
.rp-txt {
	color: #7bae23;
}
.blog-tags-box a {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 0;
	color: rgb(51, 62, 72);
	float: left;
	margin-bottom: 15px;
	padding: 5px 12px;
}
.blog-tags-box a:hover {
	border: 1px solid #7bae23;
	color: #fff;
	background: #7bae23;
}
.blog-tags-box > ul {
	float: left;
}
.blog-tags-box li {
	float: left;
	margin-right: 10px;
}
.blog {}
.blog-img {
	position: relative;
}
.blog-img-hover {
	height: 100%;
	padding: 25%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.blog-img-hover a {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 22px;
	height: 50px;
	margin: auto;
	transform: scale(0.2);
	transition: all 0.15s ease-in-out 0s;
	padding: 15px;
	width: 50px;
}
.blog-img-hover:hover a {
	transform: scale(1);
}
.blog-text a h3 {
	color: rgb(51, 62, 72);
	font-size: 18px;
	margin-bottom: 15px;
}
.blog-text {
	color: rgb(51, 62, 72);
	float: left;
	margin: 30px 0 50px;
	width: 100%;
}
.blog-text span {
	color: rgb(167, 167, 167);
}
.blog-text .red {
	color: rgb(177, 30, 34);
}
.btn-outer .read-more {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 0;
	color: rgb(167, 167, 167);
	float: left;
	margin-bottom: 15px;
	padding: 15px 20px;
	text-transform: uppercase;
}
.btn-outer .read-more:hover {
	border: 1px solid #7bae23;
	background: #7bae23;
	color: #fff;
}
.btn-outer > ul {
	float: right;
	margin-top: 20px;
}
.btn-outer li {
	display: inline;
	margin-left: 10px;
}
.btn-outer a {
	color: rgb(159, 159, 159);
}
.btn-outer a:hover {
	color: #7bae23;
}
.blog-outer > img {
	width: 100%;
}
.btn-outer {
	border-top: 1px solid rgb(221, 221, 221);
	float: left;
	margin-top: 15px;
	padding-top: 30px;
	width: 100%;
}
.blog-text > p {
	margin-bottom: 15px;
}
.hank {
	margin: 15px 0 10px;
}
.blog .hank a {
	display: block;
	margin-top: 22px;
	margin-bottom: 22px;
	font-size: 20px;
	color: rgb(51, 62, 72);
}
.blog .hank a:hover {
	color: #7bae23;
}
.blog-deatails p {
	margin-bottom: 30px;
}
.blog-deatails {
	color: rgb(51, 62, 72);
}
.time .date {
	color: #9f9f9f;
}
.time span {
	color: #e24347;
}
.blog-img-hover {
	opacity: 0;
}
.blog-img-hover:hover {
	opacity: 1;
}
.blog-img img {
	width: 100%;
}
.inner-blog-header {
	background: rgba(0, 0, 0, 0) url("../images/blog-header.html") no-repeat scroll 0 0 / cover;
}
.wg-title {
	border-bottom: 2px solid #ddd;
	color: #333333;
	float: left;
	font-family: "Playfair Display", serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	text-transform: capitalize;
	width: 100%;
}
.left_menu ul li::after {
	background: #5cb1e2 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 0;
}
.blog-deatails img {
	width: 100%;
}
.reply > img {
	width: auto;
}
.comment-post-img .hank > a {
	font-size: 16px;
	margin-bottom: 0;
}
.comment-post-img .hank {
	margin-bottom: 8px;
}
.zcube-recent-posts-widget-with-thumbnails > ul {
	float: left;
	margin-bottom: 50px;
}
.left_menu ul li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	list-style: inside none none;
}
.zcube-recent-posts-widget-with-thumbnails ul li .recent-thumb {
	margin-right: 20px;
	min-width: 60px;
	position: relative;
	float: left;
}
.zcube-recent-posts-widget-with-thumbnails ul li {
	float: left;
	line-height: 50px;
	list-style: inside none none;
	margin-bottom: 10px;
}
.zcube-recent-posts-widget-with-thumbnails ul li .recent-detail .zcube-post-title {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}
.zcube-recent-posts-widget-with-thumbnails > ul {
	padding: 0;
}
.left_menu.blog-lft > ul {
	padding: 0;
}
.zcube-recent-posts-widget-with-thumbnails ul li a {
	color: #333333;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}
.left_menu.blog-lft a {
	color: #6f6f6f;
	font-size: 14px;
	text-decoration: none;
}
.left_menu.blog-lft a:hover {
	color: #e24347;
}
blockquote {
	background: rgba(0, 0, 0, 0) url("../images/qoute-icon.png") no-repeat scroll 8px 12px;
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 40px;
	padding: 10px 22px;
	position: relative;
	border-left: 2px solid rgb(226, 67, 71);
}
.blog-deatils .hank a {
	display: inline-table;
	font-size: 26px;
	margin-top: 20px;
}
.blog-deatils .col-md-4 .hank a {
	font-size: 16px;
}
.blog-tags-social .blog-tag a {
	border-radius: 0;
	color: #8e9699;
	font-size: 11px;
	line-height: 36px;
	margin-left: 10px;
}
.blog-social .social-list {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.blog-social .social-list li {
	display: inline-block;
	list-style: outside none none;
	padding: 0 15px 0 0;
}
.blog-social .social-list li .fa {
	color: #212121;
	display: block;
	font-size: 14px;
	text-align: center;
}
.blog-social.col-md-6 > strong {
	margin-right: 15px;
}
.blog-tags-social {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 50px;
	padding: 10px 0;
}
.blog-text-post a {
	color: #222626;
}
.left_menu.blog-lft li {
	border: medium none;
	line-height: 30px;
	padding: 0;
}
.reply {
	color: #1f1f1f;
	font-size: 14px;
}
.comments-area .offset2 {
	margin-left: 137px;
}
.blog-text-post a {
	color: #222626;
}
.bdr3 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.comment-post-img {
	border-top: 1px solid #ddd;
	float: left;
	margin-top: 50px;
	padding: 10px 0 0;
}
.comment-post-img > h2 {
	font-size: 25px;
	margin-bottom: 50px;
	position: relative;
}
.comment-post-img > h2::before {
	background: #e24347;
	bottom: -10px;
	content: "";
	height: 3px;
	position: absolute;
	width: 40px;
}
#respond {
	float: left;
	margin-bottom: 100px;
	width: 100%;
}
#respond > h2 {
	font-size: 25px;
	margin-bottom: 50px;
	position: relative;
}
#respond > h2::before {
	background: #e24347;
	bottom: -10px;
	content: "";
	height: 3px;
	position: absolute;
	width: 40px;
}
#comments #commentform p input[type="text"],
#comments #commentform p textarea {
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 13px;
	padding: 10px;
	width: 100%;
}
#comments #commentform p textarea {
	height: 100px;
	width: 100%;
}
#comments #commentform p {
	margin: 0 0 10px;
}
#comments #commentform p.form-submit input {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	border-radius: 0;
	color: rgb(255, 255, 255);
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1.5px;
	line-height: 30px;
	margin-top: 40px;
	padding: 10px 23px;
	text-transform: uppercase;
}
#comments #commentform p.form-submit:hover input {
	background: #7bae23;
}
#comments #respond {
	padding-top: 50px;
}
#comments #commentform p.comment-form-author,
#comments #commentform p.comment-form-email {
	float: left;
	width: 100%;
}
.comments-area .offset2 {
	margin-left: 116px;
}
.social-list {
	margin-top: 10px;
}
.comment-respond.comment-replay {
	border-top: 1px solid #e9e9e9;
	margin-top: 10px;
	padding-top: 20px;
}
.comment-replay h3 {
	margin-bottom: 35px;
}
.recent-detail {
	float: left;
}

/*----- contact ------*/

.contact-form {
	float: left;
	width: 100%;
	padding-top: 50px;
}
.contact-form p input[type="text"],
.contact-form p textarea {
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 13px;
	padding: 10px;
	width: 100%;
}
.contact-form .form-submit input {
	background: #7bae23 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1.5px;
	line-height: 24px;
	margin-bottom: 50px;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 0;
	width: 100%;
}
.contact-title.text-center span {
	color: #9d9d9d;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 100;
	text-transform: uppercase;
}
.contact-title.text-center {
	color: #606060;
	margin-bottom: 50px;
}
.contact-title.text-center > h2 {
	margin-bottom: 30px;
}
.contact-info strong {
	display: inline-table;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 15px;
}
.contact-info ul, ul.contact-info {list-style: none; padding: 0;}
.contact-info ul li, ul.contact-info li { margin-bottom: 5px; }
.f-sicon > ul {
	padding: 0;
}
.pagetions ul {
	padding: 0;
}
.contact-bg {
	float: left;
	font-size: 13px;
	padding: 0 0 20px;
	width: 100%;
}
.contact-bg > p {
	margin-bottom: 30px;
}
.contact-bg h2 {
	font-size: 30px;
	margin-bottom: 18px;
}
.contact-bg img {
	margin-top: 20px;
}
.contact-bg h6 {
	color: rgb(52, 62, 72);
	font-size: 18px;
	margin-bottom: 5px;
}
.comment-form p {
	margin-bottom: 30px;
}
#map {
	height: 300px;
	width: 100%;
}
.map {
	float: left;
	margin: 50px 0;
	padding: 0 15px;
	width: 100%;
}
.comment-form-author {
	float: right;
	width: 100%;
}
.comment-form-email {
	float: right;
	width: 100%;
}
.comment-form-comment {
	float: right;
	width: 100%;
}
.form-submit {
	text-align: center;
}
.form-submit .btn.btn-secondary {
	float: left;
	width: 34%;
}
.mobile-filter{
	display: none;
	float: left;
	color: rgb(109, 107, 107);
    font-size: 15px;
    margin-right: 10px;
    padding: 4px 10px 2px 10px;
    border: 1px solid #ccc;
}
.mobile-filter.active, .mobile-filter:hover {
    color: #7bae23;
    border-color: #7bae23;
}

/*------- responsive -----*/

@media (max-width:320px) {
	.electonics .add-btn2 {
		margin-bottom: 15px;
		width: 66% !important;
	}
	.logo {
		text-align: center;
	}
}
/* @media (min-width:320px) and (max-width:640px) { */
@media (min-width:0px) and (max-width:0px) {
	.new-arrivals .owl-buttons,
	.owl-buttons {
		display: none;
	}
	.well .btn.dropdown-toggle.btn-select {
		width: 258px;
	}
	.top-md-menu .search input[type="text"] {
		width: 81%;
	}
	.modal-lg {
		width: 90%;
	}
	.modal-popup .modal-content {
		background: rgb(255, 255, 255) url("../images/popup-bg.jpg") no-repeat scroll center 0 / 100% auto;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0;
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		outline: 0 none;
		position: relative;
	}
	.modal-popup .pt-20 {
		padding-bottom: 0;
		padding-top: 60px;
	}
	.modal-popup button.close {
		right: -5px;
		top: -4px;
	}
	.modal-popup .heading.font34.inverse {
		font-size: 25px;
	}
	.logo {
		text-align: center;
	}
	.top-md-menu {
		float: left;
	}
	.top-header-right .btn.btn-default.dropdown-toggle,
	.top-header-right li,
	.top-header-left .btn.btn-default.dropdown-toggle,
	.top-header-left span {
		font-size: 9px;
	}
	.top-header-left span {
		float: left;
		padding: 3px 6px;
	}
	.top-header-left li {
		padding: 0;
	}
	.top-header-right .dropdown-menu>li {
		border-left: medium none;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	.top-header-right .dropdown-menu {
		margin-left: -110px;
		min-width: 150px;
	}
	.main-menu {
		background: rgb(51, 62, 72) none repeat scroll 0 0;
		float: left;
		margin-top: 30px;
		width: 100%;
	}
	.all-open {
		display: none;
	}
	.navbar-nav>li {
		float: left;
		padding: 0 24px;
		width: 100%;
	}
	.all-departments {
		width: auto;
		background: none;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #fff;
	}
	.dropdown-menu.dropdownhover-bottom.all-open {
		background: rgb(255, 255, 255) none repeat scroll 0 0;
		float: left;
	}
	.header-outer {
		float: left;
	}
	section {
		float: left;
		width: 100%;
	}
	.caption h3 {
		margin-top: 50px;
	}
	.caption img {
		margin-top: 80px;
		width: 100%;
	}
	.save-price {
		margin-top: 0;
	}
	.new-arrivals {
		float: left;
	}
	#clockdiv>div {
		padding: 5px 6px;
	}
	.new-arrivals .nav-tabs>li>a {
		padding: 5px 5px;
	}
	.owl-item>div {
		margin-left: 0;
	}
	.tab-content .customNavigation {
		margin-top: 10px;
	}
	.customNavigation {
		float: left;
	}
	.caption h2 {
		font-size: 35px;
	}
	.copayright img {
		margin-top: 16px;
		width: 100%;
	}
	.pro-img>img {
		width: 100%;
	}
	.ads>img {
		width: 100%;
	}
	.header-slider {
		float: left;
		height: 580px;
		width: 100%;
	}
	.title h2 {
		float: left;
	}
	.nav.nav-tabs.etabs {
		float: right;
		margin: 20px 0 0;
	}
	.nav.nav-tabs.etabs>li {
		float: left;
		margin-bottom: 10px;
		width: 50%;
	}
	.etabs .active>a {
		border: 1px solid rgb(244, 248, 249) !important;
	}
	.tab-content {
		float: left;
		margin-top: 100px;
		width: 100%;
	}
	.deals-wk {
		margin-bottom: 50px;
	}
	.electonics .add-btn2 {
		text-align: center;
		width: 20%;
	}
	.free-shipping .col-xs-12 {
		margin-bottom: 50px;
	}
	.sing-up-input>input[type="text"] {
		width: 61%;
	}
	.sing-up-text {
		float: left;
		font-size: 12px;
		margin-bottom: 24px;
		margin-top: 20px;
		text-align: center;
		text-transform: uppercase;
	}
	.testimonal .carousel-indicators {
		margin-top: 60px;
	}
	.free-shipping {
		padding: 0 15px;
	}
	.newsletter {
		margin-bottom: 30px;
	}
	.top-header-left li:last-child {
		display: none;
	}
	.dropdown-menu {
		background: rgb(255, 255, 255) none repeat scroll 0 0 !important;
		float: left !important;
	}
	.header-slider {
		height: 420px;
	}
	.header-outer2 .header-slider {
		height: 1050px;
	}
	.mega-menu ul {
		width: 100%;
	}
	.tab-content {
		margin-top: -10px;
	}
	.half-banner .text {
		width: 100%;
	}
	.client-logo img {
		width: 50%;
	}
	.client-logo > li {
		width: 100%;
		text-align: center;
	}
	.home3-caption .header-text h6 {
		font-size: 16px;
	}
	.home3-caption .header-text h2 {
		font-size: 44px;
	}
	.header-outer3 {
		margin-bottom: 0;
	}
	.banner-img7,
	.banner-img12,
	.banner-img11,
	.half-banner1,
	.banner-half-img8 {
		margin-bottom: 30px;
	}
	#clockdiv div > span {
		font-size: 35px;
	}
	.grid-spr strong {
		float: right;
		margin-top: 50px;
		text-align: center;
		width: 100%;
	}
	.add-btn {
		padding: 6px 19px;
	}
	#comments #commentform p.form-submit input {
		width: auto;
	}
	.dropdown-menu.cart-outer {
		left: -220px;
		width: 280px;
	}
	.dropdown-menu .cart-btn {
		width: 45%;
	}
	.shopping-cart .button2,
	.shopping-cart .button3,
	.login-btn,
	.fac-btn,
	.twi-btn,
	.shopping-cart .button.red,
	.shopping-cart .button {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	th,
	tr,
	td {
		display: block;
		float: left;
		width: 100% !important;
		text-align: center;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: rgb(23, 32, 41);
	}
	.zoomContainer {
		left: 0 !important;
	}
	.carousel.carousel-stage img {
		margin-left: -60px;
	}
	.connected-carousels .carousel-stage {
		height: 415px;
	}
	.header-outer .header-slider .carousel-inner > .item {
		background-position: 75% 216px !important;
	}
	.tab-content > .tab-pane {
		padding: 0 20px;
	}
}
/* Overwrite style */
.padding-right-0 {
	padding-right: 0;
}
.margin-15-0 {
	margin: 15px 0;
}
.margin-btm-0 {
	margin-bottom: 0;
}
.grid-shop a:hover .pro-text {
	/*border: 1px solid red;*/
}
.f-weghit2 h4,
.f-weghit2 ul li a {
	color: #fff;
}
.btn {
	border-radius: 0;
}
.grid-shop .is-table-row .box {
  background: none;
  position: static;
}
.grid-shop .is-table-row [class*="col-"] {
  background: #fff;
}

/* Base Stuff Ignore */
.grid-shop a { transition: all 225ms ease; }

/*.grid-shop .container { padding-top: 25px; padding-bottom: 25px; background: rgba(255, 255, 255, 0.1); }*/
.grid-shop .row.is-table-row { padding-top: 10px; padding-bottom: 10px; background: rgba(255, 255, 255, 0.3); }
.grid-shop .is-table-row [class*="col-"] { 
	border: solid 1px #e3e3e3; 
	/*padding-top: 10px; 
	padding-bottom: 10px; */
	background: rgba(255, 255, 255, 0.5); 
	padding: 5px;
}
.grid-shop .box {
    padding: 25px 7% 0;
    text-align: center;
    position: relative;
    background: #fff;
}
.grid-shop .box h2 {
    font-weight: 300;
    letter-spacing: -0.05em;
    margin-bottom: 15px;
}
.grid-shop .box a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 25px 0;
}
.grid-shop .box p {
    font-size: 16px;
    font-weight: 300;
    opacity: 0.8;
}
.grid-shop .col-md-2 {
	padding-left: 10px;
	padding-right: 10px;
}

.grid-shop .key-box { background: #fff; color: #111 !important; }
.border-dot {
    clear: both;
}
.border-dot>span {
    display: block;
    height: 2px;
    border-top: 1px dotted rgba(192,192,192,0.8);
}
.grid-shop .has-border {
	border: 1px solid #ccc;
	padding: 10px;
}
.loading {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}
.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    z-index: 9999;
}
.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
    z-index: 9999;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
.top-md-menu {
    background: #eee;
}
i.icon-left {
	float: left !important;
    margin-right: 10px;
    margin-left: 10px !important;
}
.weight img {
	margin: 0 auto;
}
.weight .filter-outer {
	border-radius: 0;
}
.weight .filter-outer.text-center h3 {
    margin-bottom: 5px;
}

.pro-text-outer {
	padding: 10px 10px 20px 10px;
}
.grid-spr a:focus, a:hover {
	color: #3f2e67 /*#1e98b1*/;
}
.copayright a {
	color: #1e98b1;
}
.grid-shop .pro-text .pro-img.list {
	margin-top: 15px;
    margin-bottom: 15px;	
}
.grid-box-hover:hover, .list-box-hover:hover{ box-shadow: 0px 0px 0px 1px lightgrey; border-color: #c7c6c6;}
.product-list .pro-text-outer{height: 80px;}
.store-list .pro-text-outer{height: 65px;}
#store-category a{ display: block; margin-bottom: 10px; }
.weight.pro {
    margin-bottom: 0px;
    margin-top: 25px;
}

.banner-border {
	border: 2px solid #f3bd03;
}
.grid-banner {
    max-height: 275px;
    overflow: hidden;
}
.top-logo {
	padding: 5px 0px;
    height: 35px;
}

.btn-success {
	background-color: #7bae23;
}
.fa.fa-search {
	color: #fff;
}
.white-bg {
	background-color: #FFF;
}
.container.padding10 {
	padding-right: 10px;
	padding-left: 10px;
}
.has-shadow {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.sub-page-bar {
    margin: 0;
    border-bottom: 3px solid #7b64ae;
}
.sub-page-bar h4 {
    padding: 5px 0 5px 0px;
    margin: 0;
}
.sub-page-bar h4 span {
    background-color: #7b64ae;
    padding: 5px 10px;
    color: #FFF;
}
.sub-page-bar .see-all-link{
	/*border-left: 1px solid lightgray;
    padding-left: 20px;
    margin-left: 20px;*/
    font-size: 13px;
    float: right;
}
.sub-page-bar .see-all-link .fa{
	font-size: 14px;
    margin-left: 5px;
}
.button-slider .btn-group .btn-default {
	background-color: transparent;
}
/*@media (max-width: 576px) {
	.center-xs {
		text-align: center;
	}
	.top-logo {
		width: 50%;
	}
}*/
.view-filter{ padding: 15px 0px; padding-top: 0px; }
#latest-products, #latest-stores{ padding-bottom: 10px; }
#latest-products .add-btn { margin: 0 0; }
#min_price, #max_price{ width: 100%; }
#price-range{ width: 70%; }
#btn-filter-price{
	border-radius: 3px;
    height: auto;
    line-height: 17px;
}
.store-info, .seller-info{
    padding: 5px 10px 10px 10px;
    border-bottom: 1px solid #e0dddd;
    margin-bottom: 10px;
    width: 250px;
    float: right;
    border: 1px solid #e0dddd;
    margin-left: 15px;
    font-size: 13px;
    overflow: hidden;
}
.store-info .logo, .seller-info .logo{ width: 35%; margin: 0px 10px 10px 0px; }
.store-info .title, .seller-info .title{ 
	text-transform: uppercase; 
	font-weight: bold;
    color: lightgray;
    margin-bottom: 5px; 
    margin-top: 0;
}
.store-info .store-name i{ margin-right: 10px; }
.store-info .store-name a{ font-weight: bold; }
.sidebar-store-info p{ line-height: initial; margin-bottom: 10px; }
.navbar-inverse .navbar-toggle{ margin-right: 0px; border-color: #7a64ad; }
.navbar-default .navbar-toggle .icon-bar {
    background-color: #7a64ad;
}
.bottom-logo{margin-bottom: 15px;}
.record-count{ text-align: right; font-size: 14px;}
#show-store-info{
	display: none;
	border: 1px solid #7bae23;
    padding: 0px 10px;
    background: white;
    color: #7bae23;
}
#show-store-info .fa{ float: right; margin: 5px 0px; }
#show-store-info.active .fa{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
#mobile-pro-gallery, .mobile-grid-banner{display: none;}
.store-logo{ margin-bottom: 10px; }
.yt-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 853px;
  height: 100%;
  max-height: 480px;
}
/*ADS*/
.ads-item img{ margin: auto; display: block;}
.ads-banner .ads-wrapper, .ads-banner-mobile .ads-wrapper{ padding: 0px 0px 5px 0px; }
.ads-banner.l-banner .ads-wrapper{ padding-top: 5px; }
.ads-item.pop{ max-width: 800px; width: 100%; }
.ads-banner.bb-banner{margin-top: 5px;}
.p-list .ads-banner.bb-banner, .shop-list .ads-banner.bb-banner{/*margin-top: -5px;*/}
.p-list .ads-banner.bb-banner:first-child, .shop-list .ads-banner.bb-banner:first-child{margin-top: 0px;}

.footer-banner{
  margin-top: 5px;
}

#ninja-slider{ margin-bottom: 10px; }
#ninja-slider .slider-inner ul{ padding-top: 47% !important; }
#ninja-slider .slider-inner{ max-width: 100%; }
#ninja-slider .caption {
  padding:70px 10px 30px 10px;
  margin:auto;
  left:0;right:0;
  top:auto;bottom:0%;
  width:100%;
  text-align:center;
  font-family: 'Nokora', serif;
  font-size: 22px;
  font-weight: bold;
  color:#fff;
  background: linear-gradient(0deg,rgba(0,0,0,.95) 0,rgba(0,0,0,0) 100%);
  position:absolute;
  box-sizing:border-box;
  opacity:0;
  -webkit-transition:opacity 1s ease-in;
  transition:opacity 1s ease-in;
}
#ninja-slider-pager{display: block;}
.featherlight .featherlight-content{ padding: 0 0; border: none; }
#footer-ads{ position: fixed; bottom: 0px; width: 100%; z-index: 2; display: none;}
#footer-ads .ads-wrapper{ padding: 0px 0px; margin: auto;}
#footer-ads .close{     
  position: absolute;
  top: -30px;
  right: 10px;
  font-size: 24px; 
}
.featherlight:last-of-type{ background: rgba(0, 0, 0, 0.4); }
.social-form.frm-reg{ padding: 15em 0; }
.row-focus{ color: #15aeca; font-weight: bold; }
.amount-row{ text-decoration: underline; }
.nav-tabs>li>a h4{ margin:0; }
.payment_ref_img { max-width: 150px; }
.brand-border { border: 1px solid #7b64ae; }
/* Equal Height Columns ================================== */
@media (min-width:1200px) {
	.top-md-menu .search input[type="text"] {
	    width: 63%;
	}
	.search-toggler{ display: none; }
}
@media (max-width:1200px){
	.search-toggler{ display: none; }
	.cart-menu a{padding: 10px 5px;}
	.well.carousel-search.hidden-phone{width: 100%;float: left; margin-left: 15px; margin-bottom: 5px;}
	.all-departments, .all-departments .dropdown-menu{ width: 230px; min-width: 230px;}
	.navbar.navbar-inverse.navbar-default { width: 45%; }
}
@media (min-width:980px) and (max-width:1024px) {
	.search-toggler{ display: none; }
	.cart-menu li {
	    margin-left: 2px;
	}
	.dropdown-menu {
	    min-width: 221px;
	}
	.all-departments .dropdown-menu {
	    width: 221px;
	}

	.all-departments {
	    width: 175px;
	}
	.all-departments {
	    width: 221px;
	}
		.sing-up-text strong {
	    font-size: 19px;
	}
		.sing-up-input > input[type="text"] {
	    width: 68%;
	}

	/*.all-departments i {
	    float: inherit;
	    margin-top: 0;
	}*/
		.top-md-menu .search input[type="text"] {
	    width: 61%;
	}
		.mega-menu {
	    left: -288px!important;
	}
		.all-departments .mega-menu {
	    left: 262px !important;
	    top: -140px;
	    width: 609px;
	}
		.breadcrumb {
	    float: left;
	    width: 100%;
	}
		.modal-lg {
	    width: 677px;
	}
		.modal-popup .modal-content {
	    background: rgba(0, 0, 0, 0) url("../images/popup-bg.jpg") no-repeat scroll center center / cover ;
	}
		.title h2 {
	    font-size: 18px;
	}
		.shipping-text {
	    margin-bottom: 50px;
	}
		.banner-img{
	    background-position: center center;
	}
		.text-right.col-xs-12.col-sm-6.col-md-6 > img {
	    width: 100%;
	}
	.ads-lft > img {
	    width: 100%;
	}
		.size a {
	    display: inline-block;
	    padding: 10px 20px;
	}
		.weight .btn.btn-default {
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
		.btn.btn-default strong {
	    display: block;
	}
		.slider.slider-horizontal {
	    height: 20px;
	    width: 91px !important;
	}
	.grid-shop {
	    display: inline-block;
		 width: 100%;
	}
	.shopping-cart .button {
	    display: inline-block;
	    margin-bottom: 15px;
	    text-align: center;
	    width: 70%;
	}
		.shipping-outer h2 {
	    font-size: 24px;
	}
	.shopping-cart .button2,.shopping-cart .button3, .login-btn,.fac-btn,.twi-btn {
	    width: 100%;
	}
	.shopping-cart {
	    display: inline-block;
		width: 100%;
	}
	.forgot-link {
	     font-size: 12px;
	}
	.blog-outer {
	    float: left;
	}
	#clockdiv > div {
	    padding: 5px 9px;
	}
	.electonics .add-btn2 {
	    padding: 6px 13px;
	}
}
@media (min-width:768px) and (max-width:979px) {
	.cart-menu a{ padding: 8px 5px; }
	.top-header-right .btn, .top-header-right{
		font-size:10px;
	}
	#global-search{
		display: none;
		position: absolute;
	    width: 100%;
	    right: 40px;
	    margin-top: 4px;
	}
	.search-toggler{ display: block; }
	.search-toggler a{
		font-size: 20px;
	    padding: 5px 10px;
	    float: left;
	    cursor: pointer;
    }
    .search-toggler a .fa{color: #7bae23;}
	.search-toggler a.active .fa{ color: lightgray; }
	.well.carousel-search.hidden-phone{width: auto; background: none; float: right; margin: 0 0;}
	.navbar.navbar-inverse.navbar-default{ width: 45%; }
	.top-header-left span {
			font-size: 9px;
	}
	.all-departments {
	    width: 175px;
	}
	/*.nav > li > a {
	    font-size: 12px;
	    padding: 10px 9px;
	}*/
	.sing-up-text strong {
	    font-size: 19px;
	}
	.sing-up-input > input[type="text"] {
	    width: 67%;
	}
	footer{
		font-size:12px;
	}
	.all-departments i {
	    float: right;
	    margin-top: 5px;
	}
	.top-md-menu .search input[type="text"] {
	    width: 40%;
	}
	/*.navbar-nav > li > .dropdown-menu {
	    top: 60px;
	}*/
	.mega-menu {
	    left: -288px!important;
	    padding: 25px 40px 0;
	    width: 698px;
	}
	.all-departments .mega-menu {
	    left: 262px !important;
	    top: -140px;
	    width: 609px;
	}
	.breadcrumb {
	    float: left;
	    width: 100%;
	}
	.modal-lg {
	    width: 677px;
	}
	.modal-popup .modal-content {
	    background: rgba(0, 0, 0, 0) url("../images/popup-bg.jpg") no-repeat scroll center center / cover ;
	}
	.title h2 {
	    font-size: 18px;
	}
	.shipping-text {
	    margin-bottom: 50px;
	}
	.banner-img{
	    background-position: center center;
	}
	.text-right.col-xs-12.col-sm-6.col-md-6 > img {
	    width: 100%;
	}
	.ads-lft > img {
	    width: 100%;
	}
	.size a {
	    display: inline-block;
	    padding: 10px 20px;
	}
	.weight .btn.btn-default {
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
	.btn.btn-default strong {
	    display: block;
	}
	.slider.slider-horizontal {
	    height: 20px;
	    width: 91px !important;
	}
	.grid-shop {
	    display: inline-block;
		 width: 100%;
	}
	.shopping-cart .button {
	    display: inline-block;
	    margin-bottom: 15px;
	    text-align: center;
	    width: 70%;
	}
	.shipping-outer h2 {
	    font-size: 24px;
	}
	.shopping-cart .button2,.shopping-cart .button3, .login-btn,.fac-btn,.twi-btn {
	    width: 100%;
	}
	.shopping-cart {
	    display: inline-block;
			 width: 100%;
	}
	.forgot-link {
	     font-size: 12px;
	}
	.blog-outer {
	    float: left;
	}
}
@media (min-width: 480px) and (max-width: 992px){
	.container { width: 100%; }
/*	.cart-menu{ width: 165px; }*/
	.cart-menu>ul { margin: 0 0; }
	.section-padding-md {
	    padding: 3em 3em;
	}
	.list-category-container{display: none;}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{ margin: auto; }
	.all-departments.open .dropdown-menu{ display: block !important; }
}
@media only screen and (min-width : 768px) {
  .grid-shop .is-table-row {
    display: table;
  }
  .grid-shop .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .col-md-7 { width: 58.33333333%; float: left;}
  .col-md-4 { width: 33.33333333%; float: left;}
  .col-md-5 { width: 41.66666667%; float: left;}

  	/* Sticky footer styles
	-------------------------------------------------- */
	html {
	  position: relative;
	  min-height: 100%;
	  height: auto;
	}
	body {
	  /* Margin bottom by footer height */
	  margin-bottom: 140px;
	}
	.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  height: 140px;
	}
}
@media (max-width: 767px){
	.navbar.navbar-inverse.navbar-default{float: none; width: auto; position: static; }
	.login-form form, .reg-form form {
	    padding-top: 1em;
	    padding-bottom: 2em;
	}
	.store-logo{
		width: 25%;
	    float: left;
	    margin-right: 10px;
	}
	.weight{ float: none; }
	#facebook-page, #store-category, .grid-banner{ display: none; }
	.carousel.carousel-stage img {width: 100%!important;}
	.header-slider, .header-slider .carousel-inner > .item{ height: auto; }
	.connected-carousels{display: none;}
	#mobile-pro-gallery, .mobile-grid-banner{display: block;margin-bottom: 10px; padding: 0 0;}
	#mobile-pro-gallery .owl-buttons{ display: none; }
	.all-departments, .all-departments .dropdown-menu {
	    width: auto;
	    min-width: auto;
	}
	/*.navbar-nav { position: relative; z-index: 0; }*/
	.all-departments .dropdown-menu.dropdownhover-bottom > li {border-bottom: 1px solid #f1f1f126;}
	.dropdown-menu.dropdownhover-bottom>li:last-child{ border: none; }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	    color: #f5f5f5;
	}
	.well.carousel-search.hidden-phone {width: 100%;margin-bottom: 10px; margin-left: 0px;}
	.header-slider .col-xs-offset-3 { margin-left: 0px; }
	.header-outer .col-md-9 {
	    padding: 0 0;
	}
	.header-outer { margin-bottom: 0; }
	.navbar-inverse .navbar-nav>li>a{ padding: 10px 0px; }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	    /*color: #060606;*/
	    font-size: inherit;
	}
	.header-slider{ margin-top: 0px; }
	.form-title{ margin-bottom: 10px; padding: 1em 0 0.3em 0;}
	.social-form { padding: 1em 0; margin: auto; }
	footer p{margin-bottom: 5px;}
	#login-lnk{ margin-top: auto; }
	.no-span:after{ width: 100%; }
	.sidebar{ 
		width: 100% !important; 
		position: absolute;
	    background: #DDD;
	    margin-top: 40px;
	    z-index: 1;
	    display: none;
	    padding-bottom: 0px;
	    border: 1px solid green;
	    border-left: none;
	    border-right: none;
	}
	.mobile-filter{ display: block; }
	.view-tool{ width: 100% !important; }
	.record-count{ display: none; }
	.grid-shop .list-item .pro-img { max-height: 150px; }
	.divider{ 
		position: relative;
	    width: auto;
	    height: 1px;
	    bottom: 0;
	    border: 1px dotted #b6b6b6;
	    clear: both;
	    margin: 15px; left: 0px;}
	.divider:after {
	    content: 'OR';
	    font-family: Roboto,sans-serif;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    border-radius: 15px;
	    font-size: 12px;
	    color: #666669;
	    background: #dcdcdc;
	    border: 0;
	    display: block;
	    position: absolute;
	    top: 0;
	    margin-top: -15px;
	    margin-left: -15px;
	    text-align: center;
	    left: 50%;}
	.social-form.frm-reg{ padding: 1em 0; margin: auto; }
}
/*@media (min-width:480px) and (max-width:640px) {*/
@media (min-width:480px) and (max-width:767px) {
	.grid-shop .pro-img, .grid-shop .shop-img{ height: 110px; }
	#related-stores .item .col-sm-4,
	#related-product .item .col-sm-4 { width: 33.33333333%; float: left;}
	.store-info, .seller-info{ width: 40%; }
	.img-responsive{ margin: auto; }
	.col-sm-3{ width: 25%; float: left; }
	.col-sm-7{ width: 58.33333333%; float: left; }
	.col-sm-2{ width: 16.66666%; float: left; }
	/*.col-xs-12{ width: 50%; }*/
	.col-sm-9{ width:width: 75%; }
	.col-sm-4{width: 33.33333333%; float: left;}
	.top-md-menu .logo { text-align: left; }
	.top-md-menu .cart-menu {float: right; position: absolute; top: 0; right: 80px; width: auto; }
	.well .btn.dropdown-toggle.btn-select {
		width: 150px;
	}
	.top-md-menu .search input[type="text"] {
		width: 64.8%;
	}
	.modal-lg {
		width: 90%;
	}
	/*.tab-content {
		margin-top: -10px;
	}*/
	.modal-popup .modal-content {
		background: rgb(255, 255, 255) url("../images/popup-bg.jpg") no-repeat scroll center 0 / 100% auto;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0;
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		outline: 0 none;
		position: relative;
	}
	.modal-popup .pt-20 {
		padding-bottom: 0;
		padding-top: 100px;
	}
	.modal-popup button.close {
		right: -5px;
		top: -4px;
	}
	.modal-popup .heading.font34.inverse {
		font-size: 25px;
	}
	.logo {
		text-align: center;
	}
	.top-md-menu {
		float: left;
	}
	.top-header-right .btn.btn-default.dropdown-toggle,
	.top-header-right li,
	.top-header-left .btn.btn-default.dropdown-toggle,
	.top-header-left span {
		font-size: 9px;
	}
	.top-header-left span {
		float: left;
		padding: 3px 6px;
	}
	.top-header-left li {
		padding: 0;
	}
	.top-header-right .dropdown-menu>li {
		border-left: medium none;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	.top-header-right .dropdown-menu {
		margin-left: -110px;
		min-width: 150px;
	}
	/*.main-menu {
		background: rgb(51, 62, 72) none repeat scroll 0 0;
		float: left;
		margin-top: 30px;
		width: 100%;
	}*/
	.all-open {
		display: none;
	}
	.navbar-nav>li {
		float: left;
		padding: 0 24px;
		width: 100%;
	}
	.all-departments {
		width: auto;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #fff;
	}
	.dropdown-menu.dropdownhover-bottom.all-open {
		float: left;
	}
	.header-outer {
		float: left;
	}
	section {
		float: left;
		width: 100%;
	}
	.caption h3 {
		margin-top: 50px;
	}
	.caption img {
		margin-top: 100px;
		width: 80%;
	}
	.save-price {
		margin-top: 0;
	}
	.new-arrivals {
		float: left;
	}
	#clockdiv>div {
		padding: 5px 6px;
	}
	.new-arrivals .nav-tabs > li > a {
		padding: 10px;
	}
	.owl-item>div {
		margin-left: 0;
	}
	.tab-content .customNavigation {
		margin-top: 10px;
	}
	.customNavigation {
		float: left;
	}
	.caption h2 {
		font-size: 35px;
	}
	.copayright img {
		margin-top: 16px;
		width: 100%;
	}
	.pro-img>img {
		width: 100%;
	}
	.ads>img {
		width: 448px;
	}
	.client-logo > li {
		width: 100%;
	}
	.title h2 {
		float: left;
	}
	.nav.nav-tabs.etabs {
		float: right;
		margin: 20px 0 0;
	}
	.nav.nav-tabs.etabs>li {
		float: left;
		margin-bottom: 10px;
		width: 50%;
	}
	.etabs .active>a {
		border: 1px solid rgb(244, 248, 249) !important;
	}
	.deals-wk {
		margin-bottom: 50px;
	}
	.free-shipping .col-xs-12 {
		margin-bottom: 50px;
	}
	.sing-up-input>input[type="text"] {
		width: 75%;
	}
	.sing-up-text {
		float: left;
		font-size: 12px;
		margin-bottom: 24px;
		margin-top: 20px;
		text-align: center;
		text-transform: uppercase;
	}
	.testimonal .carousel-indicators {
		margin-top: 60px;
	}
	.testimonal .carousel-indicators > li {
		padding: 0 10px;
	}
	.free-shipping,
	.copayright {
		padding-left: 15px;
		padding-right: 15px;
	}
	.icon-shipping {
		margin-left: 25%;
	}
	.grid-shop .hover-icon {
		line-height: 380px;
	}
	/*.col-sm-4{ width: 50%; }*/
	.cart-menu {
	    width: 100px;
	}
	.cart-menu > ul { margin-top: 5px; }
	.cart-menu > ul > li{margin-left: 0px;}
	.navbar-nav{ margin: 0 0; }
}
/*@media (min-width:450px) and (max-width:480px) {*/
@media (max-width:479px) {
	.top-logo { margin-top: 10px; }
	.navbar-nav{ margin: 0 0; }
	.well.carousel-search.hidden-phone {width: auto;margin-left: 0;}
	.grid-shop .pro-img, .grid-shop .shop-img, .product-list .pro-text-outer{ height: auto; }
	.col-sm-2{ width: 55%; float: left; }
	.top-md-menu .logo { text-align: left; }
/*	.top-md-menu .cart-menu { position: absolute; top: 0; right: 80px; }*/
	#latest-products, #latest-stores{ margin: 0px -15px; width: auto; }
	.pro-text-outer {padding: 0px 25px 10px 10px;}
	.col-xs-8 .pro-text-outer {padding: 0px 0px 10px 0px;}
	.grid-shop .pro-text{ margin-bottom: 15px; }
	.img-responsive{ margin: auto; }
	.store-list .pro-text-outer{ height: auto; }
	.menu2 .navbar-nav {
		margin-top: 18px;
	}
	.carousel.carousel-stage img {
		margin-left: 0px;
	}
	.half-banner .text {
		width: 55%;
	}
	.header-outer2 .header-slider {
		height: 1100px;
	}
	.well .btn.dropdown-toggle.btn-select {
		width: 150px;
	}
	.top-md-menu .search input[type="text"] {
		width: 51.8% !important;
	}
	.modal-lg {
		width: 90%;
	}
	.modal-popup .modal-content {
		background: rgb(255, 255, 255) url("../images/popup-bg.jpg") no-repeat scroll center 0 / 100% auto;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0;
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		outline: 0 none;
		position: relative;
	}
	.modal-popup .pt-20 {
		padding-bottom: 0;
		padding-top: 60px;
	}
	.modal-popup button.close {
		right: -5px;
		top: -4px;
	}
	.modal-popup .heading.font34.inverse {
		font-size: 25px;
	}
	.top-md-menu {
		/*float: left;*/
	}
	.top-header-right .btn.btn-default.dropdown-toggle,
	.top-header-right li,
	.top-header-left .btn.btn-default.dropdown-toggle,
	.top-header-left span {
		font-size: 9px;
	}
	.top-header-left span {
		float: left;
		padding: 3px 6px;
	}
	.top-header-left li {
		padding: 0;
	}
	.top-header-right .dropdown-menu>li {
		border-left: medium none;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	.top-header-right .dropdown-menu {
		margin-left: -110px;
		min-width: 150px;
	}
	.all-open {
		display: none;
	}
	.navbar-nav>li {
		float: left;
		padding: 0 0;
		width: 100%;
	}
	.all-departments {
		width: auto;
		/*background: none;*/
	}
	/*.navbar-inverse .navbar-nav>li>a {
		color: #fff;
	}*/
	.dropdown-menu.dropdownhover-bottom.all-open {
		float: left;
	}
	.header-outer {
		float: left;
	}
	section {
		/*float: left;*/
		width: 100%;
	}
	.caption h3 {
		margin-top: 50px;
	}
	.caption img {
		margin-top: 100px;
		width: 80%;
	}
	.save-price {
		bottom: 19%;
		left: 55%;
	}
	.new-arrivals {
		float: left;
	}
	#clockdiv>div {
		padding: 5px 6px;
	}
	.new-arrivals .nav-tabs>li>a {
		padding: 5px 5px;
	}
	.owl-item>div {
		margin-left: 0;
	}
	.tab-content .customNavigation {
		margin-top: 10px;
	}
	.customNavigation {
		float: left;
	}
	.caption h2 {
		font-size: 35px;
	}
	.copayright img {
		margin-top: 16px;
		width: 100%;
	}
	.pro-img>img {
		width: 100%;
	}
	.ads>img {
		width: 448px;
	}
	.title h2 {
		float: left;
	}
	.nav.nav-tabs.etabs {
		float: right;
		margin: 20px 0 0;
	}
	.nav.nav-tabs.etabs>li {
		float: left;
		margin-bottom: 10px;
		width: 50%;
	}
	.etabs .active>a {
		border: 1px solid rgb(244, 248, 249) !important;
	}
	.tab-content {
		/*float: left;
		margin-top: 100px;*/
		width: 100%;
	}
	.deals-wk {
		margin-bottom: 50px;
	}
	.free-shipping .col-xs-12 {
		margin-bottom: 50px;
	}
	.sing-up-input>input[type="text"] {
		width: 75%;
	}
	.sing-up-text {
		float: left;
		font-size: 12px;
		margin-bottom: 24px;
		margin-top: 20px;
		text-align: center;
		text-transform: uppercase;
	}
	.testimonal .carousel-indicators {
		margin-top: 60px;
	}
	.free-shipping,
	.copayright {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cart-menu{width: auto; float: none; text-align: center;}
	.cart-menu > ul{ margin: 0px; float: none; padding: 0;}	
	.cart-menu > ul > li { display: inline-block; float: none; margin: 0 0;}
	.top-md-menu .logo { text-align: center; }
	.cart-menu a{ padding: 5px 10px; }
	.cart-menu a span{ font-size: 14px; }
	.center-xs{ text-align: center; }
	.pro-text-outer.list-pro-text { padding-top: 10px;}
	.grid-shop .list-item .pro-img{ max-height: none; }
	#show-store-info{display: block;}
	.store-info, .seller-info{width: 100%; display: none;}
	.list-category-container{display: none;}
	.all-departments.open .dropdown-menu{ display: block !important; }
	.grid-shop .shop-img > img, .grid-shop .shop-img > a > img{
		width: 80%;
    	height: auto;
	}

/*	show all carousel image on mobile*/

	#related-products .owl-item.cloned, #related-products .owl-nav{
		display: none !important;
	}
	#related-products .owl-stage{
		transform:none !important;
		transition: none !important;
		width: auto !important;
	}
	#related-products .owl-item{
		width: auto !important;
		margin-right: 0 !important;
	}

}
