@font-face {
    font-family: 'utm_bebasregular';
    src: url('fonts/utm_bebas-webfont.eot');
    src: url('fonts/utm_bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/utm_bebas-webfont.woff') format('woff'),
         url('fonts/utm_bebas-webfont.ttf') format('truetype'),
         url('fonts/utm_bebas-webfont.svg#utm_bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'opensanslight';
    src: url('fonts/opensans-light.eot');
    src: url('fonts/opensans-light.eot') format('embedded-opentype'),
         url('fonts/opensans-light.woff') format('woff'),
         url('fonts/opensans-light.ttf') format('truetype'),
         url('fonts/opensans-light.svg#OpenSansLight') format('svg');
}
select { border:1px solid #cccccc !important; border-radius:0 !important; box-shadow: none !important;}
*{
	padding: 0;
	margin: 0;
}
img {
    max-width: 100%;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
li { list-style: none;}
body {
	background: url("../image/bg_page.png") repeat scroll 0 0;
	color: #2f2f2f;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:300;
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	text-align: left;
}
b, strong { font-weight:normal; }
h1, h2, h3, h4, h5, h6 {
	color: #2f2f2f;
	margin:0;
}
p { margin:0;}
/* 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: #2f2f2f;
	font-size:12px;
	text-decoration: none !important;
	cursor: pointer;
}
:focus        { outline:none; }
a:focus        { outline:none; }
a:hover {
	text-decoration: none !important;
	color:#e84c3d;
}
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;
}
.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;}
#logo a { display:inline-block; }
#top {
	background:#f1f1f1;
    border-top: 5px solid #e84c3d;
	position:relative;
	z-index:99999;
}
#top #currency .currency-select {
	color: #2f2f2f;
	font-size: 13px;
	text-align: left;
	text-transform: inherit;
	font-family:'arial';
	background:none;
	text-decoration:none !important;
	padding:8px 10px;
}
#top #currency .currency-select:hover,#top #currency li.active .currency-select {
	text-shadow: none;
	font-family:'arial';
	background:#e84c3d;
	text-decoration:none !important;
}
#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;
	padding:0;
	margin-right:1px;
}
.links li a {
	color: #eeeeee;
    display: block;
    font-size: 12px;
	font-family: "opensanslight";
    font-weight: normal;
    padding: 0 10px 0 25px;
    text-decoration: none;
    text-transform: capitalize;
}
.links li a:hover{color: #3ec2df;}
.links li a.dropdown-toggle {
	background: url("../image/my_account.png") no-repeat scroll 0 2px !important;
}
.links li a.dropdown-toggle:hover{background-position: 0 115%;}
.links li a#wishlist-total {
	background: url("../image/my_wishlist.png") no-repeat scroll 0 6px ;
}
.links li a#wishlist-total:hover{background-position: 0 122%;}
.links li.last a {
	background: url("../image/checkout.png") no-repeat scroll 0 3px ;
}
.links li a.item-cart{
	background: url("../image/my_cart.png") no-repeat scroll 0 4px ;
}
.links li a#cart:hover{background-position: 0 116%;}
.links li.last a:hover{background-position: 0 119%;}
.links li:last-child { background: none; }
.links .dropdown-menu li { background: none; width: 100%; text-align: left; }
.links .dropdown-menu li a {
    border-bottom: 1px solid #ffffff;
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    padding: 8px 18px;
    text-align: center;
    text-transform: uppercase;
	height:auto;
	width:auto;
}
.links .dropdown-menu li a:hover {  color:#fff; background:#e84c3d; }
#top-links .dropdown-menu {
	border: 0 none;
    margin: 0;
    min-width: 43px;
    padding: 0;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding: 13px 0;
	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;
}
.currency-language label { display:none; }
.currency-language {
    float: left;
}
.currency-language .dropdown-currency li { float:left; width:100%; }
#currency .dropdown-toggle {
	padding: 13px 0;
}
#currency button { }
#currency li:last-child button { border:0; }
#currency .dropdown-menu .currency-select:hover span {
	background:none !important;
	color:#3ec2df;
	border:0 !important;
	text-decoration:none !important;
}
#language .dropdown-menu { min-width:98px; margin:0; padding:0; border:0; position: absolute; top: 47px; }
#currency .dropdown-menu { min-width:60px; padding:0; border:0; border-radius: 0; }
#currency .btn-link span,#currency .btn-link strong {
    color: #fff;
	text-transform: capitalize;
}
#currency .btn-link span { color: #666666; }
#currency .btn-link span:hover,#currency .btn-link strong:hover,#currency .btn-link:hover  {
	text-decoration: none !important;
}
#currency .btn-link .fa-caret-down {
	color: #2f2f2f;
	font-size: 14px;
	position: relative;
	top: 2px;
	left: 0;
	margin-left: 3px;
}
#language { margin-left: 1px; }
#language .dropdown-toggle {
    padding: 13px 0 0 15px;
	text-transform: uppercase;
}
#language .btn-link span,#language .btn-link strong {
	color: #fff;
}
#language .btn-link img {
	position: relative;
    top: -2px;
	margin-right: 3px;
}
#language .btn-link .fa-caret-down {
	color: #2f2f2f;
	font-size: 14px;
	position: relative;
	top: 2px;
	left: 0;
	margin-left: 3px;
}
#language .dropdown-menu a {
    color: #2f2f2f;
    font-size: 13px;
    text-align: left;
    text-transform: inherit;
    padding: 5px 10px;
}
#language .dropdown-menu a:hover {
	color: #e84c3d;
	background:none;
}
.currency-language #language  li { float:left; width:100%; }
.currency-language #language a {
	background:#fff;
    border-bottom: 1px solid #ffffff;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 300;
	color:#666666;
	text-transform:uppercase;
	text-align:center;
}
.currency-language #language a:hover {
	background: #3ec2df;
	color:#fff;
}
.currency-language #language li:last-child a { border:0; }
.currency-language #language li.active a { background: #e84c3d; }
#language .dropdown-menu img { position: relative; top: -1px; left:-1px; margin-right: 3px;}
.dropdown-menu {
	box-shadow: none;
	border-top: 1px solid #fff;
	border-right:0;
	border-left:0;
	border-radius: 0;
	border-bottom:0;
	min-width: 140px;
}
.text-welcome { text-align:left; float:right; margin:0 30px 0 0; }
.text-welcome p {
	font-family: "arial";
    font-size: 12px;
    margin: 6px 0 0;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
}
.bock-header { margin:20px 0 0; }
.bock-header .work-time, .bock-header .phone {
    display: inline-block;
    line-height: 19px;
    padding-left: 45px;
    text-align: left;
}
.bock-header .work-time {
    background: url("../image/work_time.png") no-repeat scroll 0 50%;
}
.bock-header .phone {
    background: url("../image/phone.png") no-repeat scroll 0 50%;
}
.bock-header .header-title {
    font-weight: bold;
    text-transform: uppercase;
}
/*Banner-staic=========================================*/
.banner7 { margin: 50px 0; }
.cmsblock span { display:none;}
.banner-slider .banner-box1 {
    overflow: hidden;
    position: relative;
}
.banner-hover .bg-bottom .title-banner {
    font-family: 'CaviarDreams';
    font-size: 18px;
	color:#fff;
}
.banner-hover .bg-bottom .content {
    margin-top: 10px;
	color:#fff;
}
.banner-slider .banner-box1 .banner-hover {
    bottom: -300px;
    left: 0;
    position: absolute;
}
.banner-slider .banner-box1 .banner-hover .bg-top {
    background: url("../image/bg_banner_black.png") no-repeat scroll center center;
}
.banner-hover .bg-top {
    height: 43px;
}
.banner-slider .banner-box1 .banner-hover .bg-bottom {
    background:#353535;
}
.banner-hover .bg-bottom {
    color: #ffffff;
    padding: 0 20px 20px;
}
.banner-slider .banner-box1 .banner-hover{ bottom: -300px; position: absolute; left: 0;}
.banner-slider .banner-box1:hover .banner-hover{ bottom: 0}
.banner-slider .banner-box2 {
    margin-top: 30px;
    position: relative;
}
.banner-slider .banner-box2 a {
    background:#adca74;
    display: block;
}
.banner-slider .banner-box2 a img.down {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.banner-slider .banner-box2:hover a img.down{width: 100%; }
.banner-center {
    padding: 70px 0;
}
.banner-center .img {
    overflow: hidden;
    position: relative;
}
.banner-center .img{display: block; position: relative;}
.banner-center .img:before{
	border-top: 2px solid #fff;
	content: "";
	left: 15px;
	opacity: 0;
	position: absolute;
	right: 100%;
	top: 15px;
	z-index: 1;	
	transition: all 600ms ease 0s;
}
.banner-center .img a:before{
	border-top: 2px solid #fff;
	bottom: 15px;
	content: "";
	left: 100%;
	opacity: 0;
	position: absolute;
	right: 15px;
	transition: all 600ms ease 0s;
	z-index: 1;
}
.banner-center .img a:after{
	border-right: 2px solid #fff;
	content: "";
	bottom: 15px;
	left: 15px;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 600ms ease 0s;
}
.banner-center .img a{display: block;}
.banner-center .img:hover a:after{opacity: 1; top: 15px;}
.banner-center .img:hover a:before{opacity: 1; left: 15px;}
.banner-center .img:hover:before{opacity: 1; right: 15px;}
.banner-center .img:after{
	border-right: 2px solid #fff;
	content: "";
	right: 15px;
	opacity: 0;
	position: absolute;
	top: 15px;
	bottom: 100%;
	transition: all 600ms ease 0s;
}
.banner-center .img:hover:after{opacity: 1; bottom: 15px;}
.banner-center .img .banner-title1 {
    background: none repeat scroll 0 0 #e84c3d;
    right: 15px;
    top: 57px;
    width: 190px;
}
.banner-center .img .banner-title {
    color: #ffffff;
    font-family: robotoslablight;
    font-size: 13px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}
.banner-center .img:hover .banner-title { margin:-20px 0 0; }
.banner-center .img .banner-title2 {
    background: none repeat scroll 0 0 #f39b13;
    right: 15px;
    top: 100px;
    width: 250px;
}
.banner-center .img .banner-title {
    background: none repeat scroll 0 0 #ffffff;
    top:120px;
    right: 15px;
    width: 280px;
}
.banner-center .img:hover .banner-title { margin:-30px 0 0; }
.banner-center .img .banner-title {
    color: #e38625;
    font-family: CaviarDreams;
    font-size: 20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}
.banner-center .banner-title { opacity:0.8;}
.block-banner-right:hover img { opacity:0.8;}
.block-banner-right{padding: 30px 0 0;}
.block-banner-right .banner-box{padding: 60px 20px 20px;}
.block-banner-right .banner-box1{ background: url("../image/free_shipping.png") no-repeat scroll center 20px #eeeeee;}
.block-banner-right .banner-box2 {
    background: url("../image/phone.png") no-repeat scroll center 20px #eeeeee;
    margin: 25px 0 0;
}
.banner-box .banner-title {
    font-family: "utm_bebasregular";
    font-size: 30px;
    margin: 20px 0 0;
    text-align: center;
}
.banner-box .content {
    font-size: 18px;
}
.banner-box1 .content, .banner-box2 .content {
    margin: 15px 0 0;
    text-align: center;
}
.custom-block  { margin:10px 0 0; }
.custom-block .block-title {
	border-bottom:3px solid #e84c3d;
	padding:0 0 10px;
}
.custom-block  .block-title h2 {
	color: #555555;
    font-family: impact;
    font-size: 23px;
    margin: 0;
    text-transform: uppercase;
}
.custom-block .content-block { margin:20px 0 0; }
.banner-box img:hover{opacity: 0.8;}

/*===================================================*/
/* search */
.cart-search {
	float: right;
}
#search {
	float:right;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: left;
    width: 190px;
}
#search input {
	background: #fff;
	border: medium none;
	box-shadow: none;
	color: #666666;
	float: left;
	font-size: 12px;
	height: 40px;
	margin: 0;
	font-style: italic;
	padding:0 10px;
	text-transform:capitalize;
	width: 170px;
	border-radius:0;
}
.thumbnail{ background: none;}
#search .btn-lg {
	background: url("../image/search.png") no-repeat scroll 50% 50% #3ec2df;
    border: 0 none;
    height: 40px;
    line-height: 40px;
    padding: 0;
	margin:0;
    width: 40px;
    text-indent: -99999px;
	border-radius:0;
}
#search .btn-lg:hover {
	background: url("../image/search.png") no-repeat scroll 50% 50% #555;
}
.checkbox-search { margin:20px 0; }
.form-control::-moz-placeholder { color:#666666 !important; }
#top-links .dropdown-menu { left:0; right:inherit; }
/* cart */
#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;
}
.top-cart { 
	float:right;
	margin:0;
}
#cart .btn-inverse {
	
	border: 0;
	height: 40px;
	border-radius:0;
	padding: 0 ;
	box-shadow: none !important;
	text-shadow: none !important;
	z-index: 1;
	font-size:0;
	text-decoration:none !important;
}
#cart .btn-inverse a{
	background: url("../image/topcart.png") no-repeat scroll 0 0;
	height: 40px;
	width: auto;
	display: inline-block;
	padding: 0 0 0 55px;
}
#cart .btn-inverse:hover {
	background-position: 0 100%;
}
#cart .title-cart {
	color: #000;
    display:block;
    font-family: "utm_bebasregular";
    padding:0;
	font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
}
#cart #cart-total { text-align:left; color:#666666 !important;}
#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;
	background: none;
}
#cart.open > .btn {
	color: #2f2f2f;
	box-shadow: none !important;
	text-shadow: none !important;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background:#fff;
	z-index: 1001;
	border: 0;
	padding:15px 20px;
	border:1px solid #3ec2df;
	border-top:3px solid #3ec2df;
	border-radius:0;
	margin:6px 0 0;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li p {
	font-size: 12px;
	padding: 0;
	text-align: center;
	padding: 10px;
}
.arrow-cart {
	background: url("../image/arrow-up1.png") no-repeat scroll 0 0;
    height: 7px;
    right: 20px;
    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: 12px;
	font-weight:normal;
    text-transform: uppercase;
}
.cart-content .product-name a:hover {
	color:#3ec2df;
}
.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-family: "arial";
    font-size: 12px;
	color:#666;
	text-transform:uppercase;
	letter-spacing: -0.5px;
}
.row2-cart .button-cart a {
	background:#3ec2df;
    border: 0 none;
    border-radius: 0;
    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-links{
	background: #2F2F2F;
}
.header {
	display: inline-block;
	padding: 15px 0 ;
	position: relative;
	text-align: center;
	width: 100%;
	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;
}
/* footer */
.footer-top{
	background: #3ec2df;
    padding: 30px 0;
	margin: 50px 0 0;
}
.footer {
	padding: 50px 0;
	width: 100%;
}
.footer-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
} 
.footer h3 {
	margin: 0;
	  font-size: 24px;
	  font-family: 'utm_bebasregular';
	  font-weight: normal;
	  text-transform: none;
	  text-transform: uppercase;
	  color: #333;
}
.footer .footer-content {
	margin: 10px 0 0;
	font-size: 14px;
}
.footer .mail, .footer .mobile, .footer .fax, .footer .address {
    margin-top: 10px;
}
.footer .f-title {
    color: #e84c3d;
    float: left;
    margin-right: 10px;
    text-transform: capitalize;
}
.footer .content,.footer .fax {
    display: inline-block;
	color: #cbcbcb;
    text-align: left;
	font-size:12px;
}
.footer .footer-content li {
    line-height: 23px;
    margin: 0 0 7px;
}
.footer .col .footer-content a  {
    display: inline-block;
    margin: 10px 7px 0 0;
}
.footer .footer-content li a {
	  color: #333;
	  font-size: 14px;
	  background: url(../image/footer_li.png) no-repeat 0 5px;
	  padding-left: 15px;
	  font-family: opensanslight;
}
.footer .footer-content li a:hover {
    background-position: 0 110%;
    color: #3EC2DF;
}
.footer .call{
	  background: url("../image/call.png") no-repeat scroll 0px 10px;
	  padding: 5px 0 5px 20px;
	  margin: 10px 0 0 0;
}
.footer .email{
	 background: url("../image/email.png") no-repeat scroll 0px 10px;
	padding: 5px 0 5px 20px;
}
.footer .address{
	background: url("../image/address.png") no-repeat scroll 0px 10px;
	padding: 5px 0 5px 20px;
}
.footer .col{
	 font-family: opensanslight;
    font-size: 13px;
}
.powered {
    background: #333;
    margin: 0;
    text-align: left;
}
.left-powered {
    padding: 15px 0;
}
.powered h2 {
    color: #fff;
    font-size: 13px;
    text-transform: inherit;
}
.powered .right-powered ul li { float:right; margin-right:10px; }
.powered a { color: #3EC2DF;}
.right-powered .payment{
	float: left;
	padding: 15px 0;
}
.right-powered .web{
	float: left;
	margin-left: 30px;
}
.right-powered .web li{display: inline-block; margin-left: 3px; line-height: 25px;}
.right-powered .web a.face{
  background: url("../image/face.png") no-repeat;
  width: 43px;
  height: 55px;
  display: block;
  text-indent: -9999px;
}
.right-powered .web a.twitter{
	background: url("../image/twitter.png") no-repeat;
  width: 43px;
  height: 55px;
  display: block;
  text-indent: -9999px;
}
.right-powered .web a.youtube{
	  background: url("../image/youtube.png") no-repeat;
  width: 43px;
  height: 55px;
  display: block;
  text-indent: -9999px;
}
.right-powered .web a.google{
	background: url("../image/google.png") no-repeat;
  width: 43px;
  height: 55px;
  display: block;
  text-indent: -9999px;
}
.right-powered .web a:hover{ background-color: #3EC2DF; transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s;}
.powered a:hover {
	color: #cbcbcb;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	margin:10px 0 0;
	border-radius:0;
}
/* breadcrumb */
.breadcrumb {
	 background: #fff;
    border-left: 5px solid #3ec2df;
    border-radius: 0;
    color: #3ec2df;
    float: left;
    font-family: "utm_bebasregular";
    font-size: 24px;
    line-height: 25px;
    margin: 50px 0;
    padding: 10px 0 10px 15px;
    width: 100%;
}
.breadcrumb a{font-size: 24px;}
.breadcrumb a:hover{color: #3ec2df;}
.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/icon_breadcrumbs.png") no-repeat scroll center right;
	padding:0 20px 0 0;
	margin:0 10px 0 0;
	display:inline-block;
}
.breadcrumb li:last-child { background:none; }
.pagination {
	margin: 0;
	border-radius:0;
}
.pagination li.active span,.pagination span:hover,.pagination a:hover{ background:none !important; color:#3ec2df !important; }
.pagination span,.pagination a { border:0 !important; border-radius:0 !important; font-size:14px; padding:0 8px !important; color:#666666 !important;  }
/* buttons */
buttons .close { background:none;}
buttons .close:hover { background;none; }
.buttons {
	margin: 1em 0;
	overflow: auto;
}
a.btn { 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;
    right: 0px;
    position: absolute;
    top: 0;
    width: 70px;
	font-size:0;
}
.item-inner .sale {
	background: url("../image/new.png") no-repeat scroll 0 0;
    height: 70px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 70px;
	font-size:0;
}
.item-inner {
    margin:0;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.item-inner .item-container {
    background:#e84c3d;
    height: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
}
.item-inner:hover .item-container {
    top:0;
}
.item-container .item-description {
    height: 100%;
    padding: 0 10px;
    position: relative;
}
.item-inner .item-container .name a {
    color: #ffffff;
}
.item-inner .item-container .price {
    color: #000000;
    font-size: 23px;
}
.item-inner .item-container .description {
    border-top: 1px solid #f87265;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0;
	margin:15px 0 0;
	display:inline-block;
	width:100%;
}
.item-inner .item-container .rating { display:none; }
.item-inner .item-container .actions {
    bottom: 0;
    position: absolute;
    right: 0;
}
.item-inner .cart {
	float:left;
	margin-right:2px;
}
.product-thumb .image {
	text-align: center;
}
.product-search .carousel-contain { margin:40px 0 0; }
.product-search  .search-products { margin:20px 0 0; }
.product-grid .description{display: none;}
.product-grid .product-container{background: #fff; overflow: hidden;}
.product-grid .product-container:hover div.compare button, .product-grid .product-container:hover div.cart button, .product-grid .product-container:hover div.wishlist button {
    left: 0;
    margin: auto;
    right: 0;
}
.product-grid { margin-bottom:20px; }
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-list {
    padding-bottom: 30px;
}
.product-list:last-child { border:0; margin:0; }
.product-list .product-container {
	padding:0 0 20px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom:20px;
}
.product-list .product-container:last-child { border:0; margin:0; padding:0; }
.product-list .box-left {
	position:relative;
	overflow:hidden;
}
.product-list .button-group .add-to-links div {
	float: left;
}
.product-list .button-group div button {
    background: url("../image/bg_menu.png") repeat-x scroll left bottom #555555;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    padding: 0 5px;
	margin: 20px 0 0;
    position: static;
	border: none;
    transition: all 0.5s ease-out 0s;
    width: 136px;
}
.product-list .name a{font-size: 24px; margin: 0;}
.product-list .button-group div.compare button > span {
    background: url("../image/quickview.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
    display: block;
    padding: 5px 0 5px 20px;
    text-align: center;
}
.product-list .button-group div.cart button > span {
    background: url("../image/cart.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
    display: block;
    padding: 7px 0 5px 35px;
}
.product-list .button-group div.wishlist button > span {
    background: url("../image/wishlist.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
    display: block;
    padding: 7px 0 5px 30px;
    text-align: center;
}
.product-list .button-group div.compare button span span {
    border-left: 1px solid #fff;
    font-family: "utm_bebasregular";
    font-size: 18px;
    line-height: 25px;
    padding-left: 15px;
}
.product-list .button-group div.cart button span span {
    border-left: 1px solid #fff;
    font-family: "utm_bebasregular";
    font-size: 18px;
    line-height: 25px;
    padding-left: 15px;
}
.product-list .button-group div.wishlist button > span span {
    border-left: 1px solid #fff;
    font-family: "utm_bebasregular";
    font-size: 18px;
    margin-left: -8px;
    padding-left: 15px;
}
.product-list .name {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}
.product-list .price {
    font-size: 24px;
	margin: 0;
}
.product-list .rating {
    margin:15px 0 6px;
}
.product-list .description {
    color: #333;
    font-family: opensanslight;
    outline: medium none;
	font-size: 16px;
    text-decoration: none;
}
.product-list .button-group div button:hover{
	background-color: #3EC2DF;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.product-list .cart{margin: 0 5px;}
.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 .add-to-links { margin:0; }
.box-heading { border-bottom:3px solid #e84c3d; }
.category { margin:33px 0 0; }
.category .box-heading h3 { margin:0; padding:0 0 8px; }
.category .box-heading h3 span {
	color: #555555;
    display: block;
    font-family: impact;
    font-size: 25px;
    font-weight: normal;
    min-height: 16px;
    text-transform: uppercase;
}
.category .list-group {
	padding:15px 0 0;
}
.category .list-group li {
    line-height: 35px;
}
.category .list-group li ul li { padding:0 10px; }
.category .list-group li:last-child { border:0; }
.category .list-group li a {
    border-bottom: 1px solid #ffffff;
    color: #444444;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
    text-decoration: none;
	border:0;
	border-radius:0;
	padding:0;
	background:url("../image/bg_vertical.png") repeat-x scroll 0 50%;
}
.category .list-group li a span {  background:#fff; padding-right:10px; font-family: impact; font-size: 15px; }
.category .list-group li ul li a { text-transform:capitalize; padding:3px 0 0; }
.category .list-group li a:hover { 
	color:#e84c3d;
	border:0;
	background:url("../image/bg_vertical.png") repeat-x scroll 0 50%;
}
.category-filter .filter-content:first-child { margin:0; }
.category-filter .filter-content {
    margin:20px 0 0;
}
.category-filter .panel-heading {
	background: #fff;
    border-left: 5px solid #3ec2df;
    color: #666;
    font-family: "utm_bebasregular";
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
.panel, .list-group-item{background: none;}
.category-filter .list-group {
	
}
.category-filter  { border:0; box-shadow:none; margin:0 0 30px;  }
.category-filter  .filter-content a.list-group-item {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	border: none;
	color: #666;
}
.category-filter .filter-content a.list-group-item:hover { background:none; }
.category-filter  .filter-content  div.list-group-item,.category-filter  .filter-content  div.list-group-item:last-child{
    border:0;
    margin:0;
    padding:0;
	border-radius:0;
}
.category-filter  .panel-footer { text-align:left; border:0; display:inline-block; width:100%; padding:0; background:none; margin:20px 0 0; }
.category-image .img-thumbnail { padding:0; border-radius:0; border:0; }
.list-group-item label  {
    margin: 0;
    padding-top: 13px;
	font-size:13px;
	font-family: "opensanslight";
	color:#666666;
    text-transform: capitalize;
	margin-left:20px;
}
.btn.btn-primary, .btn.btn-default{background: #3ec2df; border: none;}
.btn.btn-default:hover{color: #fff; background-color: #666;}
#accordion{margin-top: 15px;}
.btn.btn-primary:hover{background: #666;}
.list-group-item label:last-child { border:0; }
.new-products-container .row_items{background: #fff; overflow: hidden;}
.new-products-container .row_items:hover div.compare button, .new-products-container .row_items:hover div.cart button, .new-products-container .row_items:hover div.wishlist button{left: 0; right: 0; margin: auto;}
.featured-container .item_product:hover div.compare button, .featured-container .item_product:hover div.cart button, .featured-container .item_product:hover div.wishlist button{left: 0; right: 0; margin: auto;}
.rating {
    display: inline-block;
    margin:5px 0 0 15px;
    text-align: left;
    width: 100%;
}
.name {
    float: left;
    font-weight: normal;
    margin:10px 0 5px;
    text-align: left;
    width: 100%;
}
.name a {
    color: #666666;
    display: block;
    font-family: "utm_bebasregular";
    font-size: 20px;
    font-weight: normal;
    margin-left: 15px;
}
.name a:hover {
    color: #3ec2df;
}
.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-family: "utm_bebasregular";
    font-size: 30px;
    margin-left: 15px;
	padding: 10px 0 15px;
	display: inline-block;
}
.price-tax {
	color: #999;
	font-size: 12px;
	display:none;
}
.price .price-old {
    color: #dddddd;
    font-family: "utm_bebasregular";
    font-size: 24px;
    font-weight: normal;
    line-height: 13px;
    text-decoration: line-through;
}
.item-inner .button-group div button {
	background: url("../image/bg_menu.png") repeat-x scroll left bottom #555555;
    color: #ffffff;
    height: 40px;
    padding: 0 5px;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    width: 135px;
	border: none;
}
.item-inner .button-group div button:hover{
	background-color: #3EC2DF;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.item-inner .button-group div.compare button span span{
	border-left: 1px solid #fff;
    line-height: 25px;
    padding-left: 15px;
	font-family: "utm_bebasregular";
	font-size: 18px;
}
div.compare button{
	top: 28%;
	left: -100%;
}
.item-inner .button-group div.compare button > span{
	background: url("../image/quickview.png") no-repeat scroll 5px center;
    display: block;
    padding: 5px 0 5px 20px;
    text-align: center;
}
div.cart button{
	top: 42%;
	right: -100%;
}
.item-inner .button-group div.cart button > span{
	background: url("../image/cart.png") no-repeat scroll 5px center;
    display: block;
    padding: 7px 0 5px 35px;
}
.item-inner .button-group div.cart button span span{
	border-left: 1px solid #fff;
    line-height: 25px;
    padding-left: 15px;
	font-family: "utm_bebasregular";
	font-size: 18px;
}
div.wishlist button{
	top: 56%;
	left: -100%;
}
.item-inner .button-group div.wishlist button > span{
	background: url("../image/wishlist.png") no-repeat scroll 5px center;
	text-align: center;
	display: block;
	padding: 7px 0 5px 30px;
}
.item-inner .button-group div.wishlist button > span span{
	  border-left: 1px solid #fff;
	  padding-left: 15px;
	  margin-left: -8px;
	  font-size: 18px;
	  font-family: "utm_bebasregular";
}
.item-inner .button-group div { float:right; margin-left:1px;}
.item-inner .button-group div:first-child { margin-right:0; }
.add-to-links {
    width: 100%;
}
.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: #666;
    font-size: 16px;
    margin-bottom: 15px;
	margin-top:10px;
	font-weight: bold;
    text-transform: uppercase;
}
.category-list ul {
    float: left;
    margin: 0;
}
.category-list li {
    background-color:#fff;
	border:1px solid #eeeeee;
    display: inline-block;
    float: left;
    margin-bottom: 8px;
    margin-right: 12px;
    padding:6px 12px;
}
.category-list li a { color:#666; }
.row-compare { display: none; }
.product-filter .btn-group button {
	background:none; 
    border: 0 none;
    border-radius: 0;
    float: left;
    height: 15px;
    padding: 0;
    text-indent: -9999px;
    width: 17px;
	margin-right: 10px;
}
.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: #2f2f2f;
	font-size:13px;
}
.product-filter {
    border:1px solid #eeeeee;
    margin:20px 0 20px;
    overflow: hidden;
    padding: 10px;
	background: #eee;
}
.product-filter .limit {
    color: #666;
    float: right;
    margin: 3px 0 0;
    padding: 0 20px;
}
.product-filter .sort {
    float: right;
    margin: 3px 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: #666;
    font-family: "robotoslablight";
    padding:3px;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 0;
    height: auto;
    width: auto;
    float: none;
	display:inline-block;
}
.product-filter label {
    color: #666;
    font-family:'robotoslablight';
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    text-transform: capitalize;
    float: none;
	display:inline-block;
    margin: 0 10px 0 0;
}
.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: 5px;
	display: block;
	border:0;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
	max-width:inherit;
	width:27%;
}
.image-block  .owl-carousel .owl-item { padding:0 5px; }
/*productt-view------------------------------------------*/
.product-view .view-zoom { position:inherit; }
.image-block .owl-carousel .owl-wrapper-outer { min-height:156px; }
.product-view .thumbnails-image .thumbnail { padding:0; border-radius:0;  }
.product-view .thumbnails-image .thumbnail:hover { border:1px solid #dddddd; }
.product-view .product-name { margin:0 0 10px; }
.product-view .product-name h1 {
    color: #666;
    font-family: "utm_bebasregular";
    font-size: 30px;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.product-view .list-unstyled {
    margin:0;
    padding:20px 0 5px;
}
.product-view .list-unstyled li {
	color: #4d4d4d;
    line-height: 20px;
	font-size:13px;
	font-family: "opensanslight";
	text-transform: capitalize;
	margin:0 0 3px 0;
}
.product-view .list-unstyled li a {
	color: #e84c3d
}
.product-view .list-unstyled li a:hover{
	color: #4d4d4d
}
.product-view .price {
    color: #555;
    font-family: "utm_bebasregular";
    font-size: 28px;
    font-weight: normal;
    line-height: 22px;
	margin: 0;
}
.product-view .item-description .price span.price-new { color:#000; font-size:23px; font-family:'robotoslablight'; }
.product-view .item-inner .item-container .price { font-size:23px; color:#000; }
.product-view .item-inner .add-to-links .wishlist, .product-view .item-inner .add-to-links .compare { width:auto; }
.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 {
	float:left;
	margin:0 5px 0 0;
}
.product-view .add-to-links button {
	background: url("../image/bg_menu.png") repeat-x scroll left bottom #555555;
    border-radius: 0;
    display: inline-block;
    font-weight: normal;
    height: 40px;
    padding: 0;
    width: 135px;
	border:0;
}
.product-view #product .add-to-links .wishlist button > span {
	 background: url("../image/wishlist.png") no-repeat scroll 5px center;
    display: block;
    padding: 7px 0 5px 30px;
    text-align: center;
}
.product-view #product .add-to-links button > span span{
	 border-left: 1px solid #fff;
    font-family: "utm_bebasregular";
    font-size: 18px;
    margin-left: -8px;
	color: #fff;
    padding-left: 15px;
}
.product-view #product .add-to-links .compare button > span {
	background: url("../image/quickview.png") no-repeat scroll 5px center;
    display: block;
    padding: 5px 0 5px 20px;
    text-align: center;
}
.product-view #product .add-to-links .compare button:hover {
	background-color: #3ec2df;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.product-view #product .add-to-links .wishlist button:hover {
	background-color: #3ec2df;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}
.product-view  .form-group label {
    color: #666;
    float: left;
    font-family: "robotoslablight";
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    margin: 5px 15px 0 0;
}
.product-view  .form-group.required  label{
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
    margin: 10px 5px 0 0;
	float:none;
}
.product-view .form-group #minus {
	background: url("../image/button_vertical.png") no-repeat scroll 0 100% #a1cfb8;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 18px;
    margin: 8px 0;
    padding: 0;
    width: 18px;
	display:none;
}
.product-view .form-group #plus {
	background: url("../image/button_vertical.png") no-repeat scroll 0 0 #a1cfb8;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 18px;
    margin: 8px 0;
    padding: 0;
    width: 18px;
	display:none;
}
.product-view .form-group #input-quantity {
    background: none repeat scroll 0 0 #ffffff !important;
    border:1px solid #dddddd;
    color: #2f2f2f;
    display: inline-block;
    float: left;
    font-family: "robotoslablight";
    font-size: 13px;
    height: 30px;
    margin: 2px 0 0;
    padding: 0;
    text-align: center;
    width: 55px !important;
	box-shadow:none;
	border-radius:0;
}
.product-view .form-group #button-cart {
	background: url("../image/cart_icon.png") no-repeat scroll 10px center #3ec2df;
    padding:15px 20px 15px 40px;
	margin-left:30px;
	float:left;
	width:auto;
}
.product-view .form-group #button-cart span { text-transform:capitalize; font-size:13px; font-family: "opensanslight"; }
.product-view .form-group #button-cart:hover {
	background: url("../image/cart_icon.png") no-repeat scroll 10px center #000;
}
.product-view .form-group { display:inline-block; width:100%; margin:15px 0 0; }
.product-view  #product .add-to-links { 
	border-bottom:1px solid #dddddd;
	padding:10px 0 25px;
}
.product-view .tab-view {
	float:left;
	width:100%;
}
.product-view .tab-view  li {
    float: left;
    margin: 0 1px 0 0;
}
.product-view .tab-view a {
	background: #e8e8e8;
    color: #999;
    display: block;
	border: none !important;
	border-radius: 0;
    font-family: "utm_bebasregular";
    font-size: 24px;
    line-height: 24px;
    padding: 10px 15px;
    text-decoration: none;
}
.product-view .tab-view a:hover,.product-view .tab-view li.active a {
	background: #fff;
    color: #3ec2df;
    font-weight: normal;
}
.product-view .nav-tabs { border:0; margin:0;  }
.product-view  .tab-content {
	background: #fff;
    margin-top: -1px;
    padding: 10px;
}
.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; border-radius:0; }
.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;
}
.related-items{background: #fff; overflow: hidden;}
.product-view .item-inner .price {
    display: inline-block;
    font-family: "utm_bebasregular";
    font-size: 30px;
    margin-left: 15px;
    padding: 10px 0 15px;
}
.product-view .item-inner .add-to-links .cart button { padding:0 0 0 35px; }
.product-view .item-inner .rating { margin:0; }
.related-title {
	display:inline-block;
	margin:35px 0 0;
	background: #fff;
    border-left: 5px solid #3ec2df;
    margin-bottom: 20px;
    text-align: left;
	width: 100%;
}
.view-related .owl-theme .owl-controls .owl-buttons div { margin:-22px 0 0; }
.related-title h2{
	 border: medium none;
    color: #2d2d2d;
    font-family: "utm_bebasregular";
    font-size: 19px;
    font-weight: normal;
    padding: 10px 0 10px 15px;
    text-transform: uppercase;
}
.view-related.owl-theme { margin-top:30px; }
.view-related.owl-theme .owl-controls .owl-buttons .owl-next { right: 0px; }
.view-related.owl-theme .owl-controls .owl-buttons .owl-prev { right: 30px; }
.table-responsive thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-family: "arial";
    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-size: 14px;
}
.table-responsive td .form-control {
	width:33px;
	height:36px;
	border:1px solid #dddddd;
	border-radius:0;
	box-shadow:none;
	text-align:center; 
	font-size:14px;
}
.table-responsive tbody td.text-right {
	color: #e84c3d;
    font-size: 20px;
}
.table-responsive td .input-group-btn { width:auto; display: inline-block; }
.table-responsive td .btn { margin-left:5px !important; margin-top: 0; }
.img-thumbnail{background: none;}
.checkout-cart #content h1,.checkout-cart #content h2{
    font-size: 20px;
	margin-bottom: 20px;
}
.checkout-cart #content p {
	color: #4d4d4d;
    font-size: 14px;
	margin-bottom:20px;
}
.checkout-cart #accordion .panel-heading {
	background:none;
}
.checkout-cart #accordion .panel-heading a {
    font-size: 15px;
    text-transform: uppercase;
}
.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;
}
.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;
}
.panel-group .panel-heading {
	background:#ddd;
	border:1px solid #ddd;
	padding:15px 15px 10px;
	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: 15px;
    text-transform: uppercase;
	color:#666666; 
}
.panel-group .panel .panel-heading .panel-title { padding:0 0 5px; }
.panel-group .panel-collapse h2 {
	color: #666666;
    font-size: 18px !important;
	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: #666;
    font-size: 13px;
}
.panel-group .panel-collapse label { margin-bottom:10px; }
.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 {
	 border: 1px solid #eeeeee !important;
}
.table-bordered thead td {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee !important;
    color: #4d4d4d;
    float: none;
    font-size: 13px;
    font-weight: bold;
    min-width: 130px;
    text-align: center;
    vertical-align: middle;
}
.table-bordered td { border: 1px solid #eeeeee !important; text-align:center; vertical-align: middle !important; padding:10px !important; }
.table-bordered td.text-left a {
	color: #333333;
    font-size: 13px;
    text-transform: capitalize;
}
.table-bordered td.text-left small {
	color: #4d4d4d;
    font-size: 14px;
}
.account-account #content h2,.account-wishlist #content h2  {
    font-size: 18px;
    text-transform: uppercase;
	margin:0 0 20px;
	font-family: "utm_bebasregular";
}
.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; }
/*---------------------------------------------------------*/
.view-related .owl-wrapper-outer { height:460px; }
.view-related .owl-item {
    padding: 0 15px;
}
.image-block .owl-theme .owl-controls .owl-buttons div {
	background:url("../image/bg_direction_nav.png") no-repeat scroll 0 100%;
    border: 0 none !important;
    cursor: pointer;
    display: block;
    height: 18px !important;
    margin: -43px 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
	opacity:0.7;
    width: 10px !important;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-next { background-position: 100% 0; right:0; }
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev { left: 0;}
.image-block .owl-theme .owl-controls .owl-buttons .owl-next:hover {background-position: 0 0;}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev:hover {background-position: 100% 100%;}
.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
	display: inline-block;
}
.carousel-contain .slides li img { padding:0 3px; }
.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 100%;
    height: 18px;
    outline: 0 none;
    position: absolute;
    right: 50px;
    text-indent: -9999px;
    top: -82px;
    width: 10px;
    z-index: 9999;
}
.owl-theme:hover .owl-controls .owl-buttons div { opacity: 1;}
.owl-theme .owl-controls .owl-buttons .owl-next { background-position: 100% 0; right: 30px; }
.owl-theme .owl-controls .owl-buttons .owl-prev { right:60px;}
.owl-theme .owl-controls .owl-buttons .owl-next:hover {background-position: 0 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {background-position: 100% 100%; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; }
.ma-brand-slider-contain .jcarousel-skin-opencart .jcarousel-container .jcarousel-prev-horizontal:hover {background:url(../image/bg_direction_nav.png) no-repeat 0 100% #e84c3d;}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover {
	background:url(../image/bg_direction_nav.png) no-repeat 100% 100% #e84c3d;
}
/*Custommenu========================================*/
/*modunl===================================================================*/
.hoz-menu{background: #3ec2df;}
.pt_custommenu div.pt_menu.active {
    color:#e84c3d;
}
.pt_custommenu div#pt_menu_home.act .parentMenu a, .pt_custommenu .pt_menu.act .parentMenu a, .pt_custommenu .pt_menu .parentMenu a:hover, #pt_menu_pt_item_menu_custom_menu .parentMenu span:hover{ background: url("../image/bg_menu.png") repeat-x scroll 0 0; }
#pt_custommenu #pt_menu_pt_item_menu_custom_menu.pt_menu{border-right: none;}
.pt_custommenu div.pt_menu_no_child .parentMenu a:hover { color: #e84c3d; }
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName:hover { color:#3ec2df; } 
.pt_custommenu .itemMenu a.level0:hover { color: #3ec2df; }
.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemSubMenu h4.level2 span{
    color: #e84c3d;
}
.pt_custommenu .itemSubMenu a.level2:hover,
.pt_custommenu .itemMenu .level1 a.level0:hover{
	color: #3ec2df;
	background-position: 0 -13px;
}
.pt_custommenu .itemSubMenu a.level2,
.pt_custommenu .itemMenu .level1 a.level0{border: none;}
.mobilemenu li.active a, .mobilemenu a:hover {
	color: #e84c3d;
}
.mobilemenu ul a:hover, .mobilemenu ul li.active a {
	color: #3ec2df !important;
}
.mobilemenu ul ul a:hover, .mobilemenu ul ul li.active a, .mobilemenu ul li.active ul a:hover {
	color: #3ec2df !important;
}
.mobilemenu ul ul ul a:hover, .mobilemenu ul ul ul li.active a, .mobilemenu ul ul li.active ul a:hover {
	color: #e84c3d !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: #e84c3d !important;
}
.menu-mobile {
	background: #3ec2df;
}
ul.tabs li span:hover,ul.tabs li.active span {
	color:#e84c3d;
}
.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: url("../image/bg_li_menu.png") no-repeat scroll 0 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
	font-family: "opensanslight";
    padding-left: 15px;
    text-transform: capitalize;
}
.custom-menu-bottom { padding:0 20px 30px;}

/*Sequence============================================================*/
.title-slider2 {
	background: #e84c3d;
	color:#fff;
}
.subtitle1-slider2 {
	background:#a1cfb8;
}
.link-slider2.subtitle-slider2 a { background:#a1cfb8; }
.link.subtitle a { background:#a1cfb8; }
.title-slider3  {
	background:#e84c3d;
}
.link-slider3.subtitle-slider3 a {  background:#a1cfb8;}
.oc-banner7-container .flex-direction-nav a,
.nivo-directionNav a {
	background: url("../image/bg_banner7.png") no-repeat scroll 0 0 #555555;
    cursor: pointer;
    display: block;
    height: 70px;
    margin: -15px 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 70px;
    z-index: 9;
}
.oc-banner7-container .flex-direction-nav a:hover,
.nivo-directionNav a:hover{background-color: #3ec2df; transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s;}

/*End-sequence============================================================*/


/*Newproducts============================================================*/
.new-products-container { padding: 70px 0 0; }
.new-products-slider {
	background: none repeat scroll 0 0 #ffffff;
    font-family: "utm_bebasregular";
    padding: 0;
    text-align: left;
}
.new-products-slider h2 {
	border-left: 5px solid #3ec2df;
    color: #666666;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0 10px 15px ;
}
.new-products-container .owl-carousel { margin: 50px 0 0; }
.new-products-container .owl-item { padding:0 15px; }
/*End-newproducts============================================================*/

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

.featured-container .product-thumb{background: #fff; overflow: hidden;}
.featured-container .item_product:hover div.compare button, .featured-container .item_product:hover div.cart button, .featured-container .item_product:hover div.wishlist button{left: 0; right: 0; margin: auto;}
.featured-container .item_product div.compare button{top: 28%; left: -100%;}
.featured-container .item_product div.cart button{top: 42%; right: -100%;}
.featured-container .item_product div.wishlist button{top: 56%; left: -100%;}
.featured-container .item_product { margin: 50px 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 {
    background: #ffffff;
    font-family: "utm_bebasregular";
    padding: 0;
    text-align: left;
}
.featured-sldier-title h2 {
    background: #fff;
    border-left: 5px solid #3ec2df;
    color: #666;
    font-family: "utm_bebasregular";
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
    padding: 10px 15px;
    text-transform: uppercase;
}
/*End-feature-products============================================================*/

/*Onnale-products============================================================*/

.onsale-products-title h2 {
	background: none repeat scroll 0 0 #fff;
    border-bottom: medium none;
    border-left: 5px solid #3ec2df;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #666;
    font-family: "utm_bebasregular";
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.onsale-products-container .onsale-products {
	border: 1px solid #eeeeee;
    padding: 10px 10px 20px;
}
.onsale-products-container .onsale-products  { margin-top: 50px; }
.onsale-products-container .image { width:78px; float:left; }
.onsale-products-container .box-onsale  { margin-left:90px; }
.onsale-products-container .name { margin:0 0 5px; }
.onsale-products-container .name a { text-transform:capitalize; font-size:12px; }
.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:20px; }
.onsale-products-container .product-thumb:last-child { margin:0; padding-bottom:10px; border:0; }
/*End-onnale-products============================================================*/

/*Newletter============================================================*/
.newletter-container #notification div { color:red;}
.newletter-title h2 {
	background: none repeat scroll 0 0 #fff;
    border-bottom: medium none;
    border-left: 5px solid #3ec2df;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #666;
    font-family: "utm_bebasregular";
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.newletter-container .close a { display:none; }
.newletter-container .newleter-content label { 
	color: #fff;
    float: left;
    font-size: 34px;
    line-height: 35px;
    margin-left: 95px;
	font-family: "utm_bebasregular";
}
.newletter-container .newleter-content tr { margin:10px 0 0; display:inline-block; width:100%; }
.newletter-container .newleter-content input  { 
	background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0;
    height: 40px;
	float: left;
    margin: 0 10px 0 50px;
    padding: 0 10px;
    width: 240px;
}
.newletter-container .newleter-content .button span{line-height: 30px;}
.newletter-container .newleter-content .button {
	background: url("../image/bg_menu.png") repeat-x scroll left bottom #555555;
    color: #fff;
    font-family: utm_bebasregular;
    font-size: 21px;
    height: 40px;
	float: left;
    margin: 0;
    padding: 5px 10px 8px;
    text-transform: uppercase;
}
.newletter-container .newleter-content .button:hover {
	background-color: #737373;
}
.well h2{
	font-size: 24px;
	font-family: "utm_bebasregular";
	text-transform: uppercase;
	margin: 0 0 20px;
}
/*End-Newletter============================================================*/
/*Brand====================================================================*/
.brand-slider-contain {
	margin: 50px 0 0;
}
.brand-title {
    background: none repeat scroll 0 0 #fff;
    border-left: 5px solid #3ec2df;
    font-family: "utm_bebasregular";
    text-align: left;
}
.brand-title h2 {
    background: none repeat scroll 0 0 #fff;
    color: #666;
    font-family: "utm_bebasregular";
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.brand-slider-contain .owl-carousel { margin: 50px 0 0; }
.carousel-contain .owl-theme .owl-controls .owl-buttons .owl-next { right: 15px; }
.carousel-contain .owl-theme .owl-controls .owl-buttons .owl-prev { right: 45px; }
/*End-Brand====================================================================*/


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

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

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

.button-view {
	border-left:10px solid #fff;
	 width:27px;
	 height: 18px;
	 background:url("../image/button_vertical.png") no-repeat scroll 0 0 #a1cfb8;
	 text-indent: -99999px;
	 position: absolute;
	 right:0;
	 top:5px;
	 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;}

/*Mobile==========================================*/
@media (max-width:1199px) {
	.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title { padding:10px; font-size:16px; }
	.item-inner .button-group button { width:35px; padding:0; }
	.footer-static-2 .footer-static-content { font-size:11px;}
	.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%;}
	.visible-lg { display: block !important;}
	.banner-center .img2 .banner-title  { top:75px; }
	.item-inner .item-container .description { font-size:10px; }
	.table-bordered td { display:block; }
	.table-responsive td .input-group-btn { width:auto; margin:0; }
	.table-bordered .btn-block { width:auto; margin:0 auto; }
	.right-powered .web{margin-left: 7px;}
}
@media (max-width:992px) { 
	.header-icon,.top-cart{ text-align:center; }
	.bock-header .header-content { font-size:9px; }
	.currency-language .pull-left { float:none !important; display:inline-block; }
	#cart > .btn { text-align:left; font-size:11px; }
	.links li { float:none; display:inline-block; }
	#currency .dropdown-toggle,#language .dropdown-toggle { width:75px; }
	.links li a { width:auto; }
	.links li { margin-right:-2px; }
	.currency-language { margin-left:3px; }
	#language .dropdown-toggle { margin-left:-3px; }
	.cart-search { bottom:-79px; right:100px; }
	#top #cart { float:none; display:inline-block; margin:13px 0 0; 	}
	.arrow-cart { right:48%; }
	#search input { width:170px; }
	#search { width:210px; }
	.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-list .add-to-links .wishlist { margin:0; }
	.product-view .product-name h1 { font-size:16px !important; }
	.product-view .form-group #button-cart { margin:0 0 0 10px; }
	.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;}
	.banner-hover .bg-bottom .title-banner { font-size:13px; }
	.banner-hover .bg-bottom .content { font-size:9px; }
	.banner-static2-contain .banner-title { font-size:16px; }
	.banner-center .img1 .banner-title1 { top:30px; }
	.banner-center .img1 .banner-title2 { top:73px; }
	.banner-center .img2 .banner-title { top:45px; }
	.breadcrumb { margin:0 0 20px; }
	.product-list .button-group { top:15%; }
	.product-list .add-to-links .cart { margin:0 0 3px; }
	.new-products-container .img-responsive{width: 100%;}
	.featured-container img{width: 100%;}
	.form-group.required .input-group-btn button{margin: 0; padding: 9px;}
	#language .dropdown-toggle{padding: 0;}
	.banner-box .banner-title{font-size: 25px;}
	.product-view .add-to-links button{margin-top: 10px;}
}
@media (max-width:767px) {
	.links li a,#currency .dropdown-toggle, #language .dropdown-toggle{ width:100px; }
	#top-links,.currency-language,.text-welcome { text-align:center; float:none !important; margin:0; }
	.currency-language { margin:0 0 20px; }
	#top { padding:15px 0; }
	.text-welcome p { text-align:center; margin:0; }
	#logo { text-align:center; width:100%; margin:0 0 20px; }
	#logo img { display:inline-block; }
	.banner-static-contain .banner-box { margin:0 0 20px; }
	.owl-theme .owl-controls .owl-buttons .owl-next { right:18px; }
	.owl-theme .owl-controls .owl-buttons .owl-prev { right:48px; }
	.cart-search { bottom:-73px; }
	.banner-static .banner { margin-bottom:20px;}
	.brand-title { margin:20px 0; }
	.brand-slider-contain .slides { padding:0 45px; }
	.product-list .name { margin:20px 0 0; }
	.product-view .form-group #button-cart { margin:0 0 0 30px; }
	.footer { padding:50px 0 10px; }
	.product-list .box-list { float:left; margin:20px 0 0; }
	.product-list .add-to-links .wishlist { margin:0 1px 0 0; }
	.product-list .add-to-links .cart { width:auto; margin:0; }
	.product-view .tab-view { margin:20px 0 0; }
	.banner7 { margin:20px 0 0; }
	.banner-center img,.banner-slider .banner-box1 img { width:100%; }
	.banner-center .img1 { margin:0 0 20px; }
	.banner-center .img1 .banner-title1, .banner-center .img1 .banner-title2,.banner-center .img2 .banner-title { margin:50px 0 0; }
	.banner-center .img1:hover .banner-title,.banner-center .img2:hover .banner-title { margin:0; }
	.item-inner .price { min-height:30px; display:inline-block; width:100%; }
	.product-list .button-group { top:40%; }
	.banner-static-contain img{width: 100%;}
	.banner-slider{margin: 0;}
	.products-category img{width: 100%;}
	.cart-search{float: none; display: inline-block;}
	.hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs{display: block !important;}
	.related-items img{width: 100%;}
	.newletter-container .newleter-content label{margin: 0;}
	.newletter-container .newleter-content input{margin: 10px 10px 0 0;}
	.newletter-container .newleter-content .button{margin-top: 10px;}
	.banner-center .img{margin-bottom: 20px;}
	.featured-container .owl-buttons .owl-prev, .featured-container .owl-buttons .owl-next{top: -32px !important;}
}
@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) {
	.top-cart { bottom:-93px; }
	.top-cart .btn-block { width:auto; }
	#language .dropdown-toggle,.links li { margin:0; }
	.product-filter .sort,.product-filter .limit { display:none; }
	.col-mobile { width:100% !important; padding:0;}
	.product-view .tab-view textarea { width:280px; }
	#search {
		bottom: inherit;
		clear: both;
		display: block;
		margin:10px auto;
		position: inherit;
		right: inherit;
		width: 310px;
		float:none; 
	}
	.top-cart { float:none; }
	#search .input-group-btn { width:auto; }
	.cart-search { position:inherit; margin:10px 0 0;  }
	#search input { width: 243px;}
	.newletter-container { display: inline-block; text-align: center; width: 100%;}
	.newletter-container .newleter-content label{float: none;}
	.newletter-container #frm_subscribe{display: inline-block; margin-top: 15px;}
	.nivo-directionNav a{display: none;}
}
@media (max-width: 640px) and (min-width: 360px){
	.newletter-container .newleter-content input{width: 180px;}
	.newletter-container .newleter-content label{margin-left: 0;}
	.newletter-container .newleter-content input{margin: 0 10px;}
	.cart-search{float: none; text-align: center; width: 100%;}
	.top-cart{clear: both; display: inline-block; float: none; margin-right: 10px;}
	#search{display: inline-block; float: none;}
	#cart{width: auto; display: inline;}
}
@media (max-width:440px) {
	.links li:last-child { margin:5px 0 0; }
	.bock-header .header-title { font-size:9px; }
	.bock-header .header-content { font-size:8px; }
	.banner-static-center .static-text h3 { font-size: 26px; }
	#search { width:310px; }
	.product-view .tab-view input.form-control,.product-view .tab-view textarea { width:200px; }
	#search{width: 286px;}
	#language .dropdown-menu{top: 22px;}
	
}
#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% #3EC2DF;
}
#back-top {
    border-radius:30px;
    -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,.item-inner .button-group .cart button span,.item-inner .add-to-links .wishlist button,
.item-inner .add-to-links .compare button,.newletter-container .newleter-content .button,.btn, button,
.product-list .add-to-links .cart button span,.product-view .form-group #button-cart span,.block-banner-right img,.banner-center .img1 .banner-title,.banner-center .img2 .banner-title,.banner-static-2 .banner-box .banner-box-container {
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.item-inner:hover,.item-inner .button-group .cart button:hover span,.item-inner:hover .add-to-links .wishlist button ,
.item-inner:hover .add-to-links .compare button,.newletter-container .newleter-content .button:hover,.btn:hover, button:hover,
.product-list .add-to-links .cart button:hover span,.product-view .form-group #button-cart:hover span,.block-banner-right:hover img,.banner-center .img1:hover .banner-title,.banner-center .img2:hover .banner-title,.banner-static-2 .banner-box .banner-box-container:hover {
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 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;
}
.owl-theme .owl-controls .owl-buttons div {
	-moz-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}
.owl-theme:hover .owl-controls .owl-buttons div {
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	cursor: pointer;
}
.owl-theme .owl-controls .owl-buttons div {
	-moz-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s 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);
}
.banner-slider .banner-box1 .banner-hover,.banner-slider .banner-box2 a img.down,
.banner-static-contain .banner-box .banner-hover,.banner-static-contain .banner-box3 a img.up,
.banner-static-contain .banner-box3 a img.down {
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.banner-slider .banner-box1:hover .banner-hover,.banner-slider .banner-box2:hover a img.down,
.banner-static-contain .banner-box:hover .banner-hover,.banner-static-contain .banner-box3:hover a img.up,
.banner-static-contain .banner-box3:hover a img.down {
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	cursor: pointer;
}
.banner-center .img1 img,.banner-center .img2 img{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    transform: scale(1);
}
.banner-center .img1:hover img,.banner-center .img2:hover img{
    transform: scale(1.02);
    -ms-transform: scale(1.02); 
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    opacity:1;
}