@font-face {
    font-family: 'archivoNarrow-bold';
    src: url('fonts/archivonarrow-bold.eot');
    src: local('archivoNarrow-bold'),
     url('fonts/archivonarrow-bold.woff') format('woff'),
      url('fonts/archivonarrow-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'ArchivoNarrow-Regular';
    src: url('fonts/ArchivoNarrow-Regular.eot');
    src: local('ArchivoNarrow-Regular'),
     url('fonts/ArchivoNarrow-Regular.woff') format('woff'),
      url('fonts/ArchivoNarrow-Regular.ttf') format('truetype');
}
@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}
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: #ffffff;
	color: #444444;
	font-family: 'archivoNarrow-bold';
	margin: 0px;
	font-size: 12px;
	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 {
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
}
#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;
	color:#989898;
}
/* 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!important; }
a:focus        { outline:none!important; }
a:hover {
	text-decoration: none !important;
	color:#10aefd;
}
button{
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
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:8px 0 0; }
#logo a { display:inline-block; }
#top {
    background:#3B4348;
	position:relative;
	z-index:99999;
	padding: 0;
	border-bottom: #464648 1px solid;
	color:#989898;
}
#top #currency .currency-select {
	text-align: left;
	text-transform: inherit;
	background:none;
	text-decoration:none !important;
	padding:3px 10px;
}
#top .left-header, #top .right-header{text-transform: uppercase;}
#top .left-header p{  
	margin: 0;
	text-transform: capitalize;
	font-family: Arial;
	line-height: 44px;
	text-align:left;
}
#top #currency .currency-select:hover,#top #currency li.active .currency-select {
	text-shadow: none;
	color:#10aefd;
	background:none;
	text-decoration:none !important;
}
#top #currency .currency-select:hover span,#top #currency li.active .currency-select span { color:#10aefd; }
.links { margin: 0; padding:0; width: 100%; }
.links li {
	margin-right:0;
	padding:0;
    float: left;
    font-size: 12px;
    line-height: 44px;
	height:44px;
}
.links li a {
	color: #989898;
	font-size:12px;
    display: block;
    padding:0 0 0 13px;
    text-decoration: none;
	padding: 0 6px 0 13px;
	border-left: 1px solid #383838;
}
.links li:last-child a{border-right: 1px solid #383838;}
.links li .nav .open > a { background:none; }
.links li a:hover { color:#10aefd; }
.links li.dropdown a:focus { background-color:inherit; }
.links li:last-child { background: none; }
.links .dropdown-menu li { background: none; width: 100%; text-align: left; line-height: 36px; height:36px; }
.links .dropdown-menu li a { padding: 5px 0; background:none; border:0;}
.links .dropdown-menu li a:hover {  color:#10aefd; background: none; border:0;}
#top-links .dropdown-menu {
	padding:5px 15px;
	border:0;
	background:#2c2c2c;
	border-radius:0;
	margin:0;
	min-width:99px;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#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: right;
}
#currency label {
	float:left;
	font-size: 12px;
	color:#989898;
	text-indent: -9999px;
}
#currency .dropdown-toggle {
    display: block;
	padding:0;
	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;
	padding: 14px 10px;
	border-left: 1px solid #383838;
}
#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:81px; left:0; margin:0; }
#currency .dropdown-menu { left:0; min-width:56px; margin:0;}
#currency .btn-link span,#currency .btn-link strong {
    color: #989898;
    font-size: 12px;
	font-family: 'archivoNarrow-bold';
	font-weight:400;
    text-align: left;
    text-transform: uppercase;
    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: #989898;
	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:#10aefd; }
#language label {
	color: #989898;
    float: left;
    font-size: 12px;
    text-transform: capitalize;
	text-indent:-9999px
}
#language .dropdown-toggle {
    display: block;
    margin: 0;
	background:none;
    padding: 0;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    z-index: 10;
	text-decoration:none !important;
	padding: 14px 10px;
	border-left: 1px solid #383838;
}
#language .btn-link span,#language .btn-link strong {
    color: #989898;
    font-size: 12px;
    font-family: 'archivoNarrow-bold';
	font-weight:400;
    text-align: left;
    text-transform: uppercase;
	margin-right: 2px;
}
#language .btn-link img {
	position: relative;
    top: -1px;
	margin-right: 3px;
}
#language .btn-link .fa-caret-down {
	color: #989898;
	font-size: 14px;
	position: relative;
	top: 2px;
	left: 0;
	margin-left: 3px;
}
#language .dropdown-menu a {
    color: #989898;
    font-size: 13px;
    text-align: left;
    text-transform: inherit;
    padding: 5px 10px;
}
#language:hover .btn-link span, #currency:hover .btn-link strong{color:#10aefd;}
#language .dropdown-menu a:hover {
	color: #10aefd;
	background:none;
}
.currency-language #language  li { float:left; }
.currency-language #language a {
	display: inline-block;
	line-height:11px;
    padding: 5px 7px;
	font-size:12px;
}
.currency-language #language a:hover,.currency-language #language li.active a { color: #10aefd; background:none; }
#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; display:none; 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;
}
/*Banner-staic=========================================*/
.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 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 {
	display: inline-block;
    margin: 45px 0 0;
    width: 100%;
}
.banner-static-contain { margin:30px 0 0; }
.banner-static-contain  .banner-box  { position:relative; }
.banner-static .banner { overflow:hidden; }
.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.html") 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: #10aefd;
    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:#10aefd;
    color: #ffffff;
}
.block-banner-right:hover img { opacity:0.8;}
.block-banner-left { overflow:hidden; margin:30px 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: "archivonarrow-bold";
    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: 'archivoNarrow-bold';
	font-weight:400;
	font-size:12px;
	color:#10aefd;
	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;
}
/*===================================================*/
/* search */
.header-block-static { margin:15px 0 0; }
.header-block-static .box-col{  padding: 0 0 0 1px;}
.box-col {
    overflow: hidden;
    position: relative;
    text-align: center;
	padding:0;
}
.header-block-static .box-col-inner {
    cursor: pointer;
}
.header-block-static .pull-left {
	width: 65px;
	  height: 65px;
	  text-align: center;
	  line-height: 50px;
	  font-size: 24px;
	  margin-right: 10px;
	  border: 7px solid #e6e6e6;
	  background-color: #3b4348;
	  border-radius: 100%;
}
.header-block-static .pull-left .fa {
    font-size: 24px;
    line-height: 44px;
    text-align: center;
	color:#fff;
}
.header-block-static .media-body {
	color: #000;
	font-family: archivoNarrow-bold;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 25px;
	letter-spacing: 1px;
	padding-top: 10px;
}
.box-col-inner:hover .pull-left .fa {
	color:#fff;
}
.box-col-inner:hover .pull-left{ 
	background:#10aefd;
	-webkit-animation: rotate 0.4s linear;
	-moz-animation: rotate 0.4s linear;
	animation: rotate 0.4s linear;
}
.header-block-static .media-body h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.5;
	font-family: archivoNarrow-bold;
	color: #000;
}
.header-search { 
	width:auto;
	text-align:center;
	position:absolute;
	bottom:-124px;
	right:15px;
}
#search {
    height: 64px;
    width: 64px;
	display:inline-block;
}
#search input {
	border: medium none;
	box-shadow: none;
	color: #929191;
	float: left;
	font-size: 12px;
	height: 64px;
	margin: 0;
	padding:0 10px;
	text-transform:capitalize;
	border-radius:0;
	background:#f7f7f7;
	display:none;
}
#search:hover{width:271px;}
#search:hover input{display:inline-block; width:207px;}
#search .btn-lg {
    border: 0 none;
    display: block;
	float:right;
    height: 64px;
    padding: 0;
    width: 64px;
	background-color: #A59063;
	outline:none !important;
}
#search .btn-lg:hover{  background-color: #0d84c0;}
#search .btn-lg .fa {
	color:#fff;
	font-size:18px;
	margin:-1px 0 0;
}

#search .input-group-btn { width:auto !important; float:right; }
#top-links .dropdown-menu { left:0;}
/* 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;
	position:absolute;
	right:15px;
	top:19px;
}
#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:#10aefd;
	border:1px solid #10aefd;
}
#cart:hover .icon-cart .fa { color:#fff; }
#cart .icon-cart .fa{
    font-size: 18px;
    margin:0 1px 0 0px;
}
#cart .btn-inverse {
	background: url("../image/icon-cart.png") no-repeat scroll 0 0;
	color:#fff;
	height: 58px;
	padding-left: 58px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	padding-right:0;
}
#cart .title-cart {
	color: #000;
	font-family: 'archivoNarrow-bold';
	font-weight:400;
    display:block;
    font-size: 14px;
    padding:0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
}
#cart #cart-total { 
	text-align:left;
	font-size:14px;
	font-family: 'archivoNarrow-bold';
	font-weight: 400;
	color: #000;
	padding-left: 5px;
}
#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;
	box-shadow: none !important;
	text-shadow: none !important;
}
#cart.open > .btn {
	color: #2f2f2f;
	box-shadow: none !important;
	text-shadow: none !important;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background:#fff;
	box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.14);
	z-index: 1001;
	border: 0;
	padding:15px 20px;
	border:0;
	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: 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: 12px;
	font-weight:bold;
    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:#10aefd;
    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; color:#fff;}
.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: 35px 0 30px;
	text-align: center;
	width: 100%;
	min-height:169px;
	background: #fff;
}
.header .header-inner {
	position: relative;
	z-index: 999;
}
/* menu */
.megamenu{
  background-color: #3B4348;
  height: 64px;
  margin-top: -6px;
}
#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 static follow ===========================================*/
.ma-footer-link-follow {
  background-color: #313133;
}
.block-link-follow{padding:35px 0;}
.footer-link-follow {
    padding: 25px 0;
}
.footer-static-title {
    margin-bottom: 20px;
}
.footer-link-follow .footer-static-title h3 {
    background-color: #f1f1f1;
    display: inline-block;
    font-size: 18px;
	font-family: "archivonarrow-bold";
    margin: 0;
    padding-right: 30px;
    text-transform: uppercase;
}
.footer-link-follow p.images_static {
    background-color: #ffffff;
    margin: 0;
}
.footer-link-follow p.about {
    background-color: #ffffff;
    margin: 0;
    padding: 10px 15px;
}
.footer-link-follow ul.link-follow {
    background-color: #ffffff;
    display: inline-block;
    margin: 0;
    padding: 0 15px 15px;
    width: 100%;
}
ul.link-follow li {
    float: right;
    margin-left: 15px;
    margin-top: 5px;
}
ul.link-follow a {
position: relative;
  display: block;
  height: 80px;
  line-height: 80px;
  width: 70px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 0;
  background: url(../image/bg_flow.png) no-repeat 0 0;
}
ul.link-follow a:hover{color: #10aefd;}
ul.link-follow li a span::after {
    border-top: 5px solid #111111;
    bottom: -5px;
}
ul.link-follow li a span::before, ul.link-follow li a span::after {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    bottom: -5px;
    content: "";
    height: 0;
    left: 46%;
    position: absolute;
    width: 0;
}
ul.link-follow li a span {
    background: none repeat scroll 0 0 #111111;
    bottom: 40px;
    color: #ffffff;
    font-family: Corbel;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    left: 57%;
    line-height: 20px;
    margin-left: -40px;
    min-width: 70px;
    padding: 1px 5px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: capitalize;
	opacity:0;
}
ul.link-follow li a span::after {
    border-top: 5px solid #111111;
    bottom: -5px;
	
}
ul.link-follow li a:hover span {
    bottom: 66px;
	opacity:1;
}
.footer-link-follow .box-newsletters {
    background-color: #ffffff;
    overflow: hidden;
    padding: 15px;
}
.footer-link-follow .box-shipping, .footer-link-follow .box-order {
    background-color: #ffffff;
    margin: 25px 0 0;
    padding: 20px;
}
.box-order .pull-left, .box-shipping .pull-left {
    background-color: #10aefd;
    border-radius: 100%;
    color: #ffffff;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    text-align: center;
    width: 44px;
}
.pull-left {
    float: left;
}
.shapes {
    background-color: rgba(0, 0, 0, 0);
    height: 0;
    position: absolute;
    width: 0;
}
.media, .media-body {
    overflow: hidden;
}
.footer-static-content .media-body h3 {
    color: #000000;
    font-family: 'archivoNarrow-bold';
	font-weight:800;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}
.box-order .pull-left .fa, .box-shipping .pull-left .fa { font-size:18px; }
/*End-footer====================*/
/* footer */
.footer {
    padding: 40px 0;
    text-align: left;
	background-color: #3b4348;
	color: #fff;
	font-family: arial;
}
.footer-title {
    margin-bottom: 20px;
}
.footer h3 {
    display: inline-block;
    font-family: "archivonarrow-bold";
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
	color: #fff;
}
.footer .footer-content {
	margin: 10px 0 0;
	font-size: 13px;
}
.footer .f-title {
    color: #10aefd;
    float: left;
    margin-right: 10px;
    text-transform: capitalize;
}
.footer .footer-content li {
    line-height: 35px;
}
.footer .footer-content li a {
	font-size: 13px;
	line-height: 26px;
	text-transform: capitalize;
	color: #b9b9b9;
	padding-left: 20px;
	background: url(../image/back-dot.png) no-repeat 0 2px;
}
.footer .footer-content li a:hover {
	color: #10aefd;
	background: url(../image/back-dot.png) no-repeat 0 -67px;
	padding-left: 30px;
}
.footer span.fa {
	border: 2px solid #fff;
    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 .footer-static-content ul li:hover span.fa{
	border: 2px solid #10aefd;
	color: #10aefd;
}
.footer .media-body {
    min-height: 45px;
}
.footer ul li .media-body p {
    line-height: 22px;
    margin: 0;
	font-size:13px;
	color:#fff;
}
.footer .footer-static-content li:hover .media-body p{color:#10aefd;}
.footer .footer-static-content li { margin:0 0 15px; font-size:13px; }
.footer .footer-static-content .payment { margin:30px 0 0; }
.footer-static-2 {
	background:#3c3c3c;
    color: #cbcbcb;
    padding: 20px 0;
    text-align: left;
}

.footer-static-2 .footer-static-title h3 {
    color: #10aefd;
    font-family: impact;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
}
.footer-static-2 .footer-static-content { display:inline-block; width:100%; margin:10px 0 0; font-size:12px; }
.footer-static-2 .footer-static-content li {
    display: inline-block;
    margin-right:8px;
}
.footer-static-2 .f-col2 .footer-static-content .fa { margin-right:10px; font-size:23px; color:#fff; } 
.footer-static-2 .f-col3  .footer-static-content .fa { margin-right:10px; font-size:23px; color:#fff; }
.footer-static-2 .footer-static-content a { font-size:0; }
.footer-static-2 .footer-static-content a .fa { font-size:23px; color:#fff; }
.powered {
	background:#f0f2f3;
    margin: 0;
    padding:25px 0 20px;
    text-align: left;
	font-family: arial;
}
.left-powered {
    margin:0;
}
.powered h2 {
    color: #444;
    font-size: 13px;
    text-transform: inherit;
	margin:0;
	
}
.powered a { color:#10aefd;}
.powered a:hover {
	color: #cbcbcb;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	margin:15px 0 0;
}
/* breadcrumb */
.category-row{margin-top:30px; margin-bottom: 30px;}
.category-row .vermagemenu .navleft-container{ padding:0; position:static;}
.top-category .breadcrumb{margin:0;}
.menu-category .bestsellers-container{margin-top:30px;}
.breadcrumb {
	border:0;
    font-size: 14px;
    padding:0;
	border-radius:0;
	background:none;
}
.breadcrumb a {
	font-family:'archivoNarrow-bold';
	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/breadcrumbs.png") no-repeat scroll 100% 50%;
	padding:0 15px 0 0;
	margin:0 6px 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:#222;
    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:#10aefd; 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 {
	position: absolute;
	z-index: 1;
	top: 10px;
	background-color: #ec4646;
	right: 0;
	width: 50px;
	height: 25px;
	line-height: 27px;
	text-align: center;
	display: block;
	color: #fff;
    font-size: 12px;
	text-transform: uppercase;
}
.item-inner .new{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 10px;
	width: 50px;
	height: 25px;
	line-height: 27px;
	text-align: center;
	display: block;
	color: #fff;
	background-color: #222222;
	font-size: 12px;
	text-transform: uppercase;
}
.item-inner .sale-percent{
	position: absolute;
	z-index: 1;
	right: 0;
	top: 10px;
	width: 50px;
	height: 25px;
	line-height: 27px;
	text-align: center;
	display: block;
	color: #fff;
	background-color: #ec4646;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'ArchivoNarrow-Regular';
}
.item-inner {
    position: relative;
	display:inline-block;
	width:100%;
	overflow:hidden;
}
.item-inner .image{ margin:0; text-align:center; overflow:hidden;}

.item-inner .image img{
-webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transform: scale(1);
}
.item-inner:hover .image img{
-webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transform: scale(1.05);
  overflow:hidden;
}
.item-inner .description { display: none;}
.item-inner .cart {
	float: left;
	width: 60%;
}
.product-thumb .image {
	text-align: center;
}
.owl-controls .owl-buttons div{position:absolute;}
.owl-controls{ display:inline-block;}
.product-search .carousel-contain { margin:40px 0 0; }
.product-search  .search-products { margin:20px 0 0; }
.product-grid { margin-bottom:20px;}
.product-grid .description{display:none;}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 a{
    color: #444;
    font-size: 12px;
	text-transform:uppercase;
	font-family: 'ArchivoNarrow-Regular';
}
.product-thumb h4 a:hover{color:#10aefd}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-list .image { background:#fff;}
.product-grid .item-inner .actions .add-to-links button{margin-left: -1px;}
.product-list:last-child { border:0; margin:0; }
.product-list .left-block{padding:5px;}
.product-list .left-block .product-image{  border: 1px solid #ddd; padding:15px;}
.product-list .item-inner{border:0;}
.product-list .caption{margin-top:5px;}
.product-list .item-inner .actions .add-to-links{float:left;}
.product-list .name{margin: 5px 0 0; text-align:left;   width: 100%;}
.product-list .name a{
	text-transform: uppercase;
	color: #2d2d2d;
    font-size: 23px;
}
.product-list .price {
    padding:0;
	margin:10px 0 0;
    text-align: left;
	font-size:30px;
}
.product-list .rating {
    margin:5px 0 0;
	text-align:left;
}
.product-list .description {
    clear: both;
	display:inline-block;
    margin: 10px 0 0;
	font-size:13px;
	font-family: arial;
}
.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.html") no-repeat scroll 0 3px #10aefd;
	padding:12px 25px;
}
.product-list .add-to-links .cart button:hover {
	background: url("../image/cart_icon.html") no-repeat scroll 0 3px #666;
}
.product-list .cart { float:left; width: 27%;; text-align:left; margin:0 0 10px; }
.product-list .actions{position:static !important;}
.product-list .actions .add-to-links{width:50% !important;}
.product-list .actions .add-to-links .wishlist, .product-list .actions .add-to-links .compare {
  width: 17% !important;
  margin-left: 10px;
}
.product-list .add-to-links .cart button span {
    color: #ffffff;
    font-family: 'arial';
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 0 15px;
    text-transform: capitalize;
}
.product-list .add-to-links .wishlist, .product-list .add-to-links .compare {
	float:left;
	width:auto;
}
.product-list .add-to-links .wishlist button { 
	padding:0;
	background:#222;
	font-size:14px;
	text-transform:capitalize;
	color:#fff;
	width:55px;
	height:35px;
}
.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:55px;
	height:35px;
}
.product-list .add-to-links div button:hover { background:#10aefd; color:#fff; }
.product-list .add-to-links .compare button span { display:none; }
.box-heading { border-bottom:3px solid #10aefd; }
.category-top {
	display:inline-block;
	width:100%;
}
.category-top h2 { display:none; }
.category { margin:33px 0 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 { 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:#10aefd;
	border:0;
	background:url("../image/bg_vertical.png") repeat-x scroll 0 50%;
}
.category-filter .filter-content {
    margin: 15px 0 0;
}
.category-filter .filter-content:first-child { margin:0; }
.category-filter .panel-heading {
  font-size: 14px;
  word-wrap: break-word;
  display: block;
  font-family: ArchivoNarrowBold;
  text-transform: uppercase;
  color: #fff;
  background-color: #10aefd;
  padding: 15px 10px 10px 20px;
  border-bottom: 5px solid #A59063;
  border-radius: 4px;
}
.category-filter .panel-heading span {
    color: #ffffff;
    display: inline-block;
    font-family:'archivoNarrow-bold';
	word-wrap: break-word;
    font-size: 18px;
	margin:0;
    text-transform: uppercase;
}
.category-filter  { border:0; box-shadow:none; border-radius:0; }
.category-filter  .filter-content a.list-group-item {
    color: #444;
    line-height: 30px;
    padding:5px 10px 5px 10px;
    text-transform: uppercase;
	border:0;
	font-size:14px;
	border-bottom: 2px solid #000;
	background: url(../image/narrow-by.png) no-repeat 98% 50%;
}
.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 0; background:none; margin:5px 0 0; }
.category-image .img-thumbnail { padding:0; border-radius:0; border:0; }
.list-group-item label  {
	margin: 0;
	padding: 13px 0 0 10px;
	font-size:14px;
	border-bottom: 1px solid #eee;
	font-family: arial;
}
.list-group-item label:last-child { border:0; }
.rating {
	display: inline-block;
	text-align: right;
	width: 35%;
	margin: 15px 0 0;
}
.name {
	float: left;
	font-weight: normal;
	margin: 17px 0 0;
	text-align: left;
	width: 65%;
}
.name a {
    color: #444;
    font-size: 12px;
	text-transform:uppercase;
	font-family: 'ArchivoNarrow-bold';
}
.name a:hover {
    color: #10aefd;
}
.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 {
	color: #10aefd;
	font-size: 18px;
	text-align: left;
	display: inline-block;
	width: 100%;
	margin: 10px 0 0;
}
.price-tax {
	color: #999;
	font-size: 12px;
	display:none;
}
.price .price-old {
	color: #888;
	text-decoration: line-through;
	font-size: 14px;
	font-family: Arial;
	line-height: 15px;
}
.item-inner:hover .actions{bottom:0;}
.item-inner .actions{
	position: absolute;
	bottom: -43px;
	display: inline-block;
	width: 100%;
}
.item-inner .actions .add-to-links{  
  float: right;
  width: 40%;
}
.item-inner .actions .cart button{
	width: 100%;
	min-height: 43px;
	display: inline-block;
	line-height:43px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	background: #10aefd;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.item-inner .actions .cart button:hover{background:#0d84c0;}
.item-inner .actions .cart button i{
	color: #fff;
	font-size: 18px;
	margin-right: 5px;
}
.item-inner .actions .cart button span{
	height: 39px;
	line-height: 39px;
}
.item-inner .actions .add-to-links .wishlist,
.item-inner .actions .add-to-links .compare{
	float: left;
	display: inline-block;
	width: 50%;
}
.item-inner .actions .add-to-links button{
	float: left;
	position: relative;
	width: 100%;
	height: 43px;
	padding:0;
	text-align: center;
	line-height: 43px;
	font-size: 18px;
	background-color: #10aefd;
	border-left: 1px solid #c7b58e;
}
.item-inner .actions .add-to-links button span{text-indent:-9999px; font-size:0;}
.item-inner .actions .add-to-links button .fa{color:#fff;}
.item-inner .actions .add-to-links button:hover{
	background-color: #0d84c0;
}
.item-inner .actions .add-to-links button:hover i{color:#fff;}
.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: 21px;
    padding: 0;
    text-indent: -9999px;
    width: 21px;
	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: #929191;
	font-size:13px;
}
.product-filter {
    overflow: hidden;
    padding:10px 20px;
	border: 1px solid #7f7f7f;
	border-bottom: 2px solid #A09B9B;
	margin:20px 0 0;
}
.product-filter .limit {
    color: #666;
    float: right;
    margin: 2px 0 0;
    padding: 0 20px;
}
.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: #929191;
    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: 13px;
    font-weight: normal;
    line-height: 27px;
    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;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #10aefd;
	border-color: #10aefd;
}
.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;
	margin:0;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
	max-width:inherit;
	width:27%;
}
.image-block  .owl-carousel .owl-item { padding:0 8px; }
.product-ocbestseller .product-filter, .product-ocnewproduct .product-filter{margin-top:0;}
.title-child{
	text-transform: uppercase;
	margin: 0;
	font-size: 15px;
	display: inline-block;
	background-color: #10aefd;
	border-radius: 4px;
	border-bottom: #0d84c0 3px solid;
	padding: 12px 15px 10px;
	color: #fff;
}
.title-parent{
	overflow: hidden;
	margin-bottom: 40px;
	text-align: center;
	background: url(../image/bg_title.png) repeat-x 0 50%;
}
.title-parent h2{
	display: inline-block;
	background-color: #fff;
	padding: 0 10px;
	margin: 0;
}
/*bestseller vs specialproduct------------------------------------------*/
.bestsellerproduct .item_product,.specialproduct .item_product{padding: 0 15px;}
.bestsellerproduct{margin-top:40px;}
.specialproduct{background:#ebebeb; padding-top: 40px; padding-top: 20px; margin-top: 40px;}
.specialproduct .title-parent h2{background-color: #ebebeb;}
.specialproduct .owl-theme .owl-controls .owl-buttons .owl-prev{right:50px;}
.specialproduct .owl-theme .owl-controls .owl-buttons .owl-next{right:15px;}
.bestsellerproduct,.specialproduct .container,.testimonial-content,.new-products-container,.featured-container{position:relative; margin-top:30px;}
.specialproduct .col2,
.bestsellerproduct .owl-wrapper-outer,
.bestsellerproduct .owl-carousel,
.specialproduct .owl-wrapper-outer,
.specialproduct .owl-carousel,
.testimonial-container .owl-wrapper-outer,
.testimonial-container .owl-carousel{
	position:static !important;
}
.specialproduct .col2{padding:0 0 0 30px;}
.specialproduct .blog-popular{  padding-top: 70px;}
.specialproduct .blog-popular h3{
	font: 30px/1.3 ArchivoNarrow-Bold,arial;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.specialproduct .blog-popular h3 span{font-family:arial; display:block;}
.specialproduct .blog-popular p{  
	font-size: 14px;
	line-height: 25px;
	font-family: arial;
}
/*bestseller vs specialproduct------------------------------------------*/
/*productt-view------------------------------------------*/
.product-view .image-additional { margin:0; padding: 15px 21px 0; }
.product-view .owl-carousel .owl-wrapper-outer { width:102%; }
.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:#fff; border:1px solid #f1f1f1; padding:0; border-radius:0; margin:0; }
.product-view .product-name h1 {
    font-size: 22px !important;
    font-weight: 400;
    margin: 0 !important;
	font-family:'archivoNarrow-bold' !important;
    text-transform: uppercase !important;
}
.product-view .list-unstyled {
    margin:0;
    padding:10px 0 0;
	font-family: arial;
}
.product-view .short-description{font-family:arial;}
.product-view .add-to-links{
	display: inline-block;
	margin: 20px 0 0 0;
}
.product-view .add-to-links .wishlist{margin-right:10px;}
.product-view .add-to-links .wishlist:hover button i{
	background-color: #0d84c0;
}
.product-view .add-to-links .wishlist:hover button span {
  background: #0d84c0;
  color: #fff;
}

.product-view .list-unstyled li {
	color: #4d4d4d;
    line-height: 20px;
	font-size:14px;
	text-transform: capitalize;
	margin:0 0 3px 0;
}
.product-view #product{clear:both; max-height: 350px; overflow: auto; margin-top: 15px;}
.product-view .btn-default{background:#ebebeb;}
.product-view .btn-default:hover{background:#10aefd;}
.product-view .btn-default:hover i{color:#fff;}
.product-view #product h3{margin:0;}
.product-view .list-unstyled li a {
	color: #10aefd
}
.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: #10aefd;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
	text-decoration: inherit;
}
.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: 46%; 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 5px 0 0;
}
.product-view .add-to-links button,.product-view .form-group #button-cart span {
	float: left;
	margin-top: 3px;
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
}
.product-view .add-to-links button i,.product-view .form-group #button-cart i{
	float: left;
	width: 33px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #fff;
	background-color: #10aefd;
	font-size: 18px;
	vertical-align: top;
}
.product-view .add-to-links button span,.product-view .form-group #button-cart span {
	height: 39px;
	line-height: 39px;
	display: inline-block;
	padding: 10px 8px 8px 0px;
	font: normal 14px/1.35 ArchivoNarrow-Bold, Arial, sans-serif;
	text-align: center;
	white-space: nowrap;
	background: #10aefd;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.product-view .add-to-links .compare:hover button i,.product-view .form-group #button-cart:hover i{
	background-color: #0d84c0;
}
.product-view .add-to-links .compare:hover button span,.product-view .form-group #button-cart:hover span {
  background: #0d84c0;
}
.product-view  .add-to-links div { float:left; width:auto; }
.alert-info-fa {
	float: none !important;
	display: inline-block;
	width: 100% !important;
}
.product-view  .add-to-links .alert.alert-info {float:none; display:inline-block; margin-top:15px;}
.product-view  .form-group label {
    color: #2f2f2f;
    float: left;
	display:none;
    font-family: "arial";
    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;
}
.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;
}
.product-view .form-group #input-quantity {
    background: none repeat scroll 0 0 #f1f1f1 !important;
    border:0;
    color: #2f2f2f;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 35px;
    margin:0;
    padding: 0;
	border-radius:0;
    text-align: center;
    width: 60px !important;
	box-shadow:none;
}
.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:#f1f1f1;
	border:1px solid #ddd;
}
.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 1px 0 0;
}
.product-view .tab-view a {
	background: #fff;
    color: #000;
	font-family:'archivoNarrow-bold';
    display: inline-block;
    font-size: 18px;
    line-height: 14px;
    padding:16px 23px 13px 0;
    text-decoration: none;
	border-radius:0;
	font-weight: normal;
	text-transform:uppercase;
	border-bottom:0;
	border:0;
	margin:0;
	border-left: 1px solid #000;
	padding-left: 15px;
}
.product-view .tab-view li:first-child a{ padding-left: 0; border:0 !important;}
.product-view .tab-view a:hover,.product-view .tab-view li.active a {
	background:none;
	color:#10aefd;
	border:0;
	border-left: 1px solid #000;
}
.product-view .tab-view li.active:last-child a{border-left: 1px solid #000;}
.product-view .nav-tabs {margin:50px 0 30px; border:0; }
.product-view  .tab-content {
	height: 300px;
	overflow: auto;
    margin:0;
	font-size:13px;
	font-family: arial;
	line-height:23px;
    padding: 15px;
	border:2px solid #ebebeb;
}
.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 {
    margin:0;
	line-height:32px;
	border:0;
	float:left;
	width:100%;
	text-align:center;
}
.product-view .item-inner .add-to-links .cart button { padding:0; font-size:0; }
.product-view .item-inner .rating { text-align:center; }
/********related-container**********/
.related-container{clear:both; padding: 5px 0 0;}
.related-container .row-related .owl-item{padding:0 15px;}
.related-container h3{padding:15px; margin:0;}
.related-container .owl-theme .owl-controls .owl-buttons div{top:-52px;}
.related-container .owl-theme .owl-controls .owl-buttons .owl-prev{right:50px;}
.related-container .owl-theme .owl-controls .owl-buttons .owl-next{right:15px;}
/********end related-container**********/
.related-title {
	border:1px dashed #ebebeb;
    display: inline-block;
    margin:30px 0 0;
    padding: 0;
    width: 100%;
}
.product-view .view-related  .owl-controls .owl-buttons div { margin:-45px 0 0; }
.view-related .owl-wrapper { margin:25px 0 0; }
.alert-success { border-radius:0; margin:0;}
#content .related-title h2{
    color: #fff;
	background:#10aefd;
    display: inline-block;
    font-family: "archivonarrow-bold";
    font-size:18px;
    padding:14px 18px 9px;
    text-decoration: none;
	margin:0;
    text-transform: uppercase;
}
.table-responsive{max-width:100%; overflow:auto;}
.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: #10aefd;
    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 #content p {
	color: #4d4d4d;
    font-family: "arial";
    font-size: 14px;
	margin-bottom:20px;
}
.checkout-cart #accordion .panel-heading {
	background:#10aefd;
}
.checkout-cart #accordion .panel-heading a {
    font-size: 16px;
    text-transform: uppercase;
	color:#fff;
}
.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;
}
.panel-group .panel-heading {
	background:#323a45;
	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: uppercase;
	color:#fff; 
}
.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-family: "arial";
    font-size: 14px;
}
.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/bg-arrow-thumail.png") no-repeat scroll 0 0 #222;
    border:0;
    cursor: pointer;
    display: block;
    height: 29px !important;
    position: absolute;
    text-indent: -9999px;
    top: 110%;
    width: 29px !important;
	border-radius:0 !important; 
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-next { background-position:100% 0; right:85%;}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev { left: 0%;}
.image-block .owl-theme .owl-controls .owl-buttons .owl-next:hover {background: url(../image/bg-arrow-thumail.png) no-repeat 100% 100% #10aefd;}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev:hover {background: url(../image/bg-arrow-thumail.png) no-repeat 0 100% #10aefd;}
.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 100px;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.carousel-contain .slides li img { width:100%; }
.flex-direction-nav a:before {
	line-height: 40px;
}
.owl-theme .owl-controls .owl-buttons div{
	top: -20px;
	text-indent: -999px;
	font-size: 0;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border-bottom: 2px solid #8e8e8e;
	background: #f4f2f2 url(../image/owl-buttons.png) no-repeat 0 0;
}
.owl-theme:hover .owl-controls .owl-buttons div { opacity: 1;}
.owl-theme .owl-controls .owl-buttons .owl-next { background-position:100% 0; right:0px; }
.owl-theme .owl-controls .owl-buttons .owl-prev { right:35px;}
.owl-theme .owl-controls .owl-buttons .owl-next:hover {background:url(../image/owl-buttons.png) no-repeat 100% 100% #bebebe;}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {background:url(../image/owl-buttons.png) no-repeat 0 100% #bebebe;}
.ma-brand-slider-contain .jcarousel-skin-opencart .jcarousel-container .jcarousel-prev-horizontal:hover {background:url(../image/owl-buttons.png) no-repeat 0 100% #10aefd;}
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover {
	background:url(../image/owl-buttons.png) no-repeat 100% 100% #10aefd;
}
/*Custommenu========================================*/
/*modunl===================================================================*/
.nav-container {
	width:100%;
}
.pt_custommenu{background: #3B4348;}
.pt_custommenu div.pt_menu.active {
    color: #fff;
	background:#2E373C;
}
.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 .parentMenu .current,
.pt_custommenu .pt_menu_link ul li a:hover,
.pt_custommenu div.pt_menu.act {
    color: #fff;
	background:#2E373C;
}
.pt_custommenu .pt_menu_link .hot{  position: absolute;
  color: #fff;
  background: url(../image/hot-sale1.png) no-repeat center center;
  width: 47px;
  height: 31px;
  line-height: 26px;
  top: -15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  right: 0;
  font-family: arial;
  z-index: 1;}
.pt_custommenu .pt_menu_link .new{  position: absolute;
  color: #fff;
  background: url(../image/new1.png) no-repeat center center;
  width: 47px;
  height: 31px;
  line-height: 26px;
  top: -15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  right: 0;
  font-family: arial;
  z-index: 1;}
.pt_custommenu div.pt_menu.act a, .pt_custommenu div.pt_menu.active .parentMenu a { 
	color: #fff;
	background:#2E373C;
}
.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.png") no-repeat scroll 0 12px;
}
.pt_custommenu div#pt_menu_home.act .parentMenu a{ background:#2E373C; }
.pt_custommenu div.pt_menu_no_child .parentMenu a:hover { background:none; }
#pt_menu_home a:hover { color:#fff;}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName:hover{ color: #000; }
.pt_custommenu div.pt_menu.act .itemSubMenu .itemMenuName:hover{
    color: #000;
	background: url("../image/bg_li.png") no-repeat scroll 0 12px;
}
#pt_menu_home .parentMenu a{padding:22px;}
#pt_menu_home .parentMenu a span{
  display: block;
  text-indent: -99999px;
  width: 20px;
  height: 20px;
  background: url(../../../../../../magento.usthemes.com/matalo/skin/frontend/ma_matalo/ma_matalo2/magentothem/images/icon-home.png) no-repeat 0 100%;
}
.pt_custommenu .itemMenu a.level0:hover { color: #A59063; }
.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemSubMenu h4.level2 span{
    color: #A59063;
}
.pt_custommenu .itemSubMenu a.level2:hover,
.pt_custommenu .itemMenu .level1 a.level0:hover{
	color: #A59063;
	background: url("../image/bg_li.png") no-repeat scroll 0 12px;
}
.pt_custommenu .itemMenu h4.level0, .pt_custommenu .itemMenu a.level0 {
	background:url("../image/background-title.png") repeat-x scroll center 15px;
}
.pt_custommenu div.pt_menu.act .itemMenu .itemMenuName{ color: #555555; background:url("../image/background-title.png") repeat-x scroll center 15px; }

.pt_custommenu div.pt_menu.act .itemSubMenu .itemMenuName{ color: #555; background:url("../image/bg_li.png") no-repeat scroll 0 12px; }
.pt_custommenu div.pt_menu.act .itemSubMenu .itemMenuName:hover {
	background: url("../image/bg_li.png") no-repeat scroll 0 12px;
	color:#A59063;
}
.mobilemenu li.active a, .mobilemenu a:hover {
	color: #A59063;
}
.mobilemenu ul a:hover, .mobilemenu ul li.active a {
	color: #A59063 !important;
}
.mobilemenu ul ul a:hover, .mobilemenu ul ul li.active a, .mobilemenu ul li.active ul a:hover {
	color: #A59063 !important;
}
.mobilemenu ul ul ul a:hover, .mobilemenu ul ul ul li.active a, .mobilemenu ul ul li.active ul a:hover {
	color: #A59063 !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: #A59063 !important;
}
.menu-mobile {
	background: #10aefd;
	position:relative;
	height:64px !important;
}
.navbar .btn-navbar{position:absolute; left:115px; margin-top: 17px !important;}
.navbar .brand {
	padding: 0 0 0 15px !important;
	line-height: 70px !important;
}
ul.tabs li span:hover,ul.tabs li.active span {
    color: #fff;
	background:#A59063;
}
.custom-menu-bottom { padding:0 20px 30px;}
/** ver megamenu **/
.vermenu, .homemenu{padding:0;}
.vermenu .vermagemenu{cursor: pointer;}
.vermagemenu h2{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 0 0 20px;
	height: 64px;
	line-height: 64px;
	font-family: archivonarrow-bold;
	margin: 0;
	background-color: #10aefd;
}
.vermagemenu h2 i{
	margin-right:10px;
	color:#fff;
}
.navleft-container{
    position: absolute;
    background: none repeat scroll 0% 0% #FFF;
    top: 64px;
    font-size:14px;
    width: 100%;
    left: 0;
    z-index: 99999;
	display:none;
}
.pt_vmegamenu{margin:0px}
.pt_vmegamenu div.pt_ver_menu.active{background:none!important}
.pt_vmegamenu .parentMenu .parentMenu a span{font-size:15px!important}
#pt_vmegamenu{margin-bottom: 0;padding-bottom:0;padding-top:0;}
.pt_vmegamenu .parentMenu a{
	border-bottom: 1px solid #505051;
    height:auto!important;
    width:100%!important;
	color: #fff;
    font-size:13px;
    text-transform: uppercase;
	padding: 17px 20px 12px 45px !important;
	text-decoration: none!important;
	display:inline-block;
}
.pt_vmegamenu .parentMenu a:hover{color: #10aefd;}
.block1 .column .itemMenu a.level0:hover{color:#10aefd !important;}
.block1 .itemSubMenu .itemMenu a.itemMenuName:hover{color:#10aefd !important;}
.pt_ver_menu.had-child, .pt_ver_menu.pt_ver_menu_no_child{position:relative;}
.pt_ver_menu.had-child img, .pt_ver_menu.pt_ver_menu_no_child img{
	position: absolute;
	top: 15px;
	left: 18px;
}
.pt_vmegamenu .parentMenu .fa{color:#fff; margin-right:10px;}
.pt_vmegamenu div.more-wrap .parentMenu a.more-ver-menu,
.pt_vmegamenu div.close-wrap .parentMenu a.close-ver-menu{
	height:36px !important; 
	background:#10aefd;
	padding: 0 0 0 20px !important;
	line-height: 36px;
	border: 0;
}
.pt_vmegamenu div.more-wrap .parentMenu a.more-ver-menu:hover, .pt_vmegamenu div.close-wrap .parentMenu a.close-ver-menu:hover{
color:#fff;
}
.pt_vmegamenu .pt_ver_menu:last-child .parentMenu a:last-child{border:none;}
.pt_vmegamenu div.pt_ver_menu_no_child .parentMenu a{background: none!important;}
.pt_vmegamenu div.had-child .parentMenu a{background: url("../image/bg-left-menu.png") no-repeat scroll 95% 50% transparent!important;}
#pt_vmegamenu .pt_ver_menu, #pt_vmegamenu .pt_ver_menu .parentMenu{width:100%; background:#313131;}
#pt_ver_menu_home{display:none !important;}
.pt_vmegamenu .pt_ver_menu .popup{
    border:none;
    padding: 2px 0px 2px 20px;
    position: absolute;
    left: 265px;
    top: 0;
    text-align: left;
    z-index: 3000;
    background: none!important;
}
.pt_vmegamenu div.column {
    width: 170px!important;
}
.pt_vmegamenu .pt_ver_menu .popup .content-popup{
    border: 1px solid #e5e5e3;
    background:#FFF;
    float: left;
    box-shadow: none;
    border-radius: 0
}
#pt_vmegamenu .pt_ver_menu.over-menu {
  display: none;
}
.pt_vmegamenu div.popup a.act{color:#333;}
.block1{padding:20px 30px;}
.block1 .column{padding-bottom:0!important; margin-bottom:0px!important}
.block1 .column .itemMenu a.level0{
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    width: 100%;
    text-decoration: none !important;
    text-transform: uppercase;
}
.block1 .column .itemMenu a.level0.actParent{
    border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}
.block1 .column .itemSubMenu a.level0{background:none}
.pt_vmegamenu div.column{
    border:none!important;
    margin:0 15px 0 0!important;
    padding:0px!important;
    float:left;
}
.pt_vmegamenu div.column.last{
    margin-right:0px!important;
}
.pt_vmegamenu div.column.blockright{
    width:150px;
    text-align: center;
    margin-right:0!important;
}
.popup .block1{
    float:left;
}
.pt_vmegamenu div.itemSubMenu {
    margin:10px 0 20px!important;
}
.block1 .itemSubMenu .itemMenu a.itemMenuName{
    color: #333;
    font-weight: normal;
    line-height: 28px;
    font-size: 13px;
    text-transform: capitalize;
    line-height:25px;
    font-family:arial;
}
.block1 .itemSubMenu .itemMenu a.itemMenuName:hover{
    background-position: 0px -44px;
    text-decoration: underline!important;
}
a.itemMenuName:hover{
    color:#E98388!important;
    text-decoration: underline!important;
}
/** /ver megamenu **/
/*Countdown-products============================================================*/
.countdown-container{margin-top:20px;}
.countdown-products .item-inner { padding:0 10px; border:2px solid #f5f5f5; margin:0;}
.countdown-products .item-inner:hover{border:2px solid #10aefd;}
.countdown-products .item-inner .price { margin:0; width:auto; color:#10aefd; font-size:20px; padding:6px 6px 6px 0;  }
.countdown-container .name{text-align:left;}
.countdown-container .rating{text-align:left;}
.countdown-container .rating img{display:inline-block;}
.countdown-products .box-price {
	margin: 5px 0 0;
	font-size: 18px;
	color: #10aefd;
	font-family: ArchivoNarrow-Bold;
}
.countdown-products .item-inner .actions .cart {
	position: absolute;
	bottom: 17px;
	right: 10px;
}
.countdown-products .owl-item { padding:0 15px; }
.countdown-title {
	background: url(../image/saleoff.png) no-repeat left;
	overflow: hidden;
	margin-bottom: 25px;
	padding-left: 70px;
}
.countdown-title h3 {
	padding: 16px 0;
	margin: 0;
	border-bottom: 2px solid #ccc;
	font-weight: 700;
	color: #444;
	font-size: 18px;
	text-transform: uppercase;
}
.countdown-products .actions .cart button span{
  text-indent: -9999px;
  display: block;
  font-size: 0;
  width: 52px;
  height: 53px;
  border-radius: 4px;
  border-bottom: 2px solid #A59063;
}
.countdown-products .actions .cart button span:hover{
	background-color: #ec4646;
	border-color: #c61c1c;
}
.countdown-row { 
	background:#f4f4f4;
	margin:10px -10px 0;
	text-align:center;
}
.countdown-row .countdown-section {
	font-size: 10px;
	float: left;
	width: 24%;
	color: #444444;
	height: 64px;
	border:1px solid #ebebeb;
	text-transform: capitalize;
	margin: 5px 0 0 2px;
}
.countdown-row .countdown-amount { font-size:14px; color:#444; width:100%; float:left; padding-top: 10px; font-family: arial; }
.countdown-row .countdown-period  { font-size:12px; color:#808080; width:100%; float:left; font-family:arial;}
.countdown-container .owl-theme .owl-controls .owl-buttons div{top:-65px;}
.countdown-container .owl-theme .owl-controls .owl-buttons .owl-prev {right: 50px;}
.countdown-container .owl-theme .owl-controls .owl-buttons .owl-next {right: 15px;}
/*End-countdown-products=========================================================*/

/*product-tabs-container-slider============================================================*/

.product-tabs-container-slider .owl-item { padding:0 15px; }

/*End-product-tabs-container-slider========================================================*/
/*bestsellersproduct vs onsale*/
#specialproduct{padding-left:0;position: relative; margin: 20px 0 0 0;}
#bestsellerproduct{padding-right:0; position: relative; margin: 20px 0 0 0;}
#bestsellerproduct .owl-carousel, #specialproduct .owl-carousel{position:static;}
#latestproduct button,
#specialproduct button,
#bestsellerproduct button
{
    display: none;
}
#specialproduct .price, #bestsellerproduct .price{text-align:left; font-size: 16px; min-width: 129px;}
#specialproduct .price .price-old, #bestsellerproduct .price{font-size:12px;}
#specialproduct .rating, #bestsellerproduct .rating{text-align:left;}
#bestsellerproduct .title-module{
	overflow: hidden;
	margin-bottom: 25px;
	padding-left: 70px;
	background: url(../image/bestseller.html) no-repeat left;
}
#specialproduct .title-module h2, #bestsellerproduct .title-module h2{
	padding: 16px 0;
	margin: 0;
	border-bottom: 2px solid #ccc;
}
#specialproduct .title-module{
	overflow: hidden;
	margin-bottom: 25px;
	padding-left: 70px;
	background: url(../image/mostviewed.html) no-repeat left;
}
#specialproduct .owl-theme .owl-controls .owl-buttons .owl-next{
  right: 15px;
}
#specialproduct .owl-theme .owl-controls .owl-buttons .owl-prev{
  right: 50px;
}
#specialproduct .button-cart span
#bestsellerproduct .button-cart span{
    padding: 6px 6px 4px;
    font: 14px/14px BebasNeuewebfont,Arial,Helvetica,sans-serif;
}
#specialproduct .image img,
#bestsellerproduct .image img{width:106px; height: 106px;}
#specialproduct .box-image,
#bestsellerproduct .box-image{
    padding-right:5px;
    padding-left:0px;
}
#specialproduct .box-content,
#bestsellerproduct .box-content{
    padding:0;
}
#specialproduct .owl-item{
}
.col-product{
    display:inline-block;
    width:100%;
	margin: 13px 0;
	padding: 0 10px 0 10px;
}
.col-product .product-thumb.transition{
	border-bottom: 1px dashed #ddd;
	display: inline-block;
	padding-bottom: 10px;
}
#bestsellerproduct .owl-carousel,
#specialproduct .owl-carousel{
    margin-bottom:0
}
/*End bestsellersproduct vs onsale*/
/*Newproducts============================================================*/
.new-products-container {position:relative;}
.new-products-container .container{padding:0;}
.new-products-container .owl-carousel { margin:20px 0 0; position: static; }
.new-products-container .owl-item { padding:0 15px; }
/*End-newproducts============================================================*/

/*bestsellers-products============================================================*/
.bestsellers-title {
	font-size: 14px;
	word-wrap: break-word;
	display: block;
	font-family: ArchivoNarrowBold;
	text-transform: uppercase;
	color: #fff;
	background-color: #10aefd;
	padding: 15px 10px 10px 20px;
	border-bottom: 5px solid #A59063;
	border-radius: 4px;
}
.bestsellers-title h3 {
	color: #ffffff;
    display: inline-block;
    font-family: "archivonarrow-bold";
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    word-wrap: break-word;
}
.bestsellers-container  .bestsellers-content {
	padding: 20px 0 0 0;
}
.bestsellers-content .item {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.bestsellers-content .item:last-child{border:0;}
.bestsellers-content .item:last-child { margin:0; }
.bestsellers-content .image { width:75px; float:left; }
.bestsellers-content .caption { padding:0; margin-left:90px; text-align:left; min-height:inherit;  }
.bestsellers-content .caption .name { margin:0; text-align:left;  }
.bestsellers-content .caption .name a { font-size:13px; }
.bestsellers-content .caption .price { text-align:left; font-size:16px; margin:5px 0 0; }
.bestsellers-content .price .price-old { font-size:13px; }
.bestsellers-container .rating{text-align:left; width:100%; margin:0;}
.bestsellers-content .name a { text-transform:capitalize; }
.bestsellers-content .caption .description { display:none; }
/*End-bestsellers-products============================================================*/

/*feature-products============================================================*/
.featured-container{position:relative; margin: 5px 0 0 0px;}
.featured-container .owl-item {
    padding: 0 15px;
}
.featured-container .owl-carousel{position:static;}
/*End-feature-products============================================================*/

/*Category-slider============================================================*/



/*End-Category-slider========================================================*/

/*Onnale-products============================================================*/
.onsale-products-title {
	border-bottom: 2px solid #dddddd;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.onsale-products-title h2 {
	border-bottom: 2px solid #10aefd;
    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;
}
.onsale-products-container .onsale-products  { margin-top:20px; }
.onsale-products-container .image { width:78px; float:left;}
.onsale-products-container .box-onsale  { margin-left:100px; }
.onsale-products-container .price { font-size:16px; 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:10px; border:0; }
/*End-onnale-products============================================================*/

/*Newletter============================================================*/

.newletter-container {margin: 22px 0 0 0;}
.newletter-container #notification div { color:red; position:absolute; top:90px; left:275px; }
.newletter-title {
	float: left;
	background: url(../image/e-mail.png) no-repeat left;
	padding-left: 70px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.newletter-title h2 {
	line-height: 27px;
	margin: 0 0 -2px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.newletter-title label{
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 5px;
	color: #fff;
	font-family: arial;
}
.newletter-container .close a { display:inline-block; }
.newletter-container .newleter-content { margin-top:5px; }
.newletter-container .newleter-content label { display:inline-block; 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: 300px;
	float: left;
	border: none;
	border-bottom: 3px solid #cccccc;
	background: #fff;
	padding: 13px 10px;
	color: #333;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.newletter-container .newleter-content .button {
	display: inline-block;
	padding: 16px 16px 11px;
	text-align: center;
	white-space: nowrap;
	background: #ebebeb;
	color: #898989 !important;
	text-transform: uppercase;
	border-bottom: #c2c2c2 3px solid;
	border-radius: 4px;
	letter-spacing: 1px;
	font-family: archivoNarrow-bold;
}
.newletter-container .newleter-content .button:hover{background: #10aefd;   border-bottom: #0d84c0 3px solid;}
.newletter-container .newleter-content .button:hover span{color:#fff;}
.newletter-container .newleter-content .button span {
    font-size: 13px;
	color: #989898;
	font-weight:normal;
	display:inline-block;
}
/*End-Newletter============================================================*/
/*Brand====================================================================*/
.brand-slider-contain {
	margin:30px 0 40px;
}
.brand-slider-contain .carousel-container{position:relative;}
.brand-slider-contain .slides  {
	margin: 30px 0 0;
	padding: 15px 0 0;
	border: 1px solid #ddd;
	position:static;
}
.brand-slider-contain .brand-title{
	overflow: hidden;
	margin-bottom: 40px;
	background: url(../image/bg_title.png) repeat-x 0 50%;
	text-align: center;
}
.brand-slider-contain .brand-title h2{
	display: inline-block;
	background-color: #fff;
	padding: 0 10px;
	margin: 0;
}
.brand-slider-contain .brand-title h2 span{
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  display: inline-block;
  background-color: #10aefd;
  border-radius: 4px;
  border-bottom: #0d84c0 3px solid;
  padding: 12px 15px 10px;
  color: #fff;
}
/*End-Brand====================================================================*/


/*Slider====================================================================*/

.sequence-pagination li a { background:#10aefd; }
.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.html") 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.html") 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.html) no-repeat 100% 100% #f4a09f;}
#sequence-theme .controls .sequence-prev:hover {background:url(../image/bg_direction_nav.html) no-repeat 0 100% #f4a09f;}

/*Testimonial==========================================*/
.testimonial-container { 
  margin:0;
  background-color: #f5f5f5;
  padding: 40px 0 50px;
}
.category-row .testimonial-container{background:none; padding:0;}
.category-row .box-testimonial{padding:10px 0 0;}
.category-row .box-testimonial {
  padding: 10px 0 0;
}
.testimonial-container #slides { margin:21px 0 0; }
.testimonial-title h2 {
	background:#f5f5f5;
}
.item-testimonials {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom: 5px solid #ddd;
  padding: 15px 15px 65px;
}
.row-testimonials { display:inline-block; width:100%; margin:0 0 20px; }
.testimonial-container .owl-item { padding:0; }
.testimonial-std { 
  margin: 10px 0 0;
  font-size: 13px;
  color: #444;
  position: relative;
  font: 12px/1.35 Arial, Helvetica, sans-serif;
  line-height: 25px;
}
.close-wrap{display:none;}
.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: 18px;
	text-transform: capitalize;
	font-family: ArchivoNarrow-Bold,arial;
	font-weight: bold;
}
.testimonial-link { margin:5px 0 0; }
.testimonial-link a {
  float: right;
  display: block;
  background-color: #ebebeb;
  padding: 10px 18px;
  border-radius: 4px;
  border-bottom: 2px solid #c2c2c2;
  text-transform: uppercase;
  color: #898989;
  font-weight: normal;
  font-size: 12px;
  font-family: arial;
}
.testimonial-link a:hover { color:#444444; }
.testimonial-submit { display:none; }
/*End-testimonial==========================================*/

/*list-web============================================*/
.information-contact h3 {font-size:16px;}
.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; }
/*Mobile==========================================*/
@media (max-width:1199px) {
	.header-search{  bottom: -100px;}
	.header-block-static .media-body h3 { font-size:13px; }
	.header-block-static .media-body { font-size:9px; }
	.home-slider{clear:both;}
	.pt_vmegamenu .pt_ver_menu .popup{left: 215px;}
	.countdown-container {margin-top: 90px;}
	.countdown-row .countdown-section{margin: 5px 0 0 1px;}
	.countdown-row .countdown-period {font-size: 11px;}
	.item-inner .button-group .cart button span { font-size:12px; padding:10px 8px 9px; }
	.testimonial-name h2 { font-size:16px; }
	.product-view .image-additional { padding: 40px 13px 0; }
	.newletter-container .newleter-content input { margin:0 0 10px; }
	.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%;}
	.currency-language { margin-right:10px; }
	.visible-lg { display: block !important;}
	.image-block .owl-theme .owl-controls .owl-buttons .owl-next{  right: 80%;}
}
@media (max-width:992px) {
	.countdown-container {margin-top: 20px;}
	#logo { text-align:center; }
	.header-block-static .media-body { font-size:10px; }
	#top .welcome-msg{text-align:center;}
	.row-header,#top-links{ width:100%; text-align:center; }
	.currency-language { float:none;	display:inline-block; }
	.header-icon,.top-cart{ text-align:center; }
	.bock-header .header-content { font-size:9px; }
	.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; }
	.header-search {bottom: -100px; right: 0;}
	#search:hover{width: 244px;}
	#search:hover input { width:180px; }
	#currency .dropdown-toggle{border:0;}
	.specialproduct .title-parent{margin-bottom:0;}
	.specialproduct .blog-popular{padding-top:0; text-align:center;}
	.specialproduct .col2{padding:0 15px;}
	.category-filter{margin:0;}
	.product-list .cart{  width: 40%;}
	.product-list .actions .add-to-links .wishlist, .product-list .actions .add-to-links .compare{width: 27% !important;}
	.category-filter .filter-content a.list-group-item { font-size:13px; }
	.product-list .add-to-links .cart button { background:#10aefd !important; padding:10px; }
	.product-list .name a{  font-size: 17px;}
	.product-list .add-to-links .cart button span { padding:0; }
	.product-view .add-to-links .compare {margin-top: 15px;}	
	.product-view .form-group #button-cart {margin-top: 15px;}
	.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; }
	.banner-static-center .static-text h3 { font-size:43px;}
	.banner-static-center .static-text1 h3 { font-size:25px; }
	.footer .column { margin-bottom:20px; min-height:240px;}
	.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; margin-top:-4px;}
	.account-border .table-bordered thead td,.account-border .table-bordered td { display:block; }
	.bestsellers-content .caption { margin:10px 0 0; display:inline-block; }
	.image-block .owl-theme .owl-controls .owl-buttons .owl-next {right: 73%;}
}
@media (max-width:767px) {
	#top .left-header p {text-align:center;}
	.product-list{display:none;}
	.product-filter .btn-group #list-view{display:none;}
	.header-block-static { max-width:200px; margin:0 auto; }
	.header-block-static .media-body h3 { font-size:13px; }
	.header-block-static .media-body { font-size:12px; }
	.header-block-static .box-col { margin:0 0 10px; }
	#top-links,.currency-language,.text-welcome { text-align:center; width:100%; margin:0; }
	.text-welcome p { text-align:center; margin:0; }
	#logo { text-align:center; width:100%; margin:0 0 20px; }
	#logo img { display:inline-block; }
	.megamenu {background:none; height:auto !important;}
	.product-view .add-to-links .wishlist{margin-top:15px;}
	.home-slider{margin:0;}
	.image-block .owl-controls.clickable {display: none !important;}
	.banner-static-contain .banner-box { margin:0 0 20px; }
	.banner-static-contain img { width:100% !important; height:100% !important; } 
	.top-cart { position:inherit; float:none; display:inline-block; margin:3px 0 0 -35px; }
	.header-search { bottom:-94px;}
	.ma-banner-right img,.banner-home img { width:100%; }
	.zoomContainer {display: none;}
	.ma-banner-right .box-col{width:50%; display:inline-block;}
	.banner-home .box-col { margin:0 0 10px; }
	.testimonial-container .owl-wrapper-outer { min-height:355px; }
	.banner-static .banner { margin-bottom:20px;}
	.brand-title { margin:20px 0; }
	.product-list .name { margin:20px 0 0; }
	.product-view .product-name{margin-top:15px;}
	.bestsellers-container{display:none;}
	.product-view .add-to-links .compare{margin-right: 20px;}
	.product-view .form-group #button-cart { margin:0 0 0 30px; }
	.footer { padding:50px 0 10px; }
	.block-link-follow .f-col-1{display: inline-block; width: 100%; text-align: center; margin-top: 10px;}
	.block-link-follow .f-col-1 ul.link-follow li{  float: none; display: inline-block;}
	.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:20px 0 0; }
	.powered .right-powered a { float:left; }
	.item-inner .image img{display:inline-block; width:100%;}
	.item-inner .button-group .cart button span { font-size:11px; padding:10px 8px 9px; }
}
@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; }
	.block-link-follow{text-align:center;}
	.newletter-title{display:inline-block; float:none;}
	.item-testimonials {text-align:center;}
	.newletter-container .newleter-content{display:inline-block; float:none;}
	.footer .column{min-height:290px;}
}
@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%;}
	.product-grid .product-container{padding:15px;}
	ul.tabs,ul.tabs-category { margin-bottom:70px !important; }
	.tab_container .owl-theme .owl-controls .owl-buttons div,.product-tabs-category-container-slider .owl-theme .owl-controls .owl-buttons div { margin:-59px 0 0; }
	.item-inner .button-group .cart button span { font-size:12px; padding:10px 8px 9px; }
	.newletter-container .newleter-content input{width: 243px;}
	.footer{text-align:center;}
	.footer .column{width:100%; min-height: 200px; float:none;}
}
@media (max-width:450px) {
	.bock-header .header-title { font-size:9px; }
	.bock-header .header-content { font-size:8px; }
	.banner-static-center .static-text h3 { font-size: 26px; }
	#cart .dropdown-menu {width: 245px;}
	.product-view .tab-view input.form-control,.product-view .tab-view textarea { width:200px; }
	.links li a{border:0!important;}
}
@media (max-width:380px) {
	.product-view .form-group #button-cart { margin:10px 0 0; float:left; }
	.checkout-cart .panel-collapse input { width:100%; margin:0 0 10px; }
	.newletter-container .newleter-content tr{float:none;}
}
#back-top {
  background: url("../image/back-top.png") no-repeat scroll 50% 50%;
  bottom: 35px;
  display: none;
  height: 35px;
  position: fixed;
  right: 12px;
  width: 35px;
  z-index: 9999;
  cursor: pointer;
}
#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===================================================================*/
a,#top #currency .currency-select,#search .btn-lg,.item-inner,.item-inner .button-group .cart button span,
.item-inner .actions, .item-inner .actions .cart button i,.item-inner .add-to-links .wishlist button,.item-inner .add-to-links .compare button,.owl-theme .owl-controls .owl-buttons div,.product-list .product-container,#cart .icon-cart,#cart .icon-cart .fa,#search .btn-lg .fa,ul.tabs li span,
.item-inner .actions,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,.product-view .add-to-links button:hover,.product-view .form-group #button-cart,.product-view .add-to-links .compare ,.product-view .add-to-links .wishlist{
	-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 .button-group .cart button:hover span,.item-inner .add-to-links .wishlist button:hover,.item-inner .add-to-links .compare button:hover,.owl-theme .owl-controls .owl-buttons div:hover,.product-list .product-container:hover,#cart:hover .icon-cart,#cart:hover .icon-cart .fa,#search .btn-lg:hover .fa,ul.tabs li span:hover,
.item-inner:hover .actions, .item-inner .actions .cart:hover button i,.item-inner:hover .actions,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,.product-view .form-group #button-cart:hover i,.product-view .form-group #button-cart:hover span,.product-view .add-to-links .compare:hover i, .product-view .add-to-links .compare:hover span,.product-view .add-to-links .wishlist:hover i, .product-view .add-to-links .wishlist:hover span{
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: pointer;
}
.btn, button {
	-moz-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
}
.btn:hover, button:hover {
	-moz-transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	cursor: pointer;
}
.links li a,.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,.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);
}
.banner-box a:before {
	transition: all 0.3s ease-out;
}
.banner-box a:hover:before {
	pointer-events: none;
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.5);
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transition: all 0.3s ease-out;
}
.banner-box a:after {
	pointer-events: none;
	position: absolute;
	content: "";
	opacity: 0.5;
	margin: auto;
	border: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transition: all 0.3s ease-out;
}
.banner-box a:hover:after {
	border: 3px solid #fff;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
	transition: all 0.3s ease-out;
}