 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 12px;
	line-height: 20px;
	-webkit-backface-visibility: hidden;
 
}
 
h1, h2, h3, h4, h5, h6 {
	color: #ff184e;
}
/* default font size */
.fa {
	font-size: 14px;
}
.tab-focus() {
  outline: 0;
}
html * { outline: 0 !important; }
.fa-stack{
  height:1em;
   line-height:1em;
}
/* 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 {
	color: #1b1b1b;
}
a:hover,a:focus {
	text-decoration: none;
	color:#ff1738;

}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	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: 12px;
}
.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;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
 
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
}

#header-middle {
 margin-top:-8px;
}
/* top */
#top {
	 
	padding:0;
	margin: 0 0 5px 0;
	height:30px;
     
  background: #000000;
background: -moz-linear-gradient(right,  #444444 0%, #444444 50%, #ffffff 50%, #ffffff 100%);
background: -webkit-gradient(linear, right top, left top, color-stop(0%,#444444), color-stop(50%,#444444), color-stop(50%,#ffffff), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(right,  #444444 0%,#444444 50%,#ffffff 50%,#ffffff 100%);
background: -o-linear-gradient(right,  #444444 0%,#444444 50%,#ffffff 50%,#ffffff 100%);
background: -ms-linear-gradient(right,  #444444 0%,#444444 50%,#ffffff 50%,#ffffff 100%);
background: linear-gradient(to left,  #444444 0%,#444444 50%,#ffffff 50%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#ffffff',GradientType=1 );
 border-top:10px solid #444;
}
 
#top #currency .currency-select {
	text-align: left;
	padding-left:20px;
} 
#top .btn-link,   #top-links a {
	color: #ccc;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}

#top .container {
  background:#fff;
  padding:0;
}
#top-links .dropdown-menu ,  .dropdown-menu , #language .dropdown-menu {
  border-radius:0;
  border-top:none;
  top:28px;
}
#top-links .dropdown-menu {
  top:26px;
}

#top-links .dropdown-menu li:hover {
   background:#eee;
}
#top-links .dropdown-menu a , .dropdown-menu .currency-select  {
	 
	 color:#666 !important;
	 padding-left:20px;
}
#top-links .dropdown-menu a:hover , .dropdown-menu .currency-select:hover {
	 color:#000 !important;
	 background:#eee;
}
#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	 
	background:#444;
	height: 28px;
    line-height: 25px;
    margin-top: -8px;
	padding-left:25px;
}
.triangle{
   border:10px solid transparent;
   border-right-color:#444; 
   border-top-color:#444; 
}
#top-links a + a {
	margin-left: 15px;
}
.top-massage {
 position:absolute; 
 right:0%; 
 top:40px; 
 font-size:15px;
 line-height:15px;
 width:220px; 
}
 
.top-massage i { 
  font-size:25px;
  color: #ff184e;
   line-height:15px;
 
}

/* search */
#search {
	margin:5px auto 0 auto;
}

#search.active {
  border:1px solid #000;
}
#search .search-box {
	height: 34px;
	line-height: 20px;
	padding: 0 10px;
	 
}
/* cart */
#cart {
	margin-bottom: -40px;
    right: 20px;
    top: 20px;
	z-index:1000;
	float:right;
}
#cart.fix-menu {
   position:fixed;
   top:-50px;
   right:80px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.btn-block {
 width:auto;
}
header #cart > button{
 border:none;
 background:transparent;
 height:100px;
}
#cart .btn-danger{
  background:#000;
}
 #cart-total {
    background: none repeat scroll 0 0 #000;
    border-radius: 0%;
    color: #fff;
    font-size:28px;
    font-weight: bold;
    height:38px;
    line-height:38px;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 56px;
    width: 45px;
    z-index: 0;
	border:1px solid #ccc;
	 
	font-family:arial;
 }
 header button > .fa-shopping-cart {
    color: #ff184e;
    font-size:24px;
    height:45px;
    width:54px;
}
.open .cart-icon {
 background: url("../image/cart-open.png")no-repeat;
}

#cart.open > .btn {
	background-image: none;
	background-color:transparent;
 
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	border-radius:0;
	margin-top:76px;
	border-top:none;
}
#cart .dropdown-menu {
	min-width: 200px;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	margin-top: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
  background:#ff184e;
  margin-top:10px;
  border-bottom:5px solid #eee;
 }
#menu.fix-menu {
    position:fixed;
    top:-10px;
	z-index:200;
	width:100%;
   -webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out; 
	 -webkit-transition: all 0.5s ease-in-out;
}
#menu .container {
	background-color: #ff184e;
	min-height:40px;
}
#menu .nav > li > a {
	color: #f2f2f2;
	padding: 15px;
	min-height: 15px;
	background-color: transparent;
	font-family:tahoma;
	font-size:15px;
	font-weight:bold;
}

#menu .nav > li > a .fa {
	color:rgba(255, 255, 255, 0.5);
	padding-left:5px;
	vertical-align:top;
	top:0; 
	text-shadow:none;
	 
}

#logo {
  height:67px;
  top:-7px;
  overflow:hidden;
  position:relative;
  display:block;
  left:3%;
}
#logo img {
  display:block;
 
  max-width:auto;
}
#menu .nav > li > a:hover, #menu .nav .open > a {
	 background:#000; 
     
}
#menu .dropdown-menu {
	padding-bottom: 0;
	border-radius:0;
    top:70px;
	visibility:hidden; 
	padding-bottom:15px;
    z-index:1001;
	border:none;
	-webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out; 
         -webkit-transition: all 0.5s ease-in-out;

}
#menu .dropdown-menu > div > div > a {
	font-weight:bold;
}
#menu .dropdown-menu .dropdown-inner a {
    color:#0085d9;
}


#menu .dropdown-menu.custom {
border-top:8px solid #eee;
}
#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: #ff1e1e;
}
#menu .viewall {
	display: block;
	margin-top:0;
	padding:5px 20px;
	margin-top:-5px;
	margin-bottom:10px;
	font-size: 12px;
    background-color:#eee;
	text-align:center;
	color:#555;
	line-height:22px;
}
#menu .viewall:hover , #menu .viewall:focus  {
	text-decoration: none;
    color:#fff;
	   -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out; 
         -webkit-transition: all 0.5s ease-in-out;
     background:#444;
 
}
#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:left;
	background-color: #000;
	border-radius:0;
	border:1px solid #ccc;
	 
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #ff0000;
}

 .dropdown.open { z-index:1000;}
 
 .home  {
   padding:0px !important;
   display:block;
   position:relative;
 }

 .home i {
 background:#fff; 
 display:block; 
 border-bottom:3px solid #eee;
 height:50px;
 width:50px;
 color:#000 !important;
 font-size:28px;
 line-height:50px;
 vertical-align:middle;
 margin:0 auto;
 padding-left:12px !important;
  }

 .home i:hover  {
   background:#000;
   color:#fff !important;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
 }

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px !important;
	background-color: #444;
	color: #999;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
	margin-top:30px;
	margin-bottom:10px;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#toc-page-container ,#toc-slideshow   {
  z-index:1;
  display:block;
  position:relative;
}
/* alert */
.alert ,.error {
	padding: 8px 14px 8px 14px;
	border-radius:2px;
 
}
/* breadcrumb */
.navbreadcrumb {
 background:#eee;
 height:25px;
 margin-bottom:20px;
}
.breadcrumb {
	padding:0px 0px 5px 25px;
	border-radius:0;
	background:#eee;
 
}
.breadcrumb i {
	font-size: 10px;
	padding-left:15px;
	color:#222;
}
.breadcrumb i.fa-home {
  font-size:15px;
  padding-left:3px;

}

.breadcrumb a {
	color:#444;
}
.breadcrumb > li {
	padding: 0 0 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
 
 .pagination {
      margin:0;
 }
 .pagination > div {
 
	 height:30px;
 }

.pagination .links a,.pagination .links b  {
	border:1px solid #eee; 
	padding:5px 10px;
	color:#444;
}
.pagination .links b {
   color:#fff;
   background:#222;
   border:1px solid #000; 
}
.pagination .results {
   height:30px;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	padding: 7px 12px;
	font-size: 12px;
	border-radius:2px;
	border:none;
}
.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-default{
  background-color:#222;
  color:#fff;
  border:none;
  border-radius:2px;
  height:34px;
}
.btn-default:hover {
   background-color:#ff0f42;
   color:#fff;
}
.btn-primary {
	color: #ffffff; 
	background-color: #ff184e;

}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ff0000;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #ff0000;
 
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	 
}
.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;
	background-color: #222;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #444;
}
.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);
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
  ;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	 
}

.well {
  box-shadow:none;
  border-radius:2px;

}

#currency .btn {
padding:0px 12px 5px 0px;
}

/* 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 */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.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-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.box-product-tab .price, .box-product .price {
  color:#222;
  font-size:15px;
  padding:5px 0;
  	font-weight:bold;
}
.box-product-tab .price-old span , .box-product .price-old span {
	color: #f00;
	font-weight:bold;
	
 
}
 
.box-product-tab  .img-sale {
    position: absolute;
    right: 18px;
    top: 15px;
}

.box-product-tab .img-icon {
    left: 18px;
    position: absolute;
    top: 8px;
}  

.box-product-tab .image {
  overflow:hidden;
  position:relative;
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.thumbnail { 
  border-radius:0;
  list-style:none;
  }  
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
   list-style:none;
   display:block;
   position:relative;
   z-index:1;
 
}
.image-additional ul  {
  width:100%;
}
.image-additional a {
	float: left;
	max-width: 78px;
	padding:2px;
	margin:5px;

} 
.thumbnails {
	 display:block;
	 min-height:250px;
	 width:100%;
	
}
.flexslider .slides img {
	width: inherit;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}
#top-info  {
  border-top:2px solid #eee;  
  min-height:65px;
   overflow:auto;
}
#top-info .row {
   background:#fff;
}
#top-info .box-info {
   min-height:65px;
   border-left:1px solid #eee;
    border-bottom:1px solid #eee;
  
   text-align:center;

}
#top-info h5 {
  padding:10px 10px 0 10px;
  text-align:left;
  font-size:17px;
}
#top-info a {  
 text-align:center;
}
#top-info span {
  padding:10px 0;
  display:block;
  min-height:60px;
   word-wrap:break-word;
  text-align:center;
  font-size:14px;
}

#top-info .container {
 
  margin-bottom:0px;

}

#top-info .fa{
    display:table-cell;
    font-size:1.7em;
    padding-top:10px;
    vertical-align: middle;
    width:40px;
	color:#ff184e;
}

#top-info .box-info:hover {
 background:#000;
 color:#fff;
}

#top-info .box-info:hover a   span {
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out; 
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 color:#fff;
}
 
#top-info .box-info:hover   .fa {
 color:#fff;
 -webkit-transition: all 0.8s ease-in-out;
 -moz-transition: all 0.8s ease-in-out; 
 -o-transition: all 0.8s ease-in-out;
 transition: all 0.8s ease-in-out;
 
}
.tab-heading .nav-tabs {
   border-bottom:5px solid #000;
}

.product-tab-relate .tab-content { 
  border-bottom:none;
}
.product-tab-relate .button-group { 
  border-bottom:1px solid #ddd;
}

  .product-tab {
    width:100%;
	margin:0 auto;
  }

 .tab-content {
  border-left:1px solid #ddd;
}
.product-tab-wrap {
  margin-bottom:20px;
 
}
 
 .wrap-prod-content .tab-content {
  border:1px solid #ddd;
  border-top:none;
}
.wrap-prod-content .tab-content {
  padding:20px 50px;
}
.wrap-prod-content .nav-tabs {
 border-bottom:5px solid #000;
}
 .product-tab li {
   display:inline-block;
   margin-right:2px;
   text-align:center;
   /*  border-top:3px solid #fff;*/
}
 .product-tab li.active a {
   color:#fff;
   
   border-bottom:none;
}

.nav-tabs {
   border:none;
}
 
 .product-tab li > a {
  border-radius:0;
  min-width:150px !important;  
  font-size:17px;
 
 
}
 
  .product-tab li {
    margin-bottom:0px !important;
  }
.product-tab .fa {
  width:20px;
}

.prod-view-all {
  top:15px;
  right:15px;
  position:absolute;
  font-size:15px;
}
.prod-view-all i {
    font-size:18px;
}
.box-product-tab > div {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display:block;
  }

.tab-content .flexslider .slides img {
    display: block;
    padding:5%;
    width: 100%;
}

.box-product-tab .button-group  {
  padding:8px 5px; 
  border-top:1px solid #eee;
  height:55px;
  display:block;
  margin:0 auto;
}
 .box-product  {
   display:block;
   position:relative;
   margin:0 auto;
   width:100%;
 }
 .box-product .button-group {
  padding:8px 15px;
  border-top:1px solid #eee;
  height:55px;
  display:block;
  margin:0 auto;
  margin:0 -15px;
 }
 
 .product-list {
   padding-bottom:15px;
   display:block;
   position:relative;
 }

  .product-list .prod-info {
   overflow:auto;
  }
 .product-list .box-product .button-group {
   margin:0px;
  }
.heading-box {
  height:40px;
  border-right:1px solid #eee;
  border-top:1px solid #eee;
  width:240px;
  text-align:center;
}

h3 span {line-height:40px;}
.box-product-tab .btncart,.box-product  .btncart {
  border:none;
  padding:10px 20px;
  background-color:#a6a6a6;
  -webkit-border-radius: 2px; 
 -moz-border-radius: 2px;  
 -o-border-radius:2px; 
 border-radius: 2px;  
 color:#fff;
}
 
.box-product  .btncart {
   padding:10px 5px; 
} 

.btnwishlist,.btncompare  {
  border:none;
  padding:10px;
 background-color:#d8d8d8;
  -webkit-border-radius:3px; 
 -moz-border-radius:3px; 
 -o-border-radius:3px; 
 border-radius:3px; 
 color:#fff;
 
}
.rating { height:22px;}

.prodtitle a { 
 text-decoration:none;
 font-size:14px;
 padding:0 5px;
}
.top-group {
 display:block;
 width:100%;
 text-align:center;
}
.top-group > div {
 display:block;
}
.box-product-tab .top-group {
 height:80px;
}
  .box-product .wrap-caption {
 
  vertical-align:middle;
}
.box-product-tab > div ,.prod-view {
 display:block;
 width:100%;
 
}
.prod-view .fa-search-plus {
  font-size:3em; 
  color:rgba(255, 255, 255, .1);
  position:absolute;
  top:5%;
  visibility:hidden;
  margin:0 auto;
  width:100%;
}

.box-product-tab .prod-view .fa-search-plus {
  font-size:3em; 
  color:rgba(255, 255, 255, .1);
  position:absolute;
  top:5%;
  visibility:hidden;
  margin:0 auto;
  left:0%;
}


.box-product-tab > div:hover .fa-search-plus  ,.box-product:hover .fa-search-plus {
      color:rgba(60, 60, 60, .4);
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out; 
	 top:30%;
	 text-align:center;
     visibility:visible;
}

.box-product-tab > div:hover .btncart ,.box-product:hover .btncart  {
     background-color:#ff184e;
	  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out; 
 }
 
.box-product-tab  .btncart:hover .fa ,.box-product  .btncart:hover  .fa {
    transform:    scale(1.3);
   -webkit-transform:    scale(1.3);
   -moz-transform:    scale(1.3);
   -o-transform:   scale(1.3);
   -ms-transform:   scale(1.3);
	-webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out; 
 }
.box-product-tab .btnwishlist:hover ,.box-product  .btnwishlist:hover,
.box-product-tab .btncompare:hover ,.box-product  .btncompare:hover {
     background:#000;
	  transform:    scale(1.1);
    -webkit-transform:   scale(1.1);
   -moz-transform:  scale(1.1);
   -o-transform:  scale(1.1);
   -ms-transform:   scale(1.1);
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out; 

 }
.box-product-tab > div:hover .image img  ,.box-product:hover  .image img  {
      opacity:0.4;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out; 
       transform: rotate(0.5deg) scale(1.03);
-webkit-transform: rotate(0.5deg) scale(1.03);
-moz-transform: rotate(0.5deg) scale(1.03);
-o-transform: rotate(0.5deg) scale(1.03);
-ms-transform: rotate(0.5deg) scale(1.03);
} 
.box-product .image img {
  margin:0 auto;
  padding:10px 2px 5px 2px;
}
.box-product .wrap-caption {
   padding:0 10px;
   height:160px;
   display:table-cell;

}
.product-body {
  margin-bottom:30px !important;
  border-left:none;
  border-top:5px solid #2a2a2a;
  margin:0px;
}

.product-body > div {
  border-right: 1px solid #eee;
  border-bottom:1px solid #eee;
  
}

.toc-panel-heading {
 height:42px;
}
.toc-panel-heading .fa {
  color:#fff;
}

.toc-panel-heading .panel-title > a {
  line-height:40px;
  color:#fff;
}

#toc-footer-bottom .panel {
  background:none;
  mamrgin-top:0;
  border-radius:0;
}
#toc-footer-bottom .fa-angle-down {
  color:#000;
}
#toc-footer-bottom .fa {
  padding-left:20px;
}

#toc-footer-bottom .panel-title {
  border-bottom:1px solid #4f4f4f;
  border-top:1px solid #4f4f4f;
}
.footer-social {
  background:#fff;
}
.triangle-social {
   border:22px solid transparent;
   border-right-color:#444; 
   border-bottom-color:#444; 
}
.footer-social ul  {
   background: none repeat scroll 0 0 #444;
    margin-right: -15px;
    padding-right:45px;
	padding-left:25px;
}
 
.navbar-nav.social li ,.payment li {
   padding:0 5px;
   float:left;
}
.navbar-nav.social a i {
    background:#222;
    border-radius: 100%;
    color: #fff;
    font-size: 1.5em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.navbar-nav.social li  a i:hover     {
-webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out; 
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 background:#ff1414;
 transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
-webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
-moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
-o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
-ms-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
}
.side-box  h3 i {
  margin-top:14px;
  color:#eee;
}
#accordion-cate ,.side-box {
  border:1px solid #2a2a2a;
  padding:10px;
  border-top:5px solid #2a2a2a;
  margin-bottom:25px;
}
#accordion-cate h3     {
 margin-top:0;
 
}
#accordion-cate .fa-th-list  {
  line-height:45px;
  height:45px;
  color:#eee;
}
#accordion-cate .fa-sort-up {
  color:#ff184e;
  padding-top:7px;
 }

#accordion-cate .panel {
 border:1px solid #eee;

}
.catename{
  line-height:40px;
  padding:0 20px;
  border-top:1px solid #eee;
}

.catename .fa {
  line-height:35px;
  color:#000;
}
.cateicon {
   line-height:40px;
   float:right;
}

.catechild {
  line-height:20px;
  padding:0 10px;
  padding-left:30px;
  padding-bottom:20px;
}

.btn-group.open .dropdown-toggle {
  box-shadow:none;
}

.box-product .wrap-caption > div {
  padding-top:3px;
}

#menu .navbar-collapse {
 max-height:none;
}

.tab-content ul.flex-direction-nav {
    display: block !important;
    position: absolute;
    right: 0px;
    top: -25px;
	}
.tab-content .flexslider  .flex-next {   opacity:1 !important;}
.tab-content .flex-direction-nav a  { width:30px; height:30px; line-height:30px;  }  
.tab-content  .flex-direction-nav .flex-prev { left: -60px; !important}
.tab-content  .flex-direction-nav .flex-next { right: 20px; text-align: center;!important }
.tab-content  .flexslider:hover .flex-prev { opacity: 0.7; left: -60px;  !important}
.tab-content  .flexslider:hover .flex-next { opacity: 0.7; right: 20px;  !important}
.tab-content  .flex-direction-nav a:before  { 
font-size:15px;
}
 .product-wrap {
    margin-right:-15px;
    margin-left:-15px;
	border-left:4px solid #eee;
	display:block;
	position:relative;
 }
 .product-wrap .heading-box h3 {
   margin-top:0 !important;
 }
 #content .banner-wrap ,#content .custom-banner  {
   margin-right:-15px;
    margin-left:-15px;
	}
 #column-left { 
   margin-left:-15px;
   margin-right:15px;
   background:#fff;
 }

 .cate-info {
  display:table-cell;
  vertical-align:middle;
  min-width:200px;
  padding:0 20px;
 }

 .dropdown-inner.mega-menu {
   border-bottom:1px solid #eee;
   margin-bottom:10px;
 }

.mega-menu span {
  line-height:16px;
}
  .menu-cate-all {
     border-top:8px solid #eee !important;
     border-bottom:8px solid #eee !important;
     
     padding:15px 10px 15px 10px !important;
	 z-index:200;
 }
 .menu-cate-all i{
    display: table-cell;
    line-height: 18px;
    vertical-align: middle;
 }
 .menu-cate-all > div {
    list-style: none;
    display:inline-block;
	background:#fff;
    padding:0 2% 2% 2%;
	margin:0;
	width:24%;
	vertical-align:top;
	overflow:auto;

 }

  #toc-fullwidth-content  .custom-banner {
    margin-left:-15px;
    margin-right:-15px;
    border-top:5px solid #eee;
    border-bottom:5px solid #eee;
	 
  }
 #welcome-info {
    min-height:170px;
    background: url("../image/bg-welcome.png") repeat-x #eee;
    margin-top:-20px;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #eee;
  }
 #welcome-info div > h2, #welcome-info div > h5 {
   text-align:center;
   padding:20px 0 10px 0;
   color:#000 !important;
 }

#welcome-info h4 {
    padding:10px 50px;	
	 color:#555 !important;
	 word-wrap:break-word;
	 text-align:center;
}

#toc-fullwidth-content {
	 margin:20px 0;}

#search .form-control  {
    border:1px solid #444;
	box-shadow:none;
    border-radius:0;
	color:#000;}

.custom-banner {
  margin-bottom:20px;
}
 .custom-banner  .col-lg-4,
 .custom-banner  .col-md-4,
 .custom-banner  .col-sm-4,
 .custom-banner  .col-xs-12 {
  padding-left:0px;
  padding-right:0px;
 }
.custom-banner > div {
  overflow:hidden;
}
.custom-banner.row {
   margin-right:0px;
   margin-left:0px;
} 
  #toc-footer-top {
      height:44px; 
	 line-height:42px; 
	 color:#fff;
	  
background: -moz-linear-gradient(right,  #444444 0%, #444444 20%, #ffffff 0%, #ffffff 100%);
 background: -webkit-gradient(linear, right top, left top, color-stop(0%,#444444), color-stop(50%,#444444), color-stop(50%,#ffffff), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(right,  #444444 49%,#444444 50%,#ffffff 51%,#ffffff 100%);
background: -o-linear-gradient(right,  #444444 49%,#444444 50%,#ffffff 50%,#ffffff 100%);
background: -ms-linear-gradient(right,  #444444 49%,#444444 50%,#ffffff 50%,#ffffff 100%);
background: linear-gradient(to left,  #444444 49,#444444 50%,#ffffff 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#ffffff',GradientType=1 );  
  }

  #toc-footer-bottom {
     padding-top:15px;
	 border-top:10px solid #222;
  }
  #toc-footer-bottom h5 {
     padding-bottom:10px;
     border-bottom:1px solid #494949;
	 line-height:20px;
	 margin-bottom:5px;
  }
  
  #toc-footer-bottom ul li a ,  .extra-contact a{
     padding:5px 0;
	 line-height:25px;
	 height:25px;
  }
  #toc-footer-bottom ul li .fa  {
     padding-right:10px;
     color:#212121;
	 opacity:0.5;
  }
 #toc-footer-bottom  .extra-contact .fa  {
   font-size:20px;
   line-height:20px;
   height:20px;
   padding-right:10px;
   padding:5px 20px 5px 0px;
	width:40px;
	text-align:center;
	opacity:1;
 }
  #toc-footer-bottom ul li a:hover .fa
  ,#toc-top-info .custom-banner img:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color:#fff;
  text-shadow:none;
  transform: rotate(0deg) scale(1.5)   translate(2px);
  -webkit-transform: rotate(0deg) scale(1.5)   translate(2px);
  -moz-transform: rotate(0deg) scale(1.5)   translate(2px);
  -o-transform: rotate(0deg) scale(1.5)   translate(2px);
  -ms-transform: rotate(0deg) scale(1.5)   translate(2px);
}
 .footer-heading {
 
  display:inline-block;
  font-weight:bold;
  padding:0 50px;
 
 }
 
.footer-contact {
  border-left: 1px solid #4f4f4f;
  min-height:250px;
}
.footer-about {

    padding-bottom: 20px;
    padding-top:10px;
	overflow:auto;
} 
 .txt-about {
 padding:10px 0;
 line-height:15px;
}
.footer-about h5 {
  border-bottom:none !important;
} 

footer .navbar-nav {
  margin-top:0;
  margin-bottom:0;
}
 .powered {
  background:#444;
  min-height:35px;
  line-height:35px;
  margin-top:20px;
  border-top:1px solid #555;
 }

 .payment .fa {
   padding:10px 0 !important;
   color:#eee !important;
   font-size:20px;
 }

.likeframe
 {                
background: url("../image/facebook-side.png") no-repeat scroll 1px center transparent ; 
float: right;
height: 250px;
padding: 0 5px 0 57px;
width: 299px;
z-index: 99999;
position:fixed;right:-245px;top:35%;
cursor:pointer;

} 

.likeframe div{ padding: 0; margin-right:-8px;   background:#fafafa;}
.fb_iframe_widget span {background:#fafafa;}
}
.heading-cate {
  border-top:1px solid#ddd;
  border-right:1px solid #ddd;
  border-left:1px solid #ddd;
  margin-left:-15px;
  margin-right:-15px;
  padding:10px 10px 0 10px;
  line-height:25px;
}
.cate-dropdown {
  max-width:200px;
  height:25px;
  list-style:none;
  z-index:0;
}

#grid-view ,#list-view {
  border:none;
  background:none;
  padding:0;
}

.prod-category .product-wrap {
 border-left:1px solid #ddd;
}

.product-wrap .visible-lg {
  border:none;
}
.prod-info .desc {
   max-height:80px;
   overflow:hidden;
}
.refine-search {
 
margin:0 auto 20px auto;
}
.refine-search ul li ,.refine-search ul  li:first-child   {
 background:#222;
 border-radius:4%;
 padding:5px 10px;
 text-align:center;
 margin-bottom:5px;

}
.prod-title a {
  width:100px;
  text-align:center;
}
.refine-search ul li a {
 color:#fff;
}
.refine-search ul li:hover{
 background:#ff184e;
}
 
 .form-control {
 border-radius:0;
 }

   .nav-tabs > li.active > a, .nav-tabs > li.active  > a:hover,.nav-tabs > li.active > a:focus {
   border-radius:0;
   border:none;
   background:#000;
   color:#fff;
   border-color:none;
 }

 .nav-tabs > li  > a:hover   {
  background:#000;
  color:#fff;
    border-color:none;
	border:0px solid #fff;
 }
.nav-tabs > li > a {
 border:0 solid transparent !important;
 border-radius:0;
}
.nav-tabs > li {
  margin-bottom:0;
}

.qty-adding {
   width:100px;
   height:52px;
}
.qty-quantity {
    width:140px;
    height:42px;
}

.qty-minus {
    width:30px;
    height:40px;
    border:1px solid #e1e1e1;
    float:left;
    text-align:center;
	line-height:40px;
	color:#fff;
	background:#eee;
}
.qty-input {
    width:30px;
    height:40px;
    border:1px solid #e1e1e1;
    border-left:0px solid black;
    float:left;
	line-height:39px;
}
.qty-plus {
    width:30px;
    height:40px;
    border:1px solid #e1e1e1;
    border-left:0px solid #e1e1e1;
    float:left;
    text-align:center;
	line-height:40px;
	color:#fff;
	background:#eee;
}
.qty-input input {
    width:29px;
    height:38px;
    text-align:center;
    border: none;
	line-height:39px;
	font-size:20px;
	color:#000;
	background:#fff;
}
.qty-input input:focus {
    border:1px solid #e1e1e1;
    border: none;
}
.qty-minus a, .qty-plus a {
    display: block;
    width: 100%;
    height: 100%; 
}

 #button-cart {
 
  height:40px;
  width:140px;
  font-size:15px;
  background:#222;
  border:none;
  color:#fff;
  border-radius:2%;
  margin:0 5px 5px 0px;
}
.btn-wishlist {
  height:40px;
  width:35px;
  border:1px solid #e1e1e1;
   background:#eee;
   color:#222;

}
 #button-cart:hover {
    background-color:#ff1414;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 }
#button-cart .fa {
 padding-right:16px;
 width:26px;
 height:20px;
}
#button-cart:hover .fa {
-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out; 
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  transform:    translate(6px);
  -webkit-transform: translate(6px);
  -moz-transform: translate(6px);
  -o-transform:  translate(6px);
  -ms-transform:  translate(6px);
  }

 .form-control{
  box-shadow:none;
 }
  .form-control:focus,#search .form-control:focus  {
  border-color: #ff0f42;
  outline: 0;
  box-shadow:none;
}
.fa-2x {
  font-size:1.5em;
}

.fa-left-dark {
  color:#222;
  padding-right:10px;
  font-size:17px;
}
.fa-left  {
  color:#ccc;
  padding-right:10px;
  font-size:17px;
}

 .qty-label {
  position:absolute; 
  font-size:15px;
  top:-15px;
  right:110px;
  left:15px;
}
.prod-price { 
  min-height:50px;
  vertical-align:middle;
  margin-top:-30px;
  height:auto;
}

.prod-price span {
  font-weight:bold;
  color:#000;
}
.old-price   {
  font-size:25px;
  color:#f00;
  
}

.zoomimage img {
     border: 1px solid transparent;
    display: block;
    margin:3.5px auto;
    width: 98%;
 
}
#product .form-group .row > div {
 margin-bottom:10px;
 line-height:30px;
 padding:15px;
}

footer ul {
   list-style:none;
}
 #accordion-cate ul   {
    list-style:none;
	margin:0;
	padding:0;
 }
 .heading-cate {
   padding:10px;
   border-top:5px solid #eee;
   border-right:1px solid #eee;
   width:99.95%;
 }
 .heading-cate .control-label {
  text-align:right;
  padding-left: 20px;
  padding-right: 10px;
 }
 .img-thumbnail {
   border:none;
   border-radius:0;
 }

 .fa-padright {
    padding-right:10px;
 }
.price-tax {
  color:#888;
  font-size:12px;
}

.prod-title {
  max-height:40px;
  overflow:hidden;
  font-weight:bold;
  font-size:13px;
}

.gototop {
 position:fixed;
 width:50px;
 height:50px;
 bottom:15px;
 right:15px;
 padding-top:5px;
 line-height:50px;
 background:rgba(255,255,255,0.6);
 text-align:center;
 border-radius:100%;
 z-index:200;
}

.warning ,.error{
  color:#d40000;
}

.alert-success {
    width:90%;
	margin:0 auto;
    padding: 8px 14px;
    position: fixed;
    top:20%;
    z-index: 1000;
	background-image: linear-gradient(to bottom, #eeeeee, #eeee);
	background-repeat: repeat-x;
	border-color: #dddddd; 
	text-align:center; 
}
#hot-item {
  display:block;
  position:relative;
}
#hot-item img {
  padding:10px 0 !important;
  margin:0 auto;
}
#hot-item .box-product-tab > div {
  border:none;
 }

#hot-item .flex-direction-nav a {
  
   color:#000;
  top:-20px;
 
   opacity:1;
}
#hot-item .flex-direction-nav a:before {
font-size:18px;
}
#hot-item  .flex-direction-nav .flex-next  {
  right:0;
}
#hot-item  .flex-direction-nav .flex-prev  {
 
  left:80%;
    
}

 #column-left .product-body  {
   border-top:0px solid #eee !important;
}


.pagination > li:last-child > a, .pagination > li:last-child > span ,
.pagination > li:first-child > a, .pagination > li:first-child > span{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	  border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

#accordion .panel {
 box-shadow:none;
}

#accordion.panel-group .panel {
 border-radius:0px;
}

#input-coupon ,#input-voucher,#input-country ,#input-zone,#input-postcode {
 max-width:250px;
}
.owl-carousel {
 box-shadow:none !important;
}

.img-icon {position:absolute; top:0 ; left:0;}

.img-sale {position:absolute; top:0 ; right:0;}

/********start media query ****/


 @media (max-width: 1200px) {
.box-product .btncart {padding: 10px 25px;}
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;}
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;}

}


@media screen and (min-width: 992px) and (max-width: 1200px) {
 
.box-product .wrap-caption {height:165px; }
#top-info .box-info {min-height:85px;} 

}

@media screen and (min-width: 767px) and (max-width: 991px) {
#column-left.col-sm-3,#column-right.col-sm-3 { width:35%;}
#content.col-sm-9 {width:65%;}
#menu .container{width:95%;}
#cart {right:0px; position:absolute;}
header .container { width:95%;} 

}

 
@media  (max-width: 992px) {
 #top-info { border-bottom:5px solid #eee;}
 #top-info .box-info { border-left:none;}
 #cart {top:18px;}

.top-massage {float: right;
    width: auto;
    right: 20px;}
 }

 
 
@media (max-width: 800px) {
.menu-cate-all > div {width:24%;}
 }
@media (max-width: 767px) {

#header-middle {margin-top:18px;}
.menu-cate-all > div {width:90%;left:5%;}
.top-massage {left:37%; top:180px;}
 footer .container .row  { margin-left:0px;margin-right:0px;}
#toc-top-info ,#toc-fullwidth-content,  #toc-oc-content ,.container{
  margin-left:15px !important;
  margin-right:15px !important;}
.powered { 
  text-align:center; 
  background:#353535;
  border-top:none;}
#cart {top:16px;right:0px;} 
#cart.fix-menu {top:-54px;right:28px;}
.custom-banner.row {margin-left:10px; margin-right:10px;}
.custom-banner { margin-top:10px; }
#search {width:65%;top:15px;}
#logo img{ margin:0 auto;}
#menu div.dropdown-inner > ul.list-unstyled {display: block;}
#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);}
#menu .dropdown-inner {display: block;}
#menu .dropdown-inner a {width: 100%;color: #fff;}
#menu .dropdown-menu a:hover,
#menu .dropdown-menu ul li a:hover {background: rgba(0, 0, 0, 0.1);}
#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;}
#menu .dropdown:hover .dropdown-menu { 
          visibility:visible; 
		  top: 70px;
         -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out; 
         -o-transition: all 0.3s  ease-in-out;
         transition: all 0.3s ease-in-out;    
}
/*#menu .open .dropdown-menu { 
		
		visibility:visible;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out; }*/
.dropdown-inner.mega-menu {border-bottom:none;}
#menu div.dropdown-menu {
	  background:#fff;
	  padding-bottom:0; }
#menu .dropdown-inner a { color:#222;}
#menu .dropdown-inner a {padding:10px 20px 10px 20px;}
.navbar-nav { border-top:1px solid #eb0027; } 
.prod-content-top{
      text-align:right;
	  padding-right:20px;}
#content h1 {text-align:center;}
.product-list .prod-info {border-left:none;}
.navbar-nav { border-top:none;}
.triangle-social { margin-right:15px;}
.navbreadcrumb .container {
   margin-left:2px !important;
   margin-right:2px !important;
 } 
#column-left.fix-menu { 
  top:48px !important;
  position:fixed !important;
  overflow-y:auto;
  max-height:600px;
}  
#column-left { 
   top:0px;
   z-index:100;
   position:absolute;
   margin-left:-250px;
   max-width:280px;
   padding-top:20px;
   border-right:6px solid #eee;
} 
.product-list .product-thumb .button-group {border-left: none;}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;}
.product-grid .product-thumb .caption {min-height: 0;}
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;}


}
/*** end 768 ***/



@media (max-width: 550px) {
 .product-tab li { width:100%; }
.tab-content  .flex-direction-nav a  { width:30px; height:40px;   padding-bottom:10px;  text-align:center;   background:#fff;}  
.tab-content  .flex-direction-nav .flex-prev { left: -85px; !important}
.tab-content  .flex-direction-nav .flex-next { right: 20px; text-align: center;!important }
.tab-content  .flexslider:hover .flex-prev { opacity: 0.7; left: -85px;  !important}
.tab-content  .flexslider:hover .flex-next { opacity: 0.7; right: 20px;  !important}
 
.product-tab li a {
     margin-right:0;
	 text-align:left;}
.custom-banner.row {
   margin-left:0px;
   margin-right:0px;}
.custom-banner {
   margin-top:1px;}
.wrap-prod-content  .nav > li {
   width:100%;}
 #button-cart { font-size:13px;width:120px;}
}
/*** end  550  ***/

@media (max-width:400px) {
.footer-social{background:none !important;}
.triangle-social{border:none !important;}
#toc-footer-top{background:none !important;}

.navbreadcrumb {height:auto;}
.breadcrumb a { display: inline-block; position: relative; white-space: normal !important; word-wrap: break-word !important;}

}
/*** end  400  ***/


@media (max-width: 320px) {
#toc-footer-top .container { 
 margin-left:5px !important;
 margin-right:5px !important;}
.triangle-social {display:none !important;}
.footer-social , #toc-footer-top{background:#444 !important;}
.footer-social ul {  padding:0; margin:0 !important;}
 

}

/*** end  320  ***/

 @media (min-width: 768px) {
 
#menu .open .dropdown-menu   {
	    
		  max-height:600px;
		  top:50px;
         -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out; 
         -o-transition: all 0.3s  ease-in-out;
         transition: all 0.3s ease-in-out;    
	     visibility:visible; 
		 
	}

#menu .dropdown:active .dropdown-menu  {
		  display:block;  }
.product-list .product-thumb .image {
	float: left;
	padding: 15px;}
 
}


@media (min-width:1279px) {
	.custom-banner.row {
	 max-width:1280px;
	 margin-left:auto;
	 margin-right:auto;}
}




.toggle-social span ,.toggle-social2 span ,.toggle-social3 span {
    display:none;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    left:50px;
    position: absolute;
    text-align: left;
    width: 200px;
	top:0;
}
.social-left ,.social-left2 ,.social-left3 {
  display:block;
  height:320px;
  width:240px;
  background:#f4f4f4;
  position:fixed;
  top:30%;
  right:-240px;
  z-index:1000;
  padding:10px;
  padding-top:0;
}
.social-left2 ,.social-left3 { 
  height:42px;
}
.toggle-social ,.toggle-social2 ,.toggle-social3  {
  position:relative;
  height:42px;
  width:40px;
  background:#0d99f1;
  left:-50px;
  top:0;
  z-index:1000;
   cursor:pointer;
     -webkit-box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow:2px 3px 3px 0 rgba(0, 0, 0, 0.2);
box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.toggle-social i,.toggle-social2 i,.toggle-social3 i,.toggle-social3 i  {
 width:100%;
 height:100%;
 color:#fff;
 font-size:25px;
 display:block;
 line-height:42px;
}
 .toggle-social2 {
 
  background:#2ad21d;
}

.social-left2 {
 
   background:#2ad21d;
   margin-top:42px;
  }


 .toggle-social3 {
 
  background:#ff0000;
}

.social-left3 {
 
   background:#ff1111;
   margin-top:84px;
  }
  .side-box .owl-item > div  {
   padding:0;   
   width:100%;
   -webkit-box-shadow: inset 1px 0 18px 0 rgba(0, 0, 0, 0.1);
   -moz-box-shadow: inset 1px 0 18px 0 rgba(0, 0, 0, 0.1);
   box-shadow:inset 1px 0 18px 0 rgba(0, 0, 0, 0.1); }

   #hotitem .box-product {
	  background:transparent !important;
  }
  #toc-footer-bottom .fa {
  padding-left:15px;
}
#bottom-info .custom-banner {margin-bottom:0;}

 .infopage img {width:100%; max-width:800px !important;}
 .infopage h1 {display:none;}