@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
.fa {
	vertical-align: 0;
}
body {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
a {
	color: #666;
}
a:hover {
	color: #bd1e2c;
	text-decoration: none;
	transition: all 0.25s;
}
a:focus {
	text-decoration: none;
}
.text-center {
	text-align: center;
}
.container {
	padding-left: 0;
	padding-right: 0;
}

#shopping-cart-box-ontop {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
#shopping-cart-box-ontop .fa {
	line-height: 50px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	width: 100%;
	color: #999;
}
#shopping-cart-box-ontop .shopping-cart-box-ontop-content {
	position: absolute;
	right: 0;
	top: 100%;
}
#user-info-opntop {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 50px;
}
#form-search-opntop {
	position: absolute;
	top: 0;
	right: 100px;
	height: 50px;
}
/*-----------------
 [ 3.2 Top header]
 */
.top-header {
	background: #f6f6f6;
}
.top-header .login-link {
	width: auto;
	display: inline-block;
	line-height: 34px;
}
.top-header .login-link {
	float: right;
}
.top-header a {
	border-right: 1px solid #e0e0e0;
	padding-right: 10px;
	margin-left: 10px;
}


.top-header .bread-link {
    display: inline-block;
    line-height: 34px;
    width: auto;
    float:left;
    font-size:14px;
    color:#333333;
}
/*-----------------
 [ 3.3 Main header]
 */
.main-header {
	padding: 20px 0 20px 0;
}
.main-header .header-search-box {
	margin-top: 11px;
	padding-left: 80px;
	padding-right: 45px;
}
.main-header .header-search-box .form-inline {
	height: 41px;
	border: 1px solid #eaeaea;
	position: relative;
}

.filter {
	height: 41px;
	border: 1px solid #eaeaea;
	position: relative;
	margin-top: 11px;
	white-space: nowrap;
	overflow: hidden;
}

.main-header .header-search-box .form-inline .form-category {
	background: #f6f6f6;
	height: 39px;
}
.main-header .header-search-box .form-inline .input-serach {
	width: calc(100% - 200px);
}
.main-header .header-search-box .form-inline .input-serach input {
	border: none;
	padding-left: 15px;
	width: 100%;
}
.main-header .header-search-box .form-inline .btn-search {
	width: 41px;
	height: 41px;
	background: #bd1e2c url("../images/search.png") no-repeat center center;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -1px;
	right: -1px;
}
.main-header .header-search-box .form-inline .btn-search:hover {
	opacity: 0.8;
}
/*-----------------
 [ 3.4 Main menu]
 */
.nav-top-menu {
	background: #eee;
}
/*-----------------
 [ 3.4.1 Vertical megamenus]
 */
.box-vertical-megamenus {
	position: absolute;
	left: 15px;
	right: 15px;
	z-index: 1000;
	background: #fff;
}
.box-vertical-megamenus .title {
	background: #000;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
	overflow: hidden;
}
.box-vertical-megamenus .title .btn-open-mobile>.fa {
	line-height: inherit;
}
.box-vertical-megamenus .title .btn-open-mobile {
	font-size: 17px;
	cursor: pointer;
	line-height: 50px;
}
.box-vertical-megamenus .vertical-menu-content {
	border-top: 3px solid #bd1e2c;
	background: #fff;
	display: none;
	padding-bottom: 15px;
}
.box-vertical-megamenus .vertical-menu-list {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.box-vertical-megamenus .vertical-menu-list li {
	display: block;
	margin-left: -1px;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}
.box-vertical-megamenus .vertical-menu-list>li:hover {
	background: #bd1e2c;
}
.box-vertical-megamenus .vertical-menu-list>li:hover>a {
	color: #fff;
	border-color: #bd1e2c;
}
.box-vertical-megamenus .vertical-menu-list>li>a {
	padding-left: 20px;
	line-height: 36px;
	display: block;
}

.menutitle {
	margin-right: 10px;
}

/*-----------------
 [ 3.4.2 Main menu]
 */
#main-menu {
	padding: 0;
	margin-left: -15px;
}
#main-menu .container-fluid {
	padding: 0;
}
#main-menu .navbar-header {
	display: none;
}
#main-menu .navbar {
	border: none;
	margin: 0;
	background: none;
}
#main-menu .navbar-collapse {
	padding: 0;
}
#main-menu .navbar .navbar-nav>li>a {
	color: #333;
	margin: 15px 0;
	padding: 0;
	border-right: 1px solid #cacaca;
	padding: 0 25px;
	background: transparent;
}
#main-menu .navbar .navbar-nav>li:last-child>a {
	border-right: none;
}
#main-menu .navbar .navbar-nav>li:hover, #main-menu .navbar .navbar-nav>li.active {
	background: #bd1e2c;
	color: #fff;
}
#main-menu .navbar .navbar-nav>li:hover>a, #main-menu .navbar .navbar-nav>li.active>a {
	color: #fff;
	border-right: 1px solid transparent;
}
#main-menu .nav, #main-menu .collapse {
	position: static;
}
#main-menu .nav, 
#main-menu .collapse,
#main-menu .dropup, 
#main-menu .dropdown {
  position: static;
}
#main-menu .dropdown-menu {
  border-radius: 0;
  min-width: 200px;
  border-top: none;
  left: auto;
  padding: 30px 15px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate(0,40px);
  -moz-transform: translate(0,40px);
  -o-transform: translate(0,40px);
  -ms-transform: translate(0,40px);
  transform: translate(0,40px);
  display: block;
  visibility: hidden;
  opacity: 0;
  background: #fff;
}
#main-menu .dropdown-menu.container-fluid{
  padding: 15px 30px;
}

#main-menu .navbar-nav > li:hover .dropdown-menu {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
}
#main-menu li.dropdown>a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  vertical-align: 0;
  padding-left: 7px;
}
#main-menu li.dropdown:before {
  content: "\f0de";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #fff;
  padding-left: 7px;
  position: absolute;
  bottom: -13px;
  right: 48%;
  display: none;
  z-index: 1001;
}
#main-menu li.dropdown:hover:before {
  display: block;
}
#main-menu .dropdown-menu .block-container .link_container>a{
  line-height: 32px;
}

 /*----------------
[8. Product]
*/
.product-list li {
}
.product-list li .left-block {
	position: relative;
	overflow: hidden;
	padding: 10px 10px 0;
}
.product-list li .left-block a {
	display: block;
	overflow: hidden;
}
.product-list li .left-block img {
	transition: all 0.5s;
	webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	margin: 0 auto;
}
.product-list li:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-webkit-transform-origin: top right;
	-moz-transform: scale(1.2, 1.2);
	-moz-transform-origin: top right;
	-o-transform: scale(1.2, 1.2);
	-o-transform-origin: top right;
	transform: scale(1.2, 1.2);
	transform-origin: top right;
}
.product-list li .right-block {
	padding: 0 15px;
	margin-top: 5px;
}
.product-list li .product-name {
	white-space: nowrap;
	overflow: hidden;
}
.product-list li .product-name a {
	font-size: 14px;
}
.creator {
	font-size: 12px;
	color: #666;
}
.product-list li .content_price {
	width: auto;
	display: inline-block;
	float: right;
	 margin-top: 4px;
}
.product-list li .product-price {
	font-size: 14px;
	color: #009900;
}
.product-list li .rating {
	width: auto;
	float: left;
	color: #ff9900;
	text-align: right;
	display: inline-block;
	padding-top: 5px;
	font-size: 13px;
}

 /*
[14. footer]
*/
#footer {
	background: #eee;
}
/** add-box **/
#introduce-box {
	margin-top: 40px;
}
.introduce-title {
	text-transform: uppercase;
	font-size: 16px;
	list-style: none;
	font-weight: bold;
	margin-bottom: 8px;
}
.introduce-list li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.introduce-list {
	padding-left: 16px;
	list-style: inherit;
}
/** #trademark-box **/
.social-link a:hover {
	opacity: 0.8;
}
.social-link .fa {
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.social-link .fa-facebook {
	background: #415a99;
}
.social-link .fa-twitter {
	background: #00caff;
}
.social-link .fa-google-plus {
	background: #da4735;
}
/** #footer-menu-box **/
#footer {
	background: #eaeaea;
}
#footer-menu-box {
	border-top: 1px solid #E1E1E1;
	margin-top: 10px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.scroll_top {
	width: 34px;
	height: 34px;
	position: fixed;
	display: none;
	font-size: 0;
	z-index: 9999;
	right: 10px;
	bottom: 32px;
	background: #666;
	display: none;
}
.scroll_top:hover {
	background: #bd1e2c;
}
.scroll_top:before {
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: block;
}

 /*------------------
[16. Columns]
*/
#columns {
	padding-top: 16px;
	padding-bottom: 30px;
}
/*--------------
16.1 Left column
*/
#left_column .left-module {
	margin-bottom: 30px;
	overflow: hidden;
}
#left_column .left-module:last-child {
	margin-bottom: 0;
}
#left_column .left-module img {
	margin: 0 auto;
}
#left_column .block {
	border: 1px solid #eaeaea;
}
#left_column .block .title_block {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
	padding-left: 28px;
	text-transform: uppercase;
	padding-top: 11px;
	padding-bottom: 12px;
}
#left_column .block .block_content {
	margin: 10px;
}
.ads_content {
	text-align: center;
}
 /** special-product**/
.products-block {
	overflow: hidden;
}
.products-block li {
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
	height: 120px;
}
.products-block .products-block-left {
	width: 100px;
	float: left;
}
.products-block .products-block-right {
	margin-left: 110px;
}
.products-block .product-price {
	font-size: 14px;
	color: #009900;
	font-weight: bold;
	line-height: 35px;
}
.products-block-bottom {
	padding-top: 15px;
}
.products-block .link-all {
	height: 35px;
	width: 120px;
	border: 1px solid #bd1e2c;
	line-height: 33px;
	font-size: 14px;
	color: #bd1e2c;
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
	background: #bd1e2c;
	color: #fff;
}
.products-block .link-all:hover {
	opacity: 0.8;
}
.products-block .link-all:after {
	font: normal normal normal 13px/1 FontAwesome;
	content: "\f101";
	margin-left: 10px;
}
/** tags **/
.tags {
	line-height: 26px;
}
.tags span {
	padding: 0 5px;
}
.tags .level1 {
	font-size: 12px;
}
.tags .level2 {
	font-size: 16px;
}
.tags .level3 {
	font-size: 18px;
}
.tags .level4 {
	font-size: 20px;
}
.tags .level5 {
	font-size: 24px;
}


 /** subcategories **/
.view-product-list {
	margin-top: 7px;
	position: relative;
}
.page-heading {
	height: 41px;
	border-bottom: 1px solid #eaeaea;
	line-height: 40px;
	position: relative;
	font-size: 24px;
}
.page-heading span.page-heading-title {
	border-bottom: 3px solid #bd1e2c;
	position: absolute;
	bottom: -1px;
	padding: 0 12px;
}
/** botton view option **/
.view-product-list .product-list.grid {
	margin-top: -10px;
}
.product-list .product-container {
	border: 1px solid #eaeaea;
	overflow: hidden;
	padding-bottom: 10px;
}
.product-list.grid li {
	margin-top: 30px;
}
/** sortPagiBar **/
.sortPagiBar {
	margin-top: 20px;
}
.sortPagiBar .bottom-pagination {
	width: auto;
	float: right;
	margin-left: 23px;
}
.sortPagiBar .bottom-pagination .pagination {
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.sortPagiBar .bottom-pagination .pagination a:hover {
	background: #bd1e2c;
	color: #fff;
}
.sortPagiBar .bottom-pagination .pagination .active a {
	background: #bd1e2c;
	color: #fff;
}
.sortPagiBar .bottom-pagination .pagination > li:first-child > a {
	margin-left: 0px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.sortPagiBar .bottom-pagination .pagination > li > a {
	position: relative;
	float: left;
	padding: 5px 12px;
	margin-left: -1px;
	line-height: 1.42857;
	color: #999;
	text-decoration: none;
	background-color: #fafafa;
	border: 1px solid #eaeaea;
}
.sortPagiBar .bottom-pagination .pagination > li:last-child > a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/*
[18. Product page]
*/
#product .pb-right-column {
	line-height: 30px;
}
#product .pb-right-column .fa {
	line-height: inherit;
}
#product .pb-right-column .product-name {
	font-size: 24px;
}
#product .pb-right-column .product-comments .rating, #product .pb-right-column .product-comments .comments-advices {
	width: auto;
	display: inline-block;
}
#product .pb-right-column .product-comments .rating {
	color: #ff9900;
}
#product .pb-right-column .product-comments .comments-advices a {
	border-right: 1px solid #eaeaea;
	padding-left: 15px;
	padding-right: 15px;
}
#product .pb-right-column .product-comments .comments-advices a:last-child {
	border-right: none;
}
#product .pb-right-column .product-price-group .price, #product .pb-right-column .product-price-group .old-price, #product .pb-right-column .product-price-group .discount {
	display: inline-block;
	margin-right: 15px;
}
#product .pb-right-column .product-price-group .price {
	font-size: 31px;
	font-weight: bold;
	color: #009900;
}
#product .pb-right-column .product-price-group .old-price {
	text-decoration: line-through;
}
#product .pb-right-column .product-price-group .discount {
	background: #ff9900;
	color: #fff;
	padding: 0 15px;
	text-align: center;
	line-height: inherit;
	margin-right: 0;
	height: 23px;
	line-height: 23px;
}
#product .pb-right-column .info-orther {
	padding-bottom: 5px;
}
#product .pb-right-column .product-desc, #product .pb-right-column .form-option, #product .pb-right-column .form-action, #product .pb-right-column .form-share {
	border-top: 1px solid #eaeaea;
	padding: 10px 0;
}
#product .pb-right-column .form-option #size_chart {
	color: #bd1e2c;
	text-decoration: underline;
	margin-left: 15px;
}
#product .pb-right-column .product-desc {
	line-height: 24px;
}
#product .pb-right-column .form-option .attributes {
	clear: both;
	padding: 5px 0;
	overflow: hidden;
}
#product .pb-right-column .form-option .attributes:first-child {
	padding-top: 0;
}
#product .pb-right-column .form-option .attributes .attribute-label {
	width: 50px;
	float: left;
}
#product .pb-right-column .form-option .form-option-title {
	font-weight: bold;
	line-height: 20px;
}
#product .pb-right-column .form-option .attributes select {
	padding: 0px 0px 0px 10px;
	height: 29px;
	line-height: 23px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #FAFAFA url("../images/dropdown.png") no-repeat scroll right center;
	display: inline-block;
	border: 1px solid #eaeaea;
	min-width: 95px;
}
#product .pb-right-column .form-option .qty {
	width: 40px;
	display: inline-block;
	float: left;
	overflow: hidden;
}
#product .pb-right-column .form-option .product-qty {
	border: 1px solid #eaeaea;
	width: 60px;
	margin-left: 50px;
	overflow: hidden;
	background: #FAFAFA;
}
#product .pb-right-column .form-option .attributes .btn-plus {
	width: 18px;
	height: 29px;
	float: left;
	display: inline-block;
	margin-top: -5px;
}
#product .pb-right-column .form-option .btn-plus a {
	width: 18px;
	height: 10px;
	float: left;
	text-align: center;
	cursor: inherit;
}
#product .pb-right-column .form-option .attributes input {
	max-width: 50px;
	padding: 0 5px;
}
#product .pb-right-column .form-option .list-color {
	overflow: hidden;
	padding-top: 5px;
}
#product .pb-right-column .form-option .list-color li {
	width: 20px;
	height: 20px;
	border: 1px solid #eaeaea;
	float: left;
	margin-right: 10px;
}
#product .pb-right-column .form-option .list-color li:hover, #product .pb-right-column .form-option .list-color li.active {
	border: 1px solid #bd1e2c;
}
#product .pb-right-column .form-option .list-color li a {
	width: 20px;
	height: 20px;
	float: left;
	text-indent: -9999px;
}
#product .pb-right-column .form-action {
	padding: 0;
	padding-bottom: 5px;
}
#product .pb-right-column .form-action .button-group {
	margin-top: 5px;
	overflow: hidden;
}
#product .pb-right-column .form-action .button-group .wishlist, #product .pb-right-column .form-action .button-group .compare {
	min-width: 50px;
	padding-right: 15px;
	text-align: center;
	float: left;
}
#product .pb-right-column .form-action .button-group .wishlist .fa, #product .pb-right-column .form-action .button-group .compare .fa {
	font-size: 18px;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
	border-radius: 90%;
}
#product .pb-right-column .form-action .button-group .wishlist:hover .fa, #product .pb-right-column .form-action .button-group .compare:hover .fa {
	background: #bd1e2c;
}
#product .pb-right-column .form-share .fa {
	font-size: 18px;
}
#product .pb-right-column .form-share .sendtofriend-print a {
	margin-right: 15px;
	margin-bottom: 15px;
}
#product .pb-left-column .product-image .product-full {
	border: 1px solid #eaeaea;
	padding: 10px;
}
#product .pb-left-column .product-image .product-img-thumb {
	margin-top: 15px;
	padding: 0 40px;
}
#product .pb-left-column .product-image .product-img-thumb li {
	border: 1px solid #eaeaea;
	padding: 7px 10px;
}
#product .pb-left-column .product-image .owl-next {
	right: -40px;
}
#product .pb-left-column .product-image .owl-prev {
	left: -40px;
}

.tab-container{
    position: relative;
}
.tab-container .tab-panel{
    position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   opacity: 0;
   visibility: hidden;
}
.tab-container .active{
    opacity: 1;
   visibility: inherit;
   position: inherit;
   -vendor-animation-duration: 0.3s;
  -vendor-animation-delay: 1s;
  -vendor-animation-iteration-count: infinite;
}
.product-tab {
	margin-top: 30px;
}
.product-tab .nav-tab {
	width: 100%;
	overflow: hidden;
	z-index: 100;
	position: relative;
}
.product-tab .nav-tab>li {
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	background: #e2e2e2;
	border: 1px solid #e2e2e2;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	margin-right: 8px;
	font-weight: bold;
}
.product-tab .nav-tab>li:last-child {
	margin-right: 0;
}
.product-tab .nav-tab>li>a {
	color: #333333;
	padding: 0 26px;
	height: 50px;
	float: left;
}
.product-tab .nav-tab>li:hover>a, .product-tab .nav-tab>li.active>a {
	background: #fff;
}
.product-tab .tab-container {
	padding: 20px;
	border: 1px solid #e2e2e2;
	margin-top: -1px;
	z-index: 1;
}
.product-tab .tab-container p {
	margin: 0 0 10px;
}
.product-tab .tab-container .table {
	margin-bottom: 0;
}
.product-tab .tab-container .tab-panel {
	line-height: 24px;
}
.product-comments-block-tab {
	overflow: hidden;
}
.product-comments-block-tab .fa {
	line-height: inherit;
}
.product-comments-block-tab .reviewRating {
	color: #ff9900;
}
.product-comments-block-tab .comment {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #eaeaea;
}
.product-comments-block-tab .comment:first-child {
	padding-top: 0;
}
.product-comments-block-tab .comment:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.product-comments-block-tab .comment .author {
	border-right: 1px solid #eaeaea;
}
.product-comments-block-tab .btn-comment {
	padding: 5px 15px;
	border: 1px solid #eaeaea;
	float: left;
	margin-top: 15px;
}
.page-product-box {
	margin-top: 50px;
}
.page-product-box .heading {
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 17px;
}
.page-product-box .owl-next {
	top: -20px;
}
.page-product-box .owl-prev {
	top: -20px;
	left: inherit;
	right: 26px;
}

.btn-add-download {
	height: 35px;
	width: auto;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	background: #009900;
}
.btn-add-download:hover {
	color: #fff;
	opacity: 0.8;
}
.btn-add-download:before {
	width: 16px;
	height: 100%;
	float: left;
	background: url("../images/download.png") no-repeat scroll left center;
	content: " ";
	margin-right: 15px;
}

.right-sidebar #left_column {
	float: right;
}

div.pic {
	background-image: url("../images/rate.png");
	background-repeat: no-repeat;
	padding: 0 15px 0 4px;
	height: 18px;
	vertical-align: bottom;
	float:left; margin:3px 0 0 10px; opacity:1;
}

div.pic_down {
	background-image: url("../images/rate.png");
	background-repeat: no-repeat;
	padding: 0 15px 0 4px;
	height: 18px;
	vertical-align: bottom;
	background-position:36px -29px;
}






.tooltip{position:relative;}
.tooltipbox{position:absolute;background:#ffffff; border-radius:3px; bottom:18px; left:-15px; z-index:1; padding:0 !important; border:1px solid #cccccc; width:58px;}
.tooltipbox img{display:inline-block; margin:5px; float:left;}
.clearfix:after, .clearfix:before{display:table; content:"";}
.clearfix:after{clear:both;}


