/*@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
	font-family: 'Conv_PAPYRUS';
	src: url('../fonts/PAPYRUS.eot');
	src: local('☺'), url('../fonts/PAPYRUS.woff') format('woff'), 
         url('../fonts/PAPYRUS.ttf') format('truetype'), 
         url('../fonts/PAPYRUS.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

 

.layered-content .panel-default{
    border: none;
}
.layered-content .panel-body{
    padding: 5px 8px 0;
}
.layered-content .panel-heading{
    padding: 5px 0;
}
.layered-content .panel-group{
    margin: 0;
}
.accord_menu panel-group .panel-heading h4 a{
    font-size: 14px;
}
.accord_menu .panel-body .panel a{ color: #333;}
.layered-content .panel-default .panel-heading{
    background: transparent;
    border: none;
}
.layered-content .panel{
    box-shadow: none;
    -webkit-box-shadow: none;
}
.layered-content .panel-group .panel-heading+.panel-collapse .list-group, .panel-group .panel-heading+.panel-collapse .panel-body{
    border: none;
}

body {
   font-family: 'Open Sans', sans-serif;
	/*font-family:'Lato', sans-serif;*/
	font-size: 14px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
body.is-ontop {
	margin-top: 53px;
}
h1 {
	font-size: 44px;
    font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size: 36px;
	margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
}
h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #666;
}
a:hover {
	color: #fe9c00;
	text-decoration: none;
	transition: all 0.25s;
}
a:focus {
	text-decoration: none;
}
.fa {
	line-height: inherit;
	padding: 0 0 0 0;
}
.bold {
	font-weight: bold;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.btn-fb-login {
	width: 65px;
	height: 22px;
	background: url('../images/fb.jpg') no-repeat;
	display: inline-block;
	margin-top: 5px;
	font-size: 0;
	border: none!important;
}
.btn-add-cart1 {
	padding: 0px 11px;

	border: 1px solid #2fcb30;

	background: #2fcb30;

	line-height: 32px;

	color: #fff;

	-webkit-border-radius: 3px;

	border-radius: 0px;

	width: 125px;

	font-size: 13px;

	text-transform: uppercase;

	font-weight: bold;

	display: block;

	text-align: center;

	letter-spacing: .5px;
}

.addcart-home .cart-btn {
    width: 100%;
    background: transparent;
    color: #333;
    float: right;
    text-align: center;
    line-height: 40px;
    border-top: solid 1px #fff;
    font-size: 16px;
    font-weight: 600;
}


.btn-add-cart1 {
	color: #fff;
}
.btn-add-cart1:hover {
	background: #fe9c00;
	color: #fff !important;
	border: #fe9c00 solid 1px;
}
.btn-add-cart2 {
	padding: 0 22px;
	border: 1px solid #333;
	background: #333;
	line-height: 38px;
	color: #fff;
}
.btn-add-cart2:hover {
	background: #ee3237;
	color: #fff !important;
	border: #ee3237 solid 1px;
}
.btn-add-cart3 {
	letter-spacing: .5px;
    display: block;
    padding: 0px 11px;
    /* border: 1px solid #00bbe6; */
    background: #555;
    line-height: 34px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 0;
    width: 125px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.btn-add-cart3:hover {
	background: #fe9c00;
	color: #fff !important;
	/*border: #fe9c00 solid 1px;*/
}
.raDbutton {
	color: #fff;
}
.button {
	background: #f57e26;
    color: #fff;
    padding: 6px 25px;
    border-radius: 25px;
}
.button:hover {
	background: #686666;
	/*border: 1px solid #666;*/
	color: #fff;
}

.checkout-page .btn{
    padding: 6px 15px;
}
.checkout-page .promoCode{ margin-top: 15px; }
.proceed-btn{ background: #484747;}
.action a:hover{color:#fff !important}
.paynow{
	padding: 5px 20px;
	/*border: 1px solid #eaeaea;*/
	background: #ee3237;
	color: #fff;
	min-width:300px;
	font-weight:bold;
	font-size:14px;
}
.makepayment .paynow{
    display: inline-block;
    background: #787878;
    color: #fff;
    padding: 6px 40px;
    border-radius: 2px;
    border-bottom: solid 3px #6c6c6c;
    margin-bottom: 15px;
    min-width: auto;
	width: 160px;
}
.makepayment .paynow:hover {
    background: #da151a;
    border-bottom: solid 3px #b11212;
    color: #ffffff;
}
.payment-amount .you-pay-amount i{ vertical-align: middle; }
.paynow:hover {
	background: #da151a;
	border: 1px solid #da151a;
	color: #ffffff;
}
.paynow_brd{
	padding:2px;
	/*border:#ee3237 solid 1px;
	max-width:310px;*/
	-webkit-border-radius:1px;
	border-radius:1px;
}.reviewbtn i{ margin:0 0 0 20px}
.reviewbtn {
	padding: 9px 30px !important;
	background: #7b7c80;
	color: #fff;
	margin-left: 2px;
	border-radius: 25px;
	top: 4px;
	position: relative;
	cursor: pointer;
}
.reviewbtn:hover {
	background: #666;
	color: #fff !important;
}
.input-sm-Mine {
	width: 50%;
	float: left;
}
.buttonSelf {
	padding: 5px 20px;
	border: 1px solid #eaeaea;
	background: #666;
	color: #fff;
	min-width: 115px;
}
.button-sm {
	padding: 5px 10px;
}
.input {
	border-radius: 0px;
	border: 1px solid #eaeaea;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
.button .fa {
	line-height: inherit;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
img.alignleft {
	margin: 0 20px 15px 0;
}
img.alignright {
	margin: 0 0 15px 20px;
}
.clearfix:before {
	content: "";
	display: table;
}
.container {
	/*padding-left: 0;
	padding-right: 0;*/
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff url('../images/Preloader_4.gif') 50% 50% no-repeat;
}
.banner-opacity {
	position: relative;
}
.banner-opacity a:before {
	display: block;
	position: absolute;
	-webkit-transition: all 0.1s ease-in 0.1s;
	transition: all 0.1s ease-in 0.1s;
	background: rgba(0,0,0,0.1);
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0px;
	top: 0px;
	content: "";
	height: 0%;
	width: 100%;
	left: 0%;
	top: 50%;
}
.banner-opacity a:hover:before {
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transition: all 0.2s ease-in 0.1s;
	transition: all 0.2s ease-in 0.1s;
	height: 100%;
	left: 0%;
	top: 0%;
}
.tab-container {
	/*position: relative;*/
}
.tab-container .tab-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.tab-container .active {
	opacity: 1;
	visibility: inherit;
	position: inherit;
	-vendor-animation-duration: 0.3s;
	-vendor-animation-delay: 1s;
	-vendor-animation-iteration-count: infinite;
}
.hover-zoom {
	-webkit-transition: 0.7s all ease-in-out;
	transition: 0.7s all ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	overflow: hidden;
}
.hover-zoom:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.7;
}
.banner-boder-zoom {
	position: relative;
	overflow: hidden;
}
.banner-boder-zoom a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.banner-boder-zoom a:after {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	content: "";
	display: block;
	z-index: 10;
	border: 1px solid #fff;
	opacity: 0;
}
.banner-boder-zoom a img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.banner-boder-zoom:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.banner-boder-zoom:hover a:before {
	opacity: 1;
}
.banner-boder-zoom:hover a:after {
	opacity: 0;
}
.banner-boder-zoom2 {
	position: relative;
	overflow: hidden;
}
.banner-boder-zoom2 a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.banner-boder-zoom2 a:after {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	content: "";
	display: block;
	z-index: 10;
	border: 1px solid #fff;
	opacity: 0;
}
.banner-boder-zoom2 a img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.banner-boder-zoom2:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.banner-boder-zoom2:hover a:before {
	opacity: 1;
}
.banner-boder-zoom2:hover a:after {
	opacity: 0;
}
.icon-up,  .icon-down {
	width: 100%;
	height: 17px;
	display: block;
}
.icon-up {
	background: url("../images/up.png") no-repeat center center;
}
.icon-down {
	background: url("../images/down.png") no-repeat center center;
}
.image-hover2 a {
	position: relative;
	display: table;




	width: 100%;
}
.image-hover2 a:after {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	z-index: 1;
}
.image-hover2 a:before {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f002";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	color: #fff;
	ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.image-hover2 a:hover:after {
	visibility: visible;
	opacity: 0.8;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.image-hover2 a:hover:before {
	opacity: 1;
}
/* ----------------







 [2. Top banner]







 */







.top-banner {
	height: 150px;
	background: url('../images/bg-top-banner.jpg') no-repeat top center;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.bg-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
}
.top-banner .container {
	position: relative;
	padding-top: 35px;
}
.top-banner h1 {
	color: #fe9c00;
	font-weight: bold;
	line-height: auto;
}
.top-banner h2 {
	font-weight: bold;
}
.top-banner span {
	font-size: 12px;
	color: #999;
}
.top-banner .btn-close {
	width: 24px;
	height: 24px;
	background: #2d2c2e url("../images/btn-close.png") no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
/* ----------------







 [3. Header]







 */







 /*-----------------







 [ 3.1 Nav on top]







 */







.nav-ontop {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 0px;
	height: 50px;
	background: #eee;
	z-index: 101;
	box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
}
.nav-ontop span.notify-right {
	top: 2px;
}
.nav-ontop>.container {
	position: relative;
}
.nav-ontop #box-vertical-megamenus {
	width: 80px;
	padding: 0;
}
.nav-ontop #box-vertical-megamenus .title {
	background: #eee;
	color: #999;
	padding: 0;
	overflow: hidden;
	border-left: 1px solid #eaeaea;
}
.nav-ontop #box-vertical-megamenus .title.active {
	background: #fff;
}
.nav-ontop #box-vertical-megamenus .title .btn-open-mobile {
	margin-right: 15px;
}
.nav-ontop #box-vertical-megamenus .title .title-menu {
	display: none;
}
.nav-ontop #box-vertical-megamenus .vertical-menu-content {
	min-width: 270px;
	position: absolute;
	display: none;
	border-top: none;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding-bottom: 15px;
	border-left: 1px solid #eaeaea;
}
.nav-ontop #box-vertical-megamenus .vertical-menu-content .vertical-menu-list {
	border-left: none;
}
.nav-ontop #box-vertical-megamenus .vertical-menu-content .all-category {
	margin-left: 20px;
}
#shopping-cart-box-ontop {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
#shopping-cart-box-ontop .fa {
	line-height: 50px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	width: 100%;
	color: #999;
}
#shopping-cart-box-ontop .shopping-cart-box-ontop-content {
	position: absolute;
	right: 0;
	top: 100%;
}
#shopping-cart-box-ontop:hover .cart-block {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}
#user-info-opntop {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 50px;
}
#user-info-opntop a.current-open span {
	display: none;
}
#user-info-opntop a.current-open {
	height: 50px;
	padding-top: 17px;
	width: 50px;
	float: left;
	text-align: center;
}
#user-info-opntop a.current-open:hover .dropdown-menu {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-khtml-transform: translateY(0px);
	opacity: 1;
	z-index: 2;
}
#user-info-opntop a.current-open:before {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f007";
	color: #999;
}
#user-info-opntop .dropdown {
	height: 50px;
}
#user-info-opntop .dropdown-menu {
	border-radius: 0;
	border: none;
	top: 48px;
	right: 0;
	left: auto;
	border-top: 2px solid #fe9c00;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	opacity: 0;
	display: block;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-khtml-transform: translateY(50px);
	z-index: 0;
	visibility: hidden;
}
#user-info-opntop .dropdown.open >.dropdown-menu {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-khtml-transform: translateY(0px);
	opacity: 1;
	z-index: 2;
	visibility: inherit;
}
#form-search-opntop {
	position: absolute;
	top: 0;
	right: 100px;
	height: 50px;
}
#form-search-opntop .form-category {
	display: none;
}
#form-search-opntop form {
	margin-top: 10px;
	border: 1px solid transparent;
	padding-right: 10px;
}
#form-search-opntop .btn-search {
}
#form-search-opntop .btn-search {
}
#form-search-opntop .btn-search:before {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f002";
	color: #999;
	height: 30px;
	width: 25px;
	display: block;
	padding-top: 6px;
}
#form-search-opntop .input-serach {
	height: 30px;
	padding: 5px 5px 0 15px;
}
#form-search-opntop .input-serach input {
	width: 0px;
	-webkit-transition: width 1s ease-in-out;
	-moz-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}
#form-search-opntop:hover form {
	border: 1px solid #dfdfdf;
	background: #fff;
}
#form-search-opntop:hover .input-serach input {
	width: 220px;
}
/*-----------------







 [ 3.2 Top header]







 */







/*.top-header {
	background: #f6f6f6;
}*/
.top-header .nav-top-links,  .top-header .language,  .top-header .currency,  .top-header .user-info,  .top-header .support-link,  .top-header .top-bar-social {
	width: auto;
	display: inline-block;
	line-height: 34px;
}
.top-header .top-bar-social .fa {
	line-height: inherit;
}
.top-header .top-bar-social a {
	border: none;
	padding: 0;
	color: #999;
	font-size: 14px;
}
.top-header .support-link {
	float: right;
}
.top-header img {
	display: inline-block;
	vertical-align: middle;
    margin-right: 5px;
    max-width: 180px;
}
.footer-logo img{width:145px;}
/*.top-header a {
	border-right: 1px solid #e0e0e0;
	padding-right: 10px;
	padding-left: 10px;
}*/
.top-header a {font-size:11px;}
.top-header a.first-item {
	margin-left: 0;
	color:#fff !important
}
.top-header a.current-open:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 17px;
	vertical-align: 0;
	padding-left: 15px;
	font-weight: bold;
}
.top-header .dropdown {
	width: auto;
	display: inline-block;
}
.top-header .dropdown-menu {
	border-radius: 0;
	border: none;
	top: 100%;
	left: 0;
	border-top: 2px solid #fe9c00;
	transition: all 0.4s ease-out 0s;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	opacity: 0;
	display: block;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-khtml-transform: translateY(50px);
	z-index: 0;
	visibility: hidden;
}
.top-header .dropdown.open >.dropdown-menu {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);











	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-khtml-transform: translateY(0px);
	opacity: 1;
	z-index: 2;
	visibility: inherit;
}
.top-header .dropdown-menu a {









	border: none;
	margin: 0;
	padding: 0;
	padding: 5px 10px;
}
/*-----------------







 [ 3.3 Main header]







 */







.main-header {
	padding: 20px 0 30px 0;
}
.main-header .header-search-box {
	margin-top: 17px;
	padding-left: 80px;
	padding-right: 45px;
}
.main-header .header-search-box .form-inline {
	height: 41px;
	border: 1px solid #eaeaea;
	position: relative;
}
.main-header .header-search-box .form-inline .form-category {
	background: #f6f6f6;
	height: 39px;
}
.main-header .header-search-box .form-inline .select2 {
	border-right: 1px solid #eaeaea;
	min-width: 152px;
	height: 40px;
}
.main-header .header-search-box .form-inline .select2 .select2-selection {
	border: none;
	background: transparent;
	margin-top: -1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px;
	right: 15px;
}
.select2-dropdown {
	border: 1px solid #eaeaea;
}
.select2-container--open .select2-dropdown {
	left: -1px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}
.main-header .header-search-box .form-inline .input-serach {
	width: calc(100% - 200px);
}
.main-header .header-search-box .form-inline .input-serach input {
	border: none;
	padding-left: 15px;
	width: 100%;
}
.main-header .header-search-box .form-inline .btn-search {
	width: 41px;
	height: 41px;
	background: #fe9c00 url("../images/search.png") no-repeat center center;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -1px;
	right: -1px;
}
.main-header .header-search-box .form-inline .btn-search:hover {
	opacity: 0.8;
}
.main-header .shopping-cart-box {
	margin-top: 17px;
	margin-top: 17px;
	padding: 0;
	margin-right: 15px;
	margin-left: -15px;
	line-height: normal;
}
.main-header .shopping-cart-box:hover .cart-block {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}
.main-header .shopping-cart-box a.cart-link {
	height: 41px;
	width: 100%;
	border: 1px solid #eaeaea;
	display: block;
	position: relative;
	padding: 2px 41px 0 15px;
}
.main-header .shopping-cart-box a.cart-link:hover:after {
	opacity: 0.8;
}
.main-header .shopping-cart-box a.cart-link .title {
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2px;
}
.main-header .shopping-cart-box a.cart-link:after {
	content: '';
	width: 41px;
	height: 41px;
	background: #fe9c00 url('../images/cart.png') no-repeat center center;
	position: absolute;
	top: -1px;
	right: -1px;
}
.cart-block {
	position: absolute;
	top: 100%;
	right: -1px;
	z-index: 1002;
	max-height: 500px;
	overflow-y: auto;
	background: #FFF;
	color: #666;
	width: 300px;
	opacity: 0;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
	-webkit-transition: opacity 0.5s,  -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
	transform: translate(0, 40px);
	opacity: 0;
	display: block;
	visibility: hidden;
}
.cart-block .cart-block-content {
	padding: 20px;
	overflow: hidden;
}
.cart-block .cart-block-content .cart-title {
	text-transform: uppercase;
	font-size: 12px;
}
.cart-block .cart-block-content .cart-block-list {
}
.cart-block .cart-block-content .product-info {
	margin-top: 10px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
}
.cart-block .cart-block-content .product-info .p-left {
	width: 100px;
	float: left;

	position: relative;
}
.cart-block .cart-block-content .product-info .p-left .remove_link {
	position: absolute;
	left: 0;
	top: 0;
}
.cart-block .cart-block-content .product-info .p-left .remove_link:after {
	content: '';
	background: url("../images/delete_icon.png") no-repeat center center;
	font-size: 0;
	height: 9px;
	width: 9px;
	display: inline-block;
	line-height: 24px;
}
.cart-block .cart-block-content .product-info .p-right {
	margin-left: 110px;
	line-height: 25px;
}
.cart-block .cart-block-content .product-info .p-right .p-rice {
	color: #fe9c00;
}
.cart-block .cart-block-content .product-info .p-right .change_quantity {
	margin-top: 10px;
}
.cart-block .cart-block-content .product-info .p-right .change_quantity .blockcart_quantity_down,  .cart-block .cart-block-content .product-info .p-right .change_quantity .blockcart_quantity_up {
	float: left;
	width: 20px;
	height: 30px;
	border: 1px solid #ccc;
	padding-top: 2px;
	text-align: center;
}
.cart-block .cart-block-content .product-info .p-right .change_quantity .cart_quantity_input_text {
	width: 60px;
	border: 1px solid #ccc;
	margin-left: -1px;
	margin-right: -1px;
	height: 30px;
	line-height: 100%;
	float: left;
	text-align: center;
}
.cart-block .cart-block-content .toal-cart {
	margin-top: 10px;
}
.cart-block .cart-block-content .toal-cart .toal-price {
	font-size: 18px;
	color: #999;
}
.cart-block .cart-block-content .cart-buttons {
	overflow: hidden;
	width: 100%;
}
.cart-block .cart-block-content .cart-buttons a {
	width: 49%;
	float: left;
	margin-top: 12px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 0;
	text-align: center;
	margin-right: 1%;
}
.cart-block .cart-block-content .cart-buttons a:hover {
	opacity: 0.8;
}
.cart-block .cart-block-content .cart-buttons a.btn-my-cart {
	background: #eee;
}
.cart-block .cart-block-content .cart-buttons a.btn-check-out {
	background: #fe9c00 !important;
	color: #fff;
}
span.notify {
	width: 32px;
	height: 22px;
	color: #fff;
	text-align: center;
	position: absolute;
	line-height: normal;
	font-size: 11px;
	padding-top: 3px;
	z-index: 1;
}
span.notify-left {
	background: url('../images/notify.png') no-repeat;
	right: 25px;
	top: -8px;
}
span.notify-right {
	background: url('../images/notify-right.png') no-repeat;
	right: 0px;
	top: -7px;
}
/*-----------------







 [ 3.4 Main menu]







 */







.nav-top-menu {
	background: #eee;
}
/*-----------------







 [ 3.4.1 Vertical megamenus]







 */







.box-vertical-megamenus {
	position: absolute;
	left: 15px;
	right: 15px;
	z-index: 1000;
	background: #fff;
}
.box-vertical-megamenus .title {
	background: #000;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
	overflow: hidden;
}
.box-vertical-megamenus .title .btn-open-mobile>.fa {
	line-height: inherit;
}
.box-vertical-megamenus .title .btn-open-mobile {
	font-size: 17px;
	cursor: pointer;
	line-height: 50px;
}
.box-vertical-megamenus .vertical-menu-content {
	border-top: 3px solid #fe9c00;
	background: #fff;
	display: none;
	padding-bottom: 15px;
}
.home .box-vertical-megamenus .vertical-menu-content {
	display: block;
}
.box-vertical-megamenus .vertical-menu-list {
	border-left: 1px solid #eaeaea;
}
.box-vertical-megamenus .vertical-menu-list li {
	display: block;
	line-height: 34px;
	margin-left: -1px;
	position: relative;
}
.box-vertical-megamenus .vertical-menu-list>li:hover {
	background: #fe9c00;
}
.box-vertical-megamenus .vertical-menu-list>li:hover>a {
	color: #fff;
	border-color: #fe9c00;
}
.box-vertical-megamenus .vertical-menu-list>li:hover>a.parent:before {
	color: #fff;
}
.box-vertical-megamenus .vertical-menu-list>li>a {
	padding-left: 20px;
	line-height: 36px;
	display: block;
}
.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	position: absolute;
	top: 10px;
	right: 8px;
	color: #666;
}
.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:after {
	position: absolute;
	background: #fff;
	height: 100%;
	top: 0;
	right: -2px;
	width: 2px;
	content: ' ';
	z-index: 2000;
	opacity: 0;
}
.box-vertical-megamenus .vertical-menu-content ul > li:hover > a.parent:after {
	opacity: 1;
}
.box-vertical-megamenus .vertical-menu-content ul > li.cat-link-orther {
	display: none;
}
.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
	visibility: visible;
	display: block;
	height: auto;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu {
	vertical-align: middle;
	padding-right: 15px;
}
.box-vertical-megamenus .all-category {
	text-align: center;
	margin-top: 14px;
	padding-right: 20px;
}
.box-vertical-megamenus .all-category span {
	height: 40px;
	width: 100%;
	line-height: 39px;
	border: 1px solid #eaeaea;
	text-align: center;
	display: block;
	cursor: pointer;
}
.box-vertical-megamenus .all-category span:hover {
	background: #fe9c00;
	color: #fff;
	border-color: #fe9c00;
}
.box-vertical-megamenus .all-category span:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	font-weight: bold;
	margin-left: 20px;
}
.vertical-dropdown-menu {
	position: absolute;
	top: -15px;
	left: 100%;
	z-index: 900;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	-webkit-transition: all 0.45s ease-out 0s;
	-moz-transition: all 0.45s ease-out 0s;
	-o-transition: all 0.45s ease-out 0s;
	transition: all 0.45s ease-out 0s;
	-moz-transform: translate(100px, 0);
	-webkit-transform: translate(100px, 0);
	transform: translate(100px, 0);
	opacity: 0;
	display: block;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	height: 0;
	background: #fff;
	border: 1px solid #eaeaea;
}
.vertical-dropdown-menu .vertical-groups {
	padding: 24px 15px;
}
.vertical-dropdown-menu .mega-group-header {
	border-bottom: 1px solid #E8E8E8;
	font-size: 17px;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.vertical-dropdown-menu .mega-group-header span {
	padding-bottom: 10px;
	border-bottom: 1px solid #fe9c00;
	float: left;
	margin-bottom: -1px;
}
.vertical-dropdown-menu .group-link-default {
	border: none!important;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}
.vertical-dropdown-menu .group-link-default li {
	border: none!important;
	padding-left: 0!important;
	line-height: 28px!important;
}
.vertical-dropdown-menu .mega-products .mega-product {
	border-right: 1px solid #eaeaea;
	margin-top: 15px;
	line-height: 18px;
}
.vertical-dropdown-menu .mega-products .mega-product:last-child {
	border-right: none;
}
.vertical-dropdown-menu .mega-products .mega-product .product-price .new-price {
	width: auto;
	display: inline-block;
	color: #fe9c00;
}
.vertical-dropdown-menu .mega-products .mega-product .product-price .old-price {
	color: #999;
	text-decoration: line-through;
	width: auto;
	display: inline-block;
	padding-left: 20px;
}
.vertical-dropdown-menu .mega-products .mega-product .product-star {
	margin-top: 5px;
	color: #ff9900;
}
/*-----------------







 [ 3.4.2 Main menu]







 */







#main-menu {
	padding: 0;
	margin-left: -15px;
}
#main-menu .container-fluid {
	padding: 0;

}
#main-menu .navbar-header {
	/* display: none; */
}



#main-menu .navbar {
	border: none;
	margin: 0;
	background: none;
}
#main-menu .navbar-collapse {
	padding: 0;
}
#main-menu .navbar .navbar-nav>li>a {
	color: #333;
	margin: 15px 0;
	padding: 0;
	border-right: 1px solid #cacaca;
	padding: 0 25px;
	background: transparent;
}
#main-menu .navbar .navbar-nav>li:last-child>a {
	border-right: none;
}
#main-menu .navbar .navbar-nav>li:hover,  #main-menu .navbar .navbar-nav>li.active {
	background: #fe9c00;
	color: #fff;
}
#main-menu .navbar .navbar-nav>li:hover>a,  #main-menu .navbar .navbar-nav>li.active>a {
	color: #fff;
	border-right: 1px solid transparent;
}
#main-menu .nav,  #main-menu .collapse,  #main-menu .dropup,  #main-menu .dropdown {
	position: static;
	text-align: left;
	float: left;
}
#main-menu .dropdown-menu {
	border-radius: 0;
	min-width: 100%;
	border-top: none;
	left: 0;
	padding: 10px 0 15px;
	display: none;
	overflow:hidden;
	opacity: 1;
	background: #fff;
}
#main-menu .mega_dropdown .block-container h4{
    text-align: center;
}
#main-menu .dropdown-menu.container-fluid {
	padding: 15px 30px;
}
#main-menu .navbar-nav > li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}
#main-menu .mega_dropdown .block-container {
	padding: 0 15px;
}
#main-menu .mega_dropdown .group_header {
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 15px;
}
#main-menu .mega_dropdown .group_header:first-child {
	margin-top: 0;
}
#main-menu .mega_dropdown .img_container {
	padding: 0 0 5px;
}
#main-menu .dropdown-menu .block-container .link_container>a {
	line-height: 24px;
	font-size: 13px;
}
#main-menu .dropdown-menu .block-container .group_header>a {
	line-height: 32px;
	border-bottom: 1px solid #333;
	display: inline-block;
	margin-bottom: -1px;
	font-size: 11px;
	font-weight: bold;
}
#main-menu li.dropdown>a:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 14px;
	vertical-align: 0;
	padding-left: 15px;
}
#main-menu li.dropdown:before {
	content: "\f0de";
	font-family: "FontAwesome";
	font-size: 15px;
	color: #fff;
	padding-left: 7px;
	position: absolute;
	bottom: -13px;
	right: 48%;
	display: none;
	z-index: 1001;
}
#main-menu li.dropdown:hover:before {
	display: none;
}
/*---------------







[4. Nav menu]







*/







.nav-menu {
	border: none;
}
.nav-menu .container-fluid {
	padding: 0;
}
.nav-menu .navbar-collapse {
	z-index: 10000;
	padding: 0;
	margin: 0;
	border: none;
}
.nav-menu .nav>li:last-child a {
	background-image: none;
}
.nav-menu .nav>li>a {
	padding: 15px 25px;
	background: url('../images/kak.png') no-repeat right center;
}
.nav-menu .navbar-toggle {
	background: url('../images/bar.png') no-repeat left center;
	height: 50px;
	margin: 0;
	padding-right: 3px;
}
.nav-menu .navbar-brand {
	font-size: 14px;
	font-weight: bold;
	display: none;
	text-transform: uppercase;
}
.nav-menu .navbar-brand a {
	color: #fff;
}
.nav-menu .toggle-menu {
	float: right;
	line-height: 49px;
	max-height: 50px;
}
.nav-menu .toggle-menu:before {
	font: normal normal normal 17px/1 FontAwesome;
	content: "\f0c9";
	line-height: inherit;
	color: #fff;
}
.floor-elevator {
	width: 70px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/floor-elevator.png") no-repeat left center;
	padding-left: 38px;
	padding-right: 22px;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	color: #999;
	padding-top: 7px;
}
.floor-elevator .fa {
	font-weight: bold;
}
.floor-elevator .btn-elevator {
	cursor: pointer;
}
.floor-elevator .btn-elevator:hover, .floor-elevator .disabled {
	color: #ccc;
}
.floor-elevator .down {
	margin-top: -6px;
}
/** default nav **/







.nav-menu-default {
	height: 50px;
	background: #fe9c00;
	border-radius: 0;
	padding: 0;
	margin: 0;

}
.nav-menu-default .navbar-collapse {
	background: #eee;
}
.nav-menu-default ul>li>a:hover,  .nav-menu-default ul>li.active>a,  .nav-menu-default ul>li.selected>a {
	background: #fe9c00;
	color: #fff;
}
/** read nav **/








.nav-menu-red {
	height: 53px;
	background: #fe9c00;
	border-radius: 0;
	padding: 0;
	padding-bottom: 3px;
	margin: 0;
}
.nav-menu-red .navbar-collapse {
	background: #fff;
}
.nav-menu-red li a:hover,  .nav-menu-red li.active a,  .nav-menu-red li.selected a {
	background: #fe9c00;
	color: #fff;
}
/**green nav**/







.nav-menu-green {
	height: 53px;
	background: #339966;
	border-radius: 0;
	padding: 0;
	padding-bottom: 3px;
	margin: 0;
}
.nav-menu-green .navbar-collapse {
	background: #fff;
}
.nav-menu-green li a:hover,  .nav-menu-green li.active a,  .nav-menu-green li.selected a {
	background: #339966;
	color: #fff;
}
/**orange nav**/







.nav-menu-orange {
	height: 53px;
	background: #ff6633;
	border-radius: 0;
	padding: 0;
	padding-bottom: 3px;
	margin: 0;
}
.nav-menu-orange .navbar-collapse {
	background: #fff;
}
.nav-menu-orange li a:hover,  .nav-menu-orange li.active a,  .nav-menu-orange li.selected a {
	background: #ff6633;
	color: #fff;
}
/** blue nav**/







.nav-menu-blue {
	height: 53px;
	background: #3366cc;
	border-radius: 0;
	padding: 0;
	padding-bottom: 3px;
	margin: 0;
}
.nav-menu-blue .navbar-collapse {
	background: #fff;
}
.nav-menu-blue li a:hover,  .nav-menu-blue li.active a,  .nav-menu-blue li.selected a {
	background: #3366cc;
	color: #fff;
}
/**gray nav**/







.nav-menu-gray {
	height: 53px;
	background: #6c6856;
	border-radius: 0;
	padding: 0;
	padding-bottom: 3px;
	margin: 0;
}
.nav-menu-gray .navbar-collapse {
	background: #fff;
}
.nav-menu-gray li a:hover,  .nav-menu-gray li.active a,  .nav-menu-gray li.selected a {
	background: #6c6856;
	color: #fff;
}
/**blue2 nav**/







.nav-menu-blue2 {
	height: 53px;
	background: #669900;
	border-radius: 0;
	padding: 0;
	padding-bottom: 3px;
	margin: 0;
}
.nav-menu-blue2 .navbar-collapse {
	background: #fff;
}
.nav-menu-blue2 li a:hover,  .nav-menu-blue2 li.active a,  .nav-menu-blue2 li.selected a {
	background: #669900;
	color: #fff;
}
.show-brand .navbar-brand {
	display: block;
	width: 234px;
	background: #000;
	margin-left: 0!important;
	text-transform: uppercase;
	padding: 0;
	padding-left: 20px;
	line-height: 50px;
	font-size: 16px;
}
.show-brand .navbar-brand a {
	color: #fff;
	line-height: 53px;
}
.show-brand .navbar-brand img {
	vertical-align: middle;
	margin-right: 15px;
}
/*----------------







[5. Home slide]







*/







.header-top-right {
	/*margin-left: -15px;*/
	padding: 0;
	
}
.header-top-right .homeslider {
	width: 74%;
	float: left;
}
.header-top-right .header-banner {
	width: 26%;
	float: right;
}
.header-top-right .header-banner img {
	width: 100%;
	height: auto;
}
.header-top-right .homeslider img {
	width: 100%;
	height: auto;
}
.header-top-right .homeslider .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: none;
	border: 0;
	left: 0;
	background: #fff;
	height: 100vh !important;
}
.header-top-right .homeslider .bx-controls-direction .bx-prev,  .header-top-right .homeslider .bx-controls-direction .bx-next {
	background: rgba(0,0,0,0.4);
	text-indent: 0px!important;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	position: absolute;
	opacity: 1;
	visibility: hidden;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    border-radius: 50%;
}
.header-top-right .homeslider .bx-controls-direction .bx-prev {
	left: 50%;
}

.header-top-right .homeslider .bx-controls-direction .bx-next {
	right: 50%;
}
.header-top-right .homeslider:hover .bx-controls-direction .bx-next {
	right: 30px;
	opacity: 1;
	visibility: inherit;
}
.header-top-right .homeslider:hover .bx-controls-direction .bx-prev {
	left: 30px;
	opacity: 1;
	visibility: inherit;
}
.header-top-right .homeslider .bx-controls-direction .bx-prev:hover,  .header-top-right .homeslider .bx-controls-direction .bx-next:hover {
	opacity: 0.8;
}
.header-top-right .homeslider .bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
	display: block;
}
.header-top-right .homeslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: right;
	padding-right: 25px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item {
	width: 20px;
	height: 20px;
	border-radius: 90%;
	margin-right: 5px;
	line-height: 20px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a {
	width: 100%;
	height: 100%;
	float: left;
	background: transparent;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0px;
	border-radius: 90%;
	color: #666;
	border: 1px solid #999;
	padding-left: 1px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fe9c00;
	color: #fff;
	border: 1px solid #fff;
}
.bx-wrapper {
	margin: 0;
}
/*---------------







[6. Page top]







*/







.page-top {
	margin-top: 30px;
}
/*------------------







[6.1 Latest deals]







*/







.latest-deals {
}
.latest-deals .latest-deal-title {
	height: 54px;
	background: url("../images/latest-deal-title.png") no-repeat left center;
	padding: 0;
	margin: 0;
	line-height: 54px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding-left: 52px;
	margin-left: 8px;
}
.latest-deals .product-list li {
	padding-right: 0;
	border: none;
}
.latest-deals .latest-deal-content {
	border: 3px solid #fe9c00;
	padding: 20px 15px 10px 15px;
}
.latest-deals .count-down-time {
	text-align: center;
	padding-bottom: 15px;
}
.latest-deals .count-down-time span {
	height: 24px;
	background: #999;
	color: #fff;
	width: auto;
	display: inline-block;
	line-height: 24px;
	margin: 0 3px;
	font-size: 18px;
	letter-spacing: 17px;
	padding-left: 7px;
	position: relative;
}
.latest-deals .count-down-time span:after {
	content: '';
	height: 24px;
	width: 2px;
	position: absolute;
	left: 25px;
	top: 0;
	background: #fff;
}
.latest-deals .count-down-time span:before {
	content: '';
	height: 24px;
	width: 11px;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.latest-deals .count-down-time span:first-child {
	margin-left: 10px;
}
.latest-deals .count-down-time b {
	margin-left: -8px;
	position: relative;
}
.latest-deals .count-down-time b:after {
	position: absolute;
	right: -1px;
	top: 0;
	content: ':';
}
.latest-deals .product-list .owl-controls {
	width: 100%;
	top: 40%;
}
.latest-deals .product-list li .right-block {
	padding: 0;
}
.latest-deals .content_price {
	width: 100%!important;
}
.latest-deals .colreduce-percentage {
	float: right;
	padding-right: 20px;
}
.latest-deals .owl-prev,  .latest-deals .owl-next {
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	display: block;
	opacity: 0;
}
.latest-deals .owl-next {
	right: -50px;
}
.latest-deals .owl-prev {
	left: -50px;
}
.latest-deals:hover .owl-prev {
	left: -15px;
	opacity: 1;
}
.latest-deals:hover .owl-next {
	right: -15px;
	opacity: 1;
}
/*-------------------







[6.2. Popular tabs]







*/







.popular-tabs .owl-controls .owl-next {
	top: -46px;
}
.popular-tabs .owl-controls .owl-prev {
	top: -46px;
	left: inherit;
	right: 26px;
}
.popular-tabs .nav-tab {
	margin: 0;
	padding: 0;
}
.popular-tabs .nav-tab {
	margin: 0;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
}
.popular-tabs .nav-tab li {
	list-style: none;
	display: inline;
	border-bottom: 3px solid #ccc;
	margin-right: 2px;
	height: 45px;
	line-height: 45px;
	float: left;
	padding: 0 15px;
}
.popular-tabs .nav-tab li:hover, .popular-tabs .nav-tab li.active {
	border-bottom: 3px solid #fe9c00;
}
.popular-tabs .nav-tab li:hover a, .popular-tabs .nav-tab li.active a {
	color: #333;
}
.popular-tabs .nav-tab li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.popular-tabs .tab-container {
	padding-top: 30px;
}
.popular-tabs .product-list li .left-block {
}
.popular-tabs .product-list li {
	border: 1px solid #eaeaea;
	padding-bottom: 10px;
	overflow: hidden;
}
/*--------------------







[7. Services]







*/







.service {
	background: #f6f6f6;
	border: 1px solid #eaeaea;
	padding: 19px 0;
	font-size: 12px;
	margin-top: 20px;
	float: left;
	width: 100%;
}
.service .service-item {
	padding-left: 35px;
	border-right: 1px solid #ccc;
	overflow: hidden;
}
.service .service-item .icon {
	width: 40px;
	height: 40px;
	float: left;
}
.service .service-item .info {
	padding-left: 15px;
	margin-left: 40px;
	padding-top: 2px;
}
.service .service-item h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.service .service-item:last-child {
	border-right: none;
}
/*----------------







[8. Product]







*/





li.product:hover article{ /*box-shadow: 0px 0px 17px 0px rgba(0, 0, 6, 0.1);*/}

.product-list li {
}
.product-list li:hover .add-to-cart {
	bottom: 0;
}
.product-list li:hover .quick-view a.heart {
	margin-left: 0;
}
.product-list li:hover .quick-view a.compare {
	margin-left: 0;
	background:#0168b8;
   /* background-image: url('../images/icon-compare7.png');*/
	background-repeat:no-repeat;
	background-position:5px;
	width:32px;
	height:32px;
	padding:0px;
	color:#333
}
.product-list li:hover .quick-view a.search {
	margin-left: 0;
}
.product-list li .left-block {
	position: relative;
	/*padding: 10px 10px 0;*/
}
.product-list li .left-block a {
	display: block;
	overflow: hidden;
}

.product-list li .left-block .cart-btn{
    height: 42px;
    width: 100%;
    border-radius: 0;
    background: #dcdbdb;
    color: #888888 !important;
    float: right;
    text-align: center;
    line-height: 40px;
}
.product-list li .left-block .cart-btn:hover{ background: #ed3237; color: #fff !important; }
.product-list li .left-block .cart-btn i {
    vertical-align: middle;
}
.product-list li .left-block img {
	transition: all 0.5s;
	webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);

	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;

	margin: 0 auto;
}
.product-list li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.product-list li .right-block {
	padding: 0;
	margin-top: 15px;
}
.product-list li .quick-view {
	position: absolute;
	right: 20px;
	top: 20%;
	width: 32px;
	overflow: hidden;
}
.product-list li .quick-view a {
	width: 32px;
	height: 32px;
	float: left;
	border-radius: 90%;
	margin-top: 5px;
	text-align: center;
	line-height: 32px;
	color: #fff;
}
.product-list li .quick-view a.heart {
	-webkit-transition: margin-left 0.4s ease 0.4s;
	-moz-transition: margin-left 0.4s ease 0.4s;
	-ms-transition: margin-left 0.4s ease 0.4s;
	-o-transition: margin-left 0.4s ease 0.4s;
	transition: margin-left 0.4s ease 0.4s;
	margin-left: 200px;
	background:#eeeeee;
	color:#888888;
	font-size:20px;
}
/*.product-list li .quick-view a.heart:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f08a";
	font-weight: bold;
}
.product-list li .quick-view a.compare:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f08a";
    font-weight: bold;
}*/
.product-list li .quick-view a.compare {
	background:#eee !important;
	color:#888888;
    /*background-image: url('../images/icon-compare7.png');*/
	/*background-repeat:no-repeat;*/
	width:32px;
	height:32px;
	padding:0px;
	-webkit-transition: margin-left 0.3s ease 0.3s;
	-moz-transition: margin-left 0.3s ease 0.3s;
	-ms-transition: margin-left 0.3s ease 0.3s;
	-o-transition: margin-left 03s ease 0.3s;
	transition: margin-left 0.3s ease 0.3s;
	margin-left: 200px;
	font-size:20px;
	
}
.product-list li .quick-view a.compare:before {
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 0;
    background-image: url('../images/icon-compare7.png');
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	padding:15px;
}
.product-list li .quick-view a.search {
	background: rgba(0,0,0,0.4);
	-webkit-transition: margin-left 0.2s ease 0.2s;
	-moz-transition: margin-left 0.2s ease 0.2s;
	-ms-transition: margin-left 0.2s ease 0.2s;
	-o-transition: margin-left 0.2s ease 0.2s;
	transition: margin-left 0.2s ease 0.2s;
	margin-left: 200px;
}
.product-list li .quick-view a.search:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f002";
}
.product-list li .quick-view a:hover {
	background-color: #fe9c00;
}
.product-list li .add-to-cart {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	line-height: 50px;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.product-list li .add-to-cart:hover {
	background-color: rgba(255,51,102,0.5);
}
.product-list li .add-to-cart a {
	background: url("../images/add-cart.png") no-repeat left center;
	height: 32px;
	line-height: 32px;
	color: #fff;
	width: auto;
	/* padding-left: 40px;*/







	display: inline-block;
	vertical-align: middle;
}
.product-list li .product-name {
    font-size: 15px;
    padding: 0 10px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.product-list li .product-info {
	padding: 0 5px;
}
.product-list li .content_price {
/*	width: auto;
	display: inline-block; */
}
.product-list li .product-price {
	font-size: 14px;
	color: #fe9c00;
}
.product-list li .old-price {
	text-decoration: line-through;
	margin-left: 11px;
	line-height: 20px;
	color: red;
	font-size:12px;
    float: right;
}
.product-list li .colreduce-percentage {
	line-height: 28px;
}
.product-list li .group-price {
	position: absolute;
	position: absolute;
	top: 10px;
	left: 10px;
	height: auto;
}
.product-list li .group-price .price-percent-reduction {
	width: 36px;
	height: 36px;
	background: #ff6600;
	color: #fff;
	float: left;
	border-radius: 90%;
	line-height: normal;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.product-list li .price-percent-reduction2 {
	width: 52px;
	height: 44px;
	background: url("../images/price-percent-br.png") no-repeat center center;
	color: #fff;
	line-height: normal;
	text-align: center;
	font-size: 14px;
	position: absolute;
	top: 10px;
	right: 0;
	
	padding-left: 5px;
	padding-top: 2px;
}
.product-list li .group-price .product-new {
	color: #fff;
	float: left;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 10px;
	background: #ffc000;
	height: 22px;
}
.product-list li .group-price .product-sale {
	color: #fff;
	float: left;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 10px;
	background: #ff4318;
	height: 22px;
}
.product-list li .product-star {
	width: auto;
	float: right;
	color: #ff9900;
	text-align: right;
	display: inline-block;
	padding-top: 5px;
	font-size: 13px;
}
/*------------------

[9. Owl carousel]

*/







.owl-controls {
}

.owl-controls .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-controls .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.owl-controls .owl-prev,  .owl-controls .owl-next {
	display: block !important;
    /*height: 32px;
    line-height: 30px;
    width: 32px;*/
    margin-left: 10px;
    font-size: 16px;
    text-align: center;
    color: #888888;
    border-radius: 4px;
}
.owl-controls .owl-prev:hover,  .owl-controls .owl-next:hover {
	background: #fe9c00;
	color: #fff;
}
.owl-controls .owl-prev .fa,  .owl-controls .owl-next .fa {
	font-weight: bold;
}

.band-logo .owl-controls .owl-prev .fa,  .band-logo .owl-controls .owl-next .fa {
    vertical-align: middle !important;
}

/*-----------------
.owl-controls .owl-prev, .owl-controls .owl-next






[10. Banner advertisement]







*/







.banner a {
	width: 100%;
	overflow: hidden;
	height: auto;
	display: block;
	position: relative;
}
.banner a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 300%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 300%, 0);
}
.banner a:hover:before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -300%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -300%, 0);
}
.banner-img,  .banner-img2 {
	position: relative;
	margin:10px 0;
}
.banner-img img, .banner-img2 img{
	width:100%
}
.banner-img a:before,  .banner-img2 a:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	z-index: 9;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	transform: scale(0, 1);
}
.banner-img2 a:before {
	border-width: 3px 0 3px 0;
}
.banner-img a:after,  .banner-img2 a:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	z-index: 9;
	border-left: 1px solid rgba(255, 255, 255, 0.8);
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	transform: scale(1, 0);
}
.banner-img2 a:after {
	background: rgba(0, 0, 0, 0.1);
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
}
.banner-img a:hover:before,  .banner-img a:hover:after,  .banner-img2 a:hover:before,  .banner-img2 a:hover:after {
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/*-----------------







[11. Page content]







*/







.content-page {
	background: #eaeaea;
	margin-top: 30px;
	padding-bottom: 30px;
}
/*------------------







[11.1 Category featured]







*/







.category-featured {
	margin-top: 30px;
}
/*------------------







[11.1.1 Banner featured]







*/







.category-banner {
	overflow: hidden;
}
.category-banner .banner {
	padding: 0;
	overflow: hidden;
}
.featured-text {
	position: absolute;
	right: -5px;
	top: -5px;
	background: url('../images/featured2.png') no-repeat;
	width: 75px;
	height: 75px;
	z-index: 100;
}
.featured-text span {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	width: 100%;
	height: 20px;
	line-height: 24px;
	float: left;
	margin-top: 24px;
	margin-left: 17px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #003366;
	font-weight: bold;
	text-indent: -999px;
}
/*------------------







[11.1.2 Product featured]











*/








.product-featured {
	margin-top: 10px;
	background: #fff;
}
.product-featured .product-featured-content {
	width: 100%;
	float: right;
}
.product-featured .product-featured-content .product-featured-list {
	margin-left: 234px;

	overflow: hidden;
}
.product-featured .banner-featured {
	width: 234px;
	float: left;
	margin-right: -100%;
	position: relative;
}
.product-featured .product-list li {
	border-right: 1px solid #eaeaea;

	padding-bottom: 10px;
	min-height: 350px;
}
.product-featured .product-list .owl-stage .active:last-child li {
	border: none;
}
.product-featured .owl-prev,  .product-featured .owl-next {
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	opacity: 0;
	visibility: hidden;
}
.product-featured .owl-next {
	right: -50px;
}
.product-featured .owl-prev {
	left: -50px;
}
.product-featured .owl-carousel:hover .owl-prev {
	left: 0;
	opacity: 1;
	visibility: inherit;
}
.product-featured .owl-carousel:hover .owl-next {
	right: 0;
	opacity: 1;
	visibility: inherit;
}
/*







[11.2 Banner bootom]







*/







.banner-bottom {
	margin-top: 30px;
}
.owl-carousel .item {
	background: #eaeaea;
}
/*----------------







[12. Brand showcase]







*/







.brand-showcase {
	margin-top: 30px;
}
.brand-showcase .brand-showcase-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	border-bottom: 3px solid #fe9c00;
	line-height: 40px;
	padding-left: 10px;
}
.brand-showcase-box {
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding-bottom: 30px;
}
.brand-showcase-box .brand-showcase-logo {
}
.brand-showcase-box .brand-showcase-logo .owl-item:last-child {
	margin-right: 0!important;
}
.brand-showcase-box .brand-showcase-logo li {
	background: #eaeaea;
	cursor: pointer;
}
.brand-showcase-box .brand-showcase-logo li:hover, .brand-showcase-box .brand-showcase-logo li.active {
	background: #fff;
}
.brand-showcase-box .brand-showcase-logo .owl-controls .owl-prev,  .brand-showcase-box .brand-showcase-logo .owl-controls .owl-next {
	top: -18px;
}
.brand-showcase-box .brand-showcase-logo .owl-controls .owl-next {
}
.brand-showcase-box .brand-showcase-logo .owl-controls .owl-prev {
	left: inherit;
	right: 26px;
}
.brand-showcase-box .brand-showcase-logo .owl-controls .fa {
	font-weight: bold;
}
.brand-showcase-content .brand-showcase-content-tab {
	display: none;
}
.brand-showcase-content .active {
	display: block;
}
.trademark-info {
	padding-left: 45px!important;
}
.trademark-info .trademark-logo,  .trademark-info .trademark-desc {
	border-bottom: 1px dotted #999999;
	padding-bottom: 20px
}
.trademark-info .trademark-logo {
	margin-top: 30px;
}
.trademark-info .trademark-desc {
	line-height: 18px;
	margin-top: 20px;
}
.trademark-info .trademark-link {
	line-height: 30px;
	text-transform: uppercase;
	border: 1px solid #999;
	padding: 0 10px 0 15px;
	margin-top: 20px;
	float: left;
}
.trademark-info .trademark-link:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0da";
	padding-left: 12px;
}
.trademark-product {
	padding-right: 45px;
}
.trademark-product .product-item {
	margin-top: 30px;
}
.trademark-product .image-product {
	float: left;
	width: 40%
}
.trademark-product .info-product {
	float: right;
	width: 60%;
	padding-left: 20px;
	line-height: 35px;
	padding-top: 20px;
}
.trademark-product .info-product .product-price {
	font-size: 18px;
	color: #F36;
	font-weight: bold;
}
.trademark-product .info-product .product-star {
	color: #ff9900;
	font-size: 13px;
}
.trademark-product .info-product .quick-view a {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
}
.trademark-product .info-product .btn-view-more {
	height: 26px;
	text-align: center;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	border: 1px solid #eaeaea;
}
.trademark-product .info-product .btn-view-more:hover {
	background: #fe9c00;
	color: #fff;
}

.trademark-product .info-product .quick-view a .fa {
	text-align: center;

	line-height: 25px;
}
.trademark-product .info-product .quick-view a:hover {
	background: #fe9c00;
}
/*------------------







[12. Hot categories]







*/








#hot-categories {
	margin-top: 30px
}
.group-title-box {
	margin-bottom: 20px;
}
.group-title {
	font-size: 16px;
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
	padding-bottom: 7px;
}
.group-title span {
	border-bottom: 3px solid #fe9c00;
	text-transform: uppercase;
	padding: 5px 10px;
}
.cate-box {
	padding-bottom: 20px;
}
.cate-box .cate-tit {
	background: #f4f4f4;
	height: 110px;
	overflow: hidden;
}
.cate-box .cate-tit .div-1 {
	width: 46%;
	float: left;
	padding-left: 25px;
	padding-right: 15px;
}
.cate-name-wrap {
	display: table;
	margin-bottom: 18px;
}
.cate-box .cate-name {
	font-size: 16px;
	font-weight: bold;
	height: 55px;
	display: table-cell;
	vertical-align: bottom;
}
.cate-box .cate-link {
	padding: 4px 4px 3px 7px;
	background: #999999;
	text-decoration: none;
	color: #fff;
}
.cate-box .cate-link:hover {
	background: #fe9c00!important;
}
.cate-link span {
	padding-right: 12px;
	background: url('../data/cate-readmore-arrow.png') right 2px top 50% no-repeat;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
}
.cate-content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.cate-content ul {
	list-style: none;
}
.cate-content ul li a:before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f105";
	padding: 0 10px;
	font-weight: bold;
}
.cate-box .div-2 {
	width: 54%;
	float: left;
	padding-top: 10px;
	overflow: hidden;
}
/*







[14. footer]







*/







#footer {
	background: #eee;
}
/** add-box **/







#address-list .tit-name {
	float: left;
	font-weight: bold;
	width: 70px;
	padding-right: 5px;
}
#address-list {
	margin-top: 18px;
}
#address-list .tit-contain {
	display: flex;
}
/** #introduce-box **/







#introduce-box {
	margin-top: 40px;
}
.introduce-title {
	text-transform: uppercase;
	font-size: 16px;
	list-style: none;
	font-weight: bold;
	margin-bottom: 8px;
}
.introduce-list li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.introduce-list {
	padding-left: 16px;
	list-style: inherit;
}
/** contact-box **/







#mail-box {
	margin-bottom: 20px;
}
#mail-box input {
	height: 30px;
	background: #fff;
	width: 100%;
	padding-left: 10px;
}
#mail-box .btn {
	font-weight: bold;
	color: #fff;
	height: 30px;
	border-radius: 0;
	background: #fe9c00;
	border: none;
	outline: none;
}
#mail-box .btn:hover {
	z-index: 0;
	opacity: 0.8;
	transition: 0.3s;
}
/** /#introduce-box **/







/** #trademark-box **/







#trademark-text-box {
	font-size: 13px;
}
#trademark-list {
	list-style: outside none none;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 30px;
	display: table;
	width: 100%;
	margin-top: 30px;
}
#trademark-list li {
	display: inline-block;
	padding: 10px 11px;
}
#trademark-list li:last-child {
	padding-right: 0;
}
#trademark-list #payment-methods {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 0px;
}
.trademark-text-tit {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.trademark-list {
	list-style: none;
	margin-bottom: 10px;
}
.trademark-list li {
	display: inline;
	padding: 0 7px 0 5px;
	border-right: 1px solid #666666;
}
.trademark-list li:first-child {
	border-right: none;
	padding-right: 0;
	padding-left: 0;
}
.trademark-list li:last-child {
	border-right: 0;
	padding-right: 0;
}
.social-link a:hover {
	opacity: 0.8;
}
.social-link .fa {
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.social-link .fa-facebook {
	background: #415a99;
}
.social-link .fa-pinterest-p {

	background: #cb222a;
}
.social-link .fa-vk {
	background: #5b7fa6;
}
.social-link .fa-twitter {
	background: #00caff;
}
.social-link .fa-google-plus {
	background: #da4735;
}
/** #footer-menu-box **/











#footer {
	background: #eaeaea;
}

#footer-menu-box {
	border-top: 1px solid #E1E1E1;
	margin-top: 10px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.footer-menu-list {
	list-style: none;
	text-align: center;
	margin-bottom: 5px;
}
.footer-menu-list li {
	display: inline;
	padding: 0 7px 0 5px;
	border-right: 1px solid #0066cc;
}
.footer-menu-list li:last-child {
	border-right: none;
}
.footer-menu-list li a {
	color: #0066cc;
}
.footer-menu-list li a:hover {
	text-decoration: underline;
	transition: all 0.3s;
}
.scroll_top {
	width: 34px;
	height: 34px;
	position: fixed;
	display: none;
	font-size: 0;
	z-index: 9999;
	right: 10px;
	bottom: 32px;
	background: #666;
	display: none;
}
.scroll_top:hover {
	background: #F36;
}
.scroll_top:before {
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: block;
}
/*------------------







[15. Breadcrumb]







*/







.breadcrumb {
	background: none;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	line-height: normal;
	background: #fafafa;
}
.breadcrumb .navigation-pipe:before {
	content: "\f105";
	font-size: 14px;
	display: inline-block;
	text-align: right;
	width: 6px;
	color: #666;
	font-family: "FontAwesome";
	padding: 0 15px;
}
/*------------------







[16. Columns]







*/







#columns {
	padding-top: 40px;
	padding-bottom: 20px;
}
/*--------------







16.1 Left column







*/



#left_column .left-module {
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 12px;
	box-shadow: none;
}
#left_column .left-module .owl-dots {
	bottom: 5px;
}
#left_column .left-module:last-child {
	margin-bottom: 0;
}
#left_column .left-module img {
	margin: 0 auto;
}
#left_column .block {
	/*border: 1px solid #eaeaea;*/
}
#left_column .block .title_block {
	font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e9e9e9;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #333333;
    position: relative;
    background: #e9e9e9;
    padding: 10px 12px;
}
#left_column .block .title_block:after{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e9e9e9;
    content: ' ';
    position: absolute;
    top: 44px;
    z-index: 9;
    left: 35px;
}
.accord_menu .panel-body .panel{ position: relative; }
.accord_menu .panel-body .panel a:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #606060;
    content: ' ';
    position: absolute;
    top: 6px;
    z-index: 9;
    left: -15px;
}
.title_blockf-ilters{
    border-bottom: solid 1px #c0c0c0;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 0px;
    margin-bottom: 6px;
}
#left_column .block .block_content {
	padding: 0;
	background:transparent;
	display: block;
}
.layered .layered_subtitle {
	color: #222;
	font-size: 20px;
	text-transform: capitalize;
	/* font-weight: 500; */
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 15px;
}
.layered .layered-content {
	/*border-top: 1px solid #e9e9e9;*/
	padding-bottom: 15px;
	margin-bottom: 15px;
	/*padding-top: 15px;*/
}
.listingpage .left-module .layered{
    margin-bottom: 15px;
}
.layered-category .layered-content {
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
}
.tree-menu ul{ margin:0px 0 0 0;}
.tree-menu li {
	line-height: 30px;
	/* text-transform: uppercase; */
	/* font-weight: 600; */
	margin: 0 0 5px 0;
}
.tree-menu li:hover>a,  .tree-menu li.active>a,  .tree-menu li:hover>span:before,  .tree-menu li.active>span:before {
	color: #f38433;
}
.dashboardpage .content-text h2 i{
    color: #f48532;
    margin-right: 5px;
}
.tree-menu > li >span:before {
	content: "\f105";
	font-size: 14px;
	display: inline-block;
	text-align: right;
	color: #666;
	font-family: "FontAwesome";
	padding-right: 12px;
	color: #ccc;
	font-weight: 600;
	cursor: pointer;
}
.tree-menu > li >span.open:before {
	content: "\f107";
	font-size: 14px;
	display: inline-block;
	text-align: right;
	color: #666;
	font-family: "FontAwesome";
	padding-right: 12px;

	color: #ccc;
	font-weight: bold;
	cursor: pointer;
}
.tree-menu > li > ul {
	padding-left: 4px;
	display: none;
}
.tree-menu > li > ul > li {
	border-bottom: 1px dotted #eaeaea;
}
.tree-menu > li > ul > li:last-child {
	border: none;
}
.tree-menu > li > ul > li >span:before {
	content: "\f0da";
	font-size: 14px;
	display: inline-block;
	text-align: right;
	color: #666;
	font-family: "FontAwesome";
	padding-right: 12px;
	color: #ccc;
}
/** FILTER PRICE **/







.layered-filter-price .amount-range-price {
	padding: 15px 0;
}
.layered-filter-price .slider-range-price {
	height: 7px;
	background: #fe9c00;

	border: none;
	border-radius: 0;
}
.layered-filter-price .slider-range-price .ui-widget-header {
	background: #ccc;
	height: 7px;
}
.layered-filter-price .slider-range-price .ui-slider-handle {
	border: none;
	border-radius: 0;
	background: url("../images/range-icon.png") no-repeat;
	cursor: pointer;
}
.check-box-list {
    overflow: hidden;
    margin: 0px 0 0 0px;
}
.check-box-list li {
	line-height: 20px;
    margin-bottom: 10px;
}
.check-box-list li i{margin-right:5px;}
.check-box-list label {
	display: inline-block;
	cursor: pointer;
	line-height: 12px;
	line-height: 12px;
    margin-top: 5px;
	color:#222222;
}
.check-box-list label:hover {
	color:#000;
}
.check-box-list input[type="checkbox"] {
	display: none;
}
.check-box-list input[type="checkbox"] + label span.button {
	display: inline-block;
	width: 15px;
    height: 15px;
    margin-right: 2px;
	background: url("../images/checkbox.png") no-repeat;
	padding: 0;
	border: none;
    margin-top: -2px;
    background-size: cover;
    border-radius: 0;
}
.check-box-list input[type="checkbox"]:checked + label span.button {
	background: url("../images/checked.png") no-repeat center center;
}
.check-box-list input[type="checkbox"]:checked + label {
	color: #000;
}

.brdrbox
{
	display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}

.check-box-list input[type="radio"] {
	display: none;
}
.check-box-list input[type="radio"] + label span.raDbutton {
	display: inline-block;
	width: 20px;
    height: 20px;
    margin-right: 8px;
	background: url("../images/radiobox.png") no-repeat;
	padding: 0;
	border: none;
    margin-top: -2px;
}
.check-box-list input[type="radio"]:checked + label span.raDbutton {
	background: url("../images/radioclick.png") no-repeat center center;
}
.check-box-list input[type="radio"]:checked + label {
	color: #000;
}




.check-box-list label span.count {
	color: #a4a4a4;
	margin-left: 2px;
}
.filter-color ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
}
.filter-color li {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: normal;
	float: left;
	padding: 5px;
}
.filter-color li label {
	border: 1px solid #eaeaea;
	width: 20px;
	height: 20px;
	padding-top: 6px;
	padding-left: 6px;
	float: left;
}
.filter-color li input[type="checkbox"] + label span.button {
	background: none;
	margin: 0;
}
.filter-color li input[type="checkbox"]:checked + label {
	border-color: #fe9c00;
}
.filter-size {
	max-height: 200px;
	overflow-y: auto;
}
.filter-size li {
	width: 50%;
	float: left;
}
.owl-controls .owl-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.owl-controls .owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	background: #adadad;
	display: inline-block;
	margin: 0 6px;
	border-radius: 90%;
}
.owl-controls .owl-dots .owl-dot.active {
	background: #fe9c00;
}
/** special-product**/







.products-block {
	overflow: hidden;
}
.products-block .products-block-left {
	width: 75px;
	float: left;
}
.products-block .products-block-right {
	margin-left: 85px;
}
.products-block .product-price {
	font-size: 18px;
	color: #fe9c00;
	font-weight: bold;
	line-height: 35px;
}
.products-block .product-star {
	color: #ff9900;
}
.products-block-bottom {
	padding-top: 15px;
}
.products-block .link-all {
	height: 35px;

	width: 120px;
	border: 1px solid #fe9c00;
	line-height: 33px;
	font-size: 14px;
	color: #fe9c00;
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
	background: #fe9c00;
	color: #fff;
}
.products-block .link-all:hover {
	opacity: 0.8;
}
.products-block .link-all:after {
	font: normal normal normal 13px/1 FontAwesome;
	content: "\f101";
	margin-left: 10px;
}
.best-sell li {
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0;

}
.best-sell li:first-child {
	padding-top: 0;
}
.best-sell li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.owl-best-sell {
	padding-bottom: 35px;
}
#left_column .block .block_content.product-onsale {
	padding: 15px 20px;
}
#left_column .block .block_content.product-onsale .product-list {
	padding-bottom: 25px;
}
#left_column .block .block_content.product-onsale .product-list .product-container {
	border: none;
}
#left_column .block .block_content.product-onsale .product-list .product-container .right-block {
	padding: 0;
}
.product-bottom {
	padding-top: 10px;
	text-align: center;
}
.btn-add-cart {
	height: 40px;
	width: auto;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	background: #fe9c00;
}
.btn-add-cart:hover {
	color: #fff !important;
	background: #333;
}
.btn-add-cart:before {
	width: 16px;
	height: 100%;
	float: left;
	background: url("../images/cart.png") no-repeat scroll left center;
	content: " ";
	margin-right: 5px;
}
/** tags **/







.tags {
	line-height: 26px;
}
.tags span {
	padding: 0 5px;
}
.tags .level1 {
	font-size: 12px;
}
.tags .level2 {
	font-size: 16px;
}
.tags .level3 {
	font-size: 18px;
}
.tags .level4 {
	font-size: 20px;
}
.tags .level5 {
	font-size: 24px;
}
/** testimonials **/







.testimonials {
	padding-bottom: 38px;
}
.testimonials .client-mane {
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}
.testimonials .client-avarta {
	margin-top: 10px;
	text-align: center;
}
.testimonials .client-avarta img {
	width: 110px;
	height: 110px;
	border: 3px solid #eaeaea;
	border-radius: 90%;
	margin: 0 auto;
}
/*--------------------







[16.2 Center column]







*/















.category-slider .owl-controls .owl-prev,  .category-slider .owl-controls .owl-next {
	background: #aaa;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.category-slider .owl-controls .owl-prev:hover,  .category-slider .owl-controls .owl-next:hover {
	background: #fe9c00;
}
.category-slider .owl-controls .owl-prev {
	left: 50%;
}
.category-slider .owl-controls .owl-next {
	right: 50%;
}
.category-slider:hover .owl-controls .owl-next {
	right: 0;
	visibility: inherit;
	opacity: 1;
}
.category-slider:hover .owl-controls .owl-prev {
	left: 0;
	visibility: inherit;
	opacity: 1;
}
/** subcategories **/







.subcategories {
	border: 1px solid #e4e4e4;
	margin-top: 20px;
}
.subcategories ul {
	overflow: hidden;
}
.subcategories li {
	display: inline;
	float: left;
}
.subcategories li a {
	height: 34px;
	float: left;
	line-height: 34px;
	padding: 0 40px;
	font-size: 13px;
}
.subcategories li a:hover {
	background: #f2f2f2;
	color: #666;
}
.subcategories li.current-categorie {
	position: relative;
}
.subcategories li.current-categorie:after {
	font: normal normal normal 14px/1 FontAwesome;

	content: "\f0da";
	position: absolute;
	right: -5px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
}
.subcategories li.current-categorie a {
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;

}
.view-product-list {
	/*margin-top: 5px;*/
	position: relative;
}
.page-heading {
	height: 41px;
	line-height: 40px;
	position: relative;
	font-size: 24px;
}
.page-heading span.page-heading-title {
	/* border-bottom: 3px solid #ed3237; */
	position: absolute;
	bottom: -1px;
	padding: 0 12px;
}
.page-heading span.page-heading-title2 {
	font-size: 22px;
    letter-spacing: 0;
}
.no-line {
	border-bottom: none;
}
.view-product-list .display-product-option {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
/** botton view option **/







.display-product-option {
	width: 63px;
	height: 30px;
}
.display-product-option li.view-as-grid span {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	cursor: pointer;
	text-indent: -9999px;
	background: url("../images/grid-view-bg.png") 0 0 #666;
	border: none;
	float: left;
}
.display-product-option li.view-as-list span {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	cursor: pointer;
	text-indent: -9999px;
	background: url("../images/list-view-bg.png") 0 0 #666;
	border: none;
	float: right;
}
.display-product-option li.selected span,  .display-product-option li:hover span {
	background-color: #fe9c00;
	background-position: 0 -30px;
}
.view-product-list .product-list.grid {
	/*margin-top: -10px;*/
	padding: 15px;
	background-color: #f5f7f9;
    display: inline-block;
    width: 100%;
}
.product-list .product-container {
	border: 1px solid #eaeaea;
	overflow: hidden;
	padding-bottom: 0;
    background: #fff;
}
.product-list .info-orther {
	display: none;
}
.product-list.grid li {
    max-width: 20%;
}

.listingpage .product-list.grid li {
    max-width: inherit !important;
}

.product-list.grid li:nth-child(3n+3){
    margin-right: 0;
}
.product-list.grid .info-orther {
	display: none;
}
.product-list.list li {
	width: 100%;
	margin-top: -1px;
}
.product-list.list li .product-container {
	border: none;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
.product-list.list li:first-child .product-container {
	margin-top: 20px;
}
.product-list.list li:hover .product-container {
	border: 1px solid #eaeaea;
}
.product-list.list .left-block {
	width: 29%;
	float: left;
	position: inherit;
}
.product-list.list .add-to-cart {
	top: 70px;
	right: 36px;
	left: inherit;
	bottom: inherit;
	width: 129px;
	height: 36px;
	background: #fe9c00;
	line-height: 36px;
	position: absolute;
}
.product-list.list .add-to-cart a {
	height: 36px;
	background: url("../images/cart.png") no-repeat left center;
	margin-left: 15px;
	padding-left: 15px;
	width: 114px;
}
.product-list.list .quick-view {
	width: 129px;
	right: 36px;
	top: 120px;
	text-align: center;
	padding-left: 5px;
}
.product-list.list .quick-view a {
	margin: 0 10px;
}
.product-list.list .quick-view a:last-child {
	margin: 0;
}
.product-list.list .quick-view a.heart {
	margin-left: inherit;
}
.product-list.list .quick-view a.compare {
	margin-left: inherit;
}
.product-list.list .quick-view a.search {
	margin-left: inherit;
}
.product-list.list .group-price {
	top: 34px;
	left: 25px;
}
.product-list.list .product-star {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	padding-top: 6px;
}
.product-list.list li .content_price {
	margin-top: -3px;
}
.product-list.list .right-block {
	width: 71%;
	float: left;
	margin-top: 20px;
	line-height: 26px;
}
.product-list.list .info-orther {
	display: block;
}
.product-list.list .right-block .product-name {
	font-size: 18px;
}
.product-list.list .right-block .availability span {
	color: #009966;
}
.product-list.list .right-block .product-desc {
	line-height: 24px;
	margin-top: 20px;
}
.product-list.style2.grid .add-to-cart {
	position: inherit;
	background: none;
	margin-top: 5px;
}
.product-list.style2.grid .add-to-cart a {
	background: #fe9c00;
	padding: 0 15px;
}
.product-list.style2.grid .add-to-cart a:hover {
	opacity: 0.8;

}
.product-list.style2.grid .add-to-cart a:before {
	content: '';
	width: 16px;
	height: 100%;
	background: url("../images/cart.png") no-repeat left center;
	float: left;
	margin-right: 10px;
}
/** sortPagiBar **/







.sortPagiBar {
	margin-top: 20px;
}
.sortPagiBar .page-noite {
	line-height: 30px;
}
.sortPagiBar .sort-product,  .sortPagiBar .show-product-item {
	float: right;
	border: 1px solid #eaeaea;
	height: 31px;
	margin-left: 23px;
}


.sortPagiBar select {
	background: transparent;
	padding: 0 10px;
	height: 29px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/dropdown.png") no-repeat right center #fafafa;
	padding-right: 20px;
	display: inline-block;
	font-size: 13px;
}
.sortPagiBar .sort-product .sort-product-icon {
	display: inline-block;
	width: 38px;
	text-align: center;
	float: right;
	height: 29px;
	border-left: 1px solid #eaeaea;
	background: #fafafa;
	padding-top: 8px;
}
.sortPagiBar .bottom-pagination {
	width: auto;
	float: right;
	margin-left: 23px;
}
.sortPagiBar .bottom-pagination .pagination {
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.sortPagiBar .bottom-pagination .pagination a:hover {
	background: #fe9c00;
	color: #fff;
}
.sortPagiBar .bottom-pagination .pagination .active a {
	background: #fe9c00;
	color: #fff;

}
.sortPagiBar .bottom-pagination .pagination > li:first-child > a,  .sortPagiBar .bottom-pagination .pagination > li:first-child > span {
	margin-left: 0px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.sortPagiBar .bottom-pagination .pagination > li > a,  .sortPagiBar .bottom-pagination .pagination > li > span {
	position: relative;
	float: left;
	padding: 5px 12px;
	margin-left: -1px;
	line-height: 1.42857;
	color: #999;
	text-decoration: none;
	background-color: #fafafa;
	border: 1px solid #eaeaea;
}
.sortPagiBar .bottom-pagination .pagination > li:last-child > a,  .sortPagiBar .bottom-pagination .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
/*----------------------







[17. Order page]







*/







.page-content {
	margin-top: 10px;
}
.page-order ul.step {
	width: 100%;
	clear: both;
	overflow: hidden;
}
.page-order ul.step li {
	display: inline;
	line-height: 30px;
	width: 20%;
	float: left;
	text-align: center;
	border-bottom: 3px solid #ccc;
}
.page-order ul.step li.current-step {
	border-bottom: 3px solid #fe9c00;
}
.page-order .heading-counter {
	margin: 30px 0;
	padding: 10px;
	border: 1px solid #eaeaea;
}
.table-bordered>thead>tr>td,  .table-bordered>thead>tr>th {
	border-bottom-width: 0px;
}
.page-order .cart_navigation a {
	padding: 10px 20px;
    line-height: 1.6rem;
}
.page-order .cart_navigation a:hover{ background: #f03837; color: #fff;}
.page-order .cart_avail {
	text-align: center;
}
.page-order .cart_avail .label {
	white-space: normal;
	display: inline-block;
	padding: 6px 10px;
	font-size: 14px;
	border-radius: 0px;
}
.page-order .product-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.page-order .cart_description {
	font-size: 14px;
}
.page-order .cart_avail .label-success {
	background: #FFF;
	border: 1px solid #55c65e;
	color: #48b151;
	font-weight: normal;
}
.page-order .cart_navigation a.next-btn {
	float: right;
	background: #fe9c00;
	color: #fff;
	border: 1px solid #fe9c00;
}
.page-order .cart_navigation a.next-btn:hover {
	opacity: 0.8;
}
.page-order .cart_navigation a.prev-btn {
	float: left;
}
.prev-btn {
	padding: 9px 20px;
	border: 1px solid #001a33;
	background: #ee3237;
	color: #fff;
	border: none;
}
.prev-btn:hover {
	background:#333;
}
.page-order .cart_navigation a.prev-btn:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f104";
	padding-right: 15px;
}
.page-order .cart_navigation a.next-btn:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	padding-left: 15px;
}
.cart_summary > thead,  .cart_summary > tfoot {

	font-size: 16px;
}
.cart_summary > thead>th {
	border-bottom-width: 1px;
	padding: 20px;
}
.cart_summary td {
	vertical-align: middle!important;
	padding: 20px;
}
.cart_summary .table>tbody>tr>td, .table>tbody>tr>th,  .cart_summary .table>tfoot>tr>td, .table>tfoot>tr>th,  .cart_summary .table>thead>tr>td, .table>thead>tr>th {
	padding: 5px 10px;
}
.cart_summary img {
	max-width: 90px;
}
.cart_summary td.cart_product {
	width: 110px;
	padding: 15px;
}
.cart_summary .price {
	text-align: center;
}
.cart_summary .qty {
	text-align: center;
	width: 100px;
}
.cart_summary .qty input {
	text-align: center;
	max-width: 64px;
	margin: 0 auto;
	border-radius: 0px;
	border: 1px solid #eaeaea;
}
.cart_summary .qty a {
	padding: 8px 10px 5px 10px;
	border: 1px solid #eaeaea;
	display: inline-block;
	width: auto;
	margin-top: 5px;
}
.cart_summary .qty a:hover {
	background: #fe9c00;
	color: #fff;
}
.cart_summary .action {
	text-align: center;
}
.cart_summary .action a {
	background: url("../images/delete_icon.png") no-repeat center center;
	font-size: 0;
	height: 16px;
	width: 16px;
	display: inline-block;
	line-height: 24px;
}
.cart_summary tfoot {
	text-align: right;
}
.cart_navigation {
	margin-top: 10px;
	float: left;
	width: 100%;
}
/*.gotoCheckout{
    margin-top: 30px;
}*/
/*







[18. Product page]







*/




#product-detail ul li{
    list-style: disc;
    margin-left: 20px;
}
#product{
    /*margin-top: 20px;*/
}

#product .pb-right-column {
	line-height: 30px;
}
#product .pb-right-column .fa {
	line-height: inherit;
	/* margin: 0 0 0 20px; */
	margin-right: 0px;
	margin-left: 2px;
}
#product .pb-right-column .product-name {
	font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 0px;
    text-transform: uppercase;
}
#product .pb-right-column .product-comments .product-star,  #product .pb-right-column .product-comments .comments-advices {
	width: auto;
	display: inline-block;
}
#product .pb-right-column .product-comments .product-star {
	color: #ff9900;
}
#product .pb-right-column .product-comments .comments-advices a {
	border-right: 1px solid #eaeaea;
	padding-left: 15px;
	padding-right: 15px;
}
#product .pb-right-column .product-comments .comments-advices a:last-child {
	border-right: none;
}
#product .pb-right-column .product-price-group .price,  #product .pb-right-column .product-price-group .old-price,  #product .pb-right-column .product-price-group .discount {
	display: inline-block;
	margin-right: 10px;
}
#product .pb-right-column .product-price-group .price {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.product-price-group del{font-size: 16px; color: #b6b7b9;}
#product .pb-right-column .product-price-group .old-price {
	text-decoration: line-through;
}
#product .pb-right-column .product-price-group .discount {
	background: #ff9900;
	color: #fff;
	padding: 0 15px;
	text-align: center;
	line-height: inherit;
	margin-right: 0;
	height: 23px;
	line-height: 23px;
	margin-left: 25px;
	margin-top:2px;
}
#product .pb-right-column .info-orther {
	padding-bottom: 5px;
}
#product .pb-right-column .product-desc,  #product .pb-right-column .form-option,  #product .pb-right-column .form-action,  #product .pb-right-column .form-share {
	border-top: 1px solid #eaeaea;
	padding: 20px 0;
}
#product .pb-right-column .form-option #size_chart {
	color: #fe9c00;
	text-decoration: underline;
	margin-left: 15px;
}
#product .pb-right-column .product-desc {

	line-height: 24px;
}
#product .pb-right-column .form-option .attributes {
	clear: both;
	padding: 5px 0;
	overflow: hidden;
}
#product .pb-right-column .form-option .attributes:first-child {
	padding-top: 0;
}
#product .pb-right-column .form-option .attributes .attribute-label {
    width: 50px;
    float: left;
    line-height: 38px;
    font-weight: bold;
}
#product .pb-right-column .form-option .form-option-title {
	font-weight: bold;
	line-height: 30px;
}
#product .pb-right-column .form-option .attributes select {
    padding: 0px 0px 0px 10px;
    height: 40px;
    line-height: 40px;
    /* background: #FAFAFA url(../images/dropdown.png) no-repeat scroll right center; */
    display: inline-block;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    width: 150px;
    /* font-weight: bold; */
}
#product .pb-right-column .form-option .qty {
	width: 50px;
    display: inline-block;
    float: left;
    overflow: hidden;
    border: 1px solid #7c7d7f;
}
#product .pb-right-column .form-option .product-qty {
    /* border-top: 1px solid #eaeaea; */
    /* border-bottom: 1px solid #eaeaea; */
    width: 90px;
    height: 40px;
    overflow: hidden;
    /*background: #ffffff;*/
}
#product .pb-right-column .form-option .attributes .btn-plus {
	width: 18px;
	height: 29px;
	float: left;
	display: inline-block;
	margin-top: 12px;
}
#product .pb-right-column .form-option .btn-plus a {
	width: 18px;
	height: 14px;
	line-height: 14px;
	float: left;
	text-align: center;
	cursor: inherit;
	cursor: pointer;
    color: #333;
}
#product .pb-right-column .form-option .attributes input {
	max-width: 50px;
	padding: 0 5px;
	line-height: 37px;
	text-align: center;
}
#product .pb-right-column .form-option .list-color {
	overflow: hidden;
	padding-top: 5px;
}
#product .pb-right-column .form-option .list-color li {

	width: 20px;
	height: 20px;
	border: 1px solid #eaeaea;
	float: left;
	margin-right: 10px;
}
#product .pb-right-column .form-option .list-color li:hover,  #product .pb-right-column .form-option .list-color li.active {
	border: 1px solid #fe9c00;
}
#product .pb-right-column .form-option .list-color li a {
	width: 20px;
	height: 20px;
	float: left;
	text-indent: -9999px;
}
#product .pb-right-column .form-action {
	padding: 0;
	padding-bottom: 5px;
}
#product .pb-right-column .form-action .button-group {
	margin-top: 30px;
	overflow: hidden;
}
#product .pb-right-column .form-action .button-group .wishlist,  #product .pb-right-column .form-action .button-group .compare {
	min-width: 50px;
	padding-right: 15px;
	text-align: center;
	float: left;
}
#product .pb-right-column .form-action .button-group .wishlist .fa,  #product .pb-right-column .form-action .button-group .compare .fa {
	font-size: 18px;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
	border-radius: 90%;
}
#product .pb-right-column .form-action .button-group .wishlist:hover .fa,  #product .pb-right-column .form-action .button-group .compare:hover .fa {
	background: #fe9c00;
}
#product .pb-right-column .form-share .fa {
	font-size: 18px;
}
#product .pb-right-column .form-share .sendtofriend-print a {
	margin-right: 15px;
	margin-bottom: 15px;
}
#product .pb-left-column .product-image .product-full {
	border: 1px solid #eaeaea;
    padding: 10px 10px;
    text-align: center;
    overflow: hidden;
    max-height: 400px;
    min-height: 400px;
    height: 400px;
}
#product .pb-left-column .product-image .product-full img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}
#product .pb-left-column .product-image .product-img-thumb {
	margin-top: 15px;
	padding: 0 40px;
}
#product .pb-left-column .product-image .product-img-thumb li {
	border: 1px solid #eaeaea;
	padding: 2px 2px;
    max-width: 100%;
    max-height: 100px;
    overflow: hidden;
    padding: 5px;
}
.product-img-thumb .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
#product .pb-left-column .product-image .owl-next {
	right: -40px;
}
#product .pb-left-column .product-image .owl-prev {
	left: -40px;
}
.product-tab {
	margin-top: 30px;
}
.product-tab .nav-tab {
	width: 100%;
	overflow: hidden;
	/*z-index: 100;*/
	position: relative;
    margin: 0;
}
.product-tab .nav-tab>li {
	height: 35px;
	line-height: 35px;
	float: left;
	display: inline;
	/* background: #333; */
	color: #333!important;
	text-transform: uppercase;
	text-align: center;
	margin-right: 2px;
	/*font-weight: bold;*/
}
.product-tab .nav-tab>li.active{
	border-color:#555;
	font-weight: 900;
}
.product-tab .nav-tab>li:last-child {
	margin-right: 0;
}

.product-tab .nav-tab>li>a {
	color: #333;
	padding: 0 25px;
	height: 35px;
	float: left;
	font-size:13px;
	letter-spacing:1px;
}
.product-tab .nav-tab>li:hover>a,  .product-tab .nav-tab>li.active>a {
	background: #7b7c7e;
    color: #fff;
    text-align: center;
    font-weight: normal;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
}
.product-tab .tab-container {
	padding: 20px;
	border-top: 1px solid #e2e2e2;
	margin-top: -1px;
	z-index: 1;
}
.product-tab .tab-container p {
	margin: 0 0 10px;
}
.product-tab .tab-container .table {
	margin-bottom: 0;
}
.product-tab .tab-container .tab-panel {
	line-height: 24px;
}
.product-comments-block-tab {
	overflow: hidden;
}
.product-comments-block-tab .fa {
	line-height: inherit;
}
.product-comments-block-tab .reviewRating {
	color: #ff9900;
}
.product-comments-block-tab .comment {

	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #eaeaea;
}
.product-comments-block-tab .comment:first-child {
	padding-top: 0;
}
.product-comments-block-tab .comment:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.product-comments-block-tab .comment .author {
	border-right: 1px solid #eaeaea;
}
.product-comments-block-tab .btn-comment {
	padding: 5px 15px;
	border: 1px solid #eaeaea;
	float: left;
	margin-top: 15px;
    color: #333;
}
.reviewbtn a:hover{ color: #fff !important;}
.page-product-box {
	margin-top: 50px;
}
.page-product-box .heading {
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 17px;
	/* position: absolute; */
	padding-bottom: 0px;
}
.page-product-box .owl-next {
	top: -20px;
}
.page-product-box .owl-prev {
	top: -20px;
	left: inherit;
	right: 40px;
}
.page-product-box .product-list li {
	margin-bottom: 1px;
}
/* ----------------







 [19. Contact page]










 */







#contact {
	margin-top: 20px;
}
#contact .page-subheading {
	padding-left: 0px;
	border: none;
	margin: 14px 0 30px;
	text-transform: uppercase;
	font-size: 18px;
	color: #666;
}
#contact .contact-form-box {
	padding: 0;
	margin: 0 0 30px 0;
}
#contact .contact-form-box label {
	padding-bottom: 5px;
}
#contact .contact-form-box .form-selector {
	padding-bottom: 25px;
}
#contact input,  #contact select,  #contact textarea {
	border-radius: 0;
	border-color: #eaeaea;
	box-shadow: inherit;
	outline: 0 none;
}
#contact input:focus,  #contact select:focus,  #contact textarea:focus {
	box-shadow: inherit;
	outline: 0 none;
}
#contact #btn-send-contact {
	font-size: 14px;
	line-height: 18px;
	color: white;
	padding: 0;
	font-weight: normal;
	background: #666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 10px 25px;
}
#contact #btn-send-contact:hover {
	background: #F36;
}
#contact_form_map ul {
	line-height: 28px;
	list-style: disc;
	list-style-position: inside;
	font-style: italic;
}
#contact_form_map ul.store_info {
	list-style: none;
	font-style: normal;
	color: #696969;
}
#contact_form_map ul.store_info i {
	display: inline-block;
	width: 30px;
	line-height: inherit;
}
#message-box-conact .fa {
	line-height: inherit;
}
.content-text {
	padding: 20px 0;
	text-align: justify;
}
.content-text p {
	margin-bottom: 30px;
}
.right-sidebar #left_column {
	float: right;
}
/* ----------------



30



 [20. Bolog page]







 */







.blog-posts {
	line-height: 24px;
	margin-top: 20px;
}
.blog-posts .post-item {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	margin-top: -1px;
}
.blog-posts .post-item .entry-meta-data {
	padding: 5px 0;
	color: #666;
	font-size: 13px;
}
.blog-posts .post-item .entry-meta-data span {
	margin-right: 5px;
}
.blog-posts .post-item .entry-meta-data .author .fa {
	opacity: 0.7;
}
.blog-posts .post-item .entry-meta-data .fa {
	line-height: inherit;
}
.blog-posts .post-item .post-star {
	font-size: 13px;
}
.blog-posts .post-item .post-star .fa {
	line-height: inherit;
	color: #ff9900;
}
.blog-posts .post-item .entry-excerpt {
	text-align: justify;
}
.blog-posts .post-item .entry-more a {
	border: 1px solid #eaeaea;
	padding: 10px 12px;
	background: #eee;
}
.blog-posts .post-item .entry-more {

	margin-top: 15px;
}
.blog-posts .post-item .entry-more a:hover {
	background: #fe9c00;
	color: #fff;
}
.blog-posts .post-item .entry-thumb img {
	border: 1px solid #eaeaea;
}
/** post sidebar **/







.blog-list-sidebar {
}
.blog-list-sidebar li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.blog-list-sidebar li:last-child {
	border: none;
	margin-bottom: 0px;
}
.blog-list-sidebar li .post-thumb {
	width: 80px;
	float: left;
	border: 1px solid #eaeaea;
	padding: 4px;
	background: #fcfcfc;
}
.blog-list-sidebar li .post-info {
	margin-left: 90px;

	color: #999;
}
.blog-list-sidebar li .post-info .post-meta {
	font-size: 12px;
	margin-top: 5px;
}
.blog-list-sidebar li .post-info .fa {
	line-height: inherit;
}
/* Recent Comments*/







.recent-comment-list li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.recent-comment-list li:last-child {
	border: none;
	margin-bottom: 0px;
}
.recent-comment-list li .author {
	color: #666;
	margin-bottom: 5px;
	font-size: 13px;
}
.recent-comment-list li .comment {
	margin-top: 5px;
	color: #666;
}
.recent-comment-list li>h5>a {
	color: #333;
}
/** Blog detail **/







.entry-detail {
	margin-top: 20px;
}
.entry-detail .entry-photo img {
	border: 1px solid #eaeaea;
}
.entry-detail .entry-meta-data {
	padding: 10px 0;
	color: #666;
}
.entry-detail .entry-meta-data .fa {
	line-height: inherit;
}
.entry-detail .entry-meta-data span {
	margin-right: 10px;
}
.entry-detail .entry-meta-data .author .fa {
	opacity: 0.7;
}
.entry-detail .entry-meta-data .post-star {
	float: right;
}
.entry-detail .entry-meta-data .post-star .fa {
	color: #ff9900;
}
.entry-detail .entry-meta-data .post-star span {
	margin: 0;
}
/** COMMMENT list**/







.single-box {
	margin-top: 20px;
}
.single-box>h2 {
}
.comment-list {
	margin-top: 20px;
}
.comment-list ul {
	padding-left: 80px;
}
.comment-list ul li {
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
}
.comment-list ul li:last-child {
	margin-bottom: 0;
	border: none;
	padding: 0;
}
.comment-list>ul {
	padding-left: 0;
}
.comment-list .avartar {
	width: 80px;
	border: 1px solid #eaeaea;
	padding: 4px;
	float: left;
}
.comment-list .comment-body {
	margin-left: 90px;
}
.comment-list .comment-meta {
	color: #ccc;
}
.comment-list .comment-meta .author a {
	font-weight: bold;
}
.coment-form {
	margin-top: 20px;
}
.coment-form label {
	margin-top: 10px;
	margin-bottom: 2px;
}
.coment-form input,  .coment-form textarea {
	border-radius: 0px;
	border: 1px solid #eaeaea;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
.coment-form .btn-comment {
	padding: 10px 20px;
	border: 1px solid #eaeaea;
	background: #666;
	color: #fff;
	margin-top: 15px;
}
.coment-form .btn-comment:hover {
	background: #fe9c00;
	border: 1px solid #fe9c00;
}
/**Related Posts**/















.related-posts {
	margin-top: 20px;
}
.related-posts .entry-thumb img {
	border: 1px solid #eaeaea;
}
.related-posts .entry-ci {
	margin-top: 10px;
}
.related-posts .entry-meta-data {
	color: #999;
	font-size: 13px;
	margin-top: 10px;
}
.related-posts .entry-meta-data .fa {
	line-height: inherit;
}
.related-posts .entry-ci .entry-excerpt {
	padding: 10px 0;
}
.related-posts .entry-title {
	font-size: 14px;
}
.related-posts .owl-next {
	top: -31px;
}
.related-posts .owl-prev {
	top: -31px;
	left: inherit;
	right: 26px;
}
/* ----------------








 [21. Login page]







 */







.box-authentication {
	padding: 15px 20px;
    border-radius: 4px;
    background: #f5f5f5;
    margin-bottom: 15px;
}
.min-height2 {
	min-height: 355px;
}
.min-height1 {

	min-height: 245px;
}
.box-authentication>h3 {
/*margin-bottom: 15px;*/







}
.box-authentication label {

	margin-top: 10px;
	margin-bottom: 2px;
}
.box-authentication .forgot-pass {
	margin-top: 15px;
}

.box-authentication .forgot-pass a{ color: #333;}
.box-authentication .forgot-pass a:hover{ color: #ee3237;}

.box-authentication input,  .box-authentication textarea {
	border-radius: 0px;
	border: 1px solid #eaeaea;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
.box-authentication .button {
	margin-top: 15px;
}
.box-border {
	border: 1px solid #eaeaea;
	padding: 20px;
	overflow: hidden;
	background: #fafafa;
}
.box-wishlist label,  .box-wishlist .button {
	margin-top: 15px;
	margin-bottom: 5px;

}
.box-wishlist {
	margin-top: 20px;
}
.table-wishlist {
	margin-top: 20px;
}
.table-wishlist th {
	background: #fafafa;
}
.list-wishlist {
	margin-top: 20px;
}
.list-wishlist li {
	margin-top: 30px;
}
.list-wishlist li .product-img {
	border: 1px solid #eee;
	padding: 10px;
}
.list-wishlist li .product-name,  .list-wishlist li .qty,  .list-wishlist li .priority,  .list-wishlist li .button {
	margin-top: 10px;
}
.list-wishlist li .button-action {
	position: relative;
}
.list-wishlist li .button-action a {
	position: absolute;
	right: 10px;
	top: 15px;
}
.list-wishlist li .button-action a .fa {
	line-height: inherit;
}
.table-compare td:first-child {
	width: 10% !important;
}
.table-compare td {
	width: 25% !important;
}
.table-compare td.compare-label {
	width: 150px;
	background: #fafafa;
	vertical-align: middle;
}
.table-compare .product-star .fa {
	line-height: inherit;
	color: #ff9900;
}
.table-compare .price {
	font-weight: bold;
	color:#337ab7;
}

.table-compare .add-cart {
	background:#333;
	color: #fff;
}
.table-compare .add-cart:hover {
	opacity: 0.8;
}
.checkout-page{
    margin-top: 40px;
    margin-bottom: 40px;
}
.checkout-page .checkout-sep {
	padding-bottom: 15px;
	text-transform: uppercase;
}
.checkout-page .box-border {
	margin-bottom: 15px;
}
.checkout-page .box-border .button {
	margin-top: 15px;
}
.checkout-page .box-border label {
	margin-top: 5px;
}
.checkout-page .box-border p,  .checkout-page .box-border h4 {
	padding-bottom: 5px;
	margin-top: 5px;
}
.checkout-page .box-border .fa {
	line-height: inherit;
}
.checkout-page .box-border input[type="radio"] {
	margin-right: 10px;
}
/** cat-short-desc**/







.cat-short-desc {
	margin-top: 20px;
}
.cat-short-desc .cat-short-desc-products {
	margin-top: 20px;
}
.cat-short-desc .cat-short-desc-products li .product-container {
	border: 1px solid #eaeaea;
	padding: 10px;
}
.cat-short-desc .cat-short-desc-products li .product-container .product-name {
	margin-top: 10px;
}
/**today-deals**/







.today-deals {
	position: relative;
}
.today-deals .deals-product-list .product-info {
	margin-top: 10px;
}
.today-deals .deals-product-list .product-info .show-count-down {
	text-align: center;
}
.today-deals .deals-product-list .product-info .show-count-down .box-count {
	display: inline-block;
	margin-right: 2px;
	color: #fe9c00;
}
.today-deals .deals-product-list .product-info .show-count-down .dot {
	display: none;
}
.today-deals .deals-product-list .product-info .show-count-down .box-count .number {
	width: 100%;
	float: left;
	background: #eaeaea;
	padding: 5px 0;
	font-size: 16px;
}
.today-deals .deals-product-list .product-info .show-count-down .box-count .text {
	background: #eaeaea;
	font-size: 12px;
	margin-top: 1px;
	width: 100%;
	float: left;
	padding: 5px 0;
	color: #666;
}
.today-deals .deals-product-list .product-info .product-name {
	margin-top: 15px;
}
.today-deals .deals-product-list .product-info .product-meta {
	margin-top: 7px;
	line-height: 18px;

}
.today-deals .deals-product-list .product-info .product-meta .fa {
	line-height: inherit;
}
.today-deals .deals-product-list .product-info .product-meta .price {
	color: #fe9c00;
	font-size: 18px;
}
.today-deals .deals-product-list .product-info .product-meta .old-price {
	text-decoration: line-through;

	margin-left: 11px;
	color: #666;
}
.today-deals .deals-product-list .product-info .product-meta .star {
	float: right;
	font-size: 13px;
	color: #ff9900;
}
.today-deals .owl-next {
	top: -55px;
}
.today-deals .owl-prev {
	top: -55px;
	left: inherit;
	right: 26px;
}
.group-button-header {
	margin-top: 17px;
}
.group-button-header .btn-cart,  .group-button-header .btn-heart,  .group-button-header .btn-compare {
	width: 39px;
	height: 39px;
	float: right;
	position: relative;
	margin-right: 16px;
}
.group-button-header .btn-cart {
	background: url("../images/icon-cart-round.png") no-repeat center center;

	position: relative;
}
.group-button-header .btn-cart:after {
	content: "";
	width: 100%;
	height: 10px;
	display: block;

	position: absolute;
	bottom: -10px;
}
.group-button-header .btn-cart .notify-right {
	top: -12px;
	right: -12px;
}
.group-button-header .btn-heart {
	background: url("../images/icon-heart-round.png") no-repeat center center;
	text-indent: -999px;
	display: inline-block;
	font-size: 0;
}
.group-button-header .btn-compare {
	background: url("../images/icon-compare-round.png") no-repeat center center;
	text-indent: -999px;
	margin-right: 0;
	display: inline-block;
	font-size: 0;
}
.main-header .group-button-header .btn-cart>a {
	width: 100%;
	height: 100%;
	float: left;
	font-size: 0;
}
.main-header .group-button-header .btn-cart:hover .cart-block {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}

/*----------------









[7. Blogs]







*/







.blog-list {
	margin-top: 30px;
}
.blog-list .page-heading {
	text-transform: uppercase;
}
.blog-list .blog-list-wapper {
	margin-top: 30px;
}
.blog-list .blog-list-wapper ul li {
	border: 1px solid #eaeaea;
	line-height: 30px;
}
.blog-list .blog-list-wapper ul li .post-desc {
	padding: 15px;
}
.blog-list .blog-list-wapper ul li .post-desc .post-title a {
	font-size: 14px;
	color: #333;
}
.blog-list .blog-list-wapper ul li .post-desc .post-title a:hover {
	color: #f96d10;
}
.blog-list .blog-list-wapper ul li .post-desc .post-meta {
	color: #919191;
	font-size: 13px;
}
.blog-list .blog-list-wapper ul li .post-desc .post-meta .date:before {
	font: normal normal normal 13px/1 FontAwesome;
	content: "\f1ec";
	padding-right: 5px;
}
.blog-list .blog-list-wapper ul li .post-desc .post-meta .comment:before {
	font: normal normal normal 13px/1 FontAwesome;
	content: "\f0e5";
	padding-right: 5px;
	padding-left: 15px;
}
.blog-list .blog-list-wapper ul li .readmore {
	text-align: right;
}
.blog-list .blog-list-wapper ul li .readmore a {
	color: #f96d10;
}
.blog-list .blog-list-wapper ul li .readmore a:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f178";
	padding-left: 10px;
}
.blog-list .blog-list-wapper .owl-controls .owl-next {
	top: -50px;
}
.blog-list .blog-list-wapper .owl-controls .owl-prev {
	left: inherit;
	right: 26px;
	top: -50px;
}
/*-------------







[23. footer2]







---------*/

#footer2 .footer-top {
	padding: 10px 0;
}
#footer2 .footer-top .footer-menu {
	/*margin: 25px;*/
    padding-left: 15px;
}
#footer2 .footer-top .footer-menu li {
	/*display: inline;
	float: left;*/
	padding: 5px 0px;
    list-style: disc;
}
#footer2 .footer-top .footer-menu li a{ color: #fff;}
#footer2 .footer-top .footer-menu li a:hover{ color: #fff;}
#footer2 .footer-social {
	margin-top: 18px;
}
#footer2 .footer-social li {
	display: inline;
	float: right;
}
#footer2 .footer-social li>a .fa {
	line-height: inherit;
	font-size: 18px;
}
#footer2 .footer-social li>a {
	color: #acacac;
	width: 32px;
	height: 32px;
	background: #415a99;
	float: left;
	text-align: center;
	line-height: 32px;
    border-radius: 50%;
	margin-left: 5px;
}
#footer2 .footer-social li>a:hover {
	opacity: 0.8;
}
#footer2 .footer-social li>a.twitter {
	background: #00caff;

}
#footer2 .footer-social li>a.pinterest {
	background: #cb222a;
}
#footer2 .footer-social li>a.vk {
	background: #5b7fa6;



}
#footer2 .footer-social li>a.google-plus {
	background: #da4735;
}
#footer2 .footer-paralax {
	background: url("../images/brand_prlx_bg-small.jpg") 50% 0 no-repeat fixed;
	color: #fff;

}
#footer2 .footer-row {
	padding: 45px 0;
	background-color: rgba(0, 0, 0, 0.8);
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}
#footer2 .footer-center {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
}
#footer2 .footer-center h3 {

	text-transform: uppercase;
	padding-bottom: 20px;
}
#footer2 .footer-center p {
	color: #999;
	padding-bottom: 20px;
}
#footer2 .footer-row .form-subscribe {
	width: 540px;
	margin: 0 auto;
	border: 1px solid #999;
	line-height: normal;
}
#footer2 .footer-row .form-subscribe .form-group {
	width: 100%;
	position: relative;
}
#footer2 .footer-row .form-subscribe .form-control {
	width: 100%;
	background: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	padding-right: 40px;
	color: #fff;
}
#footer2 .footer-row .form-subscribe .btn {
	position: absolute;
	top: 3px;
	right: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	color: #fff;
}
#footer2 .widget-title {
	padding-bottom: 20px;
}
#footer2 .widget-body ul {
	padding-left: 25px;

}
#footer2 .widget-body li {
	line-height: 30px;
}
#footer2 .widget-body li a {
	color: #999;
	margin-left: -25px;
}
#footer2 .widget-body li a:hover {
	color: #fff;
}
#footer2 .widget-body li a:before {
	font-family: 'FontAwesome';
	font-size: 14px;
	content: "\f105";
	margin-right: 15px;
}
#footer2 .widget-body li a.location:before {
	content: "\f041";
}
#footer2 .widget-body li a.phone:before {
	content: "\f095";
}
#footer2 .widget-body li a.email:before {
	content: "\f003";
}
#footer2 .widget-body li a.mobile:before {
	content: "\f10b";
}
#footer2 .footer-bottom {
	color: #333;
    border-top: solid 1px #dedede;
}
#footer2 .footer-bottom .footer-bottom-wapper {
	border-top: 1px solid #333333;
	padding: 5px 0;
}
#footer2 .footer-bottom .footer-payment-logo {
	text-align: right;
}
.block-banner {
	margin-top: 30px;
}
.block-banner .block-banner-left,  .block-banner .block-banner-right {
	width: 50%;
	float: left;
}
.block-banner .block-banner-left {
	padding-right: 5px;
}
.block-banner .block-banner-right {
	padding-left: 5px;
}
/*----------------







[24. Hot deals]







-----------------*/







.hot-deals-row {
	margin-top: 30px;
}
.hot-deals-box {
	border: 1px solid #eaeaea;
}
.hot-deals-box .hot-deals-tab {
	display: table;
	width: 100%;
}
.hot-deals-box .hot-deals-tab .hot-deals-title {
	width: 45px;
	display: table-cell;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	background: #333;
	color: #fff;
	padding-top: 40px;
}
.hot-deals-box .hot-deals-tab .hot-deals-title>span {
	width: 100%;
	float: left;
	text-align: center;
}
.hot-deals-box .hot-deals-tab .hot-deals-title>span.yellow {
/*color: #fe9c00;*/







}
.hot-deals-box .hot-deals-tab .hot-deals-tab-box {
	display: table-cell;
	padding: 25px;
}
.hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li {
	line-height: 40px;
	border-bottom: 1px solid #eaeaea;
	text-transform: uppercase;
	padding-left: 15px;
}
.hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li.active>a {
	color: #0099cc;

}
.hot-deals-box .hot-deals-tab .box-count-down {
	margin-top: 20px;
	float: left;
	padding-left: 4px;
}
.hot-deals-box .hot-deals-tab .box-count-down .box-count {
	width: 67px;
	height: 67px;
	border: 1px solid #eaeaea;
	float: left;
	border-radius: 90%;

	text-align: center;
	padding: 10px;
	position: relative;
	color: #fff;
	margin-left: -4px;
	background: #fff;
}
.hot-deals-box .hot-deals-tab .box-count-down .dot {
	display: none;
}
.hot-deals-box .hot-deals-tab .box-count-down .box-count:before {
	width: 100%;
	height: 100%;
	background: #333;
	float: left;
	content: '';
	border-radius: 90%;
}
.hot-deals-box .hot-deals-tab .box-count-down .box-count:after {
	content: '';
	width: 23px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 34px;
	left: 20px;
}
.hot-deals-box .hot-deals-tab .box-count-down .number {
	position: absolute;
	width: 100%;
	left: 0;
	top: 15px;
}
.hot-deals-box .hot-deals-tab .box-count-down .text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 16px;
	font-size: 10px;
}
.hot-deals-box .hot-deals-tab-content-col {
	padding-left: 0;
}
.hot-deals-box .hot-deals-tab-content {
	padding: 30px 30px 0 0;
}
.hot-deals-box .product-list .left-block {
	border: 1px solid #eaeaea;
	padding: 0;
}
.hot-deals-box .product-list .right-block {
	padding: 0;
}
/*---------------







[25. Box product]







*/







/** box-products**/







/*.box-products {
	margin-top: 50px;
}*/
.box-products .box-product-head {
	height: 30px;
	border-bottom: 1px solid #eaeaea;
}
.box-products .box-product-head .box-title {
	color: #333;
	text-transform: uppercase;
	border-bottom: 3px solid #ff3300;
	padding-bottom: 5px;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 5px;
}
.box-products .box-tabs {
	/*float: right;*/
}
.box-products .box-tabs li {
	display: inline-block;
	text-transform: uppercase;
	/*height: 30px;*/
    
    text-align: center;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}
.box-products .box-tabs li>a {
	position: relative;
	padding: 0 10px;
	display: block;
	line-height: normal;
	background: url('../images/kak3.png') no-repeat center right;
	height: 30px;
	line-height: 30px;
}
/*.box-products .box-tabs li>a:after {
	content: "\f0d8";
	font-family: 'FontAwesome';
	font-size: 13px;
	color: #333;
	position: absolute;
	bottom: -12px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}*/
/*.box-products .box-tabs li>a:before {
	content: '';
	height: 1px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	transform: scale(0, 1);
}*/
.box-products .box-tabs li:last-child>a {
	background: none;
}
.box-products .box-tabs li:last-child>a:before {
	right: 0;
}
.box-products .box-tabs li:last-child>a {
	border-right: none;
	padding-right: 0;
}
.box-products .box-tabs li>a:hover:before,  .box-products .box-tabs li.active>a:before {
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.box-products .box-tabs li>a:hover,  .box-products .box-tabs li.active>a {
	color: #333;
}
.box-products .box-tabs li>a:hover:after,  .box-products .box-tabs li.active>a:after {
	display: block;
}
.box-products .box-product-content {
	margin-top: 20px;
}
.box-products .box-product-content .box-product-adv {
	width: 226px;
	float: left;
}
.box-products .box-product-content .box-product-list {
	margin-left: 236px;
}
.box-products .box-product-content .box-product-list .product-list li {
	border: 1px solid #eaeaea;
	padding-bottom: 10px;
	overflow: hidden;
}
.box-products .box-product-content .box-product-list .product-list li .right-block {
	margin-top: 30px;
}
.option3 .product-list li .price-percent-reduction2 {
	right: -8px;
}
/** option color **/







/*new-arrivals*/







.box-products.new-arrivals .box-tabs li>a:after {
	color: #ff3300;
}
.box-products.new-arrivals .box-tabs li>a:before {
	background: #ff3300;
}
.box-products.new-arrivals .box-product-head .box-title {
	border-bottom: 3px solid #ff3300;
}
/**top-sellers**/








.box-products.top-sellers .box-tabs li>a:after {
	color: #fe9c00;
}
.box-products.top-sellers .box-tabs li>a:before {
	background: #fe9c00;
}
.box-products.top-sellers .box-product-head .box-title {
	border-bottom: 3px solid #fe9c00;
}
/**special-products**/







.box-products.special-products .box-tabs li>a:after {
	color: #009966;
}
.box-products.special-products .box-tabs li>a:before {
	background: #009966;
}
.box-products.special-products .box-product-head .box-title {
	border-bottom: 3px solid #009966;
}
/*recommendation*/







.box-products.recommendation .box-tabs li>a:after {
	color: #ff66cc;
}
.box-products.recommendation .box-tabs li>a:before {
	background: #ff66cc;
}
.box-products.recommendation .box-product-head .box-title {
	border-bottom: 3px solid #ff66cc;
}
/** Blog **/







.option3 .blog-list .page-heading {
	font-size: 18px;
}
.option3 .blog-list .blog-list-wapper ul li .readmore a {
	color: #0099cc;
}
.option3 .blog-list .page-heading span.page-heading-title {
	border-color: #0099cc;
}
.block-popular-cat {
	border: 1px solid #eaeaea;
	padding: 15px;
}
.block-popular-cat .parent-categories {
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: underline;
	padding-bottom: 15px;
}
.block-popular-cat .image {
	width: auto;
	display: inline-block;
}
.block-popular-cat .sub-categories {
	width: auto;
	display: inline-block;
	line-height: 30px;
}
.block-popular-cat .sub-categories>ul>li>a:before {
	content: '';

	background: #008a90;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 3px;
}
.block-popular-cat .more {
	height: 36px;
	width: 70px;
	line-height: 36px;
	color: #fff;
	background: #00abb3;
	margin-top: 10px;
	display: block;
	text-align: center;
}
.block-popular-cat .more:hover {
	color: #fff;
	opacity: 0.8;
}
.block-quickview {
	padding: 15px;
	background: #fff;
}
.otherSellers {
	margin-top: 30px;
}
.otherSellers table {
	width: 100%;
	border-left: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}
.otherSellers table th {
	background: #f1f1f1;
	padding: 8px 15px;
	border-top: #ccc solid 1px;
	border-right: #ccc solid 1px;
	vertical-align: middle;
	width: 100%;
	font-size: 16px;
}
.otherSellers table td {
	padding: 2px 15px;
	border-top: #ccc solid 1px;
	border-right: #ccc solid 1px;
	vertical-align: middle;
	min-width: 135px !important;
}
.otherSellers table tr:nth-child(odd) td {
	background: #fbfbfb;
}
.otherSellers table tr:nth-child(even) td {
	background: #fff;
}
.moreSellers {
	background: #fc9a42;
	padding: 8px 14px;
	color: #fff;
}
.form-control {
	box-shadow: none;
	border-radius: 0px;
	border: 2px solid #e9e9e9;
	height: 30px;
	line-height: 20px;
}
.mywishlist i {
	width: 30px;
	height: 30px;
	background: #333;
	padding: 5px;
	-wrbkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 22px !important;
	font-size: 15px;
	color: #fff;
}
.mywishlist i:hover {
	background:#333;
}
.delivery p {
	font-size: 12px;
	line-height: 18px;
}
.moreseller {
	background: #0095da none repeat scroll 0 0;
	border-radius: 37px;
	color: #fff !important;
	display: block;
	margin: 2px auto;
	padding: 0px 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s linear 0s;
	width: 120px;
	text-align: center;
	float: left;
	position: relative;
	top: 20px;
}
.filter-brand1 {
	max-height: 400px;
    overflow-y: auto;
}
#display {
	background-color:#fafafa;

    position: absolute;
    z-index: 999;


    width: 100%;
	max-height: 300px;
    overflow-y: auto;
    top:44px;
}
#display b{
	color:#337ab7
}
#display .display_box {
	cursor: pointer;
	line-height: 26px;
	line-height: 26px;
    padding: 2px 20px;

}
.mycoupon0margin {
	margin: 0 !important;

}
.mycoupon {
	overflow: hidden;
    padding: 15px 20px 0;
    border: solid #edecec 1px;
}
.mycoupon h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;


	text-transform: uppercase;
}
.mycoupon p {
	font-size: 13px;
	margin-bottom: 5px;
}
.mycoupon1 p {
	float: left !important;
}
.mycoupon input[type=text] {
	border: 1px solid #dedede;
    float: left;
    height: 35px;
    margin: 0 6px 20px 0;
    max-width: 100%;
    padding: 10px 110px 10px 10px;
    width: 100%;
    border-radius: 25px;
    font-size: 12px;
}
.mycoupon input[type=submit] {
}
.mycoupon .prev-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0;
    padding: 6px 25px;
    border-radius: 25px;
    font-size: 14px;
    background: #7b7c80;
    border: solid 1px #7b7c80;
}
.mycoupon .prev-btn:hover{ background: #f48331; border-color: #f48331; color: #fff; }
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	font-size: 14px;
}
.form-selector span br {
	line-height: 0px;
	height: 0px;
}

.disableDiv{
	margin-top:10px;
	background:#fafafa;
	padding:10px;
	pointer-events: none;
	opacity:.5;
}

.mynone{
	display:none;
}
/*General*/
body {
    color: #333;
    /*font-family: 'Lato', sans-serif;
    font-family: 'Ubuntu', sans-serif;*/
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    padding: 0;
	background:#fff;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"],input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
}
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
a{
	color:#333;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.wrap{
	overflow:hidden;
}
*{	
	box-sizing:border-box;
	outline:none;
}
img{
	max-width:100%;
}
ul{
	padding:0;
	/*list-style-type:none;*/
}
a:hover,a:focus{

	text-decoration:none;
	outline:none;
}

.ullist{
    list-style-type: circle;
    padding: 0 0 0 19px;
    line-height: 2;
}


.container {
    max-width: 1170px;
    width: 100%;
}
input,input:focus,input:hover{
	outline:none;
}
p {
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
blockquote {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    padding: 0 170px;
    font-family: 'Open Sans', sans-serif;
}
.wrap-item.owl-theme .owl-controls{
	margin:0;
}
.wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -32px;
}
.wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -32px;
}
.wrap-item.owl-theme .owl-controls .owl-buttons div {
	background:transparent;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: inherit;
    height: 32px;

    margin: -16px 0 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 32px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	background:#b2b2b2;
	line-height:32px;
}
.wrap-item.owl-theme:hover .owl-controls .owl-buttons div {
	opacity:1;
}
.wrap-item.owl-theme .owl-controls .owl-buttons div:hover{
	background:#2b2b2b;
}
.wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
	left: 0;
}
.wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
	right:0;
}
/*Header*/
a:hover,
a:focus {
  color: #251a62;
}
.top-menu a:hover {
  color: #fe9c00;
}
.top-info > li:hover > a {
  color: #fe9c00;
}
.sub-menu-top li:hover {
  background: #fe9c00;
}
.smart-search-form input[type="submit"] {
  background-color: #fe9c00;
}
.header-mini-cart::before {
  background-color: #fe9c00;
}
.total-mini-cart-price {
  color: #fe9c00;
}
.title-category-dropdown {
  background: #f9bc02;
}
.main-nav {
  background: #fe9c00;
}
.main-nav > ul > li .sub-menu > li:hover > a {
  color: #fe9c00;
}
.title-product a:hover {
  color: #fe9c00;

}
.product-info-cart .addcart-link {
  background: #fe9c00;
}

.product-extra-link a:hover {
  color: #fe9c00;
}
.box-filter li a:hover {
  color: #fe9c00;
}
.btn-filter {
  background: #fe9c00;
}
.range-filter #slider-range .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #fe9c00;
}
.range-filter #slider-range .ui-widget-header {
  background: #fe9c00;
}
.widget.widget-vote button:hover {
  background: #fe9c00;
}

.title-widget-adv {
  background: #fe9c00;
}
.list-shop-cat a span {
  background: #fe9c00;
}
.shop-tab-select li.active a {
  background-color: #fe9c00;
  border-color: #fe9c00;
}
.product-pagi-nav a:hover {
  background: #fe9c00;
  border-color: #fe9c00;
}
.per-page-list li a:hover {
  color: #fe9c00;
}
.footer-box-contact .fa {
  color: #fe9c00;
}
.newsletter-footer input[type="submit"] {
  background-color: #fe9c00;
}
.item-tags-category a:hover {
  color: #fe9c00;
}
.copyright a:hover {
  color: #fe9c00;
}
.info-price span {
  color: #fe9c00;
}
.top-header {
    /* background-color: #251a62; */
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}
.top-header p, .top-header p a{color: #999;font-size: 12px;font-weight: 400;}
.top-menu {
    font-size: 0;
    margin: 0;
}
.top-menu  li {
    border-left: 1px solid #e8e8e8;
    display: inline-block;
    font-size: 14px;
    padding: 10px 13px;
}
.top-menu  li:first-child{
	border:none;
}
.top-menu a {
    color: #666;
	font-size:12px;
}
.top-info {
    float: right;
    margin: 0;
}
.top-info > li {
    border-left: 1px solid #e8e8e8;
    float: left;
    padding: 10px 13px;
    position: relative;
}
.top-info> li> a {
	font-size:12px;
	color:#666;
}
.top-info.top-info9> li:hover> a {
	color:#3EBB51;
}
.top-info > li:first-child {
    border: medium none;
}
.sub-menu-top {
    background: #fafafa none repeat scroll 0 0;
    border: 10px solid #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: 100%;
    width: 170px;
    z-index: 99;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	opacity:0;

	visibility:hidden;
	margin-top:30px;
    text-align: left;
}
.top-info .has-child:hover .sub-menu-top {
    margin-top: 2px;
    opacity: 1;
    visibility: visible;
}
.language-selected img {
    margin-right: 5px;
}
.sub-menu-top  li {
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.sub-menu-top  li:hover a{
	color:#fff;
}
.sub-menu-top  li:last-child{
	border:none;
}
.top-language .sub-menu-top img {
    margin-right: 10px;
}
.top-currency .sub-menu-top{
	width:110px;
}
.top-language .sub-menu-top{
	width:130px;
}
.sub-menu-top a {
    color: #666;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.top-currency .sub-menu-top span {
    margin: 0 16px 0 6px;
}
.sub-menu-top a i {
    display: inline-block;
    width: 22px;
}
.sub-menu-top a:hover{
	color:#e62e04;
}
.has-child > a::after {
    content: "\f107";
    font-family: fontawesome;
    margin-left: 5px;
}
.smart-search {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 0 0 183px;
    position: relative;
}
.select-category {
    border: 1px solid #ccc;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 183px;
}
.smart-search-form {
    position: relative;
}
.smart-search-form  input[type="text"] {
    background: #fff !important;
    height: 45px;
    padding: 0 10px;
    width: 10%;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
.smart-search-form input[type="submit"] {
    background-image: url("../images/home1/icon-search.png");
	background-position:center center;
	background-repeat:no-repeat;
    border: medium none;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.select-category .category-toggle-link {
    display: block;
    height: 45px;
    line-height: 45px;

    padding: 0 20px;
    text-transform: uppercase;
    position: relative;
	color:#333;
}
.select-category .category-toggle-link::after {
    position: absolute;
    right: 13px;
    top: 0;
    font-family: fontawesome;
    content: "\f107";
}
.list-category-toggle {
    left: 0;
    position: absolute;
    top: 100%;
}
.list-category-toggle.sub-menu-top {
    margin-top: 1px;
    width: 100%;
    opacity: 1;
    visibility: visible;
	display:none;
}
.header-mini-cart {
    border: 1px solid #ccc;
    display: block;
    height: 45px;
    line-height: 45px;
    padding-left: 68px;
    position: relative;
    text-transform: uppercase;
}
.mini-cart {
    margin-left: -50px;
    position: relative;
}
.header-mini-cart::before {
    background-image: url("../images/home1/icon-cart.png") ;
	background-repeat:no-repeat;
	background-position:center center;
    content: "";
    height: 45px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 50px;
}
.header-mini-cart .total-mini-cart-item {
    color: #333;
}
.content-mini-cart {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 350px;
    z-index: 9999;
}
.mini-cart:hover .content-mini-cart {
	margin-top:0;
	opacity:1;
	visibility:visible;
}
.content-mini-cart h2 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 0px;
    border-bottom: #ccc solid 1px;
    text-align: center;
    font-weight: 700;
}

.content-mini-cart .mini-cart-total i{ vertical-align: bottom;}

.blank-kart{
    text-align: center;
}
.blank-kart p{
    padding: 40px 0;
}
.list-mini-cart-item li {
    border-bottom: 1px solid #e9e9e9;
    display: table;
    padding: 20px 5px;
    margin: 0 0 15px 0;
}
.mini-cart-edit {
    display: table-cell;
}
.mini-cart-edit a {
	color: #999 !important;
    display: block;
    margin-right: 5px;
    margin-top: 10px;

}
.mini-cart-thumb {
    display: table-cell;
    vertical-align: top;
	width:25%
}
.mini-cart-thumb img {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 50px;
}
.mini-cart-info {
    display: table-cell;
    padding-left: 5px;
    vertical-align: top;
	width:40%;
}
.mini-cart-info h3 {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 23px;
    /*font-weight: 600;
     : #888 !important;*/
}
.mini-cart-info h3 a {
    color: #666;
}
.info-price del i, .info-price span i{position:absolute;left:0px;top:4px}
.info-price span {
    color:#001a33;
    margin-right: 10px;
	position:relative;
    padding-left: 14px;
}
.info-price del {
    color: #999;
    text-decoration: none;
    position: relative;
	position:relative;
	padding-left: 14px;
}
.info-price del::after {
    position: absolute;
    top: 10px;
    height: 1px;
    content: "";
    background: #999;
    width: 100%;
    left: 0;
    top: ;
}
.qty-product {
    border: 1px solid #e9e9e9;
    font-size: 0;
    max-width: 100px;
    margin-top: 15px;
}
.qty-product .qty-num {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    cursor: auto;
    width: 58px;
}
.qty-product span {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
	width: 40px;
}
.qty-product span:hover {
    color: #333;
}
.mini-cart-total {
    display: table;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
}
.mini-cart-total  label {
    color: #333333;
    display: table-cell;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding-right:10px;
}
.mini-cart-total  span {
    display: table-cell;
    text-align: right;
}
.mini-cart-button {
    display: table;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.mini-cart-view {
    background: #7b7c80;
}
.mini-cart-button a {
    color: #fff;
    display: table-cell;
    height: 40px;
    line-height: 40px;
	position:relative;
	overflow:hidden;
}
.mini-cart-button a::before{
	background:rgba(0,0,0,0.1);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	z-index:9;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	opacity:0;
}
.mini-cart-button a:hover::before{
	opacity:1;
}

.mini-cart-checkout {
    background: #f48536;
}
.list-mini-cart-item {
    margin: 5px;
	background-color: rgba(225, 225, 225, 0.3);
}
.mini-cart-info h3 a:hover {
    color: #333;
}
.mini-cart-thumb a {
    display: block;
    /*overflow: hidden;*/
	margin: 6px 9px;
}
.mini-cart-thumb a:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.title-category-dropdown {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;

    overflow: hidden;
}
.header-main {
    margin-top: 30px;
}
.header-nav{
	margin-top:28px;
}
.title-category-dropdown::after {
    content: "\f0c9";
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 0;
}
.wrap-category-dropdown {
    background: #fff none repeat scroll 0 0;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
}
.list-category-dropdown {
	margin:0;
    position: relative;
}
.wrap-category-dropdown .expand-category-link {
    background: #f9bc02 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: fontawesome;
    font-weight: 400;
    height: 11px;
    line-height: 2px;
    margin-top: -1px;
    padding-top: 4px;
    position: relative;
    text-align: center;
    z-index: 9;
}
.wrap-category-dropdown .expand-category-link::before {
    content: "\f0d7";
}
.wrap-category-dropdown .expand-category-link.expanding::before {
    content: "\f0d8";
}
.cat-mega-menu {
    background: #fff none repeat scroll 0 0;
    left: 100%;
    position: absolute;
    top: 0;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
	margin-left:100px;
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	opacity:0;
	visibility:hidden;
}
.list-category-dropdown>li.has-cat-mega:hover>.cat-mega-menu{
	opacity:1;
	visibility:visible;
	margin-left:0;
}
.list-category-dropdown > li:hover>a::before {
    background: #fe9c00 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 4px;
	z-index:10;
}
.cat-mega-menu.cat-mega-style1 {
    width: 900px;
}
.cat-mega-menu.cat-mega-style2 {
    width: 750px;
}
.cat-mega-menu.cat-mega-style2 .title-cat-mega-menu{
	margin-bottom:20px;
}
.cat-mega-menu.cat-mega-style2 .item-category-featured-product {
    margin: 0 -15px;
}
.cat-mega-menu.cat-mega-style2 .item-category-featured-product.first-item{
	border:none;
}
.title-cat-mega-menu {
    border-bottom: 1px solid #e5e5e5;
    border-left: 3px solid #fe9c00;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 12px;
    padding-left: 15px;
    text-transform: uppercase;
}
.list-cat-mega-menu a {
    color: #666;
}
.category-dropdown9 .list-cat-mega-menu a:hover{
	color:#3EBB51;
}
.list-cat-mega-menu a:hover{
	color:#fe9c00;
}
.list-cat-mega-menu li {
    color: #ccc;
    list-style: circle;
    margin-bottom: 7px;
    padding-left: 5px;
}
.list-cat-mega-menu > ul {
    padding-left: 12px;
}
.category-dropdown {
    position: relative;
}
.list-category-dropdown > li {
    padding: 0 20px;
}
.list-category-dropdown a:hover {
    color: #FE9C00;
}

.list-category-dropdown >li>a {
    border-top: 1px solid #e8e8e8;
    display: block;
    padding: 9px 20px 10px 0;
	line-height:20px;
	position:relative;
}
.list-category-dropdown8 >li>a{
	position:relative;
}
.list-category-dropdown > li > a img {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.list-category-dropdown8 > li > a img {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.list-category-dropdown >li:first-child>a {
	border-top: 1px solid #fff;
}
.main-nav {
    margin-left: -30px;
}
.toggle-mobile-menu {
    display: none;
    position: relative;
}
.toggle-mobile-menu::after {
    background: #fe9c00 none repeat scroll 0 0;
   
   
    position: absolute;

    font-family: fontawesome;
    color: #fff;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 0;
    right: 0;
}
.main-nav > ul {
    font-size: 0;
    margin: 0;
    position: relative;
}
.main-nav>ul>li{
	display:inline-block;
	font-size:14px;
}
.main-nav>ul>li.menu-item-has-children{
	position:relative;
}
.main-nav>ul li >.sub-menu{
	z-index:9999;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    margin-top: 30px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 200px;
}
.main-nav>ul li:hover >.sub-menu{
	opacity:1;
	visibility:visible;
	margin-top:0;
}
.main-nav>ul>li .sub-menu> li {
	padding:0 20px;
}
.main-nav>ul>li .sub-menu> li:first-child>a{
	border:none;
}
.main-nav > ul > li .sub-menu > li >a {
    border-top: 1px solid #e5e5e5;
    color: #666;
    display: block;
    padding: 10px 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.main-nav > ul > li > a {
    color: #fff;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	position:relative;
}
.main-nav > ul > li:hover > a,
.main-nav > ul li.current-menu-ancestor > a,
.main-nav > ul li.current-menu-item > a {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.main-nav > ul > li> .sub-menu::after {
    position: absolute;
    top: -10px;
    left: 40px;
    font-family: fontawesome;
    content: "\f0d8";
    color: #fff;
}
.main-nav > ul > li.menu-item-has-children > a::after {
  
  
    font-family: fontawesome;
    margin-left: 5px;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children> a{
	position:relative;
	padding-right:15px;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children{
	position:relative;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children>.sub-menu{
	left:100%;
	top:0;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children> a::after {
    content: "\f105";
    font-family: fontawesome;
	right:0px;
	top:12px;
	position:absolute;
	font-size:14px;

}
/*Mega Menu*/
.mega-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    margin-top: 30px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}
.main-nav > ul > li.has-mega-menu:hover > .mega-menu{
	opacity: 1;
	margin-top: 0px;
	visibility: visible;
}
.mega-menu-title {
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.mega-menu .owl-controls {
    position: absolute;
    right: 0;
    top: -57px;
}
.mega-new-arrival-slider .owl-controls{
	right: 10px;
}
.mega-menu .wrap-item.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    position: static;
    width: 20px;
}
.mega-menu .wrap-item.owl-theme .owl-controls .owl-buttons div a.fa{
	display:block;
	height: 20px;
    line-height: 20px;
}
.mega-hot-deal-slider .deal-shop-link {
    margin-bottom: 20px;
}
.mega-new-arrival {
    margin-left: -10px;
    padding-left: 20px;
}
.mega-new-arrival-slider .item-product,.mega-hot-deal-slider .item-deal-product {

    margin: 0;
}
.mega-new-arrival-slider .item {

    padding: 0 10px;
}
.mega-new-arrival-slider {
    margin: 0 -10px;
}
.mega-hot-deal-slider,.mega-new-arrival-slider{
	position:relative;
}
.mega-adv-info > h3 {
    font-size: 16px;
    font-weight: 700;
}
.mega-adv-info .more-detail {
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: dad;
    color: #999;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mega-adv-info .more-detail:hover{
	border-color:#fe9c00;
	color:#fe9c00;
}
.mega-adv-info > p {
    color: #666;
    margin-bottom: 15px;
}
.main-nav > ul > li.has-mega-menu > a::after {
  
  
    font-family: fontawesome;
    margin-left: 5px;
}
.main-nav > ul > li.has-mega-menu:hover > a::before {
    top: 17px;
    opacity: 1;
}
.main-nav.main-nav2 > ul > li.has-mega-menu:hover > a::before {
    top: 22px;
}
.main-nav.main-nav4 > ul > li.has-mega-menu:hover > a::before {
    top: 22px;
}
.main-nav.main-nav5 > ul > li.has-mega-menu:hover > a::before {
    top: 22px;
}
.main-nav.main-nav6 > ul > li.has-mega-menu:hover > a::before {
    top: 22px;
}
.main-nav.main-nav10 > ul > li.has-mega-menu:hover > a::before {
    top: 22px;
}
.main-nav.main-nav6 > ul > li .sub-menu > li:hover > a {
    color: #4BAE4F;
}
.main-nav > ul > li.has-mega-menu > a::before {
    color: #fff;
   
   
    font-family: fontawesome;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    position: absolute;
    top: 47px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 99999;
}
/*End Mega Menu*/
/*Banner Slider*/
.banner-slider {
    position: relative;
}
/*Services*/
.service-box {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0px 40px;
    width: 100%;
}
.service-thumb {
    display: table-cell;
}
.service-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}
.service-info  h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.service-info h2 a {
    color: #fff;
}
.service-info  p {
    color: #fff;
    margin: 0;
}
.inner-list-service {
    background: #fe9c00 none repeat scroll 0 0;
    padding: 24px 0;
    position: relative;
}
.inner-list-service .close-service-box {
    color: #fff;
    position: absolute;
    right: 9px;
    top: 4px;
}
.service-thumb > a {
    -webkit-transition:all 0.3s ease-out 0s;
    transition:all 0.3s ease-out 0s;
    display: inline-block;
}
.service-thumb > a:hover {
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
} 
.title-tab-product h2 {
    border: 1px solid #e8e8e8;
    font-weight: 700;
    margin: 0;
    padding: 13px 20px;
    text-transform: uppercase;
    background: #f4f4f4;
}
.list-tab-product {
    margin-top: 50px;
    min-height: 375px;
}
.title-tab-product li a {
    border: 1px solid #e8e8e8;
    color: #333;
    display: block;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.title-tab-product  ul {
    margin: 0;
}
.title-tab-product li {
    margin-top: 5px;
}
.title-tab-product li.active a,.title-tab-product li:hover a{

	background:#f9bc02;
	color:#fff;
	border-color:#f9bc02;
} 
.product-tab-slider .item {
    padding: 6px 15px 0;
}
.item-product {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    position: relative;
}
.content-tab-product {
    overflow: hidden;
    margin-top: -6px;
}
.content-tab-product .tab-pane{

	display:none;
}
.content-tab-product .tab-pane.active{
	display:block;
}
.product-tab-slider {
    margin: 0 -15px;
}
.product-info-cart {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    width: 100%;
	transition:all 0.3s ease-out 0s;
}
.product-tab-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 15px;
}
.product-tab-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 15px;
}
.product-thumb:hover .product-info-cart{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
.title-product {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
}
.product-info {
    padding: 20px;
}
.product-rating {
    background: rgba(0, 0, 0, 0) url("../images/grid/bg-rate.png") repeat-x scroll 0 0;
    height: 14px;
    margin-top: 9px;
    position: relative;
    width: 70px;
}
.inner-rating {
    background: rgba(0, 0, 0, 0) url("../images/grid/rate-star.png") repeat-x scroll 0 0;
    height: 14px;
}
.product-rating  span {
    color: #999;
    font-size: 12px;
    position: absolute;
    right: -26px;
    top: -2px;
}
.product-extra-link {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.product-extra-link a:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
/* .product-extra-link::before{
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	background:rgba(255,255,255,0.5);
	top:0px;
	left:-100%;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.product-extra-link:hover::before{
	left:100%;
} */
.product-extra-link a {
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 40px;
    font-size: 13px;
}
.product-info-cart .addcart-link {
    color: #fff;
    display: block;
    padding: 8px 14px;
    position: relative;
    overflow: hidden;
}
.product-info-cart .addcart-link:hover{
	color:#fff;
}
.product-list .product-info-cart .addcart-link {
    background: #fe9c00 none repeat scroll 0 0;
}
.product-list  .product-extra-link {
    background: transparent none repeat scroll 0 0;
    padding: 0;
}
.product-list .product-extra-link a {
    border: 1px solid #e8e8e8;
    color: #666;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin: 10px 10px 0 0;
    text-align: center;
    width: 36px;
}
.product-list .product-extra-link a:hover{
	color:#fe9c00;
}
.product-list .product-extra-link a:last-child{
	margin-right:0;
}
.product-list .product-extra-link {
    background: transparent none repeat scroll 0 0;
    font-size: 0;
    padding: 0;
    text-align: left;
}
.product-thumb {
    overflow: hidden;
    position: relative;
}
.product-thumb-link {
    display: block;
    overflow: hidden;
    position: relative;
}
.product-thumb-link img,.item-product-bestseller .product-thumb img{
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.hot-deal-product-thumb .product-thumb-link:hover img,.item-product-bestseller .product-thumb:hover img {
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.second-thumb {
    left: 0;
    position: absolute;
    top: 100%;
}
.product-thumb:hover .product-thumb-link img{
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
}
.percent-saleoff {
    background: #ed321e none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    left: 10px;
    position: absolute;

    text-align: center;
    text-transform: uppercase;
    top: -7px;
    width: 46px;
}
.percent-saleoff label {
    display: block;
    font-size: 14px;
    margin: 2px 0 -4px;
}
.percent-saleoff  span {
    display: block;
    font-size: 12px;
	position:relative;
	z-index:99;
}
.percent-saleoff::before {
    background: rgba(0, 0, 0, 0) url("../images/home1/shape.png") no-repeat scroll center top;
    content: "";
    display: block;
    height: 10px;
    left: -4px;
    position: absolute;
    top: 0px;
    width: 54px;

    z-index: 999;
}
.percent-saleoff::after {
	width: 0;
	height: 0;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-top: 12px solid #ED321E;
	position: absolute;
    bottom: -12px;
	content:"";
	left:0;
}
.product-list .product-thumb {
    overflow: visible;
}
.product-list .product-info-cart {
    left: auto;
    right: 0;
    top: 35px;
    transform: translate(0px);
    -webkit-transform: translate(0px);
    width: 130px;
}
.product-desc {
    border-top: 1px solid #e8e8e8;
    margin: 0;
    padding-top: 20px;
}
.product-list .title-product {
    font-size: 18px;
}
.product-list .product-info {
    margin-bottom: 25px;
    padding: 0;



    position: relative;
}
.product-code {
    margin-top: 6px;
}
.product-code > label {
    color: #666;
    font-weight: 400;
    margin: 0;
}
.product-code > span {
    color: #999;
}
.product-stock > label {
    color: #666;
    font-weight: 400;
    margin: 0;
}
.product-stock {
    margin-top: 7px;
}
.product-stock > span {
    color: #40b631;
}
.product-list .item-product {
    padding: 20px 30px;
}
.percent-saleoff label {
}
.product-list .percent-saleoff {
    display: none;
}
.item-adv-simple  a {
    display: block;
	position:relative;
	overflow:hidden;
}
.item-adv-simple  a img{
	width:100%;
}
.item-adv-simple  a::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    bottom: 20px;
    content: "";

    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    z-index: 9;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.category-home-total {
    float: left;
    width: 17%;
}
.banner-home-category {
    float: left;
    width: 23.5%;
}
.featured-product-category {
    float: left;
    width: 59.5%;
	overflow:hidden;
	margin-top:-5px;
	padding-top:5px;
}
.category-product-featured {
    border-top: 1px solid rgba(237, 50, 30, 1);
}
.item-category-featured-product {
    border-left: 1px solid #e8e8e8;
	padding:0 20px
}
.item-category-featured-product .product-info {
    padding: 20px 0 23px;
}
.item-category-featured-product .product-thumb{
	padding:10px 0;
	border-bottom: 1px solid #e8e8e8;
}
.featured-product-category .owl-carousel .owl-wrapper-outer {
    margin-top: -5px;
    padding-top: 5px;
}
.category-home-label span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    vertical-align: middle;
}
.category-home-label {
    background: rgba(237,50,30,1) none repeat scroll 0 0;
    height: 40px;
    padding: 7px 15px;
}
.category-home-label img {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.item-filter span {
    color: #fff;
    display: block;
}
.item-filter {
    padding: 12px 0;
    text-align: center;
}
.item-filter > a {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
}
.category-filter-slider {
    background: rgba(237, 50, 30, 0.8) none repeat scroll 0 0;
}
.item-filter span {
    color: #fff;
    display: block;
}
.item-filter {
    padding: 12px 0;
    text-align: center;
}
.item-filter  a {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
}
.list-child-category a {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #333333;
    display: block;
    padding: 9px 20px;
    position: relative;
    transition: all 0.3s ease-out 0s;




    -webkit-transition: all 0.3s ease-out 0s;
}
.list-child-category {
    min-height: 175px;
}
.list-child-category a:hover{
	border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
	color:rgba(237,50,30,1);
}
.list-child-category a:hover::before{
	position:absolute;

	top:0;
	left:0;

	width:3px;
	height:100%;
	content:"";

	background:rgba(237,50,30,1);
}
.list-child-category ul {
    margin: 0;
    padding: 6px 0;
}
.item-category-brand {
    text-align: center;
}
.tab-category-info  h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.tab-category-info  h3 {
    font-size: 18px;
    margin: 0;
}
.tab-category-info {
    color: #fff;
    margin-top: 45px;
    padding: 0 40px;
    text-transform: uppercase;
}
.tab-category-info p {
    font-size: 18px;
    margin: 10px 0 0;
}
.tab-category-thumb {
    background: rgba(0, 0, 0, 0) radial-gradient(rgba(255, 255, 255, 0.5), rgba(237, 50, 30, 1)) repeat scroll 0 0;
    height: 270px;
    position: relative;
    text-align: center;
}
.tab-category-thumb::before{
	
} 
.tab-category-thumb img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.category-brand-slider {
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
}
.featured-product-category .wrap-item.owl-theme .owl-controls .owl-buttons div {
    top: 120px;
}
.category-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
    height: 20px;
    line-height: 20px;
    margin: -10px 0 0;
    width: 20px;
}
.category-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -20px;
}
.category-brand-slider .wrap-item.owl-theme  .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}
.category-brand-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
}
.category-brand-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 0px;
}
.main-content-home {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 50px 0;

}
.category-product-featured {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 50px;
}
.box-adv-col2 {
    margin-bottom: 50px;
    padding: 0 10px;
}
.box-adv-col2 .item-adv-simple {
    margin: 0 -10px;
}
.item-adv-simple  a::after {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    z-index: 9;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
/*Start Color Box*/
/*Red*/
.category-product-featured.red-box {
    border-color: rgba(250, 97, 101, 1);
}
.category-product-featured.red-box .category-home-label {
    background-color: rgba(250, 97, 101, 1);
}
.category-product-featured.red-box  .category-filter-slider {
    background-color: rgba(250, 97, 101, 0.8);
}
.category-product-featured.red-box .list-child-category a:hover::before{
	background-color: rgba(250, 97, 101, 1);
}
.category-product-featured.red-box .list-child-category a:hover {
    color: rgba(250, 97, 101, 1);
}
.category-product-featured.red-box .percent-saleoff::after {
    border-top: 12px solid rgba(250, 97, 101, 1);
}
.category-product-featured.red-box .percent-saleoff{
	background-color: rgba(250, 97, 101, 1);
}
.category-product-featured.red-box .product-info-cart .addcart-link {
    background-color: rgba(250, 97, 101, 1);
}
.category-product-featured.red-box .product-extra-link a:hover {
    color: rgba(250, 97, 101, 1);
}
.category-product-featured.red-box .title-product a:hover {
    color: rgba(250, 97, 101, 1);
}
.category-product-featured.red-box .info-price span {
    color: rgba(250, 97, 101, 1);
}
/*Yellow*/
.category-product-featured.yellow-box {
    border-color: rgba(250, 187, 41, 1);
}
.category-product-featured.yellow-box .category-home-label {
    background-color: rgba(250, 187, 41, 1);
}
.category-product-featured.yellow-box  .category-filter-slider {
    background-color: rgba(250, 187, 41, 0.8);
}
.category-product-featured.yellow-box .list-child-category a:hover::before{
	background-color: rgba(250, 187, 41, 1);
}
.category-product-featured.yellow-box .list-child-category a:hover {
    color: rgba(250, 187, 41, 1);
}
.category-product-featured.yellow-box .percent-saleoff::after {
    border-top: 12px solid rgba(250, 187, 41, 1);
}
.category-product-featured.yellow-box .percent-saleoff{
	background-color: rgba(250, 187, 41, 1);
}
.category-product-featured.yellow-box .product-info-cart .addcart-link {
    background-color: rgba(250, 187, 41, 1);
}
.category-product-featured.yellow-box .product-extra-link a:hover {
    color: rgba(250, 187, 41, 1);
}
.category-product-featured.yellow-box .title-product a:hover {
    color: rgba(250, 187, 41, 1);
}
.category-product-featured.yellow-box .info-price span {

    color: rgba(250, 187, 41, 1);
}
/*Pink*/
.category-product-featured.pink-box {
    border-color: rgba(199, 83, 71, 1);
}
.category-product-featured.pink-box .category-home-label {
    background-color: rgba(199, 83, 71, 1);
}
.category-product-featured.pink-box  .category-filter-slider {
    background-color: rgba(199, 83, 71, 0.8);
}
.category-product-featured.pink-box .list-child-category a:hover::before{
	background-color: rgba(199, 83, 71, 1);
}
.category-product-featured.pink-box .list-child-category a:hover {
    color: rgba(199, 83, 71, 1);
}
.category-product-featured.pink-box .percent-saleoff::after {
    border-top: 12px solid rgba(199, 83, 71, 1);
}
.category-product-featured.pink-box .percent-saleoff{
	background-color: rgba(199, 83, 71, 1);
}
.category-product-featured.pink-box .product-info-cart .addcart-link {
    background-color: rgba(199, 83, 71, 1);
}
.category-product-featured.pink-box .product-extra-link a:hover {
    color: rgba(199, 83, 71, 1);
}
.category-product-featured.pink-box .title-product a:hover {
    color: rgba(199, 83, 71, 1);
}
.category-product-featured.pink-box .info-price span {
    color: rgba(199, 83, 71, 1);
}
/*Blue*/
.category-product-featured.blue-box {
    border-color: rgba(119, 163, 211, 1);
}
.category-product-featured.blue-box .category-home-label {
    background-color: rgba(119, 163, 211, 1);
}
.category-product-featured.blue-box  .category-filter-slider {
    background-color: rgba(119, 163, 211, 0.8);
}
.category-product-featured.blue-box .list-child-category a:hover::before{
	background-color: rgba(119, 163, 211, 1);
}
.category-product-featured.blue-box .list-child-category a:hover {
    color: rgba(119, 163, 211, 1);
}
.category-product-featured.blue-box .percent-saleoff::after {
    border-top: 12px solid rgba(119, 163, 211, 1);
}
.category-product-featured.blue-box .percent-saleoff{
	background-color: rgba(119, 163, 211, 1);
}
.category-product-featured.blue-box .product-info-cart .addcart-link {
    background-color: rgba(119, 163, 211, 1);
}
.category-product-featured.blue-box .product-extra-link a:hover {
    color: rgba(119, 163, 211, 1);
}
.category-product-featured.blue-box .title-product a:hover {
    color: rgba(119, 163, 211, 1);
}
.category-product-featured.blue-box .info-price span {
    color: rgba(119, 163, 211, 1);
}
/*Green*/
.category-product-featured.green-box {
    border-color: rgba(21, 193, 215, 1);
}
.category-product-featured.green-box .category-home-label {
    background-color: rgba(21, 193, 215, 1);
}
.category-product-featured.green-box  .category-filter-slider {
    background-color: rgba(21, 193, 215, 0.8);
}
.category-product-featured.green-box .list-child-category a:hover::before{
	background-color: rgba(21, 193, 215, 1);
}
.category-product-featured.green-box .list-child-category a:hover {
    color: rgba(21, 193, 215, 1);
}
.category-product-featured.green-box .percent-saleoff::after {
    border-top: 12px solid rgba(21, 193, 215, 1);
}
.category-product-featured.green-box .percent-saleoff{
	background-color: rgba(21, 193, 215, 1);
}
.category-product-featured.green-box .product-info-cart .addcart-link {
    background-color: rgba(21, 193, 215, 1);
}
.category-product-featured.green-box .product-extra-link a:hover {
    color: rgba(21, 193, 215, 1);
}
.category-product-featured.green-box .title-product a:hover {
    color: rgba(21, 193, 215, 1);
}
.category-product-featured.green-box .info-price span {
    color: rgba(21, 193, 215, 1);
}
/*Violet*/
.category-product-featured.violet-box {
    border-color: rgba(250, 139, 174, 1);
}
.category-product-featured.violet-box .category-home-label {
    background-color: rgba(250, 139, 174, 1);
}
.category-product-featured.violet-box  .category-filter-slider {
    background-color: rgba(250, 139, 174, 0.8);
}
.category-product-featured.violet-box .list-child-category a:hover::before{
	background-color: rgba(250, 139, 174, 1);
}
.category-product-featured.violet-box .list-child-category a:hover {
    color: rgba(250, 139, 174, 1);
}
.category-product-featured.violet-box .percent-saleoff::after {

    border-top: 12px solid rgba(250, 139, 174, 1);
}
.category-product-featured.violet-box .percent-saleoff{
	background-color: rgba(250, 139, 174, 1);
}
.category-product-featured.violet-box .product-info-cart .addcart-link {
    background-color: rgba(250, 139, 174, 1);
}
.category-product-featured.violet-box .product-extra-link a:hover {
    color: rgba(250, 139, 174, 1);
}
.category-product-featured.violet-box .title-product a:hover {
    color: rgba(250, 139, 174, 1);
}
.category-product-featured.violet-box .info-price span {
    color: rgba(250, 139, 174, 1);
}
/*End Color Box*/
.item-adv-simple  a:hover::before ,.item-adv-simple  a:hover::after{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.list-partner {
    border-left: 1px solid #e8e8e8;

}
.partner-link {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    display: block;
    float: left;
    overflow: hidden;
    width: 14.285%;
    background: #fff;
}
.partner-link:hover img{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.partner-link img{
	width:100%;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.footer {
    border-top: 1px solid #fe9c00;
    margin-top: 50px;
}
.logo-footer {
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
}
.menu-footer {
    display: inline-block;
    vertical-align: middle;
}
.menu-footer ul {
    font-size: 0;
    margin: 0;
}
.menu-footer li {
    display: inline-block;
    font-size: 14px;
}
.menu-footer a {
    border-left: 1px solid #dadada;
    display: block;
    height: 14px;
    line-height: 14px;
    padding: 0 13px;
}
.super-deal-header {
    background: none repeat scroll 0 0 #f9bc02;
    color: #FFFFFF;
    padding: 15px 30px;
	margin-bottom:30px;
}
.supper-deal-title  h2 {

    font-size: 30px;
    font-weight: 700;
    margin: 8px 0 -3px;
    text-transform: uppercase;
}
.supper-deal-title  p {
    font-size: 18px;
}
.super-deal-countdown {
    float: right;
    height: 70px;
    position: relative;
    width: 280px;
}
.item-deal-product {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    float: left;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
}
.item-deal-product .product-thumb {
    float: left;
    width: 42%;
}
.item-deal-product .product-info {
    float: left;
    width: 57%;
}

.social-network li {
    display: inline-block;

}
.social-network ul{
	font-size:0;
}
.item-deal-product .title-product {
    font-size: 18px;
    margin-bottom: 17px;
}
.product-info .desc {
    color: #666;
}
.info-price-deal  span {
    color: #fe9c00;
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
}
.info-price-deal  label {
    background: #ed321e none repeat scroll 0 0;
    color: #fff;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin: 5px 0 0 7px;
    padding: 0 5px;
    vertical-align: middle;
}
.info-price-deal  del {
    color: #999;
    display: block;
    margin-top: -3px;
}
.deal-shop-social .deal-shop-link:hover {
	background:#ED321E;
}
.deal-shop-social .deal-shop-link {
    background: #fe9c00 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: top;
}
.super-deal-content .view-all-deal {
    color: #fff;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 50px;
    width: 200px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.super-deal-content .view-all-deal::after {
    position: absolute;
    content: attr(data-hover);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ED321E;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.super-deal-content .view-all-deal span {
    display: block;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
	background: #fe9c00 none repeat scroll 0 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.super-deal-content .view-all-deal:hover::after {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.super-deal-content .view-all-deal:hover span{
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
}
.social-deal.social-network {
    display: inline-block;
}
.social-deal.social-network  ul {
    margin: 0;
}
.deal-shop-social {
    margin-top: 25px;
}
.super-deal-countdown .time_circles > div {
    border: 10px solid #fff;
    border-radius: 50%;
    font-weight: 700;
    height: 66px;
    margin-left: 2px;
    margin-top: -23px;
    position: absolute;
    text-align: center;
    width: 66px !important;
}
.super-deal-countdown .time_circles canvas {
    position: relative;
    z-index: 99;
}
.super-deal-countdown .number {
    border-bottom: 1px solid #fff;
    display: block;
    font-weight: 700;
    margin: 4px auto auto;
    width: 25px;
}
.super-deal-countdown .text {
    display: block;
    font-size: 10px;
}
/*.footer-top {
    margin-top: 30px;
}*/
.footer-box  h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.footer-menu-box li a {
    font-size: 14px;
    padding-left: 10px;
    position: relative;
}
.footer-box li {
    margin-bottom: 8px;
}
.footer-menu-box li a::before {
    content: "\f111";
    font-family: fontawesome;
    font-size: 5px;
    left: 0;
    position: absolute;
    top: 7px;
}
.list-footer-box {
    margin-top: 25px;
}
.footer-box-contact .fa {
    font-size: 18px;
    width: 25px;
}
.social-footer-box {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    padding: 35px 0;
}
.newsletter-footer label {
    margin: 0 40px 0 0;
    text-transform: uppercase;
}
.newsletter-footer > form {
    display: inline-block;
    max-width: 365px;
    padding-right: 50px;
    position: relative;
    width: 100%;
}
.newsletter-footer input[type="text"] {
    border: 1px solid #e8e8e8;
    color: #999;
    height: 45px;
    padding: 0 15px;
    width: 100%;
}
.newsletter-footer input[type="submit"] {
    background-image: url("../images/home1/icon-newsletter.png");
	background-position:center center;
	background-repeat:no-repeat;
    border: medium none;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.social-footer {
    text-align: right;
}
.social-footer ul {
    display: inline-block;
    font-size: 0;
    margin: 0;

}
.social-footer li {
    display: inline-block;
    font-size: 14px;
}
.social-footer label {
    margin: 0 25px 0 0;
    text-transform: uppercase;
}
.social-footer a {
    margin-left: 10px;
}
.social-network a {
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
    display: block;
	position:relative;
}
.social-network a:hover::before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:rgba(0,0,0,0.1);
}
.item-tags-category  h2 {
    color: #FFFFFF;
    display: table-cell;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    width: 130px;
}
.item-tags-category span {
    display: block;
    padding: 10px 15px;
}
.item-tags-category  ul {
    display: table-cell;
    font-size: 0;
    margin: 0;
    padding-left: 8px;
}
.item-tags-category li {
    display: inline-block;
    font-size: 14px;
}
.item-tags-category a {
    border-right: 1px solid #999999;
    color: #999999;
    display: block;
    height: 13px;
    line-height: 13px;
    padding: 0 5px;
}
.item-tags-category a.active{
	text-transform:uppercase;
	font-weight:700;
}
.list-tags-category {
    border-bottom: 1px solid #e8e8e8;
    padding: 35px 0;
}
.item-tags-category ul li:last-child a{
	border:none;
}
.copyright  p {
    color: #333;
    margin: 0;
}
.copyright a {
    color: #999;
}
.payment-method {
    text-align: right;
}
.footer-bottom {
    padding: 0;
}
.payment-method a:hover {
    top: -5px;
}
.payment-method a {
    display: inline-block;
    margin-left: 12px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	top:0;
}
/*Shop*/
.list-category-dropdown.first-hidden {
    display: none;

	box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.2);
}
.content-shop {
    margin-top: 30px;
}
.sidebar-shop .widget {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    padding: 22px 20px;
}
.sidebar-shop .widget-title {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    position: relative;
    text-transform: uppercase;
}
.adv-widget-thumb img {
    width: 100%;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.adv-widget-thumb:hover img{
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
}
.widget.widget-adv {
    border: medium none;
    padding: 0;
}
.title-widget-adv {
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 11px 20px;
    text-transform: uppercase;
}
.title-widget-adv > span {
    display: block;
    font-size: 18px;
    margin: 0 0 -5px;
}
.item-widget-adv {
    position: relative;
}
.adv-widget-info {
    bottom: 110px;
    left: 0;
    padding: 25px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
	background:rgba(255,255,255,0.5)
}
.adv-widget-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.adv-widget-info h2 {
    color: #ED321E;
    font-weight: 700;
    margin: 0;
}
.adv-widget-info h2 span {
    font-size: 17px;
}
.widget-adv .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 1px 3px 3px -1px rgba(0, 0, 0, 0.2);
    display: block;
    height: 18px;
    margin: 0 4px;
    opacity: 1;
    width: 18px;
}
.widget-adv  .owl-theme .owl-controls .owl-page:hover span ,.widget-adv  .owl-theme .owl-controls .owl-page.active span {
	background:#e62e04;
}
.widget-adv  .owl-theme .owl-controls{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
}
.widget.widget-vote p {
    color: #666;

}
.widget.widget-vote a {
    color: #666;
	padding-left:20px;
	background:url("../images/grid/un-vote.png") no-repeat left center;
}
.widget.widget-vote a.active{

	background:url("../images/grid/vote.png") no-repeat left center;
}
.widget.widget-vote li {
    margin-bottom: 10px;
}
.widget.widget-vote button {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 36px;
    margin: 10px 0 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100px;
}
.widget.widget-filter .widget-title::after {
    width: 13px;
    content: "";
    height: 13px;
    position: absolute;
    right: 0;
	top:0;
	background:url("../images/grid/sub.png") no-repeat center center;
}
.widget.widget-filter .widget-title.active::after{
	background:url("../images/grid/add.png") no-repeat center center;
}
.box-filter {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.box-filter:last-child {
    border: medium none;
    margin: 0;
}
.box-filter li {
    margin-bottom: 5px;
}
.box-filter li a{
	color: #666;
	padding-left:20px;
	background:url("../images/grid/un-check.jpg") no-repeat left center;
	display: block;
}
.box-filter li a.active{
	background:url("../images/grid/check.jpg") no-repeat left center;
}
.list-color-filter a {
    border: 1px solid #ccc;
    display: inline-block;
    height: 22px;
    margin-bottom: 4px;
    margin-right: 7px;
    width: 22px;
}
.list-color-filter a.active{
	background:url("../images/grid/check.jpg") no-repeat right bottom;
}
.list-color-filter a:hover{
	border:1px solid #ED321E;
}
.box-filter ul {
    margin: 0 0 20px;
}
.list-color-filter{
    margin: 0 0 15px;
}
.box-filter:last-child ul{
	margin:0;
}
.range-filter > label {
    font-weight: 400;
    margin: 0 4px 0 0;
}
.range-filter {
    color: #666;
}
.range-filter #amount {
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
}
.range-filter #amount > span {
    border: 1px solid #e8e8e8;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 59px;
}
.btn-filter {
    border: medium none;
    color: #fff;
    height: 30px;
    width: 72px;
}
.range-filter #slider-range .ui-slider-handle.ui-state-default.ui-corner-all {
    border: medium none;
    border-radius: 0;
    height: 16px;
    margin: 0 -8px;
    top: -8px;
    width: 16px;
}
.range-filter #slider-range {
    background: #e8e8e8 none repeat scroll 0 0;
    border: medium none;
    height: 1px;
    margin: 30px 0;
}
.product-popup-content {
    max-width: 870px;
    width: 100%;
}
.shop-slider-info {
    left: 0;
    margin-top: -50px;
    padding-left: 50px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
}
.shop-slider-info > h3 {
    color: #666;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.shop-slider-info > h2 {
    color: #ED321E;
    font-weight: 700;
    margin: 0;
}
.shop-slider-info .shop-now {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 15px 0 0;
    padding: 0 20px;
}
.banner-shop-slider {
    overflow: hidden;
}
.shop-slider-info {
    left: 0;
    margin-top: -50px;
    padding-left: 50px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
}
.shop-slider-info > h3 {
    color: #666;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.shop-slider-info > h2 {
    color: #ED321E;
    font-weight: 700;
    margin: 0;
}
.shop-slider-info .shop-now {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 15px 0 0;
    padding: 0 20px;
}
.list-shop-cat {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    padding: 24px;
}
.list-shop-cat  ul {
    font-size: 0;
    margin: 0;
}
.list-shop-cat li {
    display: inline-block;
    font-size: 14px;
    margin: 5px;
}
.list-shop-cat a {
    border: 1px solid #e8e8e8;
    border-radius: 36px;
    color: #666;
    display: block;
    height: 36px;
    line-height: 36px;

    padding: 0 39px 0 12px;
    position: relative;
	background:#fff;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.list-shop-cat a span{
	border-radius:50%;
	width:26px;
	height:26px;
	display:block;
	position:absolute;
	text-align:center;
	line-height:26px;
	top:4px;
	right:4px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	color:#fff;
}
.list-shop-cat a:hover span{
	background:#ed321e;
}
.list-shop-cat a:hover{
	color:#ed321e;
}
.shop-tab-title h2 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.shop-tab-title {
    margin: 20px 0 18px;
    position: relative;
}
.shop-tab-select {
    font-size: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.shop-tab-select a {
    border: 1px solid #e8e8e8;

    display: block;
    height: 30px;
    width: 30px;
	background-repeat:no-repeat;
	background-position:center center;
}
.shop-tab-select > li {
    display: inline-block;
}
.shop-tab-select li.active a{
	background-color:#fe9c00;
	border-color:#fe9c00;
}
.shop-tab-select a.grid-tab{
	background-image:url("../images/grid/grid.png");
}
.shop-tab-select li.active a.grid-tab{
	background-image:url("../images/grid/grid-at.png");
}
.shop-tab-select a.list-tab{
	background-image:url("../images/grid/list.png");
}
.sort-pagi-bar {
    float: right;
}
.product-order {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.product-per-page {
    display: inline-block;
    margin-left: 25px;
    position: relative;
    vertical-align: top;
}
.product-pagi-nav {
    display: inline-block;
    font-size: 0;
    margin-left: 25px;
    vertical-align: top;



}
.product-pagi-nav  a:hover {
	color:#fff;
}
.product-pagi-nav a {
    border: 1px solid #e8e8e8;
    color: #666;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 11px;
    text-transform: uppercase;
    vertical-align: top;
	margin-left:-1px;
}
.product-order-list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    display: none;
    left: 0;
    margin-top: -1px;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    width: 110px;
}
.per-page-list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    display: none;
    margin-top: -1px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 50px;
}
.product-order .product-order-toggle {
    border: 1px solid #e8e8e8;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 55px 0 13px;
    position: relative;
    width: 140px;
	color:#666;
}
.product-order-toggle::before {
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    right: 40px;
    top: 0;
}
.product-order-toggle::after {
    content: "\f15d";
    font-family: fontawesome;
    position: absolute;
    right: 0px;
    top: -1px;
	width:30px;
	text-align:center;
	height:30px;
	border-left:1px solid #e8e8e8;
}
.product-per-page .per-page-toggle {
    border: 1px solid #e8e8e8;
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 11px;
    position: relative;
    text-transform: capitalize;
    width: 110px;
}
.product-per-page .per-page-toggle::after{
	content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    right: 13px;
    top: 0;
}
.per-page-list li a {
    color: #666;
    display: block;
}
.upsell-detail-slider {
    margin: 0 -15px;
}
.upsell-detail-slider .owl-carousel .owl-wrapper-outer {
    padding-top: 6px;
}
.upsell-detail-slider .item {
    margin: 0 15px;
}
.upsell-detail-slider .wrap-item.owl-theme .owl-controls {

    margin: 0;
    position: absolute;
    right: 16px;
    top: -37px;
    width: 66px;
}
.upsell-detail-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
    float: left;

    margin: 0 0 0 1px;
    opacity: 1;



    position: static;
}
.detail-gallery .carousel a {
    border: 1px solid #e8e8e8;
    display: block;
    margin: 5px 1px 0;
    width: 70px;
}
.detail-gallery .carousel a.active{
	border-color:#FE9C00;
	position:relative;
}
.detail-gallery .carousel a.active::after {
    color: #fe9c00;
    content: "\f0d8";
    font-family: fontawesome;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: -11px;
}
.widget.widget-related-product {
    padding: 0;
}
.widget-related-product .widget-title {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding: 10px 20px;
}
.list-product-related{
	padding:10px 20px;
}
.list-product-related li {
    border-bottom: 1px solid #e8e8e8;
    padding: 18px 0;
}
.list-product-related li:last-child{
	border-bottom: none;
}
.product-related-thumb{
	float:left;
	width:45%;
}
.product-related-thumb a{
	display:block;
	overflow:hidden;
}
.product-related-thumb a img{
	width:100%;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.product-related-thumb a:hover img{
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
}
.product-related-info{
	float:left;
	width:55%;
	padding-left:20px;
}
.main-detail {
    border: 1px solid #e8e8e8;
    padding: 20px;
}
.detail-gallery .mid {
    margin-bottom: 5px;
    position: relative;
}
.detail-gallery {
    margin-right: -20px;
}
.detail-info {
    padding-left: 20px;
}
.detail-gallery .carousel {
    margin: auto;
}
.detail-gallery .mid p {
    background: #fafafa none repeat scroll 0 0;
    bottom: 0;
    color: #999;
    left: 0;
    margin: 0;
    padding: 4px 0;
    position: absolute;

    text-align: center;
    width: 100%;
}
.gallery-control a {
    background: #b2b2b2 none repeat scroll 0 0;
    border: 1px none;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
    margin-top: -58px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 32px;
    z-index: 99;
}
.gallery-control a:hover{
	background: #2b2b2b none repeat scroll 0 0;
}
.gallery-control a.prev{
	float:left;	
	margin-left:-1px;
}
.gallery-control a.next{
	float:right;	
}
.title-detail {
    font-weight: 700;
    margin: 0 0 15px;
}
.detail-info .product-rating {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.detail-info .product-order {
    border-left: 1px solid #e8e8e8;
    height: 14px;
    line-height: 14px;
    margin-left: 7px;
    padding-left: 10px;
}
.detail-info  .product-stock {
    margin-top: 4px;
}
.detail-info  .product-code {
    margin-top: 0;
}
.info-price.info-price-detail {
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    padding-top: 10px;
}
.info-price.info-price-detail  label {
    margin: 0 40px 0 0;
    text-transform: uppercase;
}
.info-price.info-price-detail span {
    font-size: 30px;
    margin-right: 18px;
}
.attr-info {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    padding: 25px 20px;
}
.attr-product label {
    margin: 0;
    text-transform: uppercase;
    width: 56px;
}
.attr-color {
    display: inline-block;
    max-width: 240px;
    position: relative;


    width: 100%;
	z-index:99;

}
.attr-color .toggle-color {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 15px;
    position: relative;
}
.list-color {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    left: 0;
    margin-top: -1px;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    width: 100%;
	display:none;
}
.list-color li a {
    color: #999;
}
.list-color li a:hover,.list-color li a.selected {
    color: #FE9C00;
}
.toggle-color::after {
  
  
    font-family: fontawesome;
    position: absolute;
    right: 12px;
    top: 0;
}
.attr-size {
    display: inline-block;
    max-width: 240px;
    position: relative;
    width: 100%;
	z-index:90;
}
.attr-size .toggle-size {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 15px;
    position: relative;
}
.list-size {

    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    left: 0;
    margin-top: -1px;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    width: 100%;
	display:none;
}
.list-size li a {
    color: #999;
}
.list-size li a:hover,.list-size li a.selected {
    color: #FE9C00;
}
.toggle-size::after {
  
  
    font-family: fontawesome;
    position: absolute;
    right: 12px;
    top: 0;
}
.attr-product {
    margin-bottom: 10px;
}
.attr-info {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    padding: 30px 20px;
}
.size-chart {
    display: inline-block;
    margin-left: 10px;
}
.size-chart::before {
    background: rgba(0, 0, 0, 0) url("../images/grid/icon-size.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 8px;
    width: 14px;
}
.info-qty {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    max-width: 240px;
    padding: 0 35px;
    position: relative;
    text-align: center;
    width: 100%;
}
.info-qty a {
    color: #333;
}
.info-qty .qty-down {
    border-right: 1px solid #e8e8e8;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
}
.info-qty .qty-down:hover::before{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	content:"";
	background:rgba(0,0,0,0) url(../images/home1/minus.png) no-repeat center center;
}
.info-qty .qty-up {
    border-left: 1px solid #e8e8e8;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}
.info-qty .qty-up:hover::before{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	content:"";
	background:rgba(0,0,0,0) url(../images/home1/plus.png) no-repeat center center;
}
.info-qty a:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.info-qty .qty-val {
    display: block;
    padding: 0 15px;
    width: 100%;
}
.attr-info .addcart-link:hover {
	background:#ED321E;
}
.attr-info .addcart-link {
    background: #fe9c00 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 10px 0 0 60px;
    max-width: 240px;
    text-align: center;
    width: 100%;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.addcart-link i {
    margin-right: 5px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.product-list .addcart-link i:hover{
	margin-right: 5px;
}
.addcart-link:hover i {
	margin-right:10px;
}
.product-social-extra {

    margin: 10px 0 0 60px;
}
.product-social-extra a:hover {
	color:#fe9c00;
}
.product-social-extra a {


    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 6px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 35px;
}
.product-social-extra a:last-child {
    margin: 0;
}
.title-tab-detail li {
    display: inline-block;
    margin-right: 3px;
}
.title-tab-detail li a {
    border: 1px solid #e8e8e8;
    color: #666;
    display: block;

    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.title-tab-detail li:hover a,.title-tab-detail li.active a{
	background:#FE9C00;

	border-color:#FE9C00;
	color:#fff;
}
.tab-detail {
    margin-top: 30px;
}
.table-content-tab-detail {
    border: 1px solid #e8e8e8;
    display: table;
    margin-top: -1px;
}
.title-table-detail {
    border-right: 1px solid #e8e8e8;
    display: table-cell;
    padding: 0 15px;
    width: 90px;
}
.icon-table-detail {
    display: table-cell;
    text-align: center;
    width: 60px;
}
.title-table-detail  span {
    text-transform: uppercase;
}
.info-table-detail {
    color: #666;
    display: table-cell;
    padding: 30px 0;
}
.info-table-detail  p {
    margin: 0;

    padding: 0 20px 0 0;
}
.info-table-detail  h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
}
.title-tab-detail  ul {
    margin: 0 0 6px;
}
.inner-content-tab-detail {
    border: 1px solid #e8e8e8;
    color: #666;
    padding: 20px;
}
.inner-content-tab-detail  h2 {
    margin: 0 0 10px;
}
.title-default {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
}
.upsell-detail {
    margin-top: 15px;
    overflow: hidden;
    padding-top: 10px;
}
/**************************************************************************************
									Home 2
***************************************************************************************/
.top-toggle {
    background: #333 url("../images/home2/img-top.png") no-repeat center center;
}
.inner-top-toggle {
    min-height: 150px;
    position: relative;
}
.top-toggle-info {
    float: left;
    padding-top: 38px;
    position: relative;
    width: 480px;
}
.top-toggle-thumb {
    float: left;
    text-align: center;
    width: 30%;
}
.top-toggle-coutdown {
    float: right;
    margin-top: 40px;
    width: 270px;
    margin-right: 60px;
}
.top-toggle-info > h2 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
}
.top-toggle-info > p {
    color: #fff;
    text-transform: uppercase;
}
.top-toggle-info .shop-now {
    background: #fe9c00 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: right;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 60px;
    width: 136px;
	text-transform:uppercase;
}
.top-toggle-info .shop-now i{
	margin-left:5px;
}
.top-toggle-coutdown .time_circles > div {
    background: rgba(27,29,31,0.7);
    border-radius: 50%;
    color: #fff;
    height: 62px;
    margin-left: 3px;
    margin-top: -21px;
    position: absolute;
    text-align: center;
    width: 62px !important;
}
.top-toggle-coutdown .time_circles {
    position: relative;
}
.top-toggle-coutdown canvas {
    position: relative;
    z-index: 99;
}
.top-toggle-coutdown .number {
    display: block;
    font-weight: 700;
    margin: 14px 0 -8px;
}
.top-toggle-coutdown .text {
    font-size: 12px;
}
.inner-top-toggle .close-top-toggle {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: -30px;
}
.top-info.top-info-left {
    float: none;
}
.top-info-right {
    margin-top: 6px;
}
.top-info-right > li {
    display: inline-block;
    margin-left: 45px;
}
.top-info-right > li:first-child {
    margin: 0;
}
.top-info-right > li a:hover {
	color:#ED321E;
}
.top-info-right > li a {
    color: #010101;
    font-size: 12px;
    text-transform: uppercase;
}
.top-info-right > li a i {
    color: #999;
    margin-right: 7px;
}
.sub-header2 {
    border-bottom: 1px solid #eaeaec;
}
.top-info.top-info-left> li {
    border: medium none;
    margin-right: 40px;
    padding: 0;
}
.top-info.top-info-left > li:last-child{
	margin:0;
}
.top-info.top-info-left .currency-selected > span {
    color: #999;
    font-weight: 700;
    margin-right: 8px;
}
.top-info.top-info-left  .language-selected img {
    margin-right: 9px;
}
.top-contact  p {
    color: #010101;
    margin: 5px 0 0;
    text-transform: uppercase;
}
.top-contact  p i {
    color: #999;
    margin-right: 5px;
}
.top-info.top-info-left li.has-child > a {
    color: #010101;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
}
.header2 {
    padding: 25px 0;
}
.smart-search.search-form2 {
    border: 2px solid #333333;
    margin: 0 -55px 0 65px;
    padding: 0 0 0 70px;
}
.search-form2 .smart-search-form input[type="submit"] {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    height: 36px;
    text-transform: uppercase;
    width: 114px;
	right:-2px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.search-form2 .smart-search-form input[type="submit"]:hover{
	background:#fe9c00;
	box-shadow:0 0 0 2px #fe9c00;
}
.search-form2 .smart-search-form input[type="text"] {
    border: medium none;
    height: 36px;
    padding: 0 120px 0 45px;
}
.search-form2 .select-category .category-toggle-link {
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #e5e5e5;
}
.search-form2 .select-category {
    border: medium none;
    height: 40px;
    width: 70px;
}
.search-form2  .smart-search-form::before {
    color: #999;
   
   
    font-family: fontawesome;
    left: 20px;
    position: absolute;
    top: 10px;
}
.search-form2  .list-category-toggle.sub-menu-top {
    margin-top: -2px;
    width: 200px;
    margin-left: -2px;
}
.logo2 {
    margin-top: 5px;
}
.register-box {
    display: inline-block;
    margin-right: 0px;
    padding-right: 0px;
    /* line-height:37px; */
    margin-top: 20px;
    position: relative!important;
}
.register-box ul li a i{
    font-size: 18px !important;
    line-height: 18px !important;
    color: #ed3237;
}
.register-box .current-open span {
	width: 80px;
    overflow: hidden;
    display: inline-block;	
	white-space: nowrap; 
    text-overflow: ellipsis; 
}
.mini-cart.mini-cart-2 {
    display: inline-block;
    margin: 10px 0px;
    vertical-align: top;
    float: right;
}
.register-box > ul {
    margin: 0;
}
.register-box li {
    display: inline-block;
    position: relative;
    /*width:100%*/
}
.register-box > p {
    color: #999;
    font-size: 12px;
    margin: -5px 0 0;
    text-transform: uppercase;
}
.register-box a {
    color: #ed3237;
}
main-header-ontop .register-box a{color: #ed3237;}
.register-box a:hover {
    color: #333333;
}
/*.register-box li:first-child::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 16px;
    position: absolute;
    right: 5px;
    top: 2px;
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    width: 1px;
}*/
.register-box li:first-child {
   /* padding-right: 16px;
    padding-top: 10px;*/
}
.total-mini-cart-icon {
    margin-left: 25px;
    line-height: 36px;
    color: #ed3237;
    float: left;
    text-align: center;
    font-size: 18px;
}
.total-mini-cart-icon i{line-height: 40px;}
.header-mini-cart2 {
    display: block;
    position: relative;
}
.header-mini-cart2 .total-mini-cart-item {
    top: 5px;
    height: 15px;
    width: 15px;
    position: absolute;
    display: inline-block;
    background: #7c7d7f;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    color: #fff;
    left: 34px;
    font-size: 11px;
}
.wrap-register-cart{
	float:right;
	margin-top:0px;
	font-family: 'Open Sans', sans-serif;
}
.header-nav2 {
    background: #333333 none repeat scroll 0 0;
}
.main-nav.main-nav2 {
    background: transparent none repeat scroll 0 0;
    margin: 0 0 0 220px;
}
.main-nav.main-nav2 > ul > li > a{
	height:50px;
	line-height:50px;
}
.hot-news-ticker {
    background: #f5f5f5 none repeat scroll 0 0;
    min-height: 40px;
}
.category-hover2 .title-category-hover{
	height: 50px;
    line-height: 50px;
}
.category-hover2 .inner-category-hover .inner-left-category-hover{
	top:-90px;
}
.hotnews-ticker-slider {
    color: #010101;
    font-size: 12px;
    margin-left: 230px;
    padding-bottom: 10px;
    padding-left: 107px;
    padding-top: 10px;
    position: relative;
    height: 40px;
    overflow: hidden;
}
.bxslider-ticker{
	min-height:40px;
}
.hotnews-ticker-slider > label {
    background: #f9a725 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: block;
    left: 0;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase;
    top: 11px;
}
.inner-category-hover {
    padding-left: 220px;
    position: relative;
}
.inner-category-hover .inner-left-category-hover {
    left: 0;
    position: absolute;
    top: -80px;
    width: 220px;
    z-index: 9;
}
.title-category-hover {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}
.title-category-hover::after {

  
  
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 0;
}
.list-category-hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin: 0;
	position:relative;
}
.list-category-hover>li>a {
    color: #333;
    display: block;
    padding: 9px 20px 10px 57px;
    position: relative;
	min-height:39px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.list-category-hover>li>a {
    padding: 10px 20px 10px 57px;
}
}
.list-category-hover > li {
    border-top: 1px solid #e5e5e5;
    z-index: 999;
}
.list-category-hover > li:hover > a > img {
    filter: drop-shadow(1px 1px 1px #fe9c00);
    -moz-filter: drop-shadow(1px 1px 1px #fe9c00);
    -webkit-filter: drop-shadow(1px 1px 1px #fe9c00);
}
.list-category-hover > li:first-child {
    border: medium none;
}
.list-category-hover>li>a>img {
    bottom: 0;
    left: 20px;
    margin: auto;
    position: absolute;
    top: 0;
}
.list-category-hover>li> a:hover{
	color:#fb9902;
}
.list-category-hover>li> a:hover::before{
	width:4px;
	position:absolute;
	height:100%;
	content:"";
	background:#fb9902;
	top:0;
	left:-4px;
}
.inner-left-category-hover .expand-list-link {
    background: #fb9902 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 11px;
    text-align: center;
	font-family: fontawesome;
	margin-top: -1px;
    padding-top: 4px;
    z-index: 9;
	line-height: 2px;
}
.inner-left-category-hover .expand-list-link::before {
    content: "\f0d7";
}
.inner-left-category-hover .expand-list-link.expanding::before {
    content: "\f0d8";
}

.banner-category-hover {
    float: left;
    position: relative;
    width: 48.2%;
}
.large-cat-hover {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    float: left;
    width: 32.3%;
}
.small-cat-hover {
    border-right: 1px solid #e5e5e5;
    float: left;
    width: 19.4%;
    border-top: 1px solid #e5e5e5;
}
.banner-cat-hover-thumb img {
    width: 100%;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.banner-cat-hover-thumb{
	overflow:hidden;
}
.banner-category-hover:hover .banner-cat-hover-thumb img{
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
}
.content-right-category-hover {
    position: relative;
}
.inner-right-category-hover{
	position:absolute;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 1s ease-out 0s;
	transition:all 1s ease-out 0s;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.inner-right-category-hover.active{
	position:relative;
	opacity:1;
	visibility:visible;
}
.banner-cat-hover-info {
    bottom: 0;
    height: 140px;
    left: 0;
    margin: auto;
    padding: 0 30px;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-cat-hover-info > h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.banner-cat-hover-info > p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.banner-cat-hover-info .shopnow {
    border: 1px solid #000;
    color: #000;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 23px;
    text-align: center;
    text-transform: uppercase;
    width: 114px;
}
.banner-cat-hover-info {
    bottom: 0;
    height: 140px;
    left: 0;
    margin: auto;
    padding: 0 30px;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-cat-hover-info > h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.banner-cat-hover-info > h2 {
    color: #fb9902;
    font-size: 40px;
    font-weight: 700;
    margin: -3px 0 -5px;
    text-transform: uppercase;
}
.banner-cat-hover-info > p {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.banner-cat-hover-info .shopnow {
    border: 1px solid #000;
    color: #000;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 23px;
    text-align: center;
    text-transform: uppercase;
    width: 114px;
	-webkit-transition:all 0.3s ease-out 0s;

	transition:all 0.3s ease-out 0s;
}

.banner-cat-hover-info .shopnow:hover {
	color:#fb9902;
	border-color:#fb9902;
}
.item-large-cat-hover {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    min-height: 245px;
    padding: 20px;
    width: 100%;
}
.item-small-cat-hover {
    border-bottom: 1px solid #e5e5e5;
    min-height: 245px;
    padding: 10px 20px;
}
.large-cat-info {
    float: left;
    width: 50%;
}
.large-cat-thumb {
    float: left;
    margin-top: 15px;
    width: 50%;
}
.cat-hover-percent > strong {
    background: #f9a725 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 400;
    height: 23px;
    line-height: 23px;
    margin-bottom: 1px;
    text-align: center;
    width: 40px;
}
.cat-hover-percent > span {
    background: #f8c519 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    padding: 0 5px;
}
.large-cat-info .cat-hover-percent {
    margin-bottom: 15px;
}
.inner-category-hover .title-product {
    font-weight: 400;
    margin: 0 0 3px;
}
.inner-category-hover .info-price span {
    font-size: 18px;
    font-weight: 700;
    color: #fe9c00;
}
.large-cat-info .info-price span {
    display: block;
}
.hot-deal-box {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-top: 30px;
    padding: 35px 0 40px;
    margin-bottom: 40px;
}
.hot-deal-tab-slider {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;

    position: relative;
}
.hot-deal-tab-title > ul {
    display: inline-block;
    margin: 0 0 0 20px;
}
.hot-deal-tab-title li {
    display: inline-block;
    margin-left: 35px;
	position:relative;
}
.hot-deal-tab-title li:hover a,.hot-deal-tab-title li.active a{
	color:#fe9c00;
}
.hot-deal-tab-title li.active::before{
	position:absolute;
	top:-21px;
	left:0;
	height:4px;
	width:100%;
	content:"";
	background:#fe9c00;
}
.hot-deal-tab-title {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 20px;
    height: 50px;
}
.hot-deal-tab-title > label {

    color: #333;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}
.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: #7f7f7f none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    position: static;
    text-align: center;
    width: 20px;
}
.slider-home2  .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
    background: #fe9c00 none repeat scroll 0 0;
}
.slider-home2  .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 2px;
    padding-left: 1px;
}
.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div i {
    line-height: 20px;
	display:block;
	height:20px;
}
.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
    padding-right: 2px;
}
.slider-home2  .owl-controls.clickable {
    position: absolute;
    right: 10px;
    top: -35px;
}
.item-hot-deal-product {
    border-left: 1px solid #e5e5e5;
}
.hot-deal-product-thumb {
    padding: 10px 5px 0;
    position: relative;
}
.hot-deal-product-thumb .cat-hover-percent {
    left: 0;
    position: absolute;
    top: 40px;
    z-index: 99;
    padding: 0 20px;
}
.hot-deal-product-info {
    padding: 20px;
}
.item-hot-deal-product .title-product{
	font-weight:400;
	margin-bottom:3px;
}
.item-hot-deal-product .info-price span {
    font-size: 18px;
    font-weight: 700;
    color: #FE9C00;
}
.item-hot-deal-product .title-product a:hover,.item-hot-deal-product .product-extra-link a:hover{
	color:#fe9c00;
}
/*Color*/
/*Blue*/
.featured-product2.blue-box  .product-info-cart .addcart-link{
	background:#5c6dbd;
}
.featured-product2.blue-box  .product-extra-link a:hover{
	color:#5c6dbd;
}
.featured-product2.blue-box  .info-price span {
    color: #5c6dbd;
}
.featured-product2.blue-box .title-product a:hover{
	color:#5c6dbd;
}
.featured-product2.blue-box .tags-featured-product a:hover{
	color:#5c6dbd;
}
/*Red*/
.featured-product2.red-box  .product-info-cart .addcart-link{
	background:#fe4242;
}
.featured-product2.red-box  .product-extra-link a:hover{
	color:#fe4242;
}
.featured-product2.red-box  .info-price span {
    color: #fe4242;
}
.featured-product2.red-box .title-product a:hover{
	color:#fe4242;
}
.featured-product2.red-box .tags-featured-product a:hover{
	color:#fe4242;
}
.featured-product2.red-box .title-cat-parent {
    background: #fe4242 none repeat scroll 0 0;
}
.featured-product2.red-box .sidebar-cat-childrent a:hover::before{
	background: #fe4242 none repeat scroll 0 0;
}
.featured-product2.red-box .sidebar-cat-childrent a:hover{
	color:#fe4242;
}
/*Pink*/
.featured-product2.pink-box  .info-price span {
    color: #FF74BE;
}
.featured-product2.pink-box .title-product a:hover{

	color:#FF74BE;
}
.featured-product2.pink-box .tags-featured-product a:hover{
	color:#FF74BE;
}
.featured-product2.pink-box .cat-bestsale-slider h2{
	color:#333;
}
/*Red Dark*/
.featured-product2.red-dark-box  .info-price span {
    color: #C75347;
}
.featured-product2.red-dark-box .title-product a:hover{
	color:#C75347;
}
.featured-product2.red-dark-box .tags-featured-product a:hover{
	color:#C75347;
}
/*End Color*/
.item-hot-deal-product .product-info-cart .addcart-link{
	background:#fe9c00;
}
.hot-deal-slider.slider-home2 {
    position: relative;
}
.hot-deal-slider.slider-home2::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 99;
}
.product-bestseller-slider {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;

}
.product-bestseller-slider  h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    margin: 0;
    padding: 15px 20px;
    text-transform: uppercase;
}
.item-product-bestseller {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    padding: 17.0px 0;
    width: 100%;
}
.item-product-bestseller:last-child {
    border: medium none;
}
.item-product-bestseller .product-thumb {
    float: left;
    padding: 0 10px;
    width: 50%;
}
.item-product-bestseller .product-info2 {
    float: left;
    padding: 15px 10px 15px 0;
    width: 50%;
}
.product-info2 .title-product{
	font-weight:400;
	margin:0 0 3px;
}
.product-info2 .info-price span {
    font-size: 18px;
    font-weight: 700;
    color: #fe9c00;
}
.hot-deal-tab-countdown canvas {
    display: none;
}
.hot-deal-tab-countdown .time_circles::before {
	font-family: FontAwesome;
	content:"\f017";
	font-size:30px;
	color:#fff;

	position:absolute;
	top:8px;
	left:5px;
}
.hot-deal-tab-countdown .time_circles {
    background: #fe9c00 none repeat scroll 0 0;
    color: #fff;
    left: -36px;
    padding: 46px 5px 0;
    position: absolute;
    text-align: center;
    top: 49px;
    width: 36px;
}
.hot-deal-tab-countdown .time_circles > div {
    width: 100% !important;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 8px 0;
}
.hot-deal-tab-countdown .number {
    display: block;
    font-weight: 700;
    margin-bottom: -5px;
}
.hot-deal-tab-countdown .text {
    font-size: 12px;
}
.featured-product2 {
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
.featured-product-sidebar {
    float: left;
    width: 18%;
}
.featured-product-content {
    float: left;
    width: 82%;
    border-left: 1px solid #e5e5e5;
}

.paginav-thumb-link > img {
    width: 100%;
}
.featured-list-brand {
    padding: 0 20px;
    text-align: center;
}
.title-cat-parent {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 76px;
    line-height: 76px;
    margin: -1px 0 0 -1px;
    padding: 0 20px;
    text-transform: uppercase;
}
.featured-product2.blue-box .title-cat-parent{
	background:#5c6dbd;
}
.list-cat-childrent > li {

    display: inline-block;
    font-size: 14px;
    height: 74px;
    padding-top: 14px;
    position: relative;
    text-align: center;
    width: 150px;
}
.list-cat-childrent span {
    display: block;
}
.list-cat-childrent a {
    display: block;
    margin: 0 25px;
    position: relative;
}
.list-cat-childrent {
    border-bottom: 1px solid #e5e5e5;
    font-size: 0;
    margin: 0;
}
.list-cat-childrent > li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 28px;
    position: absolute;
    right: 0;
    top: 23px;
    width: 1px;
}
.list-cat-childrent > li:last-child::after {
	display:none;
}
.featured-product2.blue-box .list-cat-childrent a:hover{
	color:#5C6DBD;
}
.featured-product2.blue-box .list-cat-childrent a::before {
    background: #5c6dbd none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 50%;
    top: -19px;
    width: 0;
    z-index: 99;
    position: absolute;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.featured-product2.blue-box .list-cat-childrent a:hover::before {
	width: 100%;
	left: 0;
}
.product-rating.rating-style2 {
    height: 15px;
    width: 75px;
	background: rgba(0, 0, 0, 0) url("../images/home2/rate-bg.png") repeat-x scroll 0 0;
}
.product-rating.rating-style2 .inner-rating{
	background: rgba(0, 0, 0, 0) url("../images/home2/rate-star.png") repeat-x scroll 0 0;
}
.tags-featured-product {
    background: #f4f4f4 none repeat scroll 0 0;
    border-top: 1px solid #e5e5e5;
    float: left;
    padding: 9px 20px;
    width: 100%;
}
.tags-featured-product  label {
    margin: 0;
    text-transform: uppercase;
}
.tags-featured-product  a {
    margin-left: 30px;
}
.tags-featured-product  a:hover{
	color:#fe4242;
}
.tags-featured-product  label i {
    margin-right: 5px;
}
.item-featured-product {
    border-left: 1px solid #e5e5e5;
    float: left;
    padding: 20px;
    width: 33.333%;
    min-height: 208px;
}
.featured-product-info.product-info2 {
    float: left;
    padding-right: 20px;
    width: 50%;
    padding-top: 8px;
}
.featured-product-thumb {
    float: left;
    width: 50%;
}
.item-featured-product:first-child {
    border: medium none;
}

.featured-list-brand ul {
    margin: 0;
    padding-top: 6px;
}
.persale {
    background: #f9a725 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
    margin-bottom: 1px;
    text-align: center;
    width: 40px;
}
.new {
    background: #ff8ba0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 42px;
}
.persale-text {
    background: #f8c519 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    height: 22px;
    margin: 0;
    text-align: center;
    width: 135px;
}
.featured-info-sale {
    margin-bottom: 15px;
    min-height: 47px;
}
.content-featured-product-sidebar {
    padding: 20px;
}
.sidebar-cat-childrent a {
    color: #010101;
    display: block;
    padding: 10px 0;
    position: relative;
}
.sidebar-cat-childrent a:hover{
	color:#fe9c00;
}
.sidebar-cat-childrent a:hover::before {
    background: #fe9c00 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -25px;
    position: absolute;
    top: 0;
    width: 4px;
}
.sidebar-cat-childrent {
    margin: -10px 0 8px;
}
.featured-product2.pink-box .title-cat-parent {
    background: #ff74be;
    line-height: 20px;
    padding-top: 17px;
}
.featured-product2.pink-box .title-cat-parent {
    background: #ff74be none repeat scroll 0 0;
    line-height: 20px;
    padding-top: 17px;
}
.list-cat-childrent.no-icon > li {
    width: auto;
    padding: 0 17px;
}
.list-cat-childrent.no-icon a {
    margin: 0;
    padding: 27px 12px;
}
.featured-product2.pink-box .list-cat-childrent.no-icon a:hover{
	color:#ff74be;
}
.featured-product2.pink-box .list-cat-childrent.no-icon a::before{
	background: #ff74be none repeat scroll 0 0;
	position:absolute;
	top:-5px;
	left:50%;
	width:0;
	height:4px;
	content:"";
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.featured-product2.pink-box .list-cat-childrent.no-icon a:hover::before{
	left:0;
	width:100%;
}
.cat-bestsale-slider {
    padding: 20px;
}
.cat-bestsale-slider h2 {
    color: #fe9c00;
    font-size: 14px;
    font-weight: 700;
    margin: 7px 0 28px;
    text-transform: uppercase;
}
.cat-bestsale-slider .featured-product-thumb{
	float:none;
	width:auto;
	position:relative;
}
.cat-bestsale-slider .featured-product-info{
	float:none;
	width:auto;
	margin-top:20px;
}
.cat-bestsale-slider .featured-info-sale {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}
.cat-bestsale-slider .info-price span{
	display:block;
}
.cat-bestsale-slider.slider-home2 .owl-controls.clickable {
    right: -10px;
    top: -45px;
}
.cat-bestsale-slider .new{
	background:#FF74BE;
}
.item-paginav-featured {
    float: left;
    width: 33.334%;
    padding: 20px;
    border-right: 1px solid #e5e5e5;
	min-height: 413px;
}
.inner-item-paginav-featured{
	position:relative;
	overflow:hidden;
}
.paginav-featured-info {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    height: 100%;
    left: 0;
    padding-top: 80px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 100%;
    width: 100%;
	opacity:0;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.item-paginav-featured:hover .paginav-featured-info{
	opacity:1;
	top:0;
}
.content-featured-product-sidebar  .item-adv-simple a::before,
.content-featured-product-sidebar  .item-adv-simple a::after{
	display:none;
}
.adv-featured-product.item-adv-simple,.content-featured-product-sidebar  .item-adv-simple{
	overflow:hidden;
}
.adv-featured-product.item-adv-simple img,.content-featured-product-sidebar  .item-adv-simple img{
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.adv-featured-product.item-adv-simple:hover img,.content-featured-product-sidebar  .item-adv-simple:hover img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.paginav-featured-info > span {
    display: block;
    font-size: 30px;
}
.paginav-featured-info > strong {
    font-size: 30px;
}
.paginav-featured-info > p {
    font-size: 18px;
}
.paginav-featured-info .shopnow {
    background: #ff74be none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    width: 110px;
}
.paginav-featured-slider .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fe9c00;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    width: 12px;
    position: relative;
}
.paginav-featured-slider .wrap-item.owl-theme .owl-controls {
    position: absolute;
    width: 70px;
    bottom: 32px;
    z-index: 999;
	left:50%;
	margin-left:-35px;
}
.paginav-featured-slider .owl-theme .owl-controls .owl-page:hover span::before,.paginav-featured-slider .owl-theme .owl-controls .owl-page.active span::before{
	content:"";
	background:#fe9c00;
	width:4px;
	height:4px;
	border-radius:4px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.featured-list-brand a {
    display: block;
    overflow: hidden;
}
.featured-list-brand a:hover img{
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
}
.featured-list-brand a img{
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.featured-product2.red-dark-box .title-cat-parent {
    background: #c75347;
}
.featured-product2.red-dark-box .list-cat-childrent a::before {
    background: #c75347 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 50%;
    top: -19px;
    width: 0;
    z-index: 99;
    position: absolute;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.featured-product2.red-dark-box .list-cat-childrent a:hover::before {
	width: 100%;
	left: 0;
}
.featured-product2.red-dark-box .list-cat-childrent a:hover{
	color:#c75347;
}
.main-featured-left {
    float: left;
    width: 66.5%;
    overflow: hidden;
}
.main-featured-right {
    float: left;
    width: 33.5%;
}
.main-featured-left .item-featured-product {
    width: 50%;
}
.main-featured-left .item-featured-product:last-child{
	border-right:1px solid #e5e5e5;

}
.best-seller-right.slider-home2 h2 {
    background: #c75347 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    margin: -1px -1px 0 0;
    padding: 17px 20px;
    text-transform: uppercase;
}
.best-seller-right.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0,0,0,0.5) none repeat scroll 0 0;
}
.best-seller-right.slider-home2 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
    background: rgba(0,0,0,1) none repeat scroll 0 0;
}
.best-seller-right.slider-home2 .owl-controls.clickable {
    right: 18px;
}
.product-thumb .addcart-link.addcart-single {
    background: #fe9c00 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;

    color: #fff;

 
 
    display: block;
    font-family: "FontAwesome";
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 40px;
}
.product-thumb:hover  .addcart-single.addcart-link {
	transform: scale(1);

	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.addcart-single.addcart-link i{
	margin:0!important;
}
.item-product-right {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.item-product-right .addcart-link.addcart-single{

	background:#C75347;
}
.item-product-right .product-thumb {
    float: left;
    width: 36%;
}
.best-seller-right .wrap-item {
    padding: 5px 20px;
}
.item-product-right:last-child {
    border: medium none;
}
.item-product-right .product-info {
    float: left;
    width: 64%;
}
.item-product-right .product-info .title-product{
	font-weight:400;
	margin: 0 0 3px;
}

.item-product-right .info-price span {
    font-size: 18px;
    font-weight: 700;
}

.item-product-right .product-thumb img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.item-product-right .product-thumb:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.featured-product-thumb img{
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	width:100%;
}
.featured-product-thumb {
	overflow:hidden;
}
.featured-product-thumb a:hover img{
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
}
.large-cat-thumb img{
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	width:100%;
}
.large-cat-thumb {
	overflow:hidden;
}
.large-cat-thumb a:hover img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.small-cat-thumb img{
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	width:100%;

}
.small-cat-thumb {
	overflow:hidden;
}
.small-cat-thumb a:hover img{
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
}
.small-cat-info {
    margin-top: 5px;
}

.aloshop-brand {
    border: 1px solid #e5e5e5;
    margin-top: 50px;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 50px;
}
.item-aloshop-brand {
    padding: 0 15px;
}
.aloshop-brand > h2 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0 42px;
    text-transform: uppercase;
}
.item-aloshop-brand  p {
    margin: 40px 0 15px;
    color: #555;
}
.item-aloshop-brand p a {
    color: #999;
}
.aloshop-brand-link:hover {
    box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
}
.aloshop-brand-link {
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.outlet-box {
    border: 1px solid #e5e5e5;
}
.outlet-slider {
    margin-right: -15px;
    padding: 20px;
}
.outlet-slider-info {
    bottom: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.outlet-slider-info h2 {
    background: rgba(51, 51, 51, 0.9) none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 90px;
    margin: 0;
    padding: 15px 30px;
    text-transform: uppercase;
}
.outlet-slider .item {
    position: relative;
}
.outlet-slider-info span {
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}
.outlet-slider  .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
    border: 3px solid #fff;
}
.outlet-slider  .owl-theme .owl-controls .owl-page.active span,.outlet-slider  .owl-theme .owl-controls .owl-page:hover span{
	background: #fe9c00 none repeat scroll 0 0;
}
.outlet-slider .wrap-item.owl-theme .owl-controls {
    bottom: 32px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}
.outlet-adv .item-adv-simple{
	margin-bottom:10px;
}
.outlet-adv .item-adv-simple:last-child{
	margin-bottom:0px;
}
.outlet-adv {
    padding: 20px;
    margin-left: -15px;
}
.outlet-brand {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    margin: 0 -15px;
}
.outlet-brand > h2 {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    color: #fe9c00;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.outlet-branhd h2 span {
    display: inline-block;
    position: relative;
}
.outlet-branhd h2 span::before {
    background: #fe9c00 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
    z-index: 999;
}
.outlet-brand span {
    display: inline-block;
    position: relative;
}

.outlet-brand span::after {
    background: #fe9c00 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
}
.list-outlet-brand ul {
    float: left;
    list-style: outside none none;
    margin: -10px 0 0;
    padding: 0px 30px;
    width: 50%;
}
.list-outlet-brand a {
    color: #010101;
    display: block;
    padding: 10px 0;


    position: relative;
}
.list-outlet-brand a:hover{
	color:#fe9c00;
}
.list-outlet-brand .list-outlet-left a:hover::before {
    background: #fe9c00 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -35px;
    position: absolute;
    top: 0;
    width: 4px;
}
.list-outlet-brand .list-outlet-right a:hover::before {
    background: #fe9c00 none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: -35px;
    position: absolute;
    top: 0;
    width: 4px;
}
.list-outlet-brand {
    height: 420px;
    padding: 20px 0;
    position: relative;
}
.list-outlet-brand .mCSB_container {
	margin: 0 -5px;
    max-width: none !important;
    padding: 0 5px;
}
.list-outlet-brand  .mCustomScrollBox > .mCSB_scrollTools {
    right: 50%;
    width: 20px;
    margin-right: -10px;
    opacity: 1;
}
.list-outlet-brand  .mCSB_scrollTools .mCSB_dragger {
    height: 20px !important;
    width: 20px;
}
.list-outlet-brand  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	border:1px solid #fe9c00;
	width:20px;
	height:20px;
}
.list-outlet-brand .mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 0px;
    height: 100%;
    margin: 0 auto;
    width: 1px;
	background:#e5e5e5;
}
.list-outlet-brand .mCustomScrollBox {
    margin: 0 -5px;
    max-width: none !important;
    padding: 0 5px;
}
.list-box-social {
    margin-top: 40px;
}
.title-social-box {
    font-weight: 700;
    margin: 0 0 25px;
    text-align: center;
    text-transform: uppercase;
	font-size:18px;
}
.box-social.box-twitter iframe {
    border: 1px solid #e5e5e5 !important;
}
.list-item-instagram a {
    display: block;
    float: left;
    border: 1px solid #fff;
    width: 33.334%;
	overflow:hidden;
}
.list-item-instagram a img{
	width:100%;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.list-item-instagram a:hover img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.list-service2 {
    background: #fe9c00 none repeat scroll 0 0;
    color: #fff;
    margin-top: 47px;
    padding: 20px 0;
}
.item-service2 {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0 45px;
    width: 100%;
}
.service-thumb2 {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
}
.service-info2 {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}
.service-info2 h2 {
    font-size: 18px;

    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.box-bottom-home2 {
    border: 1px solid #e5e5e5;
    padding: 30px;
}
.box-bottom-home2 h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.bottom-home2 {
    margin-top: 50px;
}
.category-adv-sidebar {
    float: left;

    width: 37%;
}

.category-adv-content {
    float: left;
    width: 63%;
}
.cat-brand-slider.slider-home2 {
    padding: 0 23px;
}
.category-adv {
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
.slider-home2.cat-brand-slider .owl-controls.clickable {
    position: static;
}
.slider-home2.cat-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
    margin-top: -10px;
    position: absolute;
	opacity:0;
}
.slider-home2.cat-brand-slider:hover .wrap-item.owl-theme .owl-controls .owl-buttons div {
	opacity:1;
}
.slider-home2.cat-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -15px;
}
.slider-home2.cat-brand-slider .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -15px;
}
/*Color Control*/
/*Red*/
.category-adv.red-box .title-cat-parent {
    background: #f87062 none repeat scroll 0 0;
    line-height: 20px;
    padding-top: 17px;
}
.category-adv.red-box  .sidebar-cat-childrent a:hover::before {
    background: #f87062 none repeat scroll 0 0;
}
.category-adv.red-box  .sidebar-cat-childrent a:hover {
    color: #f87062;
}
.category-adv.red-box  .tags-featured-product a:hover {
    color: #f87062;
}
/*Blue*/
.category-adv.blue-box .title-cat-parent {
    background: #6170bc none repeat scroll 0 0;
}
.category-adv.blue-box  .sidebar-cat-childrent a:hover::before {
    background: #6170bc none repeat scroll 0 0;
}
.category-adv.blue-box  .sidebar-cat-childrent a:hover {
    color: #6170bc;
}
.category-adv.blue-box  .tags-featured-product a:hover {
    color: #6170bc;
}
/*Green*/
.category-adv.green-box .title-cat-parent {
    background: #55c932 none repeat scroll 0 0;
}
.category-adv.green-box  .sidebar-cat-childrent a:hover::before {
    background: #55c932 none repeat scroll 0 0;
}
.category-adv.green-box  .sidebar-cat-childrent a:hover {
    color: #55c932;
}
.category-adv.green-box  .tags-featured-product a:hover {
    color: #55c932;
}
/*Yellow*/
.category-adv.yellow-box .title-cat-parent {
    background: #fe9c00 none repeat scroll 0 0;
}
.category-adv.yellow-box  .sidebar-cat-childrent a:hover::before {
    background: #fe9c00 none repeat scroll 0 0;
}
.category-adv.yellow-box  .sidebar-cat-childrent a:hover {
    color: #fe9c00;
}
.category-adv.yellow-box  .tags-featured-product a:hover {
    color: #fe9c00;
}
/*End Color Control*/
.category-adv.box-right .sidebar-cat-childrent a:hover::before {
    left: auto;
	right:-25px;
}
.category-adv.box-left .list-img-video{
    border-left: 1px solid #e5e5e5;
}
.category-adv.box-right .list-img-video{
    border-right: 1px solid #e5e5e5;
}
.list-img-video {
    border-top: 1px solid #e5e5e5;
    padding: 20px;
}
.video-image-thumb {
    margin-bottom: 20px;
}
.video-image-thumb a {
    position: relative;
}
.video-image-thumb a::before {
    background: rgba(0, 0, 0, 0) url("../images/home2/icon-vd.png") no-repeat scroll center center;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.wrap-from-blog {
    display: table;
    width: 100%;
}
.from-blog-thumb {
    display: table-cell;
}
.from-blog-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.from-blog-info > h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}
.from-blog-info > p {
    line-height: 20px;
    margin: 0;
    color: #666;
}
.from-blog-info h3 a:hover {
    color: #fe9c00;
}
.from-blog-more {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 11px 0;
    position: relative;
}
.from-blog-more li {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    margin-right: 7px;
    padding-right: 10px;
}
.from-blog-more .readmore {
    position: absolute;
    right: 0;
    top: 10px;
}
.from-blog-more .readmore:hover {
    color: #fe9c00;
}

.from-blog-more > ul {
    color: #999;
    font-size: 12px;
    margin: 0;
}
.from-blog-more li i {
    margin-right: 7px;
}
.from-blog-more li:last-child {
    border: medium none;
}
.from-blog-slider .viewall {
    bottom: 0;
    position: absolute;
    right: 0;
}
.box-from-blog {
    padding-bottom: 100px;
    position: relative;
}
.box-from-blog .viewall {
    background: #fe9c00 none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 30px;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 145px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.box-from-blog .viewall:hover{
	background:#333;
}
.from-blog-slider.slider-home2 .owl-controls.clickable {
    left: 0;
    bottom: -65px;

	top:auto;
	right:auto;
}
.from-blog-thumb img {
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.from-blog-thumb a {
    display: block;
    overflow: hidden;
    width: 100px;
}
.from-blog-thumb a:hover img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.box-newsletter > p {
    color: #666;
    margin: -7px 0 22px;
}
.box-newsletter form {
    padding-right: 115px;
    position: relative;
}
.box-newsletter input[type="text"] {
    border: 1px solid #ccc;
    color: #999;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}
.box-newsletter input[type="submit"] {
    background: #fe9c00 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    height: 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 120px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.box-newsletter input[type="submit"]:hover {

	background:#333;
}
.social-home2.social-network {
    margin-top: 43px;
}
.social-home2.social-network > ul {
    margin: 0;
}
.social-home2.social-network li {
    margin-right: 10px;
}
.author-testimo {
    border: 1px solid #e5e5e5;
    display: table;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.author-test-link {
    display: table-cell;
}
.author-test-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    width: 100%;
}
.author-test-info  h3 {
    font-size: 14px;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.author-test-info  h3 a:hover{
	color: #fe9c00;
}
.author-test-info  span {
    color: #fe9c00;
}
.box-testimo {
    padding-bottom: 77px;
    position: relative;
}
.box-testimo .viewall {
    background: #fe9c00 none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 30px;
    color: #fff;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 145px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.box-testimo .viewall:hover {
    background: #333 none repeat scroll 0 0;
}
.item-testimo .desc {
    color: #666;
}
.testimo-slider.slider-home2 .owl-controls.clickable {
    bottom: -40px;
    left: 0;
    right: auto;
    top: auto;
}
.author-testimo::before {

    position: absolute;
    content: "";
    width: 13px ;
    height: 14px;
    bottom: -13px;
    left: 38px;
    background: url("../images/home2/half-arrow.png");
}
.author-test-link a {
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 70px;
}
.author-test-link a:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.author-test-link img {

    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.list-box-footer2 {
    background: #2b2b2b none repeat scroll 0 0;
    margin-top: 50px;
    padding: 45px 0 25px;
}
.item-box-footer2 > h2 {
    color: #fe9c00;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;

}
.menu-footer2 a {
    color: #ccc;
    font-size: 14px;
    padding-left: 10px;
}
.menu-footer2 a:hover{
	color:#fe9c00
}
.menu-footer2 > li {
    color: #ccc;
    font-size: 10px;
    list-style: outside none disc;
    padding: 11px 0;
}
.menu-footer2 {
    padding-left: 10px;
}
.contact-footer2 {
    color: #ccc;
}
.contact-footer2 a {
    color: #ccc;
}
.contact-footer2 a:hover{
	color:#fe9c00
}
.contact-footer2 li i {
    left: 0;
    position: absolute;
    top: 15px;
}
.contact-footer2 > li {
    margin-bottom: 10px;
    padding: 11px 30px 11px 25px;
    position: relative;
}
.footer2 {
    background: #272727 none repeat scroll 0 0;
    padding: 35px 0 25px;
}
.copyright2 > p {
    color: #ccc;
    margin-bottom: 0;
}
.copyright2 a {
    color: #fe9c00;
}
.payment2.payment-method {
    margin-top: 10px;
}
.payment2.payment-method > a {
    margin-left: 7px;
}
/****************************************************************************************
										Home 3							
****************************************************************************************/
.header3 {
    background: #1bb2b0 none repeat scroll 0 0;
    padding: 22px 0;
}
.smart-search.search-form3 {
    margin: 0 20px 0 -40px;
    padding: 0 0 0 82px;
}
.search-form3 .select-category {
    background: #f4f4f4 none repeat scroll 0 0;
    border: medium none;
    height: 36px;
    width: 82px;
}
.search-form3 .select-category .category-toggle-link {
    border-right: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
}
.search-form3 .select-category .category-toggle-link::after {
    right: 20px;
}
.search-form3 .list-category-toggle {
    border-top-left-radius: 16px;
    width: 200px;
}
.search-form3 .smart-search-form input[type="text"] {
    border: medium none;
    height: 36px;
    padding: 0 20px;
}
.search-form3 .smart-search-form input[type="submit"] {
    background-color: #e0cb26;
    border: medium none;
    height: 36px;
    width: 44px;
}
.search-form3 .smart-search-form {
    padding-right: 44px;
}
.top-info.top-info3 {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    float: none;
    margin-right: 16px;
    vertical-align: middle;
}
.mini-cart.mini-cart-3 {
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    vertical-align: middle;
}
.top-info.top-info3 > li > a {
    color: #fff;
    font-size: 14px;
}
.top-info.top-info3 > li {
    border-color: rgba(255, 255, 255, 0.2);
    padding: 6px 15px;
}
.top-info3 .has-child > a::after {
    margin-left: 9px;
}
.header-mini-cart3 .total-mini-cart-icon {
    background: rgba(0, 0, 0, 0) url("../images/home3/icon-cart.png") no-repeat scroll center center;
    border: medium none;
    border-radius: 0;
    height: 24px;
    width: 28px;
}
.header-mini-cart3 .total-mini-cart-item {
    background: #E0CB26 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -15px;
    width: 30px;

}
.header-mini-cart3 {
    position: relative;
    display: block;
}
.wrap-cart-info3 {
    float: right;
    margin-top: 4px;
}
.header-nav3 {
    background: #e0cb26 none repeat scroll 0 0;
}
.main-nav.main-nav3 {
    background: transparent none repeat scroll 0 0;
    margin: 0;
}
.main-nav.main-nav3 > ul > li .sub-menu > li:hover > a {
    color: #1BB2B0;
}
.top-info3 .sub-menu-top li:hover {
    background: #fdd922 none repeat scroll 0 0;
}
.mini-cart3 .mini-cart-view {
}
.mini-cart-3 .mini-cart-view {
    background: #1BB2B0 none repeat scroll 0 0;
}
.mini-cart-3 .mini-cart-checkout {
    background: #E0CB26 none repeat scroll 0 0;

}
.content-home3 {
    background: #f3f3f3 none repeat scroll 0 0;
}
.quick-category {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 8px 15px;
    text-align: center;
}
.quick-category a {
    border-right: 1px solid #e5e5e5;
    color: #555;
    display: inline-block;
    margin-right: 20px;
    padding-right: 24px;
}
.quick-category img {
    display: inline-block;
    margin-right: 5px;

    vertical-align: sub;
}
.quick-category  label {
    font-weight: 400;
    margin: 0 10px 0 0;
}
.quick-category  a:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.quick-category a:hover {
    color: #1BB2B0;
}
.quick-category a:hover  > img{
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.quick-category a:hover  > img {
    filter: drop-shadow(1px 1px 1px #1BB2B0);
    -moz-filter: drop-shadow(1px 1px 1px #1BB2B0);
    -webkit-filter: drop-shadow(1px 1px 1px #1BB2B0);
}

.zoom-image-thumb{
	overflow:hidden;
}
.zoom-image-thumb a{
	display:block;
}
.zoom-image-thumb img{
	width:100%;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.zoom-image-thumb:hover img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.adv-close {
    position: relative;
}
.adv-close-link {
    background: rgba(0, 0, 0, 0) url("../images/home3/icon-close.png") no-repeat scroll center center;
    content: "";
    height: 21px;
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    z-index: 9;
}
.adv-close.zoom-image-thumb {
    margin-bottom: 30px;
}
.thenew-info {
    left: 0;
    margin-top: -60px;
    padding: 0 50px;
    position: absolute;
    text-align: center;
    top: 50%;
	width:100%;
}
.thenew-info  h2 {

    font-weight: 700;
    margin: 0;
	color:#fff;
}
.thenew-info  a {
    background: #1bb2b0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    width: 156px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.thenew-info  a:hover{
	background:#E0CB26;
}
.slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
    color: #1bb2b0;
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 30px;
}
.slider-home3  .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 50%;
	margin-left:-15px;
}
.slider-home3  .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
	right:50%;
	margin-right:-15px;
}
.slider-home3  .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}
.slider-home3  .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
	right:0;
}
.slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover{
	background:#1BB2B0;
	color:#fff;
}
.slider-home3 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div{
	opacity:1;
}
.box-thenew-intro {
    float: left;
    margin: 0;
    padding: 25px 0 30px;
    position: relative;
    text-align: center;
    width: 20%;
}

.box-thenew-intro::before{
	position:absolute;
	left:0;
	bottom:0;
	height:0;
	width:100%;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	content:"";
	background:#FDD922;
}
.box-thenew-intro:hover::before{
	height:2px;
}
.list-thenew-intro {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #157ed2;

}
.best-seller3 .wrap-item {
    padding: 0 12px;
}
.best-seller3 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    position: relative;
}
.best-seller3.slider-home3  h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #1bb2b0;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}
.best-seller3 .viewall3 {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
}
.item-product3 {
    padding: 20px 8px;
}
.product-thumb3 .product-extra-link a:hover {
    color: #e0cb26;
}
.best-seller3 h2 span {
    border-bottom: 2px solid #1bb2b0;
    padding-bottom: 7px;
}
.product-info3 .title-product {
    text-transform: uppercase;
}
.product-info3 .info-price span {
    color: #1bb2b0;
    font-weight: 700;
    margin-right: 8px;
}
.slider-home3.best-seller3 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    top: 130px;
}
.box-trending3 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.item-trending3 {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 20px 10px 20px 20px;
    width: 100%;
	position:relative;
}
.item-trending3::after{
	position:absolute;
	content:"";
	width:5px;
	top:50%;
	right:-5px;
	background:#1bb2b0;
	height:0;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.ad-best-seller {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 13px;
}
.ad-best-seller:last-child {
    margin: 0;
}
.item-trending3:hover::after{
	top:0;
	height:100%;
}
.item-trending3:last-child{
	border:none;
}
.trending-thumb3 {
    display: table-cell;
    position: relative;
    width: 100px;
}
.trending-thumb3  a {
    display: block;
    position: relative;
}
.trending-thumb3  a img{
    max-width: 100px;
}
.item-trending3 .product-info3 {
    display: table-cell;
    margin: 0;
    padding: 0 0 0 19px;
    vertical-align: top;
}
.item-trending3 .addcart-link.addcart-single{
	background:#1BB2B0;
}
.list-trending3 {
    padding: 6px 0;
}
.box-trending3  h2 {
	border-bottom: 1px solid #e5e5e5;
    color: #1bb2b0;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}
.box-trending3 h2 span {
    border-bottom: 2px solid #1bb2b0;
    padding-bottom: 7px;
}
.product-info3 {
    margin-top: 17px;
    padding-bottom: 5px;
}
.product-info3 .title-product a:hover {
    color: #1bb2b0;
}
.product-thumb3 .product-info-cart .addcart-link {
    background: #1bb2b0 none repeat scroll 0 0;
}
.dealoff-theday {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    position: relative;
}
.dealoff-countdown {
    background: #e0cb26 none repeat scroll 0 0;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 230px;
}
.dealoff-countdown .time_circles canvas {
    display: none;
}
.dealoff-countdown .time_circles > div {
    color: #fff;
    display: inline-block;
    width: auto !important;
}
.dealoff-countdown .time_circles > div::after {
    content: ":";
    padding: 0 5px;
}
.dealoff-countdown .time_circles > div:last-child::after {
    content: "Left";
}
.dealoff-countdown .time_circles::before {
    color: #fff;
   
   
    display: inline-block;
    font-family: fontawesome;
    font-size: 30px;
    margin-left: 30px;

    margin-right: 15px;
    vertical-align: middle;
}
.dealoff-theday > h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #e0cb26;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 20px 15px 10px 20px;
    text-transform: uppercase;
}
.dealoff-theday h2 span {
    border-bottom: 2px solid #e0cb26;
    padding-bottom: 7px;
}
.item-dealoff {

    padding: 0 8px;
}
.item-dealoff .item-product {
    border: medium none;
}
.dealoff-theday-slider .wrap-item {
    padding: 0 12px;

}
.item-dealoff .product-info3 .info-price span {
    color: #e0cb26;
}
.item-dealoff .product-info3 .title-product a:hover {
    color: #e0cb26;
}
.item-dealoff .product-thumb3 .product-info-cart .addcart-link {
    background: #e0cb26 none repeat scroll 0 0;
}
.item-dealoff .product-thumb3 .product-extra-link a:hover {
    color: #1bb2b0;
}
.slider-home3.dealoff-theday-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
    top: 130px;
	color:#e0cb26;
}
.slider-home3.dealoff-theday-slider .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
    background: rgba(224,203,38,0.9);
	color:#fff;

}
.viewall3 {
    background: #1bb2b0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 110px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.viewall3:hover{

	background: #e0cb26 none repeat scroll 0 0;
}
.service3 {
    background: #1bb2b0 none repeat scroll 0 0;
    margin: 0 0 30px;
    overflow: hidden;
}
.item-service-thum3 {
    display: table-cell;
    vertical-align: middle;
}
.item-service3 {
    padding: 15px 30px;
	margin:0 -15px;
}
.item-service-info3 {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
}
.item-service-info3 > h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.item-service-info3 a {
    color: #fff;
}
.item-service-info3 > p {
    color: #fff;
    margin: 0;
}
.item-service3:hover {
    background: #e0cb26 none repeat scroll 0 0;
}
.thenew-banner {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);

    margin-bottom: 30px;
}
.box-thenew-intro  li:first-child {
    color: #333;
}
.box-thenew-intro  li{
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.box-thenew-intro  li:last-child {
    color: #999;
}
.box-thenew-intro:hover  li:first-child {
    color: #157ed2;
}
.box-thenew-intro:hover  li:last-child {
    color: #333;
}
.title-home3 {
    color: #1bb2b0;
    font-weight: 700;
    margin: 0 0 45px;
    text-align: center;
    text-transform: uppercase;
}
.mobile-access-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding:30px 30px 31px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.mobile-access-box:hover {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
}
.mobile-access-box > h2 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 13px;
    padding-bottom: 17px;
    text-transform: uppercase;
}
.access-list-link ul {
    float: left;
    margin: 1px 0;
    text-align: left;
    width: 50%;
}
.access-list-link ul:last-child {
    padding-left: 20px;
}
.access-list-link li {
    line-height: 21px;
    margin-bottom: 15px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.access-list-link li {
    margin-bottom: 17px;
	line-height: 19px;
}
.mobile-access-box.mobile-access-long {
    padding: 39px 25px 40px;
}
}
.access-list-link li a {
    color: #999;
    text-transform: capitalize;
}
.access-list-link li  a:hover{
	color:#1bb2b0;
}
.access-list-link {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.mobile-access-box.mobile-access-long {
    padding: 39px 25px;
}
.mobile-access-col2 .mobile-access-thumb {
    float: left;
    width: 53%;
}
.mobile-access-col2 .product-info3 {
    float: left;

    padding-left: 20px;
    padding-top: 35px;
    width: 47%;
}
.mobile-access-box.mobile-access-col2 {
    padding: 39px 30px 39px;
}
.access-more {
    color: #1bb2b0;
}
.access-more:hover{
	color:#333;
}
.access-more i {
    margin-left: 5px;
}
.mobile-access-box.mobile-access-text {
    padding-bottom: 20px;
}
.mobile-access {
    margin-top: 45px;
}
.shopnow-access:hover {
	background:#1bb2b0;
	color:#fff;
	border-color:#1bb2b0;
}
.shopnow-access {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #999;
    display: block;
    height: 36px;
    line-height: 36px;
    margin: 15px auto auto;
    text-align: center;
    width: 120px;
	text-transform:uppercase;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.popular-cat-content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.popular-cat-box {
    margin-bottom: 30px;
}
.popular-cat-slider .wrap-item {
    padding: 0 12px 2px;
}
.popular-cat-tab-title {
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    position: relative;
}
.popular-cat-tab-title > ul {
    bottom: 10px;
    left: 20px;
    margin: 0;
    position: absolute;
}
.popular-cat-tab-title li {
    display: inline-block;
    margin-right: 27px;
}
.popular-cat-tab-title .viewall:hover {
	background-color:#E0CB26;
	color:#fff;
}
.popular-cat-tab-title .viewall {
    background: #1bb2b0 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    width: 110px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.popular-cat-tab-title a {
    color: #999;
    display: block;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.popular-cat-tab-title a:hover{
	color: #1bb2b0;
}
.popular-cat-tab-title li.active a::after {
    background: #1bb2b0 none repeat scroll 0 0;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.popular-cat-tab-title li.active a {
    color: #1bb2b0;
    font-size: 18px;
}
.popular-cat-sidebar {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.popular-cat-sidebar > h2 {
    background: #1bb2b0 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    margin: 0;
    padding-left: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}
.popular-listcat {
    min-height: 255px;
    padding: 20px 30px;
}
.popular-listcat a {
    color: #555;
}
.popular-listcat a:hover{
    color: #1bb2b0;
}
.popular-listcat > li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
.popular-cat-slider .category-brand-slider {
    border: medium none;
}
.popular-cat-sidebar .category-brand-slider {
    border: medium none;
    padding: 10px 0;
}
.popular-cat-slider.slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    top: 130px;
}
.popular-cat-box.yellow-box .popular-cat-tab-title .viewall {
    background-color: #e0cb26;
}
.popular-cat-box.yellow-box .popular-cat-tab-title .viewall:hover {
    background-color: #1bb2b0;
}
.popular-cat-box.yellow-box .popular-cat-tab-title li.active a {

    color: #e0cb26;
}
.popular-cat-box.yellow-box .popular-cat-tab-title li a:hover{
	color: #e0cb26;
}
.popular-cat-box.yellow-box .popular-cat-tab-title li.active a::after{
	background-color:#e0cb26;
}
.popular-cat-box.yellow-box .popular-cat-sidebar > h2{
	background-color:#e0cb26;
}
.popular-cat-box.yellow-box .popular-listcat a:hover {
    color: #e0cb26;
}
.popular-cat-box.yellow-box .product-thumb3 .product-info-cart .addcart-link{
	background-color:#e0cb26;
}
.popular-cat-box.yellow-box .product-info3 .info-price span{
	color: #e0cb26;
}
.popular-cat-box.yellow-box .product-info3 .title-product a:hover {
    color: #e0cb26;
}
.popular-cat-box.yellow-box .product-thumb3 .product-extra-link a:hover {
    color: #1bb2b0;
}
.popular-cat-box.yellow-box .slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div{
	color:#e0cb26;
}
.popular-cat-box.yellow-box .slider-home3 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover{
	color:#fff;
	background-color:#e0cb26;
}
.adv-sale3 {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 45px;
}
.world-ad-box {
    border: 10px solid #fff;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
}
.alo-smask {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
.list-latest-new .zoom-image-thumb {
    float: left;
    width: 36%;
}
.list-latest-new {
    margin: 0;
    padding: 10px 20px 13px;
}
.tab-testimo-slider {
    padding: 10px 20px;
}
.testimo-tab-info {
    margin: 0 0 15px;
}
.testimo-tab-info > li {
    display: inline-block;
    vertical-align: middle;
}
.testimo-tab-info .author-test-info > span {
    color: #1bb2b8;
}
.item-testimo3 .desc {
    margin: 0;
}
.item-testimo3 {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}
.testimo-tab-info .author-test-info h3 a:hover {
    color: #1bb2b0;
}
.tab-testimo-slider .wrap-item.owl-theme .owl-controls {
    margin: 28px 0 19px;
}
.tab-testimo-slider .owl-theme .owl-controls .owl-page span {
    background: #999 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
}
.tab-testimo-slider .owl-theme .owl-controls .owl-page:hover span,.tab-testimo-slider .owl-theme .owl-controls .owl-page.active span{
	background-color:#1BB2B0;
}
.item-manufacture {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin: 0 15px;
}
.manufacture-slider {
    margin: 0 -15px;
}
.manufacturers-banner {
    padding: 20px 0 50px;
}
.manufacture-slider .owl-wrapper-outer {
    padding: 2px 0 5px;
}
.list-gift-icon {
    background: #e0cb26 none repeat scroll 0 0;
    color: #fff;
    padding: 50px 0 40px;
    text-align: center;
}
.item-gift-icon > span {
    font-size: 60px;
}
.item-gift-icon > h2 {
    margin: 5px 0 20px;
    text-transform: uppercase;
}
.item-gift-icon {
    padding: 0 30px;
}
.tab-testimo-slider .wrap-item.owl-theme .owl-controls {
    margin: 28px 0 19px;
}
.gift-icon-slider .owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
}
.gift-icon-slider .wrap-item.owl-theme .owl-controls {
    margin: 10px 0 0;
}
.gift-icon-slider .owl-theme .owl-controls .owl-page:hover span,.gift-icon-slider .owl-theme .owl-controls .owl-page.active span{
	background:#1bb2b0;
}
.box-menu-footer3 > h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.box-menu-footer3 > ul {
    margin: 0;
}
.box-menu-footer3 li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.box-menu-footer3 li::before {
    color: #1bb2b0;
  
  

    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 3px;


}
.list-menu-footer3 {
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0 35px;
}
.newsletter-footer.newsletter-footer3 input[type="submit"] {
    background: #1bb2b0 url("../images/home3/icon-email.png") no-repeat scroll center center;
    height: 40px;
    width: 50px;
}
.social-footer3 a{
	width:32px;
}
.social-footer-box3 {
    padding: 50px 0;
}
.box-menu-footer3 a:hover{
	color:#1BB2B0;
}
.box-menu-footer3 a {
}
.footer-bottom3 {
    background: #1bb2b0 none repeat scroll 0 0;
    color: #fff;
    padding: 20px 0;
}
.social-footer.social-footer3.social-network > ul {
    margin: 0;
}
.copyright3 {
    display: inline-block;
    font-weight: 700;
    margin: 0 15px 0 0;
    text-transform: uppercase;
}
.policy3 {
    display: inline-block;
}
.policy3 > label {
    font-weight: 400;
    margin: 0 5px 0 0;
}
.policy3 > a {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 3px;
    padding-right: 8px;
}
.policy3 > a:hover {
	color:#e0cb26;
}
.policy3 > a:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.findin-store {
    text-align: right;
}
.findin-store > a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.findin-store > a i {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.findin-store span {
    display: inline-block;
    vertical-align: middle;
}
.newsletter-footer.newsletter-footer3 input[type="text"] {
    height: 40px;
}
.latest-testimo-tab {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.latest-post-info {
    float: left;
    padding-left: 20px;
    width: 64%;
}
.latest-post-info > h3 {
    font-size: 14px;
    line-height: 25px;
    margin: -7px 0 13px;
}
.list-latest-new > li {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}
.list-latest-new > li:last-child {
    border: medium none;
}
.comment-date-info {
    color: #999;
    font-size: 12px;
}
.comment-date-info > li {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
    padding-right: 8px;
}
.comment-date-info > li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.comment-date-info > li i {
    margin-right: 8px;
}
.latest-post-info > h3 a:hover{
	color:#1BB2B0;
}
.mobile-access-thumb a {
    display: block;
    position: relative;
}
.mobile-access-thumb  a::before {
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
	content:"";
	width:0;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.mobile-access-thumb  a::after {
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
	content:"";
	width:100%;
	height:0;
	position:absolute;
	top:50%;
	left:0;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.mobile-access-thumb  a:hover::before {
	left:0;
	width:100%;
}
.mobile-access-thumb  a:hover::after {
	top:0;
	height:100%;
}
/*****************************************************************************************
									 Contact					
******************************************************************************************/
.hidden-category-dropdown .wrap-category-dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
}
.content-page{
    margin-top: 30px;
}
.contact-map {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.list-contact-info {
    margin-bottom: 45px;

}
.item-contact-info {
    position: relative;
    text-align: center;
}
.item-contact-info::after {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 100%;
    margin-left: -50px;
    position: absolute;
    top: 28px;
    width: 100px;
}
.item-contact-info.last-item::after{
	display:none;
}
.item-contact-info a i {
    color: #999;
    font-size: 60px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

}
.contact-info-page {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 70px 0;
    text-align: center;
}
.contact-info-page .desc {
    color: #555;
    margin: 0 auto;

    max-width: 890px;
    padding: 0 15px;
}
.item-contact-info > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 0;
}
.item-contact-info a {
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.item-contact-info a:hover {
    color: #f9bc02;
}
.form-contact input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 42px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
}
.form-contact textarea {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    width: 100%;
	padding:20px;
}
.form-contact input[type="submit"] {
    background: #fb9902 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 110px;
}
.form-contact input[type="submit"]:hover {
    background: #f9bc02 none repeat scroll 0 0;
}
.contact-form-page > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 37px;

    text-transform: uppercase;
}
.contact-form-page {
    margin-top: 45px;
}
.item-contact-info .contact-icon {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.item-contact-info .contact-icon::before {
    color: #999;
    font-family: "fontawesome";
    font-size: 60px;
    left: 100%;
    position: absolute;
    top: -1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	left:0;
	-webkit-transform:translateX(-200%);
	transform:translateX(-200%);
	opacity:0;
}
.item-contact-info .contact-icon.icon-mobile::before {
    content: "\f10b";
}
.item-contact-info .contact-icon.icon-phone::before {
    content: "\f095";
}

.item-contact-info .contact-icon.icon-email::before {
    content: "\f0e0";
}
.item-contact-info .contact-icon:hover::before{
	transform:translateX(0) rotate(0);
	-moz-transform:translateX(0) rotate(0);
	-webkit-transform:translateX(0) rotate(0);
	opacity:1;
	color: #f9bc02;
}
.item-contact-info .contact-icon:hover i{
	-webkit-transform:translateX(200%);
	transform:translateX(200%);
	opacity:0;
	color: #f9bc02;
}
/*****************************************************************************************
									 About					
******************************************************************************************/
.item-contact-info .contact-icon.icon-quality::before {
    content: "\f219";
}
.item-contact-info .contact-icon.icon-shipment::before {
    content: "\f017";
}
.item-contact-info .contact-icon.icon-payment::before {
    content: "\f155";
}
.about-menu {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 0;
}
.about-menu > li {
    display: inline-block;
    margin-right: 36px;
}
.about-menu a {
    color: #333;
    display: block;
    padding: 15px 0;
    position: relative;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.about-menu a::after {
    background: #fe9c00 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: -1px;
    width: 0;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.about-menu a:hover::after{
	width: 100%;
	left:0;
}
.about-menu a:hover{
	color:#fe9c00;

}
.about-full-protec  h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.protect-video {
    margin-top: 95px;
}
.about-full-protec span {
    background: #fe9c00 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: table-cell;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}
.about-full-protec  ul {
    margin: 0;
    max-width: 450px;
    position: relative;
}
.about-full-protec li {
    display: table;
    margin-bottom: 75px;
    position: relative;
    width: 100%;
}
.about-full-protec p {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}
.about-full-protec li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 50px;
    left: 30px;
    margin-top: 12px;
    position: absolute;
    top: 100%;
    width: 1px;
}
.about-full-protec li:last-child {
    margin: 0;
}
.about-full-protec li:last-child::after {
    display: none;
}
.about-full-protec .new-user-guide {
    color: #3a49b8;
    display: block;
    margin-top: 30px;
}
.about-full-protec .new-user-guide:hover {
    color: #FE9C00;
}
.video-about {
    padding-right: 60px;
    padding-top: 20px;
    text-align: right;
}
.about-review {
    border-top: 2px solid #e5e5e5;
    margin-top: 95px;
    padding-top: 95px;
}
.about-review .title-default {
    margin-bottom: 47px;
    text-transform: uppercase;
}
.item-about-review {
    display: table;
    margin-bottom: 50px;
}
.about-review-thumb {
    display: table-cell;
    width: 100px;
}
.about-info {
    display: table-cell;
    padding: 0 30px;
    vertical-align: top;
}

.about-info  h3 {
    font-size: 14px;
    margin: 0 0 8px;
}
.about-info  h3 a:hover{
	color:#FE9C00;
}
.about-info  p {
    color: #999;
    margin: 0;
}
.about-review-thumb  a {
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    padding: 10px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.about-review-thumb  a:hover{
	border-color:#FE9C00;
}
.about-review-thumb  a:hover img{
	-webkit-transform:scale(1.15);
	transform:scale(1.15);
}
.about-review-thumb  a img{
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
/*****************************************************************************************
										Blog
******************************************************************************************/
.masonry-list-post .item-post-masonry {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.334%;
}
.masonry-list-post {

    margin: 0 -15px;
}
.item-post-masonry .post-info-extra {
    bottom: 0;
    top: auto;
    width: auto;
}
.item-post-masonry .post-info-extra > div {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
}
.item-post-masonry .post-format {
    color: #fe9c00;
    font-size: 13px;
}
.item-post-masonry .post-date > strong {
    display: none;
}
.item-post-masonry .blog-post-thumb {
    margin-bottom: 15px;
}
.item-post-masonry .blog-post-info .post-date-author {
    margin: 0 0 8px;
}
.item-post-masonry .desc {
    margin-bottom: 22px;
}
.sidebar-post .widget {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.title-widget-post {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}
.widget-post-cat li {
    margin-bottom: 10px;
}
.widget-post-cat > ul {
    margin: 15px 0;
    padding: 0 20px;
}
.widget.widget-post-cat a {
    display: block;
    position: relative;
}
.widget.widget-post-cat span {
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}
.widget.widget-post-cat a:hover {
    color: #fe9c00;
}
.title-post-tab {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px;

    position: relative;

}
.title-post-tab > ul {
    margin: 0;
}
.title-post-tab li {
    display: inline-block;
    margin-right: 25px;
}
.title-post-tab a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.title-post-tab li:last-child {
    margin: 0;
}
.title-post-tab li.active a {
    color: #fe9c00;
}
.title-post-tab::after {
  
  
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    right: 20px;


    top: 15px;
}
.list-post-tab .zoom-image-thumb {
    display: table-cell;
    width: 100px;
}
.list-post-tab {
    margin: 0;
    padding: 0 20px;
}
.post-tab-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.list-post-tab > li {

    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 20px 0;
    width: 100%;
}
.post-tab-info > h3 {
    font-size: 14px;
    line-height: 20px;
    margin: -5px 0 5px;
}
.post-tab-info > span {
    color: #999;
    font-size: 12px;
}
.list-post-tab > li:last-child {
    border: medium none;
}
.list-post-tab .zoom-image-thumb a {
    width: 100px;
}
.list-post-faq {
    margin: 0;
}
.list-post-faq > li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
}
.list-post-faq > li:last-child {
    border: medium none;
}
.list-post-faq li h3 {
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 12px 20px 11px 0;
    position: relative;
    text-transform: uppercase;
}
.list-post-faq li p {
    color: #999;
    margin-bottom: 15px;
	display:none;
}
.list-post-faq h3::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 12px;
}
.list-post-faq li.active h3::after{
	content: "-";
}
.list-post-faq li.active p{
	display:block;
}
.single-post-leading > h2 {
    font-weight: 700;
    margin: 40px 0 20px;
}
.post-date-author {
    margin: 0;
}
.post-date-author > li {
    border-right: 1px solid #999;
    color: #999;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    padding-right: 10px;
}
.post-date-author > li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.single-post-leading .post-date-author > li:last-child a {
    color: #fe9c00;
}
.single-post-leading {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.main-single-post .desc {
    color: #555;
    margin-bottom: 45px;
}
.blockquote {
    border: 1px solid #e5e5e5;
    color: #999;
    margin-bottom: 50px;
    padding: 20px 30px 20px 100px;
    position: relative;
}
.blockquote::before {
    background: #f4f4f4 url("../images/blog/quote.png") no-repeat scroll center center;
    border-right: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
}
.simple-owl-slider {
    margin-bottom: 40px;
    margin-right: 20px;
    overflow: hidden;
}
.unorder-post a {
    color: #999;
    font-size: 14px;
}
.unorder-post li {
    color: #333;
    font-size: 12px;
    list-style-type: disc;
    margin-bottom: 4px;
    padding-left: 10px;
}
.unorder-post > ul {
    margin: 13px 0 0;
    padding-left: 12px;
}
.unorder-post a:hover {
    color: #333;
}
.unorder-post > label {
    font-weight: normal;
}
.tabs-share {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-bottom: 40px;
}
.sidebar-post .widget.widget-adv {
    border: medium none;
}
.single-post-tabs > label {
    color: #999;
    font-weight: 400;
    margin: 0;
}
.single-post-share {
    margin-top: -10px;

    text-align: right;
}
.single-post-share > label {
    color: #999;
    font-weight: 400;
    margin: 0 5px;
}
.single-post-share > a:hover{
	background:#fb9902;
	border-color:#fb9902;
	color:#fff;
}
.single-post-share > a {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #999;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-left: 5px;
    text-align: center;
    width: 38px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.post-author-thumb {
    display: table-cell;
    width: 80px;
}
.post-author-info {
    display: table-cell;
    padding-left: 30px;
    vertical-align: top;
}
.single-post-author {
    display: table;
}
.single-post-author .zoom-image-thumb img {
    width: 80px;
}
.post-author-thumb .zoom-image-thumb a {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.post-author-info > ul {
    margin: 0 0 5px;
}
.post-author-info li {
    border-right: 1px solid #999;
    color: #999;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 5px;
    padding-right: 8px;
}
.post-author-info li:last-child{
	margin:0;
	padding:0;
	border:none;
} 
.title {

    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.single-related-post {
    margin-bottom: 50px;
    margin-top: 65px;
}
.single-related-post .title {
    margin-bottom: 27px;
}
.single-related-post-slider .wrap-item {
    margin: 0 -15px;
	width:auto;
}
.single-related-post-info {
    border: 1px solid #e5e5e5;
    padding: 20px 20px 60px;
	position:relative;
}
.single-related-post-info > h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}
.single-related-post-info .post-date-author {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.single-related-post-info > p {
    border-top: 1px solid #e5e5e5;
    color: #999;
    margin-top: 5px;
    padding-top: 12px;
}
.single-related-post-info .readmore {
    bottom: 30px;
    left: 20px;

    position: absolute;
}
.related-comment {
    bottom: 30px;
    position: absolute;
    right: 20px;
}
.single-related-post-slider .item {
    padding: 0 15px;
}
.single-related-post-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    opacity: 1;
    position: static;
	margin-left:1px;
}
.single-related-post-slider .owl-theme .owl-controls {
    position: absolute;
    right: 15px;
    top: -45px;
}
.single-post-comment-thumb .zoom-image-thumb img {
    width: 80px;
}
.single-post-comment-thumb .zoom-image-thumb a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 10px;
}
ol.list-post-comment {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.item-single-post-comment {
    display: table;
    margin-bottom: 30px;
    width: 100%;
}
.single-post-comment-thumb {
    display: table-cell;
    padding-bottom: 30px;
    padding-right: 30px;
    width: 110px;
}
.single-post-comment-info {
    border-bottom: 1px solid #e5e5e5;
    display: table-cell;
    vertical-align: top;
}
.header-post-comment {
    margin-bottom: 47px;
    position: relative;
}
.header-post-comment .leave-comment-link {
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
}
.comment-author {
    margin-bottom: 8px;
    position: relative;
}
.reply-comment-link {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}
.single-post-comment-info > p {
    color: #999;
    margin-bottom: 25px;
}
.leave-comment-link::before {
    border: 1px solid #333;
    border-radius: 50%;
   
   
    display: inline-block;
    font-family: fontawesome;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.single-leave-comment {
    margin-top: 50px;
}
.form-leave-comment.form-contact {
    margin-top: 37px;
}
.form-contact.form-leave-comment input[type="submit"] {
    width: 170px;
}
.single-post-control {
    margin-top: 40px;
}
.blog-post-thumb {
    position: relative;
}
.post-info-extra {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 90px;
    z-index: 9;
}
.post-date {
    background: #fe9c00 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 0 8px;
}
.post-date > strong {
    display: block;
    font-size: 18px;
    margin-bottom: -3px;
}
.post-date > span {
    font-size: 12px;
}
.post-format {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    padding: 6px 0 8px;
}
.item-post-full .post-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}
.item-post-full .fa {
}
.item-post-full .blog-post-thumb {
    margin-bottom: 20px;
}
.item-post-full {
    margin-bottom: 50px;
}
.post-info-bottom {
    border-top: 1px solid #e5e5e5;
    margin-top: 23px;
    padding-top: 25px;
}
.post-readmore {
    border: 1px solid #e5e5e5;
    color: #999;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 120px;
}
.post-readmore:hover {
    border-color: #fe9c00;
}
.post-tags-info a {
    color: #999;
}
.post-tags-info a:hover {
    color: #fe9c00;
}
.post-tags-info.pull-right > label {
    color: #999;
    font-weight: 400;
    margin: 0;
}
.post-author-link {

    border-right: 1px solid #999;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 3px;
    padding-right: 8px;
}
.post-comment-link {
    border-left: 1px solid #999;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-left: 3px;
    padding-left: 8px;
}
.post-tags-info {
    margin-top: 15px;
}
.post-paginav {
    font-size: 0;
    text-align: right;
}
.post-paginav > a {
    border: 1px solid #e5e5e5;
    color: #666;
    display: inline-block;


    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-right: -1px;
    min-width: 30px;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.post-paginav > a:hover,.post-paginav > a.curent-page {
    background: #fe9c00 none repeat scroll 0 0;
    border-color: #fe9c00;
    color: #fff;
}
.post-paginav.masonry-paginav {
    text-align: center;
}
.item-post-blog .blog-post-thumb {
    padding-right: 90px;
}
.item-post-blog .post-info-extra {
    left: auto;
    right: 0;
}
.post-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 11px;
}
.blog-post-info .post-date-author a {
    color: #999;
}
.blog-post-info .post-date-author a:hover {
    color: #333;
}
.blog-post-info .post-date-author {
    margin: 0 0 18px;
}
.item-post-blog .post-readmore {
    margin-top: 14px;
}
.blog-post-info .desc {
    color: #555;
}
.item-post-blog {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.item-post-blog.last-item{
	margin-bottom:50px;
}
.title-shop-page {
    font-weight: 700;
    margin: 0 0 35px;
    text-align: center;
    text-transform: uppercase;
}
.form-my-account input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    font-weight: 700;
    height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
}
.form-my-account input[type="text"]:focus{
	border-color:#fe9c00;
}
.form-my-account .title {
    margin-bottom: 26px;

}
.form-my-account {
    max-width: 370px;
	width:100%;
}
.account-register {
    float: left;
    position: relative;
    width: 100%;
}
.account-register .form-my-account {
    float: right;
}
.account-register::before {
    border-right: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 1px;
}
.form-my-account > p {
    margin-bottom: 20px;
    max-width: 370px;
    position: relative;
}
.form-my-account label {
    color: #555;
    font-weight: 400;
    margin: 0;
}
.form-my-account .ship-address label {
    color: #333;
}
.form-my-account input[type="checkbox"] + label::before {
    border: 1px solid #e5e5e5;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    margin-right: 17px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

.form-my-account input[type="checkbox"]:checked+label::before{
    content:"\f00c";
}
.form-my-account input[type="checkbox"] {
    display:none;
}
.form-my-account a {
    color: #fe9c00;
    position: absolute;
    right: 0;
    top: 0;
}
.form-my-account input[type="submit"] {
    background: #fe9c00 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 110px;
}
.form-my-account input[type="submit"]:hover {
    background-color: #f9bc02;

}
.form-my-account > p:last-child {
    margin: 0;
}
.box-col2 input[type="text"] {
    float: left;
    width: 47.5%;
}
.box-col2 input[type="text"]:first-child {
    margin-right: 5%;
}
.form-my-account textarea {
    border: 1px solid #e5e5e5;

    color: #999;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}
.ship-address > label {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.check-billing {
    border-right: 1px solid #e5e5e5;
    margin-right: -15px;
}
.check-address {
    float: left;
    width: 100%;
}
.check-address .form-my-account {
    float: right;
}
.order_review_heading {
    background: #fe9c00 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 50px 0 -1px;
    padding: 20px;
    position: relative;
    text-transform: uppercase;
}
.shop_table.woocommerce-checkout-review-order-table thread{
	position:relative;
}
.shop_table.woocommerce-checkout-review-order-table thread::before {
    background: #f9bc02 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    width: 1px;
}
.shop_table.woocommerce-checkout-review-order-table thread::after {
    background: #f9bc02 none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 0px;
    position: absolute;
    top: 0;
    width: 1px;
}
/*Woocommerce*/
.woocommerce table.shop_table {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    border-radius: 0;
    margin: 0 0 50px;
    text-align: left;
    width: 100%;
}
.woocommerce table.shop_table thead {
    background: #f9bc02 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.woocommerce table.shop_table thead th {
    border-color: #f9bc02;
    color: #fff;
    padding: 15px 20px;
}
.woocommerce table.shop_table td {
    border-top: 1px solid #e5e5e5;
    padding: 15px 20px;
    vertical-align: middle;
}
.woocommerce table, .woocommerce th, .woocommerce td {
    border: 1px solid #e5e5e5 !important;
    color: #555;
    margin: 0;
    padding: 15px 20px !important;
}
.woocommerce tfoot th{
	text-transform:uppercase;
}
#shipping_method  li {
    padding: 10px 0;
}
#shipping_method li label {
    cursor: pointer;
    margin: 0;
    padding-left: 25px;
    position: relative;
}
#shipping_method  li input[type="radio"]{
	display:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#shipping_method li input[type="radio"] + label::before {
	line-height: 13px;
}
}
#shipping_method li input[type="radio"] + label::before {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 6px;
    font-weight: 400;
    height: 14px;
    left: 0;
    line-height: 13px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 2px;
    vertical-align: middle;
    width: 14px;
}
#shipping_method  li  input[type="radio"]:checked  + label::before {
	content: "\f111";
}
.payment_methods.methods {
    border: 1px solid #e5e5e5;
    margin: 0 0 -1px;
}
.payment_methods.methods li {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
}
.payment_methods.methods li:last-child{
	border:none;
} 
.payment_methods.methods li label {
    font-size: 18px;
    margin: 0 0 0 7px;
    text-transform: uppercase;
}
.payment_box.payment_method_bacs > p {
    margin: 5px 0 0;
    padding-left: 24px;
}
.payment_method_paypal img {
    margin: -6px 10px 0;
    max-width: 160px;

}
.form-row.place-order {
    border: 1px solid #e5e5e5;
    padding: 20px;
    text-align: right;
}
.form-row.place-order input[type="submit"] {
    background: #fe9c00 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 25px;
    text-transform: capitalize;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.form-row.place-order input[type="submit"]:hover{
	background-color:#f9bc02;
}
.form-my-account select {
    border: 1px solid #e5e5e5;
    color: #999;
    font-weight: 700;
    height: 50px;
    padding: 8px 30px;
    text-transform: uppercase;
    width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0) url("../images/blog/arrow-down.png") no-repeat scroll right 20px center;
}
.form-my-account select option{
	text-transform: capitalize;
	font-weight:400;
	padding:10px 20px;
}
.woocommerce table.shop_table td.actions {
    text-align: right;
}
.woocommerce table.shop_table td .coupon {
    float: left;
}
.woocommerce table.shop_table td.actions input[type="submit"] {
    background: #fe9c00 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}
.woocommerce table.shop_table td.actions input[type="submit"]:hover {
	background: #f9bc02 none repeat scroll 0 0;
}
.woocommerce table.shop_table td.actions input[type="text"] {
    border:1px solid #e5e5e5;
    color: #999;
    height: 40px;
    padding: 0 20px;
}
.woocommerce .cart-content-page table.shop_table thead{
	background:#f4f4f4;
}
.woocommerce .cart-content-page table.shop_table thead th {
    border-color: #e5e5e5;
    color: #333;
}
.woocommerce .cart-content-page table.shop_table .product-thumbnail img {
    max-width: 70px;
}
.cart-content-page   .info-qty a::before{
	display:none;
}
.cart-content-page  .info-qty {
    max-width: 100px;
	border:none;
}
.cart-content-page   .info-qty a{
	border:none;
	width:30px;
}
.cart-content-page   .info-qty a:hover{
	color:#fe9c00;
}
.cart-content-page   .info-qty span{
	padding:0;
	text-align:center;
}
.cart-collaterals .cart_totals > h2 {
    background: #f4f4f4 none repeat scroll 0 0;

    border: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 -1px;
    padding: 15px 20px;
    text-transform: uppercase;
}
.wc-proceed-to-checkout a.checkout-button {
    background: #fe9c00 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 25px;
    text-transform: uppercase;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.wc-proceed-to-checkout a.checkout-button:hover{
	background-color:#f9bc02;
}
/*End Wooocommerce*/
/**********************************************************************************************************
											Home 4
***********************************************************************************************************/
.sub-header4 {
   	background:#333;
	/*border-bottom: 1px solid #ebebeb;*/
}
.header4 {
    padding:5px 0;
}
.logo4 {
    padding: 0;
    margin-left: 0px;
    margin-top: -15px;
    margin-right: 100px;
    margin-top: 0px;
    margin-bottom: 3px;
}
.logo4 a img{
    width: 200px;
    
}
.main-nav.main-nav4 > ul > li > a{
	height:50px;
	line-height:50px;
}
.smart-search.search-form4 {
    padding: 0;
    margin-top: 20px;
    float: right;
    margin-left: 35px;  
}
.search-form4 .smart-search-form input[type="text"] {
    height: 30px;
    border-radius: 25px;
    /* border-bottom: 1px solid #e6e6e6; */
    width: 200px;
    position: relative;
    /* right: 200px; */
    background-color: #f7f7f7!important;
}
.smart-search-form{
    /* display: none; */
}
.search-form4 ul li{
    position: absolute;
}
.search-form4 ul li:before{
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #333;
    position: absolute;
    top: 12px;
    z-index: 9;
}

.sf{position:relative;display: block;left: 0;top: 0;/* width: 220px; */}
.go-btn{position: absolute!important;z-index:100;right: 10px;cursor:pointer;display: block;left: -30px;}
.go-btn:hover{ color:#333333;}
/*
.search-form4 ul li i{
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #333;
    position: absolute;
    top: 12px;
    z-index: 9;
}*/
.search-form4 ul li:hover .smart-search-form{
    display: block;
}
.search-form4 .select-category .category-toggle-link{
	height: 40px;
    line-height: 40px;
}
.inner-category-hover4 .title-category-hover{
	height: 50px;
    line-height: 50px;
}
.search-form4 .select-category {
    width: 70px;
	height:40px;
}
.search-form4 .smart-search-form button {
    border-radius: 50%;
    position: absolute;
    top: 9px;
    color: #fff;
    border: none;
    font-size: 13px;
    right: 20px;
    font-weight: 800;
    background-color: #ed3237;
    padding: 8px;
    width: 30px;
    height: 30px;
}

.main-nav.main-nav4 {
    background: transparent none repeat scroll 0 0;
}
.wrap-category-hover4 {
    position:relative;
	margin-top: -50px;
}
.inner-category-hover4 {
    position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}
.inner-category-hover4 .list-category-hover>li>a {
    padding: 9px 20px 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.inner-category-hover4 .list-category-hover>li>a {
    padding: 10px 20px 10px;
}
}
.inner-category-hover4 .expand-list-link {
    background: #fb9902 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: fontawesome;
    height: 11px;
    line-height: 2px;
    margin-top: -1px;
    padding-top: 4px;

    text-align: center;
    z-index: 9;

}
.inner-category-hover4 .expand-list-link::before {
   
   
}
.inner-category-hover4 .expand-list-link.expanding::before {
   
   
}
.list-category-hover>li.has-cat-mega:hover>.cat-mega-menu{
	opacity:1;
	visibility:visible;
	margin-left:0;
}
.list-category-hover>li.has-cat-mega .cat-mega-menu{
	margin-top:-1px;
}
.list-category-hover .has-cat-mega>a::after {
    color: #fe9c00;
  
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 12px;
}
.banner-home4.simple-owl-slider {
    margin: 30px 0 0;
}
.banner-home4 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: #333 none repeat scroll 0 0;
}
.banner-home4 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover {
    background: #fe9c00 none repeat scroll 0 0;
}	
.item-banner4 .banner-info {
    left: 0;
    position: absolute;
    text-align: center;
    bottom: 60px;
	width:100%;
	color:#fff;
}
.banner-info > h2 {
    font-weight: 700;
    margin: 0 0 5px;

}
.banner-info > h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.item-banner4 .banner-info.rotate-text{
    bottom: auto;
    color: #333;
    height: 100%;
    left: auto;
    right: 35px;
    top: 0;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.banner-home4 .wrap-item.owl-theme .owl-controls .owl-buttons div{
	width:40px;
	height:40px;
	line-height:40px;
}
.hot-deals {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
}
.hot-deals > h2 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}
.hot-deals > h2 i {
    color: #fe9c00;
    display: inline-block;
    font-size: 30px;
    margin-right: 2px;
    vertical-align: sub;
}
.list-product-hotdeal > li {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 20px 10px;
    width: 100%;
}
.list-product-hotdeal .zoom-image-thumb img {
    max-width: 91px;
}
.hotdeals-slider.simple-owl-slider {
    margin: 0;
    overflow: visible;
}
.list-product-hotdeal {
    margin: 0;
}

.list-product-hotdeal > li:last-child {
    border: medium none;
}
.list-product-hotdeal .zoom-image-thumb {
    display: table-cell;
}
.list-product-hotdeal .product-info {
    display: table-cell;
    padding: 0 0 0 20px;
    vertical-align: top;
}
.list-product-hotdeal .title-product{
	font-weight:400;
}
.list-product-hotdeal .title-product a:hover{
	color:#fe9c00;
}
.list-product-hotdeal .info-price span{
	font-size:18px;
	font-weight:700;
	color:#fe9c00;
	display:block;
}
.list-product-hotdeal .title-product {
    font-weight: 400;
    margin: 3px 0 2px;
}
.hotdeal-countdown canvas{
	display:none;
}
.hotdeal-countdown .time_circles > div {
    color: #999;
    display: inline-block;
    text-transform: lowercase;
    width: auto !important;
}
.hotdeal-countdown .time_circles > div::after {
    content: ":";
    margin: 0 2px;
}
.hotdeal-countdown .time_circles > div:last-child::after {
    display: none;
}
.hotdeal-countdown {
    margin-top: 18px;
}
.item-privacy-shipping {
    /*border: 2px solid #e5e5e5;*/
    text-align: center;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	border-right:1px dashed #ccc;
}
.privacy-shipping .col-md-3:last-child .item-privacy-shipping{border:none}
.privacy-shipping {
    padding:15px 0px 0;
	/*background:#6ca516*/
}
.item-privacy-shipping > ul {
    margin: 0;
    padding: 5px 15px;
}
.item-privacy-shipping li {
    display: inline-block;
    padding: 0 5px;
    text-align: left;

    vertical-align: middle;
}
.item-privacy-shipping li i {
    color: #444;
    font-size: 30px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.item-privacy-shipping h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
	color:#444;
    text-transform: uppercase;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.item-privacy-shipping span {
    color: #444;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
/*.item-privacy-shipping:hover{
	border-color:#fe9c00;
}*/
/*.item-privacy-shipping:hover h2,.item-privacy-shipping:hover i{
	color:#fe9c00;
}*/
.search-form4 .list-category-toggle.sub-menu-top {
    width: 200px;
}
.top-info-right > li a:hover {
    color: #fe9c00;
}
.register-box a:hover{
	color:#ed3237;
}
.search-form4 .smart-search-form input[type="submit"]:hover {
	background:#555;
}
.slider-home4 .wrap-item.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    right: 0;
    top: -37px;
}
.slider-home4 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: #333 none repeat scroll 0 0;

    display: inline-block;
    font-size: inherit;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 1px;
    opacity: 1;
    position: static;
    width: 20px;
}
.slider-home4 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover{
	background:#fe9c00;
}
.best-seller-header .title {
    display: inline-block;
    margin-bottom: 15px;
}
.best-seller-header > ul {
    display: inline-block;
}
.best-seller-header li {
    display: inline-block;
    font-size: 12px;
    margin-left: 45px;
    position: relative;
    text-transform: uppercase;
}
.best-seller-header a {
    color: #555;
}
.best-seller-tab-slider .tab-content {
    border-right: 1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
}
.best-seller-tab-slider {
    margin-bottom: 50px;
}
.best-seller-header li.active::after {
    background: #fe9c00 none repeat scroll 0 0;
    bottom: -15px;
    (;bottom: -14px;);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
	z-index:99;
}
.best-seller-header li.active a {
    color: #fe9c00;
}
.best-seller-header li:hover a {
    color: #fe9c00;
}
.best-seller-slider .item {
    float: left;
    width: 100%;
}
.item-best-seller {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    float: left;
    padding: 12px;
    position: relative;
    text-align: center;
    width: 50%;
}
.item-best-seller.item-leading {
    padding-top: 7px;
    width: 100%;
}
.item-best-seller .info-price {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 7px 15px;
    position: absolute;
    width: 100%;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.item-best-seller:hover .info-price{
	background: rgba(51, 51, 51, 0.9) none repeat scroll 0 0;
}
.item-best-seller .zoom-image-thumb {
    position: relative;
}
.item-best-seller .info-price span {
    color: #fe9c00;
    font-size: 18px;
    font-weight: 700;
}
.list-banner-adv .item-adv-simple {
    margin-bottom: 30px;
}
.item-pop-cat {
    border-right: 1px solid #e5e5e5;
    position: relative;
	border-top:1px solid #e5e5e5;
}
.item-pop-cat:hover{
	border-top:1px solid #fe9c00;
}
.item-pop-cat:hover .pop-cat-title{
	opacity:1;
	bottom: -25px;
}
.pop-cat-title {
    bottom: -15px;
    color: #fe9c00;
    font-size: 14px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.pop-cat-slider .wrap-item {
    border-color:#e5e5e5;
	border-width:0 1px 1px 1px;
	border-style:solid;
}
.pop-cat-slider {
    margin-bottom: 40px;
}
.pop-cat-slider .title {
    margin: 0 0 25px;
}
.list-banner-adv {
    margin-bottom: 15px;
}
.slider-home4.pop-cat-slider .wrap-item.owl-theme .owl-controls {
    top: -50px;
}
.pop-cat-slider .owl-carousel .owl-wrapper-outer {
    margin-bottom: -30px;
    padding-bottom: 30px;
}
.list-product-new .item-product .product-info {
    background: #fff none repeat scroll 0 0;
    left: -1px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
    z-index: 9999;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	opacity:0;
    box-sizing: padding-box;
    -webkit-box-sizing: content-box;
	padding:0 0 20px;
    border: 1px solid #e5e5e5;
}
.list-product-new .item-product:hover .product-info {
    opacity: 1;
    top: 100%;
    box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.1);
	border-top:none;
}
.list-product-new .item-product {
    padding: 20px;
}
.list-product-new .item-product:hover {
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1);
}
.list-product-new .product-rating {
    left: -10px;
    margin: 9px auto auto;
}
.list-product-new {
    margin-bottom: 20px;
}
.list-product-new {
    margin-bottom: 20px;
}
.list-adv-col2 .item-adv-simple {
    margin: 0 -10px;
}
.list-adv-col2 {
    margin-bottom: 45px;
    padding: 0 10px;
}
.list-product-new {
    margin-bottom: 20px;
}
.list-cat-low-price {
    margin-bottom: 20px;
}
.list-cat-low-price .title {
    margin-bottom: 25px;
}
.item-lower-price {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}
.item-lower-price > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 5px;
    text-transform: uppercase;
}
.lower-price-info {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
.lower-price-info > span {
    color: #fe9c00;
}
.item-lower-price .zoom-image-thumb img {
    width: auto;
}
.item-lower-price > h3 {
    color: #666;
    font-size: 12px;
    margin: 15px 0 7px;
    text-transform: uppercase;
}
.item-lower-price .viewall {
    color: #666;
    font-size: 12px;
}
.item-lower-price:hover{
	border-top-color:#fe9c00;
} 
.item-lower-price:hover h2 a{
	color:#fe9c00;
}
.item-lower-price h3 a:hover,
.item-lower-price .viewall:hover{
	color:#fe9c00;
	text-decoration:underline;
}
.footer4 {
    background: #2b2b2b none repeat scroll 0 0;
}
.box-menu-footer4 > h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 35px 0 15px;
    padding-bottom: 7px;
    text-transform: uppercase;
}
.box-menu-footer4 a {
    color: #ccc;
}
.box-menu-footer4 li {
    margin-bottom: 10px;
}
.box-menu-footer4 a:hover {
    color: #fe9c00;
}
.list-order-policy {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 25px;
    padding: 0 15px;
}
.item-order-policy {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 -15px;
    padding: 10px 0;
}
.item-order-policy > ul {
    margin: 0;
	text-align:center;
}
.item-order-policy > ul li {
    display: inline-block;
    padding: 0 5px;
    text-align: left;
    vertical-align: middle;
    max-width: 120px;
}
.item-order-policy.last-item {
    border: medium none;
}
.item-order-policy > ul li i{
	font-size:48px;
	color:#fe9c00;
}
.item-order-policy > ul li span{
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}
.copyright-social4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
}
.copyrigh4 {
    color: #ccc;
    display: inline-block;
    margin: 5px 15px 0 0;
}
.policy4 {
    color: #ccc;
    display: inline-block;
}
.copyrigh4 > a {
    color: #fe9c00;
}
.policy4 > label {
    font-weight: 400;
    margin: 0;
}
.policy4 > a {
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 6px;
    margin-right: 3px;
    height: 14px ;
    line-height: 14px;

}
.policy4 > a:hover {
    color: #fe9c00;
}
.policy4 > a:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.social-footer.social-footer4.social-network > label {
    color: #ccc;
    font-weight: 400;
	margin:0;
}
.social-footer.social-footer4.social-network a {
    width: 32px;
}
.social-footer.social-footer4.social-network ul {
    margin: 0;
}
.social-footer.social-footer4.social-network a {
    width: 32px;
}
.social-footer.social-footer4.social-network ul {
    margin: 0;
}
.payment4.payment-method {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    padding: 20px 0;
    text-align: left;
}
.payment4.payment-method > label {
    color: #ccc;
    font-weight: 400;
    margin: 0 10px 0 0;
}
.payment4.payment-method > a {
    margin-left: 7px;
}
.top-store-footer {
    margin-top: 25px;
}
.top-store-footer > label {
    color: #999;
    margin: 0;
}
.top-store-footer > a {
    border-right: 1px solid #ccc;
    color: #ccc;
    display: inline-block;
    font-weight: 700;
    height: 14px;
    line-height: 14px;
    margin-right: 3px;
    padding-right: 6px;
}
.top-store-footer > a:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.list-tags-footer {
    margin-top: 15px;
}
.item-tags-footer {
    margin-bottom: 7px;
}
.item-tags-footer > label {
    color: #999;
    font-weight: 400;
    margin: 0;
}
.item-tags-footer > a {
    border-right: 1px solid #ccc;
    color: #ccc;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-right: 3px;
    padding-right: 6px;
}
.item-tags-footer > a:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.item-tags-footer > a:hover {
    color: #fe9c00;
}
.top-store-footer > a:hover {
    color: #fe9c00;
}
/**********************************************************************************************
										Home 5
***********************************************************************************************/
.header3.header5 {
    background: #283442 none repeat scroll 0 0;
    position: relative;
    z-index: 999;
}
.search-form3.search-form5 .smart-search-form input[type="submit"]{
	background-color:#fe9c00;
}
.header-mini-cart3.header-mini-cart5 .total-mini-cart-item{
	background-color:#fe9c00;
}
.category-dropdown.hidden-dropdown .wrap-category-dropdown {
    display: none;
}
.category-dropdown.hidden-dropdown .wrap-category-dropdown {
    display: none;
}
.main-nav.main-nav5 {
    background: transparent none repeat scroll 0 0;
    margin: 0 -30px;
}
.main-nav.main-nav5 > ul > li > a {
    color: #333;
    height: 50px;
    line-height: 50px;
}
.main-nav.main-nav5 > ul > li > a:hover{
	background:#fe9c00;
	color:#fff;
}
.hidden-dropdown .title-category-dropdown {
    background: #fe9c00 none repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
}
.banner-slider5.simple-owl-slider {
    margin: 0 0 30px;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.main-nav.main-nav5 > ul {
    border-left: 1px solid #e5e5e5;
    margin-left: 30px;
}
.main-nav.main-nav5 > ul {
    border-left: 1px solid #e5e5e5;
    margin-left: 30px;
}
.item-banner5 .banner-info {
    left: 0;
    margin-top: -65px;
    padding-left: 140px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
}
.item-banner5 .banner-info > h3 {
    font-size: 24px;
}
.item-banner5 .banner-info > h2 {
    color: #e62e04;
    font-size: 36px;
}
.item-banner5 .shop-now {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0;
    text-align: center;
    width: 115px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.item-banner5 .shop-now:hover{
	background-color:#e62e04;
}
.banner-slider5 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -50px;
}

.banner-slider5 .wrap-item.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0,0,0,0.4);
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0;
    top: 50%;
    width: 50px;
	font-size:20px;
}
.banner-slider5 .wrap-item.owl-theme .owl-controls .owl-buttons div:hover{
	background: #fe9c00;
}
.banner-slider5 .wrap-item.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -50px;
}
.banner-slider5 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
}
.banner-slider5 .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 0px;
}
.main-content-home5 .item-adv-simple{
	margin-bottom:30px;
}
.popular-cat-title > ul {
    font-size: 0;
    margin: -1px;
}
.popular-cat-title li {
    display: inline-block;
    font-size: 14px;
}
.popular-cat-title a {
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
}
.popular-cat-title {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
}
.popular-cat-title li.active {
    position: relative;
    background: #fe9c00 none repeat scroll 0 0;
}
.popular-cat-title li.active a {
    color: #fff;
    position: relative;
    top: -3px;
}
.popular-cat-title li.active::after {
    border-left: 4px solid #333;
    border-top: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -4px;
    top: -6px;
    width: 0;
}
.popular-cat-title li.active::before {
    background: #fe9c00 none repeat scroll 0 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 100%;
}
.popular-cat-slider.slider-home5 .wrap-item {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 0;
}
.popular-cat-slider.slider-home5 .item {
    border-left: 1px solid #e5e5e5;
    padding: 10px 20px;
}
.slider-home5 .wrap-item.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    right: 5px;
    top: -35px;
}
.slider-home5  .wrap-item.owl-theme .owl-controls .owl-buttons div{
	position:static;
	display:inline-block;
	margin:0;
	opacity:1;
	width:30px;
	height:30px;
	line-height:30px;
	background:#969696;
}
.slider-home5  .wrap-item.owl-theme .owl-controls .owl-buttons div:hover{
	background:#fe9c00;
}
.product-info5 .title-product > a {
    font-weight: 400;
}
.product-info5 .info-price > span {
    color: #fe9c00;
    font-size: 18px;
    font-weight: 700;
}
.popular-cat-slider.slider-home5 .product-info5 {
    padding: 15px 0 10px;
}
.product-info5 .title-product > a:hover{
	color:#fe9c00;
}
.product-thumb5 .product-info-cart .addcart-link{
	background:#fe9c00;
}
.product-thumb5 .product-extra-link a:hover{
    color:#fe9c00;
}
.popular-cat-slider.slider-home5 {
    position: relative;

}
.popular-cat-slider.slider-home5::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 1px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 9;
}
.popular-cat-slider.slider-home5::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 1px;
    position: absolute;
    top: 0;

    width: 1px;
    z-index: 9;
}
.title-special {
    background: #fe9c00 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 47px;
    line-height: 47px;
    margin: 0;
    padding: 0 30px;
    position: relative;
    text-transform: uppercase;
}
.title-special::after {
    border-left: 4px solid #333;
    border-top: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -4px;
    top: 0;
    width: 0;
}
.hot-category {
    position: relative;
}
.hot-category .title-special {
    left: 0;
    position: absolute;
    top: -7px;
}
.listcategory-hot.list-shop-cat {
    font-size: 0;
    margin: 0;
    padding: 58px 10px 25px;
}
.listcategory-hot.list-shop-cat a span{
	background:#283442;
}
.listcategory-hot.list-shop-cat a:hover {
    color: #fe9c00;
}
.listcategory-hot.list-shop-cat a:hover span{
    background:#fe9c00;
}
.slider-home5.hot-category-slider .wrap-item.owl-theme .owl-controls {
    top: -125px;
}
.hot-category {
    margin-bottom: 30px;
    position: relative;
}
.brand-cat-slider.slider-home5 {
    border: 1px solid #e5e5e5;
    position: relative;
}
.brand-cat-slider .item-product5 {
    border-left: 1px solid #e5e5e5;
    padding: 10px 21px;
}
.brand-cat-slider .product-info5 {
    padding: 15px 0 10px;
}
.brand-cat-slider.slider-home5::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 9;
}
.brand-cat-slider.slider-home5::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 9;
}
.sidebar-cat-brand {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin-right: -31px;
}
.sidebar-cat-brand .title-special {
    margin-left: -1px;

    margin-top: -8px;
    font-size: 18px;
}
.sidebar-cat-brand .category-brand-slider {
    border: medium none;
}
.sidebar-cat-brand .category-brand-slider .owl-controls {
    display: none;
}
.sidebar-cat-brand .sidebar-cat-childrent > li a{
    border-top: 1px solid #e5e5e5;
	padding:10px 20px;
}
.sidebar-cat-brand .sidebar-cat-childrent {
    margin: 0;
    min-height: 203px;
}
.sidebar-cat-brand .sidebar-cat-childrent li.active a::before{
    background: #fe9c00 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    width: 4px;
	display:block;
}
.sidebar-cat-brand .sidebar-cat-childrent a:hover::before {
	display:none;
}
.sidebar-cat-brand .sidebar-cat-childrent li.active a::after{
	background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: -1px;
    position: absolute;
    top: 0;

    width: 1px;
	z-index:999;
}
.sidebar-cat-brand .sidebar-cat-childrent li.active a{
	background:#fff;
}
.slider-home5.brand-cat-slider .wrap-item.owl-theme .owl-controls {
    left: -65px;
    right: auto;
    top: 5px;
}
.cat-brand {
    margin-bottom: 30px;

}
.popcat-list-box > h2 {
    margin: -5px 0 25px;
    position: relative;
}
.popcat-list-box h2 span {
    background: #fff none repeat scroll 0 0;
    color: #fe9c00;

    font-weight: 700;
    padding-right: 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}
.popcat-list-box > h2::after {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 17px;
    width: 100%;
}
.popcat-box {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    min-height: 150px;
    padding: 25px 0;
    text-align: center;
}
.popcat-box H3 {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0;
}
.cat-brand {
    margin-bottom: 30px;
}
.popcat-list-box > h2 {
    margin: -5px 0 25px;
    position: relative;
}
.popcat-list-box h2 span {
    background: #fff none repeat scroll 0 0;
    color: #fe9c00;
    font-weight: 700;
    padding-right: 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}
.popcat-list-box > h2::after {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;

    top: 17px;
    width: 100%;
}
.popcat-box {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    min-height: 150px;
    padding: 25px 0;
    text-align: center;
}
.popcat-box h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0;
}
.footer5 {
    background: #fbfbfb none repeat scroll 0 0;
    border-top: 1px solid #fe9c00;
    margin-top: 20px;
}
/*.footer-top.footer-top5 {
    margin-top: 35px;
}*/
.item-online-shipping {
    border-right: 1px solid #e5e5e5;
    margin: 0 -15px;
    min-height: 130px;
    padding-right: 10px;
}
.online-shipping {
    border: 1px solid #e5e5e5;
    margin-bottom: 45px;
    margin-top: 30px;
    padding: 0 15px;
	border-right:none;
    background: #fff none repeat scroll 0 0;
}
.item-online-shipping > ul {
    display: table;
    margin: 0;
    padding-top: 25px;
}
.item-online-shipping li {
    display: table-cell;
    vertical-align: middle;
}
.item-online-shipping li i {
    color: #fe9c00;
    font-size: 48px;
}
.item-online-shipping h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.item-online-shipping li:first-child {
    padding: 0 15px 0 30px;
}
.item-online-shipping p {
    color: #666;
    margin: 0;
    line-height: 20px;
}
.item-online-shipping span{
	color:#999;
}
.footer-bottom5 {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding: 30px 0 35px;
}
.footer-bottom5 .payment2.payment-method {
    margin: 0;
}

.listingpage { 
    /*background: #f7f7f7;
    padding: 15px 25px 15px 10px;*/
    margin: 40px 0;
    
}

.product-list .product .posRelative{/* background-color: #f5f3f3; */margin: 0 0px;}
.product-list .product .posRelative span{
    /* display: block; */
    /* padding: 3px 0 !important; */
    /* font-size: 20px; */
}
.product-list .product .price-actual{
    font-size: 13px;
    margin: 0px 0px 10px 0px;
}
.product-list .product .statictext{
    font-size: 13px;
    width: 100px;
}
.decdetails{
    background: #f5f7f9;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1);
}

.decdetails .product-tab .tab-container{padding: 20px 0;}

.related-box{
    background-color: #f7f7f7;
    padding: 50px 0 70px;
}
.related-box .product-list .product{
    background: #fff;
}
.related-box .page-product-box {
	margin-top: 0px;
	position: relative;
}
.related-box .owl-carousel.owl-loaded{
    padding: 0px;
    position: relative;
    top: 34px;
}



.mobilecat{ display: none; }





.filters{
    display:none !important;
}

.dsn{ display: block;}


.register-box.dropdown:hover .dropdown-menu{
    visibility: inherit !important;

    display: block !important;
}

.register-box.dropdown .dropdown-menu{
    position: absolute;
    border: none !important;
    left: -80px !important;
    display: none !important;
    top: 19px !important;
    min-width: 135px !important;
    padding: 5px 0px !important;
	/*left: 0px !important;*/
}
.register-box.dropdown .dropdown-menu li{ display: inherit !important; margin:5px 0px !important; }

.register-box.dropdown .dropdown-menu li a{ text-transform: inherit !important;}

.footer-middle a, .footer-middle a:hover, .footer-middle a.active{ color: #fff; text-decoration: underline;}

@media only screen and (min-width: 320px) and (max-width: 767px)  {
	.category-left{ display:none;}
	
	}
	
@media only screen and (max-width : 1000px) {
	.stellarnav > ul > li > a { padding: 20px 23px; }
}


.menu-toggle full{ font-size:16px; font-weight:500; }

.stellarnav li li {
    display: block;
    margin: 0 0 10px 0;
}

	.category-left{ display:block;}

.thanx-bg {
    max-width: 100%;
    display: block;
}
.thanx-box {

    margin: 30px auto;
    display: block;
    background-color: #fff;
    padding: 50px;
    max-width: 720px;
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1);
    text-align: center;
    
}
.gray{ background-color:#f7f7f7;}

.checkout-bg {
    padding: 30px 0 0;
    background-image: url(../images/dog-item-bg2.png);
/*    background-position: right bottom;*/
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    margin: 50px auto 0;
    /* background-color: #988a8a; */
    padding: 40px;
    /* min-height: 495px; */
    /* opacity: 0.4; */
}
.checkout-box {
    margin: 20px auto;
    display: block;
    background-color: #fff;
    padding: 10px 20px;
    /* max-width: 720px; */
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.1);
    background-color: rgba(255, 255, 255, 0.9);
}
.red{ background-color:#f7f7f7;}

.checkout-bg .page-heading{    margin: 30px 0 0 0;}

.pincodeno{
    border: 1px solid #7c7d7f;
    line-height: 40px;
    padding: 7px 20px;
    margin: 0 10px 0 0;
}

.delivery-days{line-height:30px;font-size: 15px;margin: 20px 0;}

.btns{ display:table;}
.btns .buyNow{ 
    margin: 0 20px 0 0;
    border-radius: 25px;
    background: #7c7d7f;
    color: #fff;
}


.container50{ padding:50px 0; width:100%}

.tree-menu li:before {
    position: absolute;
    content: '\f119';
    left: 0px;
    top: 4px;
    color: #e5a62d;
    font-size: 16px;
    line-height: 1em;
    font-family: "Flaticon";
	   content: " ";
    background-image: url(../images/foot.png);
}

.breadcrumb-container{padding: 10px 0 0;width:100%;background-color:#fafafa;}

.container70{padding:70px 0; width:100%;}

.banner-bg-dashboard {
    
}

.center_column input{/*padding: 5px 12px; height: 38px; border-radius: 0;border: 1px solid #ccc;*/}

.order-table #dashTable td{    border-left: #eceaea solid 1px;
    border-bottom: #eceaea solid 1px;
    padding: 10px 5px;
	    background-color: #ffffff;}
		
		.thbold{ font-weight:600;}
		.newsletter2{ position: relative; margin-top: 20px;}
		
		.order-detail-content{ background-color:#ffffff;}
		.update-shoppint-cart{border:1px solid #cccccc;padding: 13px 40px;display: inline-block;}
		
.header4 .fa {
    line-height: inherit;
    font-size: 13px;
    top: 2px;
    position: relative;
    left: 1px;
}

.wt{position:relative;line-height:40px;display: block;left: 5px;}

.sws_reset{ margin:0 10px 0 0}
.reviewbtn a{ color:#ffffff;}

.info-orther i{margin: 0 2px 0 3px!important;}

.discount{
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 5px;
    z-index: 5;
    vertical-align: top;
    background: #ed3237;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    letter-spacing: 1.2px;
    font-weight: 600;
    left: 20px;
    display: none;
}


.bannerbg3{    background-image: url(../images/bannerbg3.jpg);
    padding: 30px 0 0;}
	
	.price-text{
    /* display: table;
    width: 100%; 
    text-align: center;
    margin: 10px auto 0;*/
}
	.price-cut{
    color: red;
    font-weight: normal;
    float: right;
    font-size: 12px;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-left: 12px;
    vertical-align: middle;
    color: #ee3237;
    margin: 0;
    position: relative;
    top: 8px;
}
	.price-cut i{
    line-height: 20px;
    margin: 0 2px 0 0;
}
.price-actual{
    color: #333333;
    margin: 0px 10px 10px 10px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
	.price-actual i{
    line-height: 23px;
    position: relative;
    margin: 0 2px 0 0;
}


.buttons-cart{ display:none; width:100%;}
.addcart-btn{
    display:inline-block;
    float:left;
    padding: 18px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    width: 50%;
    border: none;
    float: left;
    background: #3c4548;
    color: #fff;
    box-sizing: border-box;
    margin: 0 0 0;
    }
	.addcart-btn:hover{}
.addcart-btn i{
    margin: 1px 5px 0 0;
}
.buynow-btn{
    display:inline-block;
    float:left;
    padding: 18px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    width: 50%;
    border: none;
    float: left;
    background: #e73338;
    color: #fff;
    box-sizing: border-box;
    }
	.buynow-btn:hover{}
	.addcart-btn a{color: #fff;}
	.buynow-btn a{color: #fff;}
.buynow-btn i{
    margin: 1px 7px 0 0;
}		  
	
	
	.kg-weight{color: #adabab;border-bottom: 1px solid #f7f4f4;display: block;text-align: center;/* width: 100%; *//* margin: 0 10px; */padding: 0 0 10px 0;}
	
	.hp-pd .badge{left: 25px;top: 25px;} 	
	.cart_summary i{ margin:0 3px 0 0; vertical-align:middle;}
	
	/*.desktop-display{ display:block;}
	.resp-display{ display:none;}*/
	
	.pd-cart-top-mrgn{ margin:10px 0 0 0;}
	
	.content-text i {
    /*height: 30px;
        width: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 8px 15px;
    box-sizing: border-box;
    margin: 0 6px 0 0;
    display: inline-flex;
    float: left;    position: relative;
    top: -10px;*/
        
    position: relative;
    top: 4px;
    left: 1px;
}

.content-text p{ line-height:20px;}


.dashboardpage .content-text h2{font-size: 20px;}

.creaktext{ display: block;}



.pd_none{
    padding: 0px;
}
.form_btn{
background: #e73338;
padding: 12px 40px;
font-size: 15px;
color: #fff;
border-radius: 10px;
margin-top: 20px;
    transition: 0.5s ease-in-out;
}

.form_btn:hover{
background: #000;
    transition: 0.5s ease-in-out;
}

.select_fback select{
    height: 40px;
border-radius: 30px;
    color: #999;
    padding: 0 0 0 20px;
}
.placehldr ::-moz-placeholder{
    color: #fff !important;
    
    
}



.questionAnswer{
	padding:20px 0;
	margin-bottom:10px;
}

.questionAnswer .questions{
	margin-bottom:10px;
    -webkit-box-shadow: 0 0 5px #dedede;
    box-shadow: 0 0 5px #dedede;	
	padding:20px 30px;
}

.questionAnswer .answers{
	margin-top:20px;
}


.questions strong{
	color: #474747;
    font-size: 15px;
}

.mwhite{
	background:#fff;
	padding:10px;
}
.answers input{ height: auto !important;}
.answers label {
    margin-bottom: 10px;
    font-weight: 500;
    margin-right: 20px;
}

.questionAnswer .page-heading{
    letter-spacing: 0.5px !important;
    font-size: 20px;
    height: auto;
    margin-bottom: 20px !important;
}

.questionAnswer .page-heading h4{ font-weight: normal;}
.questionAnswer p{ margin-bottom: 0px;}

.applyb{
    position: absolute;
    right: 24px;
    margin-top: 13px;
}
.dashboardpage .content-text {
    padding: 0px 0;
}

.product-tab .table tr td{
    border: none;
    padding: 5px 0;
}
.product-tab .table{
    border: none;
}
.buynowb .cart-btn{
    /*line-height: 35px !important;
    height: 35px !important;*/
}
.buynowb .cart-btn:hover{text-decoration: none; color: #ed3237;}
.buynowb .buyb{
    line-height: 35px !important;
    height: 35px !important;
    color: #888888 !important;
    background: #d1d1d1;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
.buynowb .buyb:hover {
    background: #333;
    color: #fff !important;
    text-decoration: none;
}
.buynowb .buyb i {
    vertical-align: middle;
}
.buynowb .right0{
    padding-right:0px; 
}
.buynowb .left0{
    padding-left:0px; 
}

.banner-bg-dashboard .layered-category .tree-menu li a{  }
.banner-bg-dashboard .layered-category .tree-menu li a:hover{ color: #f57e26; text-decoration: none;}
.tree-menu li.active > a{ color: #f57e26; }
.banner-bg-dashboard .order-table a{
    color: #ed3237;
    text-decoration: underline;
}


.addres-box {
    background: #f6f6f666;
    padding: 20px 20px 25px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    margin-bottom: 0px;
    min-height: 240px;
}

.addres-box span i {
    background: #ccc0;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 0px;
    font-size: 20px;
    color: #ed3237;
}

.addres-box span{
    float: left;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -2px;
}

.contact-main .map {
    margin-bottom: 0px;
    min-height: 240px;
}

hr.style14 {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, #fff, #eae8e8, #fff);
    background-image: -moz-linear-gradient(left, #fff, #eae8e8, #fff);
    background-image: -ms-linear-gradient(left, #fff, #eae8e8, #fff);
    background-image: -o-linear-gradient(left, #fff, #eae8e8, #fff);
    margin: 35px 0px;
}

.sws_login_msg a{ color: #FF0000; }

.promoCode{
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}

.review-order-details .cart_description a{ color: #333;}

#sws_pay1 a{ color: #333;}

.order-detail-content .cart_description a{
    color: #333;
}



/************cart page css**************/

.rTable {
            display: table;
            width: 100%;
		}
.rTableRow {
        display: table-row;
}
.rTableHeading {
        display: table-header-group;
        background-color: #edecec;
}
.rTableCell{
    display: table-cell;
    padding: 10px 10px;
    border-bottom: 1px solid #edecec;
    border-left: solid 1px #edecec;
}
.rTableCell:last-child{ border-right: solid 1px #edecec }
.rTableHead {
    display: table-cell;
    padding: 10px 10px;
    border-bottom: 1px solid #edecec;
    border-left: solid 1px #edecec;
    border-top: solid 1px #edecec;
}
.rTableHead:last-child{ border-right: solid 1px #edecec; }
.rTableHeading {
        display: table-header-group;
        background-color: #edecec;
        font-weight: bold;
}
.rTableFoot {
        display: table-footer-group;
        font-weight: bold;
        background-color: #edecec;
}
.rTableBody {
        display: table-row-group;
}

/************cart page css**************/

.mycoupon-in {
    position: relative;
    width: 100%;
    display: inline-block;
}

.cart_navigation .btn{ background: #7c7d81; color: #fff !important; border-radius: 25px;
}
.cart_navigation .btn:hover{ background: #f03837; color: #333;}

.section-newsletter .owl-controls .owl-prev i, .section-newsletter .owl-controls .owl-next i{
   vertical-align: middle;
}
.mini-cart-info .info-price span i{top: 1px;}
.actiondelet{ float: right;}
.actiondelet a{ color: #ed3237; font-size: 16px; font-weight: normal;}
.actiondelet a:hover, .actiondelet a.active{ color: #000; }
.checkout-page .mycoupon .prev-btn{ padding: 7px 10px; }

.review-order-details i{ vertical-align: middle; margin-top: -3px; }

.logins p{ margin: 10px 0px;}

.checkout-page .page-heading{ margin-top: 0px;}

.payment-amount{
    display: inline-block;
    /*background: #ee3237;*/
    color: #000;
    padding: 7px 15px;
    border-radius: 2px;
    border-bottom: solid 3px #cc3438;
}

@media screen and (min-width:320px) and (max-width:480px)
{
	.footer-middle
{
	background-color: #b03337;
    color: white;
    font-size: 11px;
    padding: 10px;
}
.thanx-box p
{
/*margin-top:115% !important;*/	
}
.min-height1 {

	min-height: 165px;
}
.cameras-columns .row>div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e5e5e500 !important;
    margin-left: -15px;
}
}


.footer-middle p{ line-height: 20px;
font-size: 12px;}

.cartmain .rowcart{
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #e7e7e7;
    padding: 5px 0;
}
.rowcart .btn{
    display: inline-block;
    padding: 6px 18px;
    min-width: 120px;
    width: auto;
    text-transform: uppercase;
    cursor: pointer;
    background: #ed3237;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-decoration: none;
    letter-spacing: .10em;
    text-align: center;
}
.rowcart .btn1{
    background: #111;
    color: #fff;
}
.order-detail-content .rTableCell a{ color: #ed3237;}


/*************search bar**************/

.wbSearch {
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(18,18,18,.9);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px;
}
#wbsearch_content_result {
    background: #fff none repeat scroll 0 0;
    display: none;
    height: 90%;
    left: 15px;
    min-height: 400px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 110px;
    z-index: 99999;
    border: 1px solid #e5e5e5;
    padding: 0 0 15px;
    margin: 0 auto;
    max-width: 1000px;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #3bac44;
    border-color: #3bac44;
}
.button-search.btn:focus{
	background-color: #000;
	color: #fff;
	border-color: #000;
}
.d-search button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #ed3237;
    font-size: 18px;
}
#close_search_query_nav {
    display: block;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 15px;
    z-index: 999;
}
#wbsearch_content_result #wbsearch_data {
    position: relative;
    height: 100%;
    width: 100%;
}
.wbSearch #search_block_top {
    position: relative;
    /* display: flex; */
    /* opacity: 0; */
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: auto;

	border-radius: 4px;
}
body.active-search .wbSearch {
    opacity: 1;
    transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}
body.active-search .wbSearch #search_block_top {
    animation: fadeInDown 0.3s 0.2s ease-out both;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
}
#search_block_top {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
}
#search {
	margin-bottom: 0px;
}
.siden {
    display: none;
}
.sideb {
    display: block;
}
#search .input-lg {
	height: 42px;
	display: block;
	margin-right: 1px;
	border: none;
	box-shadow: none;
	color: #000;
	background: #fff;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px;
	font-size: 13px;
	border-radius: 5px;
}
#search_block_top .btn.button-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    padding: 8px 30px;
    height: 42px;
    border: none;
    text-align: center;
    z-index: 99;
    border-radius: 0px 4px 4px 0;
}
body.active-search::before {
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 99;
    transition: all .2s ease 0s;
}
#search .btn-lg {
	display: inline-block;
	background-color: transparent;
	background-image: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
.wbSearch .close-nav {
    color: #fff;
    top: 12px;
    display: inline-block;
    position: absolute;
    right: -20px;
}
.wbSearch .close-nav {
    color: #fff;
}
.search-box .input-group-btn{font-size: inherit !important;}
#text-search {
    width: 100%;
    height: 44px;
    display: block;
    border: none;
    box-shadow: none;
    color: #000;
    background: #fff;
    margin-right: 10px;
    margin-left: 0px;
    padding: 15px;
    font-size: 13px;
}
#btn-search-category {
    cursor: pointer;
    padding: 8px 20px;
    height: 44px;
    border: none;
    text-align: center;
    z-index: 99;
    border-radius: 0px 4px 4px 0px;
    margin-right: 10px;
    transition: all 0.3s linear;
    color: #fff;
    text-shadow: none;
    background-color: #ed3237;
}
#btn-search-category i {
    display: none;
}
#searchterm{
    width: 100%;
    height: 44px;
    display: block;
    border: none;
    box-shadow: none;
    color: #000;
    background: #fff;
    margin-right: 10px;
    margin-left: 0px;
    padding: 15px;
    font-size: 13px;
    border-radius: 4px 0px 0px 4px;
}

#welcome_message .steps {
    margin: 10px 2px 30px;
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
    border: hsla(353, 44%, 44%, 0.39) solid 2px;
    border-radius: 20px;
    background: #fff;
}
#welcome_message {
    padding: 60px 0;
    background: #efefef;
}
#welcome_message .steps img {
    margin: auto;
}
#welcome_message p{ text-align: center; font-size: 13px;}
.row-flex-center {
    display: flex;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}
.red-sec{ color: #fff; }
.red-sec h1{
    text-transform: uppercase !important;
    letter-spacing: -14px;
    word-spacing: 20px;
    line-height: 80px !important;
    font-size: 76px !important;
}
.red-sec ul{ width: 100%; display: inline-block;}
.red-sec ul li{ 
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 0 30px 0px 47px;
}

.bigbottel{
    position: absolute;
    top: -300px;
}
.threebottel{
    position: absolute;
    bottom: -344px;
    left: -50px;
}
.red-bgsection{
    padding: 60px 0px;
}
.needsdiv h1{ 
    font-family: 'Conv_PAPYRUS' !important;
    font-size: 32px !important;
    font-weight: normal;
    margin-bottom: 10px !important; 
}
.section-newsletter .owl-controls .owl-prev{
    position: absolute;
    left: 94%;
    top: 0%;
}

.section-newsletter .owl-controls .owl-prev, .section-newsletter .owl-controls .owl-next{ top: -6%; font-size: 26px;}
.section-newsletter .owl-controls .owl-prev .fa-angle-left:before{
    content: "\f177";
}
.section-newsletter .owl-controls .owl-next .fa-angle-right:before {
    content: "\f178";
}
.footer-top .otherlinks{
    margin-left: 30px;
}
.statictext{ 
    display: inline-block;
    width: 115px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}
#brandslid .owl-nav{ display: none !important;}
#brandslid.owl-carousel.owl-loaded{ padding: 0px;}
.profilesec{ background: url('../images/profile-bg.jpg') no-repeat; padding: 60px 0; text-align: center; display: inline-block; width: 100%;}

.profilesec .page-title{ text-align: center;}
.profilediv{}
.profilediv p{font-size: 20px; font-weight: 300; line-height: 32px;}

.profilediv .read{ margin-top: 15px; display: inline-block; width: 100%;}
.profilediv .read i{font-size: 26px; color: #888;}
.profilediv .read i:hover{color: #666;}
.profilesec .profile-left{
    position: absolute;
    left: 0;
    top: 0;
}
.profilesec .profile-right{
    position: absolute;
    right: 0;
    top: 200px;
}
.profilesec h3{ color: #ed3237; font-size: 24px; margin: 20px 0px 0px; }
.profilesec .bg-image{ padding-bottom: 15px; }

.listingpage h4.panel-title{
    font-size: 14px;
}

.accord_menu{
    
}


.contact100-form {
   width: 100%;
}

.contact100-form-title {
   display: block;
   font-size: 30px;
   color: #333333;
   line-height: 1.2;
   text-align: left;
   padding-bottom: 34px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
   width: 100%;
   position: relative;
   background-color: #fff;
   border-radius: 20px;
   margin-bottom: 20px;
   border: 1px solid #ededed;
}

.input100 {
   display: block;
   width: 100%;
   background: transparent;
   font-size: 13px;
   color: #333;
   line-height: 1.2;
}


/*---------------------------------------------*/
input.input100 {
   height: auto;
   padding: 10px 20px 10px 23px;
}


textarea.input100 {
   min-height: 120px;
   padding: 19px 20px 0 23px;
}

/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   pointer-events: none;
   border-radius: 20px;
   box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
   -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
   -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);

   -webkit-transition: all 0.4s;
   -o-transition: all 0.4s;
   -moz-transition: all 0.4s;
   transition: all 0.4s;
}

.input100:focus + .focus-input100 {
   box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
   -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
   -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
   -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
  /* display: flex;*/
   flex-wrap: wrap;
   justify-content: center;
   padding-top: 10px;
   padding-bottom: 21px;
}

.contact100-form-btn {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 0 20px;
   min-width: 160px;
   height: 42px;
   margin-bottom: 0px;
   background-color: #f58735;
   border-radius: 21px;
   font-size: 14px;
   color: #fff;
   line-height: 1.2;
   text-transform: uppercase;
   padding-top: 0px;
   -webkit-transition: all 0.4s;
   -o-transition: all 0.4s;
   -moz-transition: all 0.4s;
   transition: all 0.4s;
}

.contact100-form-btn:hover {
   background-color: #333;
}
.formClass {
    margin-top: 30px;
    padding: 0 25px 10px 25px;
}
.modal-dialog {
    width: 550px;
}
input::placeholder, textarea::placeholder {
    color: #999999;
}
.btn_close {
    padding: 4px 25px;
    line-height: 28px;
    border: 1px solid #eee;
    color: #333;
}
.modal-header .close {
    margin-top: -2px;
    background: #7b7c7e;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    opacity: inherit;
}
.modal-header .close:hover{
   background: #ed3237; 
}

/**********About us page*********/

.aboutbg{ background: #f8f8f8; }
.about-text-wrap h2 span {
    display: block;
    font-weight: 400;
    font-size: 22px;
}
.about-text-wrap h2 {
    color: #444444;
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: -14px;
}
.about-image-wrap {
    position: relative;
    padding-left: 30px;
    padding-top: 30px;
}
.about-image-wrap:after {
    border: 5px solid #d8373e;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: -1;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.choosing-area{
    padding: 50px 0;
    background: #f9f9f9;
}
.title-box::before {
    content: '';
    width: 100%;
    height: 6px;
    border-top: 2px solid #ebeef2;
    border-bottom: 2px solid #ebeef2;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0;
}
.title-box {
    position: relative;
}
.title-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #444444;
    line-height: 30px;
    padding: 0 25px;
    text-transform: capitalize;
    background-color: #f9f9f9;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.single-choose-item h4 {
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0 10px;
    text-transform: uppercase;
}
.single-choose-item i {
    color: #969ca7;
    font-size: 44px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.single-choose-item:hover i{
    color: #d8373e !important;
}
/****************about us css close****************/
.gdlr-page-title-wrapper {
    padding: 56px 0px;
    position: relative;
    z-index: 89;
    line-height: 1;
    background-image: url('../images/page-title-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.gdlr-page-title-wrapper .gdlr-page-title-container {
    position: relative;
}
.gdlr-page-title-wrapper .gdlr-page-title {
    font-size: 30px;
    margin: 0px 0px 0px 0px;
    display: inline;
}


/**********careers page css start*********/

.uplaod_form{
    border: #ccc solid 1px;
    padding: 25px 30px;
}
.form-wrapper {
	display: block;
}
.form-wrapper p {
	padding: 5px 0 20px;	
	color: #2a2a2a
}
.form-wrapper .row.input-row {
	margin: 20px -15px;
}
.form-wrapper input, .form-wrapper textarea {
	width: 100%;
	padding: 0 0px;
	height: 46px;
	border: none;
	border-bottom: 1px #9d9d9d solid;
	font-size: 14px;
	color: #2a2a2a;
	font-weight: 400;
}
.form-wrapper label.error { 
	color: #f00; 
	padding-left: 12px;
}
.form-wrapper .msg {
	margin-top: 15px;
}
.form-wrapper textarea {
	resize: none;
	height: 100px;
	padding: 12px;
    background: transparent;
}

.form-wrapper input[type="submit"] {
	display: inline-block;
    width: auto;
    padding: 10px 30px;
    border-radius: 25px;
	background: none;
	border: solid 1px #333;
	font-size: 14px;
	color: #333;
    background: transparent;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.form-wrapper input[type="submit"]:hover {
	background: #ed3237;
	color: #fff;
    border: solid 1px #ed3237;
}


/***********contact us area****************/

.contact_info_section {
    padding: 76px 80px;
    background-color: #545454;
}
.contact_info_section p{
    color: #fff
}
.contact_info_section h3{
    color: #fff;
    padding: 10px 0 0 0;
}
.contact_info_section a{
    color: #fff
}

.contact_info_section .single_contact_details h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.contact_info_section .single_contact_details p {
    color: #fff;
    font-size: 16px;
}
.contact_info_section .single_contact_details p a{color: #fff;
    font-size: 16px;}
.contact_info_section .single_contact_details {
    margin-bottom: 35px;
}

.contact_info_section .single_contact_details:last-child {
    margin-bottom: 0px;
}

div#map {
    height: 100%;
    background-color: #ddd;
}

.map_area {
    height: 100%;
    position: relative;
}

.positoning_title {
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    padding: 8px 12px;
    border: 1px solid #f6832e;
}

.positoning_title h3 {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #f6832e;
    margin-bottom: 0;
}

/* contact us area end */

/* contact form area */

.contact_form_area .contact_form_title h3 {
    font-size: 20px;
    color: #222223;
    margin-bottom: 30px;
}

.contact_form_area .contact_form_title > p {
    padding: 0 105px;
}

.contact_form_area .contact_form_title form {
    margin-top: 50px;
}

.contact_form_area .contact_form_title form p.main_input input {
    width: 100%;
    padding: 12px 10px;
    border: none;
    border-bottom: 1px solid #CECECE;
}

.contact_form_area .contact_form_title form p.main_input input::placeholder {
    font-size: 14px;
    color: #020202;
}

.contact_form_area .contact_form_title form .text_msg textarea::placeholder {
    font-size: 14px;
    color: #020202;
}

.contact_form_area .contact_form_title form .text_msg textarea {
    width: 100%;
    padding: 12px 10px;
    border: none;
    border-bottom: 1px solid #CECECE;
    height: 80px;
    resize: none;
}

.contact_form_area .contact_form_title form .text_msg {
    margin-top: 30px;
}

.contact_form_area .contact_form_title form button.contact_form_btn {
    margin-top: 50px;
    display: inline-block;
    background-color: transparent;
    color: #E73338;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 40px;
    border-radius: 25px;
    cursor: pointer;
    border: 2px solid #E73338;
    transition: .4s;
}

.contact_form_area .contact_form_title form button.contact_form_btn:hover {
    background-color: #E73338;
    color: #fff;
}

.justify-content-center {
    justify-content: center !important;
}
.contact_form_area .contact_form_title > p {
    padding: 0 105px;
}

.contact_form_area{
    padding: 50px 0 50px;
    background: #f9f9f9;
}

.zoom {
    position: relative;
    overflow: hidden;
}

 .overlay:hover {
    width: 100%;
    height: 95%;
    display: block;
    position: absolute;
    z-index: 1;
    background: #00000080;
    transition: all 0.6s ease 0s;
    top: 0;
    padding: 0% 0 0 0;
    border-radius: 5px;
  }

  .zoom img{ transition: all 1.0s;width:100%;}

  .zoom:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: all 1.9s;
  }

  .overlay {
    width: 100%;
    height: 95%;border: 1px solid #ddd;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    padding: 0% 0 0 0;
    transition: all 0.6s ease 0s;
}

  .text.overeffect i {
    font-size: 23px;
    color: #fff;
    line-height:320px;margin:auto;display:none;text-align:center;
  }
  
  .overlay:hover i{display:block;}

  .overlay:hover i{ transition: all 0.9s ease 0s; }

.banner-bg-dashboard .content-text{
    padding: 0px 0 10px;
    text-align: justify;
}

.zoomWindow{
	
}

  /* video popup */

    .text.moona.overeffect i {
    line-height: 250px;
    }

    .myclasses .overlay {height:100%;}

    .myclasses .overlay:hover {height:100%;}

  
  .bs-example.myclasses {
    overflow: hidden;
  }

  .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 6px;
    z-index: 99;
    background: #fb6023;
    border-radius: 50%;
    top: 5px;
  }

  .myclasses iframe {
    width: 100%;
  }

  .myclasses .modal-header
  { 
  	padding: 0;
    min-height: 0;
    border: none;
  }

.chat_btn { animation: shake 1.8s; animation-iteration-count: infinite; }
@keyframes shake{ 0%{transform: translate(1px,1px) rotate( 0deg ) } }
/*@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}*/
