@font-face {
    font-family: helveticaLT;
    src: url("fonts/helveticaLT.eot") /* EOT file for IE */
}
@font-face {
    font-family: helveticaLT;
    src: url("fonts/helveticaLT.ttf") /* TTF file for CSS3 browsers */
} @font-face {	font-family: 'segoe_uilight';	src: url('fonts/SegoeUI-Light_gdi.eot');	src: url('fonts/SegoeUI-Light_gdi.eot?#iefix') format('embedded-opentype'),		url('fonts/SegoeUI-Light_gdi.woff') format('woff'),		url('fonts/SegoeUI-Light_gdi.ttf') format('truetype'),		url('fonts/SegoeUI-Light_gdi.svg#SegoeUI-Light') format('svg');	font-weight: 300;	font-style: normal;	font-stretch: normal;	unicode-range: U+001D-2122;}
@font-face {
    font-family: 'Bauhaus93Regular';
    src: url('fonts/bauhs93.eot');
    src: url('fonts/bauhs93.eot') format('embedded-opentype'),
         url('fonts/bauhs93.woff') format('woff'),
         url('fonts/bauhs93.ttf') format('truetype'),
         url('fonts/bauhs93.svg#Bauhaus93Regular') format('svg');
}

select { border:1px solid #cccccc !important; box-shadow: none !important;}
*{
	padding: 0;
	margin: 0;
}
img {
    max-width: 100%;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
ul, ol { margin:0; }
li { list-style: none;}
body {
	background-color:#fff;
	color: #555;
	font-family: segoe_uilight;
	margin: 0px;
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
	font-weight: 400;
	text-align: left;
}
b, strong { font-weight:normal; }
h1, h2, h3, h4, h5, h6 {
	color: #2f2f2f;
}
a:focus { background:none;}
#content h1 ,#content h2 {
    border: medium none;
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
	margin:10px 0 20px;
}
#content .account-border h1,#content .account-border h2 { margin:0; padding:20px 0; display:inline-block; width:100%; }
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a, a:visited, a b {
	color: #666;
	font-size:13px;
	text-decoration: none !important;
	cursor: pointer;
}
:focus        { outline:none; }
a:focus        { outline:none; }
.btn:hover, .btn:focus { outline:none; }
a:hover {
	text-decoration: none !important;
	color:#f7be24;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px 15px;
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
	box-shadow:none;
	height:40px;
	border:1px solid #ddd;
	border-radius:0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#logo { text-align:left; margin:15px 0 0; }
#top {
    background:url("../image/bg_toplink.png") repeat;
	position:relative;
	z-index:99999;
	padding: 0;
}
#top #currency .currency-select {
	text-align: left;
	text-transform: inherit;
	background:none;
	text-decoration:none !important;
	padding:15px 20px 16px;
	font-size:13px;
	line-height:inherit;
}
#top #currency li.active .currency-select {
	text-shadow: none;
	color:#fff;
	background:#f7be24;
	text-decoration:none !important;
}
#top #currency li .currency-select:hover {
	color:#fff;
	background:#f7be24;
}
#top #currency .currency-select:hover span,#top #currency li.active .currency-select span { color:#fff; }
.links { margin: 0; padding:0; width: 100%; }
.links li {
	float: left;
    font-size: 12px;
    line-height: 31px;
    width: 50px;
}
.links li.dropdown { width:auto; }
.links li.dropdown a {
	background: url("../image/my_account.png") no-repeat scroll 0 0 #de5648;
	color:#fff;
	width:auto;
	padding: 0 15px 0 50px;
}
.links li:hover { width:auto;} 
.links li a {
	background: url("../image/wishlist.png") no-repeat scroll 0 0;
    color: #ffffff;
    display: block;
    float: left;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    padding-left: 50px;
    text-decoration: none;
    width: 0;
}
.links li a:hover {
    background-color: #de5648;
    padding: 0 15px 0 50px;
    text-indent: inherit;
    width: auto;
	color:#fff;
}
.links li a:hover span { color:#fff; }
.links li.dropdown a:hover {
	background-color: #de5648;
	color:#fff;
}
.links li a.shopping_cart {
	background: url("../image/topcart_icon.png") no-repeat scroll 0 0;
}
.links li a.shopping_cart:hover { 
	background-color: #de5648;
	color:#fff;
}
.links li a.checkout {
	background: url("../image/checkout.png") no-repeat scroll 0 0;
}
.links li a.checkout:hover {
	background-color: #de5648;
	color:#fff;
}
.links li .nav .open > a { background:none; }
.links li a:hover { color:#de5648; }
.links li.dropdown a:focus { background:#de5648 url("../image/my_account.png") no-repeat scroll 0 0; }
.links li:last-child { background: none; }
.links .dropdown-menu li { background: none; width: 100%; text-align: left; }
.links .dropdown-menu li a { padding: 5px 0; background:none;}
.links .dropdown-menu li a:hover {  color:#de5648; background: none; }
#top-links .dropdown-menu {
	padding:5px 15px;
	border:0;
	border:1px solid #aaa;
	border-top:0;
	background:#fff;
	border-radius:0;
	margin:0;
	min-width:110px;
	box-shadow:0 1px 3px #ddd;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	height:auto;
	line-height:22px;
	padding:3px 0;
	width:100%;
	color:#555;
}
#top-links .dropdown-menu a:hover { color:#de5648; }
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding: 0;
	float:right !important;
	position:relative;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .dropdown-menu .arrow-cart {
	background:url("../image/arrow-up1.png") no-repeat 0 0;
	width:10px;
	height:7px;
	position:absolute;
	top:-10px;
	left:45px;
}
*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
.currency-language {
    float: left;
	margin:0;
}
#currency label {
	float:left;
	font-size: 12px;
    text-transform: capitalize;
	color:#fff;
	margin:0 8px 0 0;
}
#currency .dropdown-toggle {
    display: block;
	padding:0;
	line-height:22px;
	background:none;
    font-weight: normal;
    margin: 0;
    min-width: auto;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    z-index: 10;
	text-decoration:none !important;
}
.currency-language .dropdown-currency li { float:left; margin-right:5px; }
#language .dropdown-menu .arrow-cart {
    background: url("../image/arrow-up1.png") no-repeat scroll 0 0;
    height: 7px;
    right: 43px;
    position: absolute;
    top: -9px;
    width: 10px;
}
#language .dropdown-menu { min-width:98px; left:36px; margin:5px 0 0; }
#currency .dropdown-menu { left:53px; min-width:43px; margin:5px 0 0;}
#currency .btn-link span,#currency .btn-link strong {
    color: #fff;
    font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none !important;
}
#currency .btn-link span:hover,#currency .btn-link strong:hover {
	text-decoration: none !important;
}
#currency .btn-link strong { margin-right: 3px;}
#currency .btn-link .fa-caret-down {
	color: #fff;
	font-size: 14px;
	position: relative;
	top: 2px;
	left: 0;
	margin-left: 3px;
}
#currency .dropdown-menu .currency-select span { position: relative; top: 0; left: -1px; margin-right: 3px; }
#currency .dropdown-menu .currency-select:hover span { color:#f7be24; }
#language label {
	color: #fff;
    float: left;
    font-size: 12px;
    margin: 0 8px 0 0;
    text-transform: capitalize;
}
#language .dropdown-toggle {
    display: block;
    margin: 0;
    min-width: 90px;
	background:none;
    padding: 0;
	line-height:20px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    z-index: 10;
	text-decoration:none !important;
}
#language .btn-link span,#language .btn-link strong {
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
    text-align: left;
    text-transform: capitalize;
}
#language .btn-link img {
	position: relative;
    top: -1px;
	margin-right: 3px;
}
#language .btn-link .fa-caret-down {
	color: #fff;
	font-size: 14px;
	position: relative;
	top: 2px;
	left: 0;
	margin-left: 3px;
}
#language .dropdown-menu a {
    color: #fff;
    font-size: 13px;
    text-align: left;
    text-transform: inherit;
    padding: 5px 10px;
}
#language .dropdown-menu a:hover {
	color: #f7be24;
	background:none;
}
.currency-language #language  li { float:left; margin-right:5px; }
.currency-language #language li a {
	display: inline-block;
    padding:16px 13px;
	font-size:13px;
	color:#fff;
}
.currency-language #language li.active a,.currency-language #language li a:hover {
	background:#de5648;
	color:#fff;
}
.currency-language #language a:hover,.currency-language #language li.active a { color: #fff; }
#language .dropdown-menu img { position: relative; top: -1px; left:-1px; margin-right: 3px;}
.dropdown-menu {
	box-shadow: none;
	border:0;
	background:#2c2c2c;
	min-width: 140px;
	border-radius:0;
	left:60px;
}
.text-welcome { text-align:left; float:left; margin:15px 0 0; }
.text-welcome p {
	color:#fff;
    font-size: 13px;
    margin:0;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
}
/*Banner-staic=========================================*/
.banner-static .col1 {
	margin:0 0 10px; 
}
.banner-static img:hover { opacity:0.8; }
/*-----------------------------------------------------*/

.home-slider { margin:30px 0 0; }
.ma-banner-right .overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.68);
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 20;
}
.ma-banner-right .box-col:hover .overlay { height:100%; }
.ma-banner-right .box-col-2 { margin:30px 0 0; }
.ma-banner-right a.expand {
    border: 5px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    left: 0;
    line-height: 50px;
    margin: -30px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 60px;
    z-index: 100;
}

.banner-staic { margin:20px 0 0; }
.banner-staic .banner-box1 {
    background: #f7be24 url("../image/free_delivery.png") no-repeat scroll 25px center;
}
.banner-staic .banner-box1:hover {
    background: #91c547 url("../image/free_delivery.png") no-repeat scroll 25px center;
	cursor:pointer;
}
.banner-staic .banner-box {
    margin-top: 20px;
    padding: 18px 0 18px 95px;
}
.banner-staic .banner-box .banner-title {
    font-size: 24px;
    line-height: 37px;
    text-transform: capitalize;
	color:#fff;
}
.banner-staic .banner-box .banner-content {
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
	color:#fff;
}
.banner-staic .banner-box2 {
    background: #f7be24 url("../image/order_online.png") no-repeat scroll 25px center;
}
.banner-staic .banner-box2:hover {
    background: #91c547 url("../image/order_online.png") no-repeat scroll 25px center;
	cursor:pointer;
}
.banner-staic .banner-box3 {
    background: #f7be24 url("../image/support.png") no-repeat scroll 25px center;
}
.banner-staic .banner-box3:hover {
    background: #91c547 url("../image/support.png") no-repeat scroll 25px center;
	cursor:pointer;
}

/*-----------------------------------------*/
.banner-top .box { position:relative; margin:18px 0 0; }
.banner-top .box.box1 { margin:0; }
.banner-top .box a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 101%;
	visibility: hidden;
	left: 0;
	top: 0;
	opacity: 0;
	margin:0;
	padding:0;
	background:url("../image/bg1-top.png") no-repeat center #222222;
	transform: scale(0.5) rotateY(180deg);
	-webkit-transform: scale(0.5) rotateY(180deg);
	-moz-transform: scale(0.5) rotateY(180deg);
	transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	z-index: 99;
}
.banner-top .box a:before {
	background:url("../image/bg1-top.png") no-repeat center #fff;
}
.banner-top .box:hover a:before {
	opacity: 0.35;
	visibility: visible;
	transform: scale(1) rotateY(0deg);
	-webkit-transform: scale(1) rotateY(0deg);
	-moz-transform: scale(1) rotateY(0deg);
}
/*-----------------------------------------*/
/*Banner-right-------------------------------------------*/

.block-banner-right .banner-box1 {
    background: #b8b8b8 url("../image/free_delivery.png") no-repeat scroll 25px center;
}
.block-banner-right .banner-box {
    margin-top: 21px;
    padding: 18px 0 18px 95px;
}
.block-banner-right .banner-box .banner-title {
    font-size: 24px;
    line-height: 37px;
    text-transform: capitalize;
	color:#fff;
}
.block-banner-right .banner-box .banner-content {
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
	color:#fff;
}
.block-banner-right .banner-box2 {
    background: #b8b8b8 url("../image/order_online_view.png") no-repeat scroll 25px center;
}
.block-banner-right .banner-box3 {
    background: #b8b8b8 url("../image/support_view.png") no-repeat scroll 25px center;
}
.banner-right1 { margin:50px 0 0; position:relative; overflow:hidden; text-align:center; }
.banner-right1 .right1-text { 
	position:absolute;
	top:30px;
	left:0;
	width:100%;
	display:inline-block;
}
.banner-right1 .right1-text h2 {
	background:rgba(0,0,0,0.6);
	font-weight:bold;
	display:inline-block;
	padding:5px 8px;
	text-transform:uppercase;
	font-size:17px;
	margin:0;
	color:#fff;
}
.banner-right1 .right1-text p {
	font-size:12px;
	line-height:18px;
	margin:10px 0 0;
	padding:0 10px;
	color:#fff;
}
.banner-right1 .right1-text a {
	display:inline-block;
	padding:5px 13px;
	background:#de5648;
	font-size:14px;
	margin:10px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
.banner-right1 .right1-text a:hover { background:#666; }
/* ------------------------------------- */
.banner-center { display:inline-block; width:100%; margin:30px 0 0; }
.banner-center .box { position:relative; margin:18px 0 0; }
.banner-center .box.box1 { margin:0; }
.banner-center .box a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 101%;
	visibility: hidden;
	left: 0;
	top: 0;
	opacity: 0;
	margin:0;
	padding:0;
	background:url("../image/bg1-top.png") no-repeat center #222222;
	transform: scale(0.5) rotateY(180deg);
	-webkit-transform: scale(0.5) rotateY(180deg);
	-moz-transform: scale(0.5) rotateY(180deg);
	transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	z-index: 99;
}
.banner-center .box a:before {
	background:url("../image/bg1-top.png") no-repeat center #fff;
}
.banner-center .box:hover a:before {
	opacity: 0.35;
	visibility: visible;
	transform: scale(1) rotateY(0deg);
	-webkit-transform: scale(1) rotateY(0deg);
	-moz-transform: scale(1) rotateY(0deg);
}


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


.banner-static-contain .banner-box:hover img { opacity:0.8; }
.banner-home { margin:35px 0 10px; }
.banner-home .box-col {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.banner-home .overlay {
    background:rgba(0, 0, 0, 0.68);
    display: block;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 20;
}
.banner-home .box-col:hover .overlay {
    height: 100%;
}
.banner-home a.expand {
    border: 5px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    left: 0;
    line-height: 50px;
    margin: -30px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 60px;
    z-index: 100;
}
.banner-static-center {
	background: url("../image/bg-static-center.jpg") no-repeat scroll 50% 0 ;
    margin: 25px 0 0;
    padding: 89px 0;
    width: 100%;
}
.banner-static-center .box-static {
    display: inline-block;
    text-align: right;
    width: 50%;
}
.banner-static-center .static-text1, .banner-static-center .static-text, .banner-static-center .static-text2 {
    display: inline-block;
    width: 100%;
}
.banner-static-center .static-text h3 {
    color: #f7be24;
    font-family: "arial";
    font-size: 60px;
    font-weight: normal;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
}
.banner-static-center .static-text1 h3 {
    color: #aaaaaa;
    font-family: "arial";
    font-size: 32px;
    font-weight: normal;
    margin: 5px 0 0;
    text-transform: uppercase;
}
.banner-static-center .static-text2 h3 {
    color: #999999;
    font-family: "arial";
    font-size: 15px;
    font-weight: normal;
    margin: 8px 0 0;
    text-transform: uppercase;
}
.banner-static-center .static-link {
    display: inline-block;
    margin: 12px 0 0;
    width: 100%;
}
.banner-static-center .static-link a {
    background:#8abd85;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-family: "arial";
    font-size: 18px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.banner-static-center .static-link a:hover {
    background:#f7be24;
    color: #ffffff;
}
.block-banner-right:hover img { opacity:0.8;}
.block-banner-left { overflow:hidden; margin:40px 0 0; }
.custom-block  { margin:0; border:1px dashed #ebebeb; }
.custom-block .cus-title {
	background:#323a45;
	padding:12px 10px 10px 30px;
}
.custom-block  .cus-title h3 {
	color: #ffffff;
    display: inline-block;
    font-family: "BebasNeuewebfont";
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    word-wrap: break-word;
}
.custom-block .cus-content { margin:0; padding:20px 30px; }
.custom-block .cus-content h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#f7be24;
	margin:15px 0 0;
	text-transform:uppercase;
}
.custom-block .cus-content p {
		font-style:italic;
		font-size:13px;
		line-height:19px;
		color:#444;
		margin:10px 0 0;
}
/*===================================================*/
.cart-search {
	position:absolute;
	width:50px;
	float:right;
	right:15px;
	top:5px;
	z-index:100;
}
/* search */
.header-search { 
	margin:5px 0 0;
	display:inline-block;
}
#search {
    background: #555555 url("../image/search_icon.png") no-repeat scroll 50% 50%;
    clear: both;
    display: inline-block;
    height: 50px;
    margin: 0;
    padding: 0;
    width: 50px;
}
#search:hover {
	background: #f7be24 url("../image/search_icon.png") no-repeat scroll 50% 50%;
}
#search:hover .search-contain {
    background: url("../image/arrow-up1.png") no-repeat scroll 50% 100%;
    cursor: pointer;
    height: 57px;
    padding: 0 0 7px;
    position: relative;
    width: 50px;
}
#search .search-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #de5648 #aaaaaa #aaaaaa;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px;
    box-shadow: 0 3px 3px #aaaaaa;
    padding: 10px;
    position: absolute;
	display:none;
    right: 0;
    text-align: left;
    top: 56px;
    width: 250px;
}
#search .search-content input {
	background: none;
	border: 1px solid #ccc;
	box-shadow: none;
	color: #929191;
	float: left;
	font-size: 12px;
	height: 31px;
	margin: 0;
	padding:4px 9px;
	text-transform:capitalize;
	width:198px;
	border-radius:0;
}
#search .btn-lg {
	background: #555555 url("../image/search.png") no-repeat scroll 50% 50%;
    border: 0 none;
    border-radius: 0;
    height: 31px;
    padding: 0;
    width: 31px;
}
#search .btn-lg:hover {
	background: #de5648 url("../image/search.png") no-repeat scroll 50% 50%;
}
#search .btn-lg .fa {
	color:#000000;
	font-size:18px;
	margin:-1px 0 0;
}
#search .btn-lg:hover .fa {
	color:#f7be24;
}

#search .input-group-btn { width:auto !important; float:left; }
#top-links .dropdown-menu { left:0;}
/* cart */
#cart {
    background: #de5648 url("../image/topcart_icon.png") no-repeat scroll center center;
    float: right;
    height: 50px;
    padding: 0;
    width: 50px;
}
#cart:hover {
	background: #555 url("../image/topcart_icon.png") no-repeat scroll center center;
}
#cart .top-cart-contain {
    cursor: pointer;
    height: 57px;
    padding: 0 0 7px;
    position: relative;
    z-index: 1000011;
}
#cart .top-cart-contain .arrow-cart {
	background:url("../image/arrow-up1.png") no-repeat scroll 50% 100%;
	position:absolute;
	width:10px;
	height:7px;
	top:50px;
	right:19px;
	opacity:0;
}
#cart:hover .top-cart-contain .arrow-cart {
	opacity:1;
}
#top #cart {
	background: url("../image/icon-cart.png") no-repeat scroll 0 10%;
	cursor: pointer;
	float: right;
	margin: 5px 0 0;
	padding: 0 0 0 23px;
	text-align: center;
	width: auto;
}
#cart .icon-cart {
    border: 1px solid #121212;
    border-radius: 100%;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    text-align: center;
    width: 44px;
}
#cart:hover .icon-cart {
	background:#f7be24;
	border:1px solid #f7be24;
}
#cart:hover .icon-cart .fa { color:#fff; }
#cart .icon-cart .fa{
    font-size: 18px;
    margin:0 1px 0 0px;
}
#cart .btn-inverse {
	border: 0;
	background:none;
	width: 50px;
	height:57px;
	padding:0;
	position: relative;
	box-shadow: none !important;
	text-shadow: none !important;
	z-index: 1;
	text-decoration:none !important;
	text-transform: capitalize;
	text-align:left;
}
#cart .title-cart {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    display:none;
    font-size: 14px;
    padding:0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
}
#cart #cart-total { 
	display:none;
	text-align:left;
	font-size:11px;
	color:#444 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#cart .top-cart span { clear:both; color: #2f2f2f; }
#cart .table td {
	padding:0 !important;
	vertical-align:inherit !important;
	text-align:right;
	border:0;
	background:none;
}
#cart .dropdown-menu {
	width: 280px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 20px;
}
#cart.open > .btn {
	color: #2f2f2f;
	box-shadow: none !important;
	text-shadow: none !important;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff;
    border-color: #de5648 #aaaaaa #aaaaaa;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px;
    box-shadow: 0 3px 3px #666666;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top:95%;
    width: 280px;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	font-size: 13px;
	padding: 0;
	text-align: center;
	padding: 10px;
}
.arrow-cart {
	background: url("../image/arrow-up1.png") no-repeat scroll 0 0;
    height: 7px;
    right: 65px;
    position: absolute;
    top: -10px;
    width: 10px;
}
.row-cart { width:100%; margin-bottom:10px; display:inline-block; }
.row-cart .image-cart {
	width:60px;
	float:left;
}
.row-cart .image-cart .img-thumbnail { border-radius:0; }
.row-cart .cart-content {
	margin-left:75px;
    font-size: 14px;
	text-align:left;
	position:relative;
}
.cart-content .cart-button {
	position:absolute;
	bottom:0px;
	right:0;
}
.cart-content .btn {
	padding:0;
	background:none;
}
.cart-content .btn:hover { background:none; }
.cart-content .btn .fa-times-circle { color:#333; }
.cart-content .btn .fa-times-circle:hover { color:#f57b7a; }
.cart-content .product-name a {
    color: #2d2d2d;
    font-size: 14px;
	font-weight:normal;
    text-transform: capitalize;
}
.cart-content .product-name a:hover {
	color:#f57b7a;
}
.row2-cart { text-align:right; width:100%; font-size:14px; }
.row2-cart { text-align:right; width:100%; font-size:14px;}
.row2-cart .box-cart { margin-bottom:5px; }
.row2-cart .box-cart .text strong {
    font-size: 12px;
	color:#666;
	text-transform:uppercase;
}
.row2-cart .button-cart a {
	background:#f7be24;
    border: 0 none;
    color: #ffffff;
    font-size: 12px;
    padding:6px 10px;
	text-transform:uppercase;
	display:inline-block;
}
.row2-cart .button-cart .fa { margin-right:5px; }
.row2-cart .button-cart {
	display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.row2-cart .button-cart a:hover {
	background:#333;
}
.header {
	display: inline-block;
	padding:20px 0;
	text-align: center;
	width: 100%;
	min-height:110px;
}
.header .header-inner {
	position: relative;
	z-index: 999;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
/* content */
#content {
	min-height: 300px;
	position:inherit;
}
/*ma-footer-static-container ===========================================*/
.footer-static-inner { margin:50px 0 0; }
.ma-footer-static-container { padding:50px 0; text-align:left; }
.footer-static-2 .footer-static-title {
    padding: 0 0 0 50px;
    text-align: left;
}
.footer-static-2 .f-col1 .footer-static-title {
    background: #23b4ca url("../image/bg_newsletter.png") no-repeat scroll left center;
}
.footer-static-2 .f-col2 .footer-static-title {
    background: #de5648 url("../image/bg_followus.png") no-repeat scroll left center;
}
.footer-static-2 .footer-static-title h2 {
    background-color: #f1f1f1;
    font-family: segoe_uilight;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.footer-static-2 .footer-static-content {
    background: #ffffff;
    padding: 25px 0 25px 70px;
    text-align: center;
	display:inline-block;
	width:100%;
}
.footer-static-2 .f-col1 .footer-static-content { padding:25px 0 20px 70px; }
.footer-static-2 .f-col2 .footer-static-content  { padding:25px 0; }
.footer-static-2 .footer-static-content ul { margin:5px 0 0; }
.footer-static-2 label {
	color: #555555;
    font-size: 20px;
    line-height: 58px;
    margin: 0 20px 0 0;
	float:left;
}
.footer-static-2 .footer-static-content li {
    display:inline-block;
    margin-right: 3px;
}
.footer-static-2 .f-col2 .footer-static-content li a {
    height: 50px;
    text-indent: -99999px;
    width: 50px;
	float:left;
}
.footer-static-2 .f-col2 .footer-static-content li a.face {
    background:url("../image/face.png") no-repeat scroll 0 0;
}
.footer-static-2 .f-col2 .footer-static-content li a.face:hover {
    background-position: 0 100%;
}
.footer-static-2 .f-col2 .footer-static-content li a.google {
    background: url("../image/google.png") no-repeat scroll 0 0;
}
.footer-static-2 .f-col2 .footer-static-content li a.google:hover {
	background-position: 0 100%;
}
.footer-static-2 .f-col2 .footer-static-content li a.twitter {
    background: url("../image/twitter.png") no-repeat scroll 0 0;
}
.footer-static-2 .f-col2 .footer-static-content li a.twitter:hover {
	background-position: 0 100%;
}
.footer-static-2 .f-col2 .footer-static-content li a.wireless {
    background: url("../image/wireless.png") no-repeat scroll 0 0;
}
.footer-static-2 .f-col2 .footer-static-content li a.wireless:hover {
	background-position: 0 100%;
}
/*End-footer====================*/
/* footer */
.footer {
    padding:30px 0;
    text-align: left;
	background:url("../image/bg_footer_static.png") repeat;
	margin:50px 0 0;
}
.footer-title {
	border-bottom: 1px solid;
    padding: 0 0 0 40px;
    text-align: left;
}
.col1 .footer-title {
	background:#23b4ca url("../image/contact_us.png") no-repeat scroll left center;
	border-color:#23b4ca;
}
.col2 .footer-title {
	background:#40af64 url("../image/my_account_footer.png") no-repeat scroll left center;
	border-color:#40af64;
}
.col3 .footer-title {
	background:#f7be24 url("../image/information.png") no-repeat scroll left center;
	border-color:#f7be24;
}
.col4 .footer-title {
	background:#de5648 url("../image/buy_us.png") no-repeat scroll left center;
	border-color:#de5648;
}
.footer h3 {
	background:url("../image/bg_footer_static.png") repeat scroll 0 0;
    font-family: segoe_uilight;
    font-size: 24px;
    font-weight: lighter;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.footer .footer-content {
	margin: 15px 0 0 15px;
	font-size: 13px;
}
.footer .title1 {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    text-transform: capitalize;
}

.footer .content {
    clear: both;
    display: block;
    font-size: 14px;
}
.footer .footer-content .mobile ,.footer .footer-content .fax {
	margin:8px 0 0;
}
.footer .col1 .footer-content { margin:20px 0 0 15px; }
.footer .f-title {
    color: #f7be24;
    float: left;
    margin-right: 10px;
    text-transform: capitalize;
}
.footer .footer-content li {
    line-height: 30px;
}
.footer .footer-content li a {
	background: url("../image/li_footer_static.png") no-repeat scroll left center;
    color: #555555;
    font-size: 14px;
    padding-left: 20px;
    text-decoration: none;
    text-transform: capitalize;
}
.footer .col2 .footer-content li a:hover {
    color:#40af64;
}
.footer .col3 .footer-content li a:hover {
    color: #f7be24;
}
.footer .col4 .footer-content li a:hover {
    color:#de5648;
}
.footer span.fa {
    background:#f7be24;
    border-radius: 100%;
    color: #ffffff;
    float: left;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
    padding-left: 5px;
    text-align: center;
    width: 42px;
}
.footer .media-body {
    min-height: 45px;
}
.footer ul li .media-body p {
    line-height: 22px;
    margin: 0;
	font-size:13px;
}
.footer .footer-static-content li { margin:0 0 15px; font-size:13px; }
.footer .footer-static-content .payment { margin:30px 0 0; }
.powered {
	background:url("../image/bg_footer.png") repeat;
    margin: 0;
    padding:15px 0 10px;
    text-align: left;
}
.left-powered {
    margin:0;
}
.powered h2 {
    color: #eeeeee;
    font-size: 14px;
    line-height: 31px;
    margin: 0;
    text-align: left;
	
}
.powered a { color:#de5648; font-size:14px; }
.powered a:hover {
	color: #eeeeee;
}
.right-powered { display:inline-block; width:100%; text-align:right; }
.right-powered ul li {
	display:inline-block;
	margin-left:5px;
}
.right-powered ul li img:hover { opacity:0.8; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	margin:10px 0 0;
}
/* breadcrumb */
.breadcrumb {
	background: #f1f1f1;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 14px 20px;
	border:0;
	border-radius:0;
}
.breadcrumb a {
	font-size:18px;
	text-transform:uppercase;
}
.breadcrumb i {
	font-size: 18px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	
}
.breadcrumb li {
	background: url("../image/li_footer_static.png") no-repeat scroll 100% 50%;
	padding:0 23px 0 0;
	margin:0 10px 0 0;
	display:inline-block;
}
.breadcrumb li:last-child { background:none; }
.pagination {
	margin: 0;
}
/* buttons */
buttons .close { background:none;}
buttons .close:hover { background;none; }
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn,button{
	background:#f7be24;
    border: 0 none;
    font-size: 14px;
    line-height: 15px;
    padding:10px 12px;
    text-transform: uppercase;
	color:#fff;
	border-radius:0;
}
a.btn { color:#fff; }
.btn:hover,button:hover { background:#f7be24; color:#fff; }
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #333;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-danger {
	color: #ffffff;
	border-radius:0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #2f2f2f;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.item-inner .sale {
	background: url("../image/sale.png") no-repeat scroll 0 0;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
	text-indent:-99999px;
	z-index:9;
}
.item-inner .new {
	background: url("../image/new.png") no-repeat scroll 0 0;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
	text-indent:-99999px;
	z-index:9;
}
.item-inner {
	border:0;
    padding:0;
    position: relative;
	display:inline-block;
	width:100%;
	overflow:hidden;
}
.item-inner .images-container {
    overflow: hidden;
    position: relative;
}
.item-inner .image,.item-inner .image1 { margin:0; background:#fff; padding:5px 0; }
.item-inner .content {
	padding: 10px 10px 5px;
    position: relative;
	background:#f1f1f1;
	text-align:left;
}
.item-inner .des-container {
	padding:10px 10px 5px;
    position: relative;
	background:#f9f9f9;
	text-align:left;
}
.item-inner .description { display: none;}
.item-inner .cart {
	display:inline-block;
	margin-right:6px;
}
.product-thumb .image {
	text-align: center;
}
.product-search .carousel-contain { margin:40px 0 0; }
.product-search  .search-products { margin:20px 0 0; }
.product-grid { margin-bottom:30px; }
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .name-review { float:left; width:100%; }
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-list .image { background:#f1f1f1;}
.product-list .product-container {
	margin-bottom:30px;
}
.product-list:last-child { border:0; margin:0; }
.product-list .name {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
	text-align:left;
	float:left;
	width:auto;
}
.product-list .price {
    padding:0;
	margin:10px 0 0;
    text-align: left;
}
.product-list .rating {
    margin:0 0 0 30px;
	text-align:left;
	float:left;
	width:auto;
}
.product-list .description {
    clear: both;
    padding: 10px 0;
	font-size:14px;
}
.product-list .box-list {
    border: 1px solid #e8e8e8;
    display: block;
    float: right;
    margin: 5px 0 0;
    max-width: 190px;
    padding: 30px;
    width: 100%;
	border-radius:3px;
}
.product-list .button-group {
	display: inline-block;
    margin: 15px 0 0;
    width: 100%;
}
.product-list .add-to-links { margin:0; width:auto; }
.product-list .add-to-links .cart button {
	background: url("../image/cart_icon.png") no-repeat scroll 0 3px #f7be24;
	padding:12px 25px;
}
.product-list .add-to-links .cart button:hover {
	background: url("../image/cart_icon.png") no-repeat scroll 0 3px #666;
}
.product-list .cart { float:left; width:auto; text-align:left; margin:0 0 10px; }
.product-list .cart button {
	background:none;
    border-radius: 0;
    float: left;
    font-size: 0;
    padding: 0;
}
.product-list .cart button:hover span { background:#f7be24; color:#fff;  }
.product-list .cart button span {
	background: #ddd;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	color: #555555;
	font-family: segoe_uilight;
	font-size: 16px;
	font-weight: normal;
	padding: 13px 13px 12px;
	text-transform: uppercase;
	display: inline-block;
}
.product-list .cart button span span { padding:0; background:none; }
.product-list .cart button:hover span span { background:none !important; }
.product-list .add-to-links .wishlist, .product-list .add-to-links .compare {
    margin:0;
	float:left;
	width:auto;
}
.product-list .add-to-links .wishlist button { 
	padding:0;
	background:#222;
	font-size:14px;
	text-transform:capitalize;
	color:#fff;
	width:40px;
	height:40px;
	background:#dddddd url("../image/wishlist_icon.png") no-repeat scroll 0 0;
}
.product-list .add-to-links .wishlist button:hover {
	background:#f7be24 url("../image/wishlist_icon.png") no-repeat scroll 0 100%;
}
.product-list .add-to-links .wishlist button span { display:none; }
.product-list .add-to-links .compare button {
	padding:0;
	background:#222;
	font-size:14px;
	text-transform:capitalize;
	color:#fff;
	width:40px;
	height:40px;
	background:#dddddd url("../image/compare_icon.png") no-repeat scroll 0 0;
}
.product-list .add-to-links .compare button:hover {
	background:#f7be24 url("../image/compare_icon.png") no-repeat scroll 0 100%;
}
.product-list .add-to-links .compare button span { display:none; }
.box-heading {
	background: #f7be24 url("../image/bg_title_vertical.png") no-repeat scroll left center;
    border: 0 none;
    border-radius: 0;
    padding: 0 0 0 50px;
}
.category-top {
	display:inline-block;
	width:100%;
}
.category-title h2 { display:none; }
.category { margin:0; }
.category-top .category-image {
	margin:0;
    overflow: hidden;
    text-align: center;
}
.category-top .category-des { margin-left:220px; font-size:12px; font-family:'arial';}
.category .box-heading h3 {
	background-color: #f1f1f1;
    display: block;
    font-family: segoe_uilight;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.category .box-content { background:#fff; }
.category .list-group {
	padding:15px 0 0;
	margin:0 0 50px;
}
.category .list-group li {
    line-height: 35px;
}
.category .list-group li ul li { padding:0; }
.category .list-group li:last-child { border:0; }
.category .list-group li a {
    cursor: pointer;
    display: block;
    line-height: 28px;
    text-decoration: none;
	border:0;
	border-radius:0;
	padding:0 0 0 30px;
	background-image: url("../images/li_footer_static.png") no-repeat 10px center ;
}
.category .list-group li a span {
	color: #555555;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    text-decoration: none;
    text-transform: capitalize;
}
.category .list-group li ul li a { 
	text-transform:capitalize;
	background: url("../image/li_footer_static.png") no-repeat 20px center ;
    padding-left: 40px;
}
.category .list-group li ul li a:hover {
	background: url("../image/li_footer_static.png") no-repeat 20px center #f1f1f1;
}
.category .list-group li a:hover,.layer-category .list-group a.active,.category .list-group li a.active  { 
	color:#f7be24;
	border:0;
	background-color: #f1f1f1;
}
.category-filter .filter-content {
    margin: 15px 0 0;
}
.category-filter .filter-content:first-child { margin:0; }
.category-filter .panel-heading {
	padding:12px 10px 10px 30px;
	background:#323a45;
	border-radius:0;
}
.category-filter .panel-heading span {
    color: #ffffff;
    display: inline-block;
    font-family:'BebasNeuewebfont';
	word-wrap: break-word;
    font-size: 18px;
	margin:0;
    text-transform: uppercase;
}
.category-filter  { border:1px dashed #ebebeb; box-shadow:none; margin:0 0 35px; border-radius:0; }
.category-filter  .filter-content a.list-group-item {
    background:#f1f1f1;
    color: #444;
    line-height: 30px;
    padding:5px 10px 5px 30px;
    text-transform: uppercase;
	border:0;
	font-size:14px;
}
.category-filter .filter-content a.list-group-item:hover { }
.category-filter  .filter-content  div.list-group-item,.category-filter  .filter-content  div.list-group-item:last-child{
    border:0;
    margin:0;
    padding:10px 30px;
	border-radius:0;
}
.category-filter  .panel-footer { text-align:left; border:0; display:inline-block; width:100%; padding:10px 20px 25px; background:none; margin:5px 0 0; }
.category-image .img-thumbnail { padding:0; border-radius:0; border:0; }
.list-group-item label  {
    margin: 0;
    padding-top: 13px;
	font-size:12px;
	color:#666;
    text-transform: capitalize;
}
.list-group-item label:last-child { border:0; }
.rating {
    display: inline-block;
    margin:0;
    text-align: center;
    width: 100%;
}
.name {
    float: left;
    font-weight: normal;
    margin:0;
    text-align: left;
    width: 100%;
    height:70px}
.name a {
    color: #555555;
    font-size: 17px;
	text-transform:uppercase;
}
.name a:hover {
    color: #f7be24;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-stack-3x { color: #ddd;}
.rating .fa-star + .fa-star-o {
	color: #E69500;
	display: none;
}
.price {
    font-size: 18px;
    font-weight: 700;
	color: #f7be24;
    font-size: 18px;
	text-align:center;
	display:inline-block;
	width:100%;
	margin:15px 0 0;
}
.price-tax {
	color: #999;
	font-size: 12px;
	display:none;
}
.price .price-old {
    color: #555555;
    font-size: 14px;
    text-decoration: line-through;
	font-weight:normal;
}
.item-inner .review-price { text-align:left; display:inline-block; width:100%; min-height:30px;}
.item-inner .review-price .price { width:100%; text-align:left; float:left; width:auto; margin:6px 0 0; }
.item-inner .review-price .rating { width:100%; float:left; text-align:left; margin:5px 0 0;  }
.item-inner .button-group button {
    font-size:0;
	padding:0;
	border-radius:0;
	background:none;
	float:left;
}
.item-inner .button-group .cart button span {
	background: #ddd;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #555555;
    font-family: segoe_uilight;
    font-size: 16px;
    font-weight: normal;
    padding:12px 13px 13px;
    text-transform: uppercase;
	display:inline-block;
}
.item-inner .button-group .cart button:hover span { background:#f7be24; color:#fff; }
.item-inner .button-group .cart button span span { padding:0; }
.add-to-links {
    display: inline-block;
    margin: 13px 0 8px;
    width: 100%;
	text-align:center;
}
.add-to-links div {
	border-left: 1px solid #ffffff;
    float: left;
    margin: 0;
	width:40px;
}
.add-to-links div:last-child {
    margin:0;
}
.item-inner .images-container .actions {
	background:none;
    bottom:-40px;
    left: 0;
    padding:0;
    position: absolute;
    right: 0;
    width: 100%;
}
.item-inner:hover .actions { bottom:0; }
.item-inner .add-to-links div button {
	background:none;
    height: 40px;
	line-height:40px;
	color:#f7be24;
	font-size:16px;
	text-align:center;
    margin: 0;
    padding: 0;
	display:inline-block;
    width: 100%;
}
.item-inner .add-to-links div.wishlist button {
	background:#dddddd url("../image/wishlist_icon.png") no-repeat scroll 0 0;
}
.item-inner .add-to-links div.wishlist button:hover {
	background:#f7be24 url("../image/wishlist_icon.png") no-repeat scroll 0 100%;
} 
.item-inner .add-to-links div.compare button {
	background:#dddddd url("../image/compare_icon.png") no-repeat scroll 0 0;
} 
.item-inner .add-to-links div.compare button:hover {
	background:#f7be24 url("../image/compare_icon.png") no-repeat scroll 0 100%;
}
.item-inner .add-to-links div button span { font-size:0; display:none; }
.item-inner .actions .cart {
    float: left;
    margin:0;
}
.item-inner .add-to-links {
	float: left;
    margin:0;
	width:auto;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.category-list {
	margin: 10px 0 0;
	overflow: auto;
}
.category-list h3{
    color: #444;
    font-size: 15px;
    margin-bottom: 20px;
	margin-top:10px;
    text-transform: uppercase;
}
.category-list ul {
    float: left;
    margin: 0;
}
.category-list li {
    background-color: #666;
    display: inline-block;
    float: left;
    margin-bottom: 8px;
    margin-right: 12px;
    padding: 3px 10px;
}
.category-list li a { color:#fff; font-size:13px; }
.row-compare { display: none; }
.product-filter .btn-group button {
	background:none; 
    border: 0 none;
    border-radius: 0;
    float: left;
    height: 25px;
    padding: 0;
    text-indent: -9999px;
    width: 25px;
	margin-right: 6px;
}
.product-filter .btn-group #list-view {
	background:url("../image/list.png") no-repeat scroll 0 0;
}
.product-filter .btn-group #list-view.selected,.product-filter .btn-group #list-view.selected:hover { background-position:0 100%; }
.product-filter .btn-group #grid-view {
	background:url("../image/grid.png") no-repeat scroll 0 0;
}
.product-filter .btn-group #grid-view.selected,.product-filter .btn-group #grid-view.selected:hover {
	background:url("../image/grid.png") no-repeat scroll 0 100%;
}
.text-right {
	color: #929191;
	font-size:13px;
}
.product-filter {
    overflow: hidden;
    padding:10px 20px 15px;
	border:0;
	background:#f1f1f1;
	margin:20px 0 25px;
	text-align:center;
}
.product-filter .limit {
    color: #666;
    float: none;
	display:inline-block;
    margin: 2px 0 0;
    padding: 0 20px;
	position:relative;
}
.product-filter .sort {
    float: right;
    margin: 2px 0 0;
    padding:0 0 0 20px;
}
.product-filter .btn-group { margin:6px 0 0; display:inherit; float:left;  }
.product-filter select {
    background: none repeat scroll 0 0 #fff;
    color: #555555;
    padding:3px;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 0;
    height: auto;
    width: auto;
    float: none;
	display:inline-block;
}
.product-filter label {
    color: #444;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-transform: capitalize;
    float:left;
    margin: 0 6px 0 0;
}
.custom-category .pagination li {
	float:left;
	margin-right:8px;
}
.custom-category .pagination span,.custom-category .pagination a {
	width:23px;
	background:none;
	height:23px;
	line-height:21px;
	border:1px solid #555555;
	border-radius:100% !important;
	font-size:12px;
	color:#555555;
	text-align:center;
	padding:0;
}
.custom-category .pagination span:hover,.custom-category .pagination a:hover,.custom-category .pagination .active span  {
	border:1px solid #23b4ca;
	color:#23b4ca;
	background:none !important; 
	cursor:pointer;
}
.custom-category .text-right { font-size:14px; color:#555555; }
.button-view:hover { cursor: pointer; }
.common-home .alert-success { position:fixed; top:0; left:0; width:100%; z-index:999999; border-radius:0;}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 0;
	display: block;
	border:0;
	border-radius:0;
	background:#f1f1f1;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
	max-width:inherit;
	width:27%;
}
.image-block  .owl-carousel .owl-item { padding:0 2px; }
/*productt-view------------------------------------------*/
.product-view .image-additional { margin:0; padding:3px 0 0; }
.product-view .owl-carousel .owl-wrapper-outer { width:100%; }
.product-view .view-related.owl-carousel .owl-wrapper-outer { width:100%; }
.product-view .view-zoom { position:inherit; }
.image-block .owl-carousel .owl-wrapper-outer { min-height:auto; }
.product-view .thumbnails-image .thumbnail { background:#f1f1f1; border:0 !important; padding:0; border-radius:0; margin:0;  }
.product-view .product-name h1 {
    font-size: 18px !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}
.product-view .list-unstyled {
    margin:0;
    padding:10px 0 0;
}
.product-view .list-unstyled li {
	color: #4d4d4d;
    line-height: 20px;
	font-size:15px;
	text-transform: capitalize;
	margin:0 0 3px 0;
}
.product-view .list-unstyled li a {
	color: #f7be24;
}
.product-view .list-unstyled li a:hover{
	color: #4d4d4d
}
.product-view .price {
    margin: 0;
    overflow: auto;
    padding:15px 0 10px;
    width: 100%;
	text-align:left;
}
.product-view .price span {
	color:#aaaaaa;
    font-size: 18px;
    font-weight: normal;
    margin-right: 3px;
    text-decoration: line-through;
}
.product-view .item-inner .price span.price-new {
	color: #f7be24;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
	text-decoration: inherit;
	font-weight:700;
}
.product-view .item-inner  .price span { font-size:14px; font-weight:700; } 
.product-view .description { font-size:13px; line-height:23px; }
.product-view .item-inner .add-to-links .wishlist, .product-view .item-inner .add-to-links .compare { width:40px; float:right; }
.product-view .item-inner .description { display:none; }
.view-tag { display:inline-block; width:100%; padding:15px; background:#e8e8e8; margin:20px 0 0; }
.view-tag a { text-transform:capitalize; font-size:14px; }
.product-view #product .add-to-links .wishlist,.product-view #product .add-to-links .compare {
	display:inline-block;
	margin:0;
}
.product-view .add-to-links button {
	border:0;
	width:40px;
	height:40px;
	color: #fff;
    display: block;
    font-size: 18px;
    font-weight: normal !important;
    padding: 0;
    text-decoration: none;
    text-transform:uppercase;
}
.product-view .add-to-links .wishlist button {
	background:#dddddd url("../image/wishlist_icon.png") no-repeat scroll 0 0;
}
.product-view .add-to-links .wishlist button:hover {
	background:#f7be24 url("../image/wishlist_icon.png") no-repeat scroll 0 100%;
}
.product-view .add-to-links .compare button {
	background:#dddddd url("../image/compare_icon.png") no-repeat scroll 0 0;
}
.product-view .add-to-links .compare button:hover {
	background:#f7be24 url("../image/compare_icon.png") no-repeat scroll 0 100%;
}
.product-view .add-to-links button span { display:none; }
.product-view  .add-to-links div { float:left; width:auto; }
.product-view  .form-group label {
    color: #2f2f2f;
    float: left;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin: 10px 5px 0 0;
}
.product-view  .form-group.required  label{
    color: #2f2f2f;
    font-family: "arial";
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin: 10px 5px 0 0;
	float:none;
	display:block;
}
.product-view .form-group #minus {
	background: url("../image/qty-decrease.png") no-repeat scroll 50% 50%;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 35px;
    margin:0;
    padding: 0;
    width: 45px;
	border-right:1px solid #ddd;
	display:none;
}
.product-view .form-group #plus {
	background: url("../image/qty-increase.png") no-repeat scroll 50% 50%;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 35px;
    margin:0;
    padding: 0;
    width: 45px;
	border-left:1px solid #ddd;
	display:none;
}
.product-view .form-group #input-quantity {
    background:#fff !important;
    border:0;
    color: #2f2f2f;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 38px;
    margin:0;
    padding: 0;
	border-radius:0;
    text-align: center;
    width: 50px !important;
	box-shadow:none;
}
.product-view .related-items .qv-button-container { display:none; }
.product-view .form-group #button-cart {
	background:none;
    border-radius: 0;
    float: left;
    font-size: 0;
    padding: 0;
	width:auto;
}
.product-view .form-group #button-cart span {
	background: #ddd;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #555555;
	display:block;
    font-family: segoe_uilight;
    font-size: 16px;
    font-weight: normal;
    padding: 13px 10px;
    text-transform: uppercase;
}
.product-view .form-group #button-cart:hover span {
	background:#f7be24;
	color:#fff;
}
.product-view .form-group #button-cart span span {
	padding:0;
}
.product-view .form-group #button-cart:hover {
	background:#f7be24 !important;
}
.product-view .form-group #button-cart:hover {
	background: url("../image/cart_icon.png") no-repeat scroll 0 0 #666666;
}
.product-view .form-group { display:inline-block; width:100%; margin:15px 0 0; }
.product-view  #product .add-to-links { 
	padding:10px 0 0;
	text-align:left;
	margin:0;
}
.product-view .input-content {
	float: left;
    margin-right: 10px;
	background:#fff;
	border:1px solid #fff;
}
.product-view  .rating { text-align:left; display:inline-block; width:100%; margin:10px 0 0; }
.product-view  .rating  p {
	display:inline-block;
	width:100%;
	margin:0;
	padding:0 0 20px;
}
.product-view .tab-view {
	float:left;
	width:100%;
}
.product-view .tab-view  li {
    float: left;
    margin: 0 5px 0 0;
}
.product-view .tab-view a {
	background:#f1f1f1;
    color: #555;
    display: inline-block;
    font-size: 16px;
    line-height: 14px;
    padding:16px 20px;
    text-decoration: none;
	border-radius:0;
	font-weight: normal;
	text-transform:uppercase;
	border-bottom:0;
	border:0;
	margin:0;
}
.product-view .tab-view a:hover,.product-view .tab-view li.active a {
	color:#f7be24;
	background:#fff;
	border:0;
}
.product-view .nav-tabs {
	margin:30px 0 5px;
	border:0;
}
.product-view  .tab-content {
    margin:0;
	font-size:13px;
	line-height:23px;
    padding: 15px;
	border:0;
	background:#fff;
}
.product-view #tab-review h2 {
	font-size: 18px;
    margin: 20px;
    text-transform: capitalize;
}
.product-view #tab-review .table {
	border:0;
}
.product-view #tab-review .table td { background:none; border:0; padding:0; text-align:left; }
.tab-content strong {
    display: inline-block;
    font-weight: normal;
    margin: 0 0 5px;
	font-size:15px;
}
.product-view .tab-view .form-group label { width:100%; text-align:left; margin:0; padding:0 0 10px;}
.product-view .tab-view input.form-control  { width:300px; box-shadow:none; border:1px solid #e8e8e8 !important; font-size:13px; }
.product-view .tab-view textarea { width:500px; min-height:100px; line-height:25px; box-shadow:none; border:1px solid #e8e8e8 !important; font-size:14px; }
.product-view .tab-view .text:before {
    border-bottom: 9px solid #e5e5e5;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -9px;
}
.product-view .tab-view .text:after {
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -8px;
}
.product-view .tab-view .text {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin:5px 0 20px;
    padding: 20px;
    position: relative;
}
.product-view .item-inner .price {
    padding:0;
	line-height:30px;
}
.product-view .item-inner .add-to-links .cart button { padding:0; font-size:0; }
.related-title {
	background:#de5648 url("../image/bg_featured.png") no-repeat scroll left center;
    display: inline-block;
    padding: 0 0 0 50px;
    width: 100%;
	margin:50px 0 0;
}
.product-view .view-related  .owl-controls .owl-buttons div {
	background:url("../image/nav_brand.png") no-repeat scroll -21px 0;
	height:23px;
	width:23px;
	right:25px;
	top:0;
	margin:-35px 0 0;
}
.product-view .view-related  .owl-controls .owl-buttons .owl-next:hover {
    background:url("../image/nav_brand.png") no-repeat scroll 0 0;
    border:1px solid #40af64;
}
.product-view .view-related  .owl-controls .owl-buttons .owl-prev:hover {
   background:url("../image/nav_brand.png") no-repeat scroll -21px -21px;
    border:1px solid #40af64;
}
.product-view .view-related  .owl-controls .owl-buttons .owl-prev {
    background:url("../image/nav_brand.png") no-repeat scroll 0px -21px;
    right: 55px;
}
.view-related .owl-wrapper { margin:25px 0 0; }
.alert-success { border-radius:0; margin:0;}
#content .related-title h2{
    background-color: #f1f1f1;
    font-family: segoe_uilight;
    font-size: 24px !important;
    font-weight: lighter;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 0 0 10px;
    text-transform: capitalize !important;
}
.table-responsive thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
}
.account-order .table-bordered thead td { min-width:115px; }
.table-responsive td {
    padding:15px !important;
	text-align: center;
    vertical-align: middle !important;
	color: #4d4d4d;
    font-size: 14px;
}
.table-responsive td .img-thumbnail { border-radius:0; border:0; }
.table-responsive td.text-left a {
	color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.table-responsive td.text-left a:hover {
	color:#f57b7a;
}
.table-responsive td.text-left small {
	color: #4d4d4d;
    font-family: "arial";
    font-size: 14px;
}
.table-responsive td .form-control {
	width:38px;
	height:35px;
	border:1px solid #dddddd;
	border-radius:0;
	box-shadow:none;
	text-align:center; 
	font-size:14px;
}
.table-responsive tbody td.text-right {
	color: #f7be24;
    font-size: 20px;
}
.table-responsive td .input-group-btn { width:auto; display: inline-block; }
.table-responsive td .btn { margin-right:15px; }
.checkout-cart #content h1,.checkout-cart #content h2{
    font-size: 20px;
}
.checkout-cart h1 {
	padding:20px;
	font-size: 18px;
    text-transform: uppercase;
	background:#f1f1f1;
}
.table-bordered thead tr td { background:#f1f1f1; border:0; font-size:15px; }
.checkout-cart #content p {
	color: #4d4d4d;
    font-family: "arial";
    font-size: 14px;
	margin-bottom:20px;
}
.checkout-cart #accordion .panel-heading {
	background:#f1f1f1;
}
.checkout-cart #accordion .panel-heading a {
    font-size: 16px;
    text-transform: capitalize;
	color:#555;
}
.checkout-cart #accordion .panel-heading a .fa-caret-down { margin:0 0 0 5px; }
.checkout-cart .panel-group .panel { 
	border-radius:0; 
	margin-bottom:15px;
	border-left:0;
	border-right:0;
	border-top:0;
	background:none;
	box-shadow:none;
}
.checkout-cart .panel-collapse label {
	color: #4d4d4d;
    font-size: 14px;
	line-height: 33px;
    margin: 0;
    padding: 0;
}
.checkout-cart .panel-collapse input {
	height:40px;
	box-shadow:none;
	border:1px solid #dddddd;
	color: #4d4d4d;
    font-size: 14px;
	width:300px;
	border-radius:0;
}
.checkout-cart .panel-collapse .input-group-btn { float:left; }
.checkout-cart .panel-collapse .input-group-btn input {
	color:#fff;
	border:0;
	width:auto;
}
.checkout-cart .panel-collapse .form-horizontal .btn {
	color:#fff;
	border:0;
	width:auto;
}
.checkout-title {
	overflow: hidden;
	margin: 0 0 25px;
	padding-left: 50px;
	background: #f7be24 url(../image/bg_featured.png) no-repeat left;
}
#content .checkout-title h1 {
	margin: 0;
	font-size: 25px;
	color: #555;
	text-transform: capitalize;
	line-height: 50px;
	background: #f1f1f1;
	padding-left: 10px;
}
.panel-group .panel-heading {
	background:#f1f1f1;
	padding:12px 15px 8px;
	border-left:0;
	border-top:0;
	border-right:0;
	border-radius:0;
}
.panel-group .panel { box-shadow:none; border-radius:0; margin-bottom:15px; border:0; }
.panel-group .panel .panel-heading a,.panel-group .panel .panel-heading .panel-title {
    font-size: 13px;
    text-transform: capitalize;
	color:#555; 
}
.panel-group .panel .panel-body { border:1px solid #f2f2f2 !important; border-top:0; }
.panel-group .panel-body { border:0 !important; }
.panel-group .panel .panel-heading a  .fa-caret-down { margin:0 0 0 8px; }
.panel-group .panel .panel-heading .panel-title { padding:0 0 5px; }
.panel-group .panel-collapse h2 {
	color: #666666;
    font-size: 16px;
	line-height: 33px;
	font-weight:normal;
    margin:0 0 10px;
    padding: 0;
	text-transform: uppercase;
}
.panel-group .panel-collapse p,.panel-group .panel-collapse label {
	color: #4d4d4d;
    font-size: 13px;
}
.panel-group .panel-collapse label { margin-top:5px; }
.panel-group .panel-collapse .form-group a { margin-top:10px; display: inline-block; width:100%; }
.panel-group .panel-collapse .form-group input { width:300px; height:40px; box-shadow:none; border:1px solid #ddd; border-radius:0; font-size:14px; }
.table-bordered thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
}
.table-bordered td { text-align:center; vertical-align: middle !important; padding:8px !important; }
.table-bordered td.text-left a {
	color: #333333;
    font-size: 14px;
    text-transform: capitalize;
}
.table-bordered td.text-left small {
	color: #4d4d4d;
    font-family: "arial";
    font-size: 14px;
}
.account-account #content h2,.account-wishlist #content h2  {
    font-size: 24px;
    text-transform: uppercase;
	margin:0 0 20px;
}
.account-account .list-unstyled { margin-bottom:20px;}
.account-wishlist .table-bordered thead td { min-width: 135px; }
.account-wishlist .table-bordered td { padding:10px !important; }
.account-wishlist .table-bordered .price { margin:0; text-align:center; }
.account-wishlist .table-bordered .btn { border-radius:0; }
.well { 
	border:1px solid #ddd;
	background:none;
	border-radius:0;
	box-shadow:none;
}
.well p {
	margin:0 0 20px;
}
.well input  { border-radius:0; }
.list-group-item:first-child{ border-radius:0; }
.list-group-item:last-child { border-radius:0; }
.account-border .form-group label  { text-align:left; }
/*---------------------------------------------------------*/
.view-related .owl-item {
    padding: 0 15px;
}
.product-view .col-sm-5 { position:inherit !important; }
.image-block .owl-theme .owl-controls .owl-buttons div {
	background:url("../image/nav_new.png") no-repeat scroll -21px 0;
    height: 23px;
    margin: -18px 0 0;
    right: 0;
    top: 50%;
    width: 23px;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: rgba(0, 0, 0, 0) url("../image/nav_new.png") no-repeat scroll 0 -21px;
    right: inherit;
	left:0;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-next:hover {
	background:url("../image/nav_new.png") no-repeat scroll 0 0;
    border: 1px solid #23b4ca ;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	background:url("../image/nav_new.png") no-repeat scroll -21px -21px;
    border: 1px solid #23b4ca ;
}
.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.carousel-contain .slides li img { display:inline-block; }
.flex-direction-nav a:before {
	line-height: 40px;
}
.owl-theme .owl-controls .owl-buttons div{
	background: url("../image/bg_direction_nav.png") no-repeat scroll 0 -32px;
	border:1px solid #555555;
    cursor: pointer;
    display: block;
    height: 31px;
    margin:-20px 0 0;
    position: absolute;
    text-indent: -9999px;
    top:50%;
    width: 31px;
	border-radius:100%;
}
.owl-theme:hover .owl-controls .owl-buttons div { opacity: 1;}
.owl-theme .owl-controls .owl-buttons .owl-next { background-position:-32px -1px; right:25px; }
.owl-theme .owl-controls .owl-buttons .owl-prev { right:63px;}
.owl-theme .owl-controls .owl-buttons .owl-next:hover {background:url(../image/bg_direction_nav.png) no-repeat -1px -1px; border:1px solid #f7be24; }
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {background:url(../image/bg_direction_nav.png) no-repeat -32px -32px; border:1px solid #f7be24; }
.ma-brand-slider-contain .jcarousel-skin-opencart .jcarousel-container .jcarousel-prev-horizontal:hover {background:url(../image/bg_direction_nav.png) no-repeat 0 100% #f7be24;}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover {
	background:url(../image/bg_direction_nav.png) no-repeat 100% 100% #f7be24;
}

/*Layered========================================*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#f7be24 !important;
}
.layered-modunl { border:0; border-radius:0; box-shadow:none; }
.layered-modunl .layered-heading {
    background:url("../image/topcart_icon.png") no-repeat left center #f7be24;
    padding: 0 0 0 50px;
	border:0;
	border-radius:0;
}
.layered-modunl .layered-heading strong {
	background-color: #f1f1f1;
    display: block;
    font-family: segoe_uilight;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.layered-modunl .filter-attribute-container label {
	color: #f7be24;
    font-size: 22px;
    font-weight: lighter;
    line-height: 31px;
    padding: 0 10px;
    text-transform: capitalize;
}
.filter-attribute-container .filter-price { padding:0 15px; }
.layered-modunl .filter-attribute-container { padding:5px 0 0; }
.layer-category .list-group a {
	background: url("../image/li_footer_static.png") no-repeat scroll 10px center;
    line-height: 38px;
    padding:0 0 0 30px;
	color: #555555;
    font-size: 16px;
    text-decoration: none;
	border:0;
}
.layer-category .list-group a:hover {
	background: url("../image/li_footer_static.png") no-repeat scroll 10px center #f1f1f1; 
}
/*End-Layered====================================*/

/*Custommenu========================================*/
.common-home .nav-container { margin:0; }
.nav-container { margin:0 0 30px; }
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title{
	border: 5px solid #f9f9f9;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: lighter;
    height: 115px;
    line-height: 18px;
    padding: 65px 5px 5px;
    text-transform: capitalize;
    width: 120px;
}
/*modunl===================================================================*/
.nav-container {
	width:100%;
	background:#323a45;
}
.pt_custommenu div.pt_menu.active {
    color: #fff;
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link ul li a.act,
.pt_custommenu #pt_menu_link ul li a:hover,
.pt_custommenu div.pt_menu.act,.pt_custommenu div.pt_menu.active .parentMenu a {
    border-color:#dddddd !important;
	border-radius:5px !important;
}

.pt_custommenu div.pt_menu.act a, .pt_custommenu div.pt_menu.active .parentMenu a { 
	color: #fff;
	background:none;
}
.pt_custommenu .itemSubMenu h4.level2,
.pt_custommenu .itemSubMenu a.level2,
.pt_custommenu .itemSubMenu h4.level3,
.pt_custommenu .itemSubMenu a.level3,
.pt_custommenu .itemMenu .level1 a.level0 {
	background:#fff;
}
#pt_custommenu #pt_menu_home .parentMenu a {
    background: #f7be24 url("../image/home_icon.png") no-repeat scroll center 10px;
}
#pt_custommenu .pt_menu.act .parentMenu a {
	border-color:#ddd;
}
#pt_custommenu .parentMenu a {
    background: #4775c9 url("../image/menu5.png") no-repeat scroll center 10px;
}
#pt_custommenu .nav-1 .parentMenu a {
    background: #40af64 url("../image/menu3.png") no-repeat scroll center 10px;
}
#pt_custommenu .nav-2 .parentMenu a {
    background: #6e45a7 url("../image/menu2.png") no-repeat scroll center 10px;
}
#pt_custommenu .nav-3 .parentMenu a {
    background: #f7be24 url("../image/menu4.png") no-repeat scroll center 10px;
}
#pt_custommenu .nav-4 .parentMenu a {
  background: #de5648 url(../image/menu1.png) no-repeat scroll center 10px;
}
#pt_custommenu .nav-12 .parentMenu a {
  background: #4775c9 url(../image/menu1.png) no-repeat scroll center 17px;
}
#pt_custommenu .parentMenu .block-title {
  background: #91c547 url(../image/custom_menu_icon.png) no-repeat center 17px;
}

.pt_custommenu div.pt_menu_no_child .parentMenu a:hover { background:none; }
.pt_custommenu .itemMenu a.level0:hover,
.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemSubMenu h4.level2 span{
    background:#555;
	color:#fff;
}
.pt_custommenu .itemSubMenu a.level2:hover,
.pt_custommenu .itemMenu .level1 a.level0:hover{
	color:#4775c9;
	background: #f1f1f1;
}
.pt_custommenu .itemMenu h4.level0, .pt_custommenu .itemMenu a.level0 {
	background:url("../image/background-title.png") repeat-x scroll center 15px;
}
.mobilemenu li.active a, .mobilemenu a:hover {
	color: #f7be24;
}
.mobilemenu ul a:hover, .mobilemenu ul li.active a {
	color: #f7be24 !important;
}
.mobilemenu ul ul a:hover, .mobilemenu ul ul li.active a, .mobilemenu ul li.active ul a:hover {
	color: #f7be24 !important;
}
.mobilemenu ul ul ul a:hover, .mobilemenu ul ul ul li.active a, .mobilemenu ul ul li.active ul a:hover {
	color: #f7be24 !important;
}
.mobilemenu ul ul ul ul a:hover, .mobilemenu ul ul ul ul li.active a, .mobilemenu ul ul ul li.active ul a:hover {
	color: #f7be24 !important;
}
.menu-mobile {
	background: #f7be24;
}
.custom-menu-bottom { padding:0 20px 30px;}


/*product-tabs-container-slider============================================================*/

.product-tabs-container-slider .owl-item { padding:0 15px; }
ul.tabs li.active,ul.tabs li:hover {
	background:url(../image/bg_latest.png) 0 no-repeat #0f8ea1;
	padding:0 0 0 50px;
}
.product-tabs-container-slider .price { color:#23b4ca; }

/*End-product-tabs-container-slider========================================================*/

/*Newproducts============================================================*/
.new-products-container { margin:50px 0 0; }
.new-products-container .owl-wrapper { margin:30px 0 0; }
.new-products-slider {
    display: inline-block;
    background:#de5648 url("../image/bg_featured.png") no-repeat scroll left center;
    padding: 0 0 0 50px;
    width: 100%;
}
.new-products-slider h2 {
	background-color: #f1f1f1;
    font-family: segoe_uilight;
    font-size: 24px !important;
    font-weight: lighter;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 0 0 10px;
    text-transform: capitalize !important;
}
.new-products-container .owl-item { padding:0 15px; }
.new-products-container 	.owl-theme .owl-controls .owl-buttons div {
	background:rgba(0, 0, 0, 0) url("../image/nav_new.png") no-repeat scroll -21px 0;
	height:23px;
	width:23px;
	right:25px;
	top:0;
	margin:-35px 0 0;
}
.new-products-container 	.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background:url("../image/nav_new.png") no-repeat scroll 0 0;
    border:1px solid #b15b5b;
}
.new-products-container 	.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
   background:url("../image/nav_new.png") no-repeat scroll -21px -21px;
    border:1px solid #b15b5b;
}
.new-products-container 	.owl-theme .owl-controls .owl-buttons .owl-prev {
    background:url("../image/nav_new.png") no-repeat scroll 0 -21px;
    right: 54px;
}
/*End-newproducts============================================================*/

/*Feature============================================================*/

.featured-product-container { margin:45px 0 0; }
.featured-product-container .ma-featured-product-title {
	background: #de5648 url("../image/bg_latest.png") no-repeat scroll left center;
    padding: 0 0 0 50px;
	display:inline-block;
	width:100%;
}
.featured-product-container .ma-featured-product-title h2 {
	background-color: #f1f1f1;
    font-family: segoe_uilight;
    font-size: 24px !important;
    font-weight: lighter;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 0 0 10px;
    text-transform: capitalize !important;
}

/*End-Feature========================================================*/

/*bestsellers-products============================================================*/
.bestsellers-container { margin:33px 0 0; }
.bestsellers-title {
	background:#0f8ea1 url("../image/bg_best.png") no-repeat scroll left center;
    padding: 0 0 0 50px;
    text-align: left;
}
.bestsellers-title h3 {
	background-color: #f1f1f1;
    font-family: segoe_uilight;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
    word-wrap: break-word;
}
.bestsellers-container  .bestsellers-content {
	padding:0;
	margin:30px 0 0;
}
.bestsellers-content .item { 
	display:inline-block; 
	width:100%; 
	margin:0 0 15px;
}
.bestsellers-content .image { width:100px; background:#fff; float:left; }
.bestsellers-content .caption { 
	padding:10px;
	margin-left:100px;
	text-align:left;
	min-height:100px;
	background-color: #f1f1f1;
}
.bestsellers-content .caption .name { margin:0; text-align:left;  }
.bestsellers-content .caption .name a { font-size:13px; }
.bestsellers-content .rating { text-align:left; }
.bestsellers-content .caption .price { text-align:left; font-size:18px; margin:5px 0 0; font-weight:700; color:#40af64; }
.bestsellers-content .price .price-old { font-size:13px; }
.bestsellers-content .caption .description { display:none; }
/*End-bestsellers-products============================================================*/

/*Latest-products============================================================*/

.latest-container {
  margin: 33px 0 0;
}
.latest-container .latest-content {
  padding: 0;
  margin: 30px 0 0;
}
.latest-container .latest-title {
	background: #6e45a7 url("../image/bg_best.png") no-repeat scroll left center;
	padding: 0 0 0 50px;
	text-align: left;
}
.latest-title h3 {
	background-color: #f1f1f1;
	font-family: segoe_uilight;
	font-size: 24px;
	font-weight: lighter;
	line-height: 50px;
	margin: 0;
	padding: 0 0 0 10px;
	text-transform: capitalize;
	word-wrap: break-word;
}
.latest-content .item {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
}
.latest-content .image {
  width: 100px;
  background: #fff;
  float: left;
}
.latest-content .caption {
  padding: 10px;
  margin-left: 100px;
  text-align: left;
  min-height:100px;
  background-color: #f1f1f1;
}
.latest-content .caption .name {
  margin: 0;
  text-align: left;
}
.latest-content .caption .name a {
  font-size: 13px;
}
.latest-content .caption .description {
  display: none;
}
.latest-content .rating { text-align:left; }
.latest-content .caption .price {
  text-align: left;
  font-size: 18px;
  margin: 5px 0 0;
  font-weight: 700;
  color: #40af64;
}

/*Latest-products============================================================*/

/*Onsale-products============================================================*/

.onsaleproducts-container {
	margin:33px 0 25px;
}
.onsaleproducts-container .onsale-title {
	background: #f7be24 url("../image/bg_special.png") no-repeat scroll left center;
    padding: 0 0 0 50px;
    text-align: left;
}
.onsaleproducts-container .onsale-title  h2 {
	background-color: #f1f1f1;
    font-family: segoe_uilight;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.onsaleproducts-container  .owl-carousel .owl-item  { padding:0; }
.onsaleproducts-container .item-inner { margin:30px 0 0; background:#f1f1f1; }
.onsaleproducts-container .item-inner:hover { box-shadow:none; }
.onsaleproducts-container  .item-inner .image { width:320px; float:left; }
.onsaleproducts-container  .item-inner .content { margin-left:320px; padding:70px 20px 5px; }
.onsaleproducts-container .actions { display:none; }
.onsaleproducts-container .price { 
	color:#f7be24;
	font-family: segoe_uilight;
    font-size: 18px;
    font-weight: bold;
	margin:5px 0 0;
}
.onsaleproducts-container .owl-theme .owl-controls .owl-buttons .owl-prev { right:inherit; left:25px; }
.onsaleproducts-container .item-inner .price { text-align:left; font-size:26px; margin:15px 0 0; }
.onsaleproducts-container .item-inner .price .price-old { font-size:16px; }
.onsaleproducts-container  .item-inner .rating { text-align:left; margin:5px 0 0; }
.onsaleproducts-container .item-inner .description { display:block; color:#000; font-size:13px; margin:10px 0 0; }
.onsaleproducts-container .owl-theme .owl-controls .owl-buttons div {
	background: url("../image/nav_onsale.png") no-repeat scroll -21px 0;
	height:23px;
	width:23px;
	right:20px;
	top:0;
	margin:-35px 0 0;
}
.onsaleproducts-container .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background:url("../image/nav_onsale.png") no-repeat scroll 0 0;
    border:1px solid #f7be24;
}
.onsaleproducts-container .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
   background:url("../image/nav_onsale.png") no-repeat scroll -21px -21px;
    border:1px solid #f7be24;
}
.onsaleproducts-container .owl-theme .owl-controls .owl-buttons .owl-prev {
    background:url("../image/nav_onsale.png") no-repeat scroll 0 -21px;
    right: 50px;
	left:inherit;
}
/*End-Onsale-products========================================================*/

/*Category-products============================================================*/

.category-title {
	background:url(../image/bg_best.png) 0 no-repeat #f7be24;
	display:none;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
	padding:0 0 0 50px;
}
.tabs-category {
	padding: 0 0 0 10px;
	background: #f1f1f1;
	margin: 0;
	float:left;
	width:100%;
}
.category-slider .title-tab { 
	float:left;
}
.category-slider .title-tab h2 { 
	line-height: 50px;
	font-size: 24px !important;
	text-transform:capitalize !important;
	font-weight: normal;
	font-family:'segoe_uilight';
	color:#777777 !important;
	display:inline-block;
	padding:0;
	margin:0 !important;
}
ul.tabs-category li {
	float:right;
	margin: 0;
	cursor: pointer;
	padding: 0px 16px 0px 3px;
	margin-right: 5px;
	line-height: 50px;
	font-weight: normal;
	list-style: none;
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	overflow: hidden;
	position: relative;
	background: url(../image/bg-right-title.png) right no-repeat;
}
ul.tabs-category li.first { background:none !important; }
ul.tabs-category li:hover {
	background: url(../image/bg-right-title.png) right no-repeat;
	color:#f7be24;
	cursor: pointer;
}	
ul.tabs-category li.active{
	background: url(../image/bg-right-title.png) right no-repeat;
	color:#f7be24;
}
.category-slider .item-inner .product-image {
	width:105px;
	float:left;
	background:#fff;
}
.category-slider .item-inner { background:#f1f1f1; }
.category-slider .products-content { margin-left:115px; }
.category-slider .name { padding:10px  0 5px; }
.category-slider .name a { font-size:13px; }
.category-slider .price { text-align:left; margin:0; }
.category-slider .item { margin:0 0 15px; }
/*Category-products============================================================*/

/*Product-tabs============================================================*/

.product-tabs-container-slider .owl-theme .owl-controls .owl-buttons div {
	background:url("../image/nav_feature.png") no-repeat scroll -21px 0;
	height:23px;
	width:23px;
	right:30px;
	top:0;
	margin:-56px 0 0;
}
.product-tabs-container-slider .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background:url("../image/nav_feature.png") no-repeat scroll 0 0;
    border:1px solid #23b4ca;
}
.product-tabs-container-slider .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
   background:url("../image/nav_feature.png") no-repeat scroll -21px -21px;
    border:1px solid #23b4ca;
}
.product-tabs-container-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    background:url("../image/nav_feature.png") no-repeat scroll 0px -21px;
    right: 58px;
}

/*Product-tabs============================================================*/

/*feature-products============================================================*/

.featured-container { margin:40px 0 0; }
.featured-container .owl-wrapper { margin:30px 0 0; }
.featured-product-container .product-layout { margin-top:30px; }
.featured-product-container .item-inner { margin:0 0 30px;}
.ma-featured-product-title h2 {
	font-family: 'impact';
    font-size: 23px !important;
    margin: 0 !important;
    text-transform: uppercase;
}
.featured-container .owl-item {
    padding: 0 15px;
}
.featured-sldier-title {
    display: inline-block;
    background: #de5648 url("../image/bg_featured.png") no-repeat scroll left center;
    padding: 0 0 0 50px;
    width: 100%;
}
.featured-sldier-title h2 {
    background-color: #f1f1f1;
    font-family: segoe_uilight;
    font-size: 24px !important;
    font-weight: lighter;
    line-height: 50px;
    margin: 0 !important;
    padding: 0 0 0 10px;
    text-transform: capitalize !important;
}
.featured-container .price { color:#23b4ca; }
.featured-container .owl-theme .owl-controls .owl-buttons div {
	background:url("../image/nav_feature.png") no-repeat scroll -21px 0;
	height:23px;
	width:23px;
	right:30px;
	top:0;
	margin:-35px 0 0;
}
.featured-container .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background:url("../image/nav_feature.png") no-repeat scroll 0 0;
    border:1px solid #23b4ca;
}
.featured-container .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
   background:url("../image/nav_feature.png") no-repeat scroll -21px -21px;
    border:1px solid #23b4ca;
}
.featured-container .owl-theme .owl-controls .owl-buttons .owl-prev {
    background:url("../image/nav_feature.png") no-repeat scroll 0px -21px;
    right: 58px;
}
/*End-feature-products============================================================*/

/*Category-slider============================================================*/



/*End-Category-slider========================================================*/

/*Onnale-products============================================================*/
.onsale-products-title {
    background: url("../image/bg_best.png") no-repeat left center #f7be24;
    padding: 0 0 0 50px;
    display: inline-block;
    width: 100%;
}
.onsale-products-title h2 {
	background-color: #f1f1f1;
    display: block;
    font-family: segoe_uilight;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.onsale-products-container .onsale-products  { margin-top:30px; }
.onsale-products-container .image { width:100px; float:left;}
.onsale-products-container .box-onsale  {
	background-color: #f1f1f1;
    margin-left: 100px;
    min-height: 100px;
    padding: 10px;
    text-align: left;
}
.onsale-products-container .price { margin:0; text-align:left;  }
.onsale-products-container .price .price-old { font-size:14px;}
.onsale-products-container .rating { text-align:left; }
.onsale-products-container .name { margin:0 0 5px; text-align:left; }
.onsale-products-container .name a { text-transform:capitalize; }
.onsale-products-container .description { display:none; }
.onsale-products-container .button-group { display:none; }
.onsale-products-container .product-thumb { display:inline-block; width:100%; padding-bottom:10px; }
.onsale-products-container .product-thumb:last-child { margin:0; padding-bottom:0; background:#fff; border:0; }
/*End-onnale-products============================================================*/

/*Newletter============================================================*/

.newletter-container { margin:0; float:left; width:250px; }
.newletter-container #notification div { color:red; position:absolute; top:135px; left:87px; }
.newletter-title {
	border-bottom: 2px solid #dddddd;
    display:none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.newletter-title h2 {
	border-bottom: 2px solid #f7be24;
    color: #666666;
    display: inline-block;
    font-family: BenchNine-Bold;
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 -2px;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
}
.newletter-container .close a { display:none; }
.newletter-container .newleter-content { margin-top:5px; }
.newletter-container .newleter-content label { display:none; font-size:13px; color:#666; }
.newletter-container .newleter-content span {
	font-size:14px;
	color:#666;
	text-transform:uppercase;
	font-weight:normal;
	display:none;
}
.newletter-container .newleter-content tr { float:left; margin:0; display:inline-block; width:auto; }
.newletter-container .newleter-content input  { width:180px; height:50px; padding:0 10px; border:0!important; background:#f1f1f1; }
.newletter-container .newleter-content .button {
	background:url("../image/newsletter_input.png") no-repeat #23b4ca;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
	text-indent:-99999px;
	height:50px;
	width:50px;
    line-height: 15px;
    padding:0;
    text-transform: uppercase;
	margin:0;
	display:inline-block;
}
.newletter-container .newleter-content .button:hover {
	opacity:0.8;
}
/*End-Newletter============================================================*/
/*Brand====================================================================*/
.common-home .brand-slider-contain { margin:10px 0 0; }
.brand-slider-contain {
	margin:40px 0 0;
}
.brand-title {
    background: #de5648 url("../image/bg_brand.png") no-repeat scroll left center;
    padding: 0 0 0 50px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.brand-title h2 {
    background-color: #f1f1f1;
    font-family: segoe_uilight;
    font-size: 24px;
    font-weight: lighter;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: capitalize;
}
.brand-slider-contain .slides  {
	margin:0;
	background:#fff;
	padding:25px 0;
}
.carousel-contain .owl-theme .owl-controls .owl-buttons div {
	background:url("../image/nav_feature.png") no-repeat scroll -21px 0;
	height:23px;
	width:23px;
	right:13px;
	top:0;
	margin:-35px 0 0;
}
.carousel-contain .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background:url("../image/nav_feature.png") no-repeat scroll 0 0;
    border:1px solid #23b4ca;
}
.carousel-contain .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
   background:url("../image/nav_feature.png") no-repeat scroll -21px -21px;
    border:1px solid #23b4ca;
}
.carousel-contain .owl-theme .owl-controls .owl-buttons .owl-prev {
    background:url("../image/nav_feature.png") no-repeat scroll 0px -21px;
    right: 43px;
}
/*End-Brand====================================================================*/


/*Slider====================================================================*/

.sequence-pagination li a { background:#f7be24; }
.sequence-pagination li.current a { background:#a1cfb8; }

/*End-Slider====================================================================*/
/**** Category block ****/
ul.list-group > li {position:relative;}

.button-view {
	width:15px;
	height: 15px;
	background:url("../image/vertical_li.png") no-repeat scroll 0 0;
	text-indent: -99999px;
	position: absolute;
	right:10px;
	top:12px;
	z-index: 9;
}
.alert-success button.close { line-height:15px;}
.alert-success button.close:hover { background:none; }
ul.list-group li.active .button-view  {
 background-position: 0 100%;
}
.ttopen {
 background-position: 0 100%;
}

#sequence-theme .controls a {
	background: url("../image/bg_direction_nav.png") no-repeat scroll 0 0 #c1c1c0;
	cursor: pointer;
	display: block;
	height: 54px;
	margin: -30px 0 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 54px;
	opacity: 0;
	z-index:9;
}
#sequence-theme:hover .controls a { opacity: 1;}
#sequence-theme .controls .sequence-next { background-position: 100% 0; right: 95px; }
#sequence-theme .controls .sequence-prev { left: 95px;}
#sequence-theme .controls .sequence-next:hover {background:url(../image/bg_direction_nav.png) no-repeat 100% 100% #f4a09f;}
#sequence-theme .controls .sequence-prev:hover {background:url(../image/bg_direction_nav.png) no-repeat 0 100% #f4a09f;}

/*Testimonial==========================================*/
.testimonial-container { margin:25px 0 0; }
.testimonial-container #slides { margin:21px 0 0; }
.testimonial-title  {
	border: 1px dashed #ebebeb;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.testimonial-title h2 {
	background:#f7be24;
	margin:0;
	color: #fff;
    float: left;
    font-family: "BebasNeuewebfont";
    font-size: 18px;
    line-height: 29px;
    padding: 8px 20px 6px;
    text-decoration: none;
    text-transform: uppercase;
}
.item-testimonials {
	border:1px solid #eeeeee;
}
.testimonial-container .box-testimonial { padding:20px; }
.row-testimonials { display:inline-block; width:100%; margin:0 0 20px; }
.testimonial-container .owl-item { padding:0 15px; }
.product-testimonial .testimonial-images { float:left; width:170px; }
.product-testimonial .box-testimonial { margin-left:185px; padding:0; }
.testimonial-std { margin:10px 0 0; font-size:13px; line-height:20px; color:#444; position:relative; }
.testimonial-std .f:before {
    color: #666666;
    content: "";
    font-family: "Fontawesome";
    font-size: 15px;
    height: 10px;
    left: -8px;
    position: absolute;
    top: -2px;
    width: 10px;
}
.testimonial-std .l:before {
    color: #666666;
    content: "";
    font-family: "Fontawesome";
    font-size: 15px;
    height: 10px;
    left: 10px;
    position: absolute;
    top: 1px;
    width: 10px;
}
.testimonial-name { margin:5px 0 0; }
.testimonial-name h2 {
	font-size:12px;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	color:#444444;
}
.testimonial-link { margin:5px 0 0; }
.testimonial-link a {
	font-size:12px;
	margin:0;
	text-transform:capitalize;
	color:#f7be24;
}
.testimonial-link a:hover { color:#444444; }
.testimonial-submit { display:none; }
/*End-testimonial==========================================*/

/*list-web============================================*/
.information-contact #content h1,.information-contact #content h2 { margin:10px 0 0; }
.affiliate-login .well { border:1px solid #dddddd; margin:20px 0 0;}
.product-search .checkbox-inline { margin:10px 0 15px; }
.fix-nav {
    background:url("../image/bg_fix.png") repeat;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
@media(min-width:1200px){.col-emr-3{width:20%;}}
/*Mobile==========================================*/
@media (max-width:1199px) {
	#pt_custommenu .parentMenu a, .parentMenu .block-title,.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
		border: 3px solid #f9f9f9;
		font-size: 13px;
		height:113px;
		line-height: 16px;
		padding:78px 5px 5px;
		width: 98px;
	}
	.oc-banner7-container,.banner-top { margin:30px 0 0; }
	.banner-staic { margin:0; }
	.header-block-static .media-body h3 { font-size:13px; }
	.header-block-static .media-body { font-size:9px; }
	.block-banner-right .banner-box .banner-content { font-size:12px; }
	.item-inner .button-group .cart button span span { font-size:11px; padding:0 0 0 10px; }
	.bestsellers-content .image { width:80px; }
	.bestsellers-content .item { background:#fff; }
	.bestsellers-content .caption { margin-left:80px; }
	.bestsellers-content .name a { font-size:14px; }
	.block-banner-right .banner-box .banner-title { font-size:15px; line-height:25px; }
	.bestsellers-content .item { margin:0 0 10px; }
	.footer-static-2 .f-col1 .footer-static-content { padding:25px 0 20px 20px; }
	.footer-static-2 .footer-static-content { padding:25px 0 25px 20px; }
	.footer h3 { font-size:18px; }
	.onsale-products-container .image { width:80px; }
	.onsale-products-container .product-thumb { background:#fff; }
	.onsale-products-container .box-onsale { margin-left:80px; }
	.onsale-products-container .name a { font-size:15px; }
	.banner-static img,.block-banner-left img { height:100% !important; width:100% !important; }
	.table-responsive td .input-group-btn {display: inline-block;margin: 10px 0 0;text-align: left;width: 100%;}
	.currency-language { margin-right:10px; }
	.visible-lg { display: block !important;}
	#quickview-content,.qv-button-container,.zoomWindowContainer { display:none !important; }
}
@media (max-width:992px) {
	.table-responsive { overflow-y:hidden; }
	#logo { text-align:center; margin:15px 0; }
	#logo a { display:inline-block; }
	.text-welcome { width:100%; text-align:center; margin:10px 0; }
	.text-welcome p { text-align:center; }
	.banner-staic .banner-box .banner-title { font-size:16px; line-height:24px; }
	.banner-staic .banner-box .banner-content { font-size:12px; }
	.add-to-links div { width:40px; }
	.banner-static-contain { margin:10px 0 0; }
	.new-products-container,.bestsellers-container { margin:30px 0 0; }
	.bestsellers-content .image,.onsaleproducts-container .item-inner .image,.latest-content .image { width:100%;}
	.bestsellers-content .caption,.onsaleproducts-container .item-inner .content,.latest-content .caption { margin:0; padding:10px; float:left; width:100%; }
	.bestsellers-content .name a { font-size:12px; }
	.bestsellers-title h3,.new-products-slider h2,.featured-product-container .ma-featured-product-title h2,#content .related-title h2 { font-size:18px !important; }
	.onsaleproducts-container .onsale-title h2,.category .box-heading h3,.layered-modunl .layered-heading strong { font-size:16px; }
	.layered-modunl .filter-attribute-container label { font-size:15px; }
	.onsaleproducts-container .item-inner .price { width:100%; }
	.onsaleproducts-container .item-inner .review-price .rating { width:100%; float:left; text-align:left; }
	.onsaleproducts-container { margin:30px 0 0; }
	.onsaleproducts-container .name a { font-size:13px; }
	.block-banner-right .banner-box1 { margin:10px 0 0; }
	.block-banner-right .banner-box { padding:18px 5px 18px 75px; }
	.block-banner-right .banner-box1 { background:#f1f1f1 url("../image/free_delivery.png") no-repeat scroll 15px center; }
	.block-banner-right .banner-box2 { background:#f1f1f1 url("../image/order_online.png") no-repeat scroll 15px center; }
	.block-banner-right .banner-box3 { background:#f1f1f1 url("../image/support.png") no-repeat scroll 15px center; }
	.footer-static-2 .footer-static-content li:last-child { margin:3px 0 0; width:100%; }
	.footer-static-2 .f-col1 .footer-static-content { padding:25px 0 15px 20px; }
	.item-inner .add-to-links { width:33%; }
	.item-inner .button-group .cart button span span { font-size:13px; }
	.bestsellers-content .caption { min-height:inherit; }
	.featured-product-container { margin:30px 0 0; }
	.cart-search { width:110px; right:75px; }
	.cart-search { top:3px; }
	.header-icon, .top-cart { float:left; }
	.header-search { float:left; margin:0 0 0 5px; }
	.row-header,#top-links{ width:100%; text-align:center; }
	.currency-language { float:none;	display:inline-block; }
	.currency-language .pull-left { float:none !important; display:inline-block; }
	ul.tabs li span { font-size:26px; }
	.product-tabs-container-slider .item { margin-bottom:30px; }
	.product-tabs-container-slider .tab-grid { margin-bottom:0; }
	.ma-footer-static-container p,.footer-static2 .f-col3 .footer-static-content ul li a,.ma-footer-static-container { font-size:11px; }
	.powered h2 { font-size:12px; }
	#cart > .btn { text-align:left; font-size:11px; }
	.links li { float:none; display:inline-block; }
	#top #cart { float:none; display:inline-block; margin:13px 0 0; 	}
	.top-cart .dropdown-menu.pull-right { right:-55px; }
	.category-filter .panel-heading span { font-size:23px; }
	.category-filter .filter-content a.list-group-item { font-size:13px; }
	.product-list .add-to-links .cart button { background:#f7be24 !important; padding:10px; }
	.product-list .add-to-links .cart button span { padding:0; }
	.footer-static-2 .f-col { min-height:80px; }
	.onsale-products-title h2 { font-size:20px; }
	.onsale-products-container .box-onsale { display:inline-block; width:100%; margin:10px 0 0; }
	.product-list .add-to-links .cart { width:100%; }
	.product-view .product-name h1 { font-size:16px !important; }
	.product-view .form-group #button-cart { margin:0; }
	.banner-static-center .static-text h3 { font-size:43px;}
	.banner-static-center .static-text1 h3 { font-size:25px; }
	.footer .column { margin-bottom:20px; }
	.category .list-group li a { font-size:12px; }
	.products-category  .clearfix { display:none; }
	.visible-lg { display: none !important;}
	.visible-xs,.navbar-toggle { display: block !important;}
	.account-border .table-bordered thead td,.account-border .table-bordered td { display:block; }
}
@media (max-width:767px) {
	#column-right { display:block !important; }
	.banner-static-contain .banner-box,.banner-center .col { margin:0 0 20px; }
	.banner-static-contain img,.home-banner-static img,.banner-top img,.banner-center img,.banner-right1 img{ width:100% !important; } 
	.add-to-links div { width:40px; }
	.item-inner .add-to-links,.item-inner .actions .cart { width:auto; }
	.item-inner .button-group .cart button span span { font-size:16px; }
	.bestsellers-title h3, .new-products-slider h2, .featured-product-container .ma-featured-product-title h2, #content .related-title h2 { font-size:22px; }
	.ma-banner-right img,.banner-home img { width:100%; }
	.footer-static-2 .f-col.f-col2 { margin:20px 0 0; }
	.footer-static-2 .footer-static-content li:last-child { width:auto; margin:0; }
	.product-list .name-review { margin:30px 0 0; }
	.product-view .form-group #button-cart { margin:0 0 0 30px; }
	.product-view .thumbnails-image .thumbnail { background:#fff; }
	.product-view .item-inner .add-to-links .wishlist, .product-view .item-inner .add-to-links .compare { width:40px; }
	.footer { padding:50px 0 10px; }
	.product-view .tab-view { margin:20px 0 0; }
	.ma-footer-static-container p, .footer-static2 .f-col3 .footer-static-content ul li a, .ma-footer-static-container { font-size:12px; }
	.ma-footer-static-container .f-col { margin:0 0 20px; }
	.powered .right-powered  { margin:10px 0 0; text-align:left; }
	.breadcrumb a { font-size:15px; }
	.product-list .image { background:#fff; }
	.powered .right-powered a { float:left; }
}
@media (max-width:680px) {
	.checkout-cart .table td { font-family:'arial'; text-transform:uppercase; font-size:16px; width:100%; border:0 !important; float: left !important; text-align: left !important; white-space: nowrap !important; }
	.table-responsive td .input-group-btn { margin:0 0 0 16px; }
	.banner-static-center .box-static { width:65%; }
	.banner-static-center .static-text1 h3 { font-size:18px; }
	.banner-static-center .static-text2 h3 { font-size:13px; }
}
@media (max-width:560px) {
	.product-filter .sort,.product-filter .limit { display:none; }
	.col-mobile { width:100% !important; padding:0;}
	.product-view .tab-view textarea { width:280px; }
	.product-view .tab-view li { width:100%; margin:0;  }
	.product-view .tab-view a { width:100%;}
	ul.tabs,ul.tabs-category { margin-bottom:70px !important; }
	.item-inner .button-group .cart button span span { font-size:11px; }
}
@media (max-width:450px) {
	.product-view .tab-view input.form-control,.product-view .tab-view textarea { width:200px; }
	.footer-static-2 .footer-static-content li { margin:3px; }
	.footer-static-2 .footer-static-content li:last-child { margin:3px;}
}
@media (max-width:380px) {
	.currency-language .pull-left { margin:0 0 10px; }
	.product-view .form-group #button-cart { margin:0 0 0 10px; float:left; }
	.checkout-cart .panel-collapse input { width:100%; margin:0 0 10px; }
	#cart .dropdown-menu { right:-115px; }
	#search .search-content { right:-60px; }
}
@media (max-width:360px) {
}
#back-top {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #333;
    bottom: 35px;
    display: none;
    height: 55px;
    position: fixed;
    right: 12px;
    width: 55px;
    z-index: 9999;
}
#back-top:hover {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #f7be24;
}
#back-top {
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}
#back-top:hover {
	cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
}
/*css3===================================================================*/
.item-inner,.bestsellers-content .item,.latest-content .item {
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.item-inner:hover,.bestsellers-content .item:hover,.latest-content .item:hover {
	box-shadow:rgba(0, 0, 0, 0.17) 0 0 11px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: pointer;
}
a,#top #currency .currency-select,#search .btn-lg,.item-inner,.item-inner .button-group .cart button span,
.item-inner .add-to-links .wishlist button,.item-inner .add-to-links .compare button,.product-list .product-container,.box-col-inner .pull-left .fa,.box-col-inner .pull-left,#cart .icon-cart,#cart .icon-cart .fa,#search .btn-lg .fa,ul.tabs li span,ul.tabs-category li,ul.link-follow a,ul.link-follow li a span,#currency .dropdown-menu .currency-select span,.product-view .add-to-links button,
.banner-static-contain .banner-box img,.product-list .cart button span,.product-list .cart button span span,.product-list .add-to-links .wishlist button,.product-list .add-to-links .compare button,
.product-view .form-group #button-cart span,.quickview-container .btn-group button,
.quickview-container #button-cart span,ul.tabs li,.banner-staic .banner-box,
.banner-static img{
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
a:hover,#top #currency .currency-select:hover,#search .btn-lg:hover,.item-inner:hover,.item-inner .button-group .cart button:hover span,.item-inner .add-to-links .wishlist button:hover,.item-inner .add-to-links .compare button:hover,.product-list .product-container:hover,.box-col-inner:hover .pull-left .fa,.box-col-inner:hover .pull-left,#cart:hover .icon-cart,#cart:hover .icon-cart .fa,#search .btn-lg:hover .fa,ul.tabs li span:hover,ul.tabs-category li:hover,ul.link-follow a:hover,ul.link-follow li a:hover span,
#currency .dropdown-menu .currency-select span:hover,.product-view .add-to-links button:hover,
.banner-static-contain .banner-box:hover img,.product-list .cart button:hover span,.product-list .cart button:hover span span,.product-list .add-to-links .wishlist button:hover,
.product-list .add-to-links .compare button:hover,.product-view .form-group #button-cart:hover span,
.quickview-container .btn-group button:hover,.quickview-container #button-cart:hover span,
ul.tabs li:hover,.banner-staic .banner-box:hover,.banner-static img:hover {
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: pointer;
}
.item-inner .images-container .actions {
	-moz-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.item-inner:hover .images-container .actions {
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	cursor: pointer;
}
.pt_custommenu .itemSubMenu a.level2 , .pt_custommenu .itemMenu .level1 a.level0,
.pt_custommenu .nav-1 .itemMenu a.level0 {
	-moz-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
}
.pt_custommenu .itemSubMenu a.level2:hover, .pt_custommenu .itemMenu .level1 a.level0:hover,.pt_custommenu .nav-1 .itemMenu a.level0:hover {
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	cursor: pointer;
}
.links li a span,.pt_custommenu div.pt_menu a,.footer-static2 .f-col3 .footer-static-content ul li a {
	-moz-transition: color 0.5s ease;
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
}
.links li a:hover span,.pt_custommenu div.pt_menu a:hover,.footer-static2 .f-col3 .footer-static-content ul li a:hover {
	-moz-transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	cursor: pointer;
}
#sequence-theme .controls a {
	-moz-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	border-radius:100%;
}
#sequence-theme .controls a:hover {
	-moz-transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	cursor: pointer;
}
.products-category .product-list,.product-search .product-list{
webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*hover images==========================================================================*/
#logo img{max-height:100px}
