/* top */
#top-menu {
	position: relative;
	background-color: #ffffff;
	margin-bottom: -10px;
	height: 60px;
}
#top-menu .container {
	padding: 0 15px;
}
#top-menu .logo {
	padding: 8px 0;
}
#top-menu .top-menu-links > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top-menu .top-menu-links > ul > li {
	display: inline-block;
	margin-left: -5px;
}
#top-menu .top-menu-links > ul > li > a {
	position: relative;
	padding: 15px;
	color: #666;
	line-height: 30px;
	display: block;
}
#top-menu .top-menu-links > ul > li > a:hover,
#top-menu .top-menu-links > ul > li > a:focus {
	text-decoration: none;
	color: #222;
	background-color: #f8f8f8;
}
#top-menu .top-menu-links .dropdown-menu {
	border-radius: 0 0 3px 3px;
	border-top: 0;
	padding: 0;
}
#top-menu #form-currency .currency-select,
#top-menu #form-language .language-select {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #555555;
    font-size: 13px;
    font-weight: 400;
    padding: 13px 10px 13px 15px;
    position: relative;
}
#top-menu #form-currency .currency-select:hover,
#top-menu #form-language .language-select:hover,
#top-menu #form-currency .currency-select:focus,
#top-menu #form-language .language-select:focus {
	color: #222;
	background-color: #f8f8f8;
}
/* content */
#content {
	min-height: 600px;
}
.panel-heading .btn-panel-heading-option {
	margin-top: -13px;
}
.well::-webkit-scrollbar {
	width: 6px;
	background-color: rgba(128,139,156,0.2);
}
.well::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgba(128,139,156,0.7);
}
/* dropdown-menu */
.dropdown-menu li button.btn {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.846;
  color: #666666;
  white-space: nowrap;
  border-radius: 0;
  text-align: left;
  text-transform: none;
}
.dropdown-menu li button.btn:hover,
.dropdown-menu li button.btn:focus {
  text-decoration: none;
  outline: 0;
  color: #ffffff;
  background-color: #0b93b5;
}
.dropdown-menu li button.btn:after {
  background-image: none;
}
/* breadcrumb */
.container-breadcrumb {
	padding: 20px 0 15px 0;
	margin-bottom: 30px;
}
.breadcrumb i {
	font-size: 15px;
}
.container-breadcrumb h1 {
	color: #ffffff;
	margin-top: -10px !important;
	text-shadow: 0 1px 1px #000;
}
.breadcrumb-page-account {
	background-color: #212121;
}
.breadcrumb-page-affiliate {
	background-color: #4d93b5;
}
.breadcrumb-page-catalog {
	background-color: #212121;
}
.breadcrumb-page-service {
	background-color: #212121;
}
.breadcrumb-page-checkout {
	background-color: #212121;
}
.breadcrumb-page-error {
	background-color: #f00d2f;
}
/* Filemanager Folder Size */
#filemanager .fa-folder.fa-5x {
	font-size: 10.5em;
}
.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
	font-family: FontAwesome;
	color: #f00d2f;
	content: "\f059";
	margin-left: 4px;
}
.table thead td {
	font-weight: bold;
}
.table thead > tr > td, .table tbody > tr > td {
	vertical-align: middle;
}
.table a.asc:after {
	content: " \f107";
	font-family: FontAwesome;
	font-size: 14px;
}
.table a.desc:after {
	content: " \f106";
	font-family: FontAwesome;
	font-size: 14px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.pagination-text-result {
	margin-top: 14px;
}
.form-product-image {
	margin-bottom: 0px;
}
.content-scrollbox > div {
	padding: 4px;
}
.content-scrollbox > div:nth-child(2n) {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
}
.table-filter {
	background-color: #f5f5f5;
}
.table-filter td {
	font-weight: normal !important;
}
/* Buttons */
.buttons {
	padding: 15px;
	margin-bottom: 25px;
	background-color: #fff;
	border: 1px solid #dddddd;	
	border-radius: 3px;
	overflow: hidden;
}
.panel .btn > p {
	text-transform: none;
	color: #ababab;
}
.custom-content {
	padding-bottom: 0;
}
.panel .custom-content .btn {
	margin-bottom: 15px;
}
.content-login {
	min-height: 265px;
}
/* Category */
.category-image {
	margin-right: 20px;
}
/* Product Grid */
.product-thumb {
	background-color: #ffffff;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 30px;
	text-align: center;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .hovereffect {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.product-thumb .hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.product-thumb .hovereffect:hover .overlay {
	background-color: rgba(0, 0, 0, 0.6);
}
.product-thumb .hovereffect h2 {
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 14px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
}
.product-thumb .hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	top: 45%;
	right: 30%;
	left: 30%;
	padding: 7px 14px;
}
.product-thumb .hovereffect a.info:hover {
	box-shadow:0 0 5px #fff;
	background-color: rgba(0,0,0,0.3);
}
.product-thumb .hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
.product-thumb .hovereffect:hover h2,.hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.product-thumb .hovereffect:hover a.info {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
}
.product-thumb .product-name {
	font-size: 15px;
	padding: 10px 0;
}
.product-thumb .product-name a {
	position: relative;
	text-decoration: none;
	color: #000000;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-thumb .product-name a:hover {
	color: #f00d2f;
}
.product-thumb .product-name a:before {
	content: "";
	position: absolute;
    width: auto;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #f00d2f;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-thumb .product-name a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.product-thumb .caption {
	border-top: 1px solid #eee;
}
.product-thumb .rating {
	padding: 10px 0 0 0;
}
.rating .fa-stack {
	padding-top: 2px;
	font-size: 6px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 12px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
.product-thumb .btn-sm {
	margin-right: 5px;
}
.product-thumb .caption .pull-right {
	padding-top: 12px;
}
.product-thumb .caption .product-price {
    display: inline-block;
    background-color: #000000;
    padding: 4px 6px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    height: 24px;
    position: relative;
}
.product-thumb .caption .product-price:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -23px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #000000 transparent transparent;
}
.product-thumb .caption .product-price:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: -2px;
    width: 4px;
    height: 4px;
    background-color: #fff;
    z-index: 1;
    border-radius: 10px;
}
.product-thumb .caption .price-new {
	display: inline-block;
	margin-right: 15px;
	color: #f00d2f;
	font-size: 14px;
	font-weight: 500;
	text-decoration: line-through;
}
.well {
	border-radius: 3px;
	border: 1px solid #e2e2e2;
	background-color: #f2f2f2;
}
.product-list-old-price {
	margin-right: 5px;
	color: #f00d2f;
	font-size: 12px;
	text-decoration: line-through;
}
/* Product Data */
#product-column-left .product-images {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 15px;
	margin-bottom: 20px;
}
#product-column-left .product-images .hovereffect {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
#product-column-left .product-images .hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#product-column-left .product-images .hovereffect:hover .overlay {
	background-color: rgba(0, 0, 0, 0.6);
}
#product-column-left .product-images .hovereffect .location {
	position: absolute;
	top: 42%;
	right: 0;
	bottom: 0;
	left: 0;
}
#product-column-left .product-images .hovereffect a {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#product-column-left .product-images .hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
#product-column-left .product-images .hovereffect:hover a {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
#product-column-left .product-images .product-image-footer {
	margin: 15px -15px -15px -15px;
	padding: 15px;
	border-top: 1px solid #e2e2e2;
	background-color: #f2f2f2;
}
#product-column-left .product-images .gallery {
	display: inline-block;
}
#product-column-left .product-images .favorite {
	display: inline-block;
}
#product-column-left .product-images .share {
	padding-top: 5px;
}
#product-column-left .nav-tabs {
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
}
#product-column-left .nav-tabs > li > a {
	border-right: 1px solid #e2e2e2;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 20px 25px;
}
#product-column-left .nav-tabs > li > a:hover {
   color: #f00d2f;
}
#product-column-left .nav-tabs > li.active > a,
#product-column-left .nav-tabs > li.active > a:hover,
#product-column-left .nav-tabs > li.active > a:focus {
	color: #f00d2f;
	background-color: #ffffff;
	cursor: default;
}
#product-column-left .tab-content {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	border-color: transparent #e2e2e2 #e2e2e2 #e2e2e2;
	padding: 15px;
	margin-bottom: 20px;
}
#product-column-left .tab-content .fa-star-o {
	color: #999;
}
#product-column-left .tab-content .fa-star {
	color: #FC0;
}
#product-column-left .tab-content .fa-star + .fa-star-o {
	color: #E69500;
}
#product-column-left .review-notify {
	margin-bottom: 40px;
}
#product-column-right .column {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
#product-column-right .column-heading {
	padding: 5px 15px;
	border-bottom: 1px solid #e2e2e2;
}
#product-column-right h2 {
    display: inline-block;
    font-weight: 500;
}
#product-column-right .old-price {
	display: inline-block;
	margin-right: 15px;
	color: #f00d2f;
	font-weight: 400;
	font-size: 26px;
	text-decoration: line-through;
}
#product-column-right .column-body {
	padding: 15px;
	font-size: 14px;
}
#product-column-right .product-sales {
	border-top: 1px solid #e2e2e2;
	background-color: #f2f2f2;
	text-shadow: 1px 1px 0 #ffffff;
	font-size: 16px;
}
#product-column-right .column-footer {
	padding: 15px;
	border-top: 1px solid #e2e2e2;
}
#product-column-right .review,
#product-column-right .product-rating {
	border-top: 1px solid #e2e2e2;
	font-size: 16px;
}
#product-column-right .product-sales i,
#product-column-right .review i,
#product-column-right .product-rating i {
	font-size: 18px;
	margin-right: 10px;
}
#product-column-right .product-sales .text-right,
#product-column-right .review .text-right {
	font-weight: 600;
}
#product-column-right .product-rating .fa-stack {
	font-size: 20px;
	margin-left: -15px;
}
#product-column-right .product-rating .fa-star-o {
	color: #999;
	font-size: 26px;
}
#product-column-right .product-rating .fa-star {
	color: #FC0;
	font-size: 26px;
}
#product-column-right .product-rating .fa-star + .fa-star-o {
	color: #E69500;
}
#product-column-right .date {
	border-bottom: 1px solid #e2e2e2;
}
#product-column-right .date .row + .row {
	border-top: 1px solid #e2e2e2;
	padding-top: 15px;
	margin-top: 15px;
}
/* Rating Manufacturer by Page Product */
#product-column-right .seller-rating,
#product-column-right .manufacturer-rating {
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	position: relative;
}
#product-column-right .seller-rating .value-1 {
	margin-right: 20px;
}
#product-column-right .seller-rating .medal-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .seller-rating .diamond-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .seller-rating .crown-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .seller-rating .value-2 {
	margin-right: 40px;
}
#product-column-right .seller-rating .medal-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 4px;
	right: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .seller-rating .diamond-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .seller-rating .crown-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 2px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .seller-rating .value-3 {
	margin-right: 60px;
}
#product-column-right .seller-rating .medal-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 4px;
	right: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .seller-rating .diamond-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .seller-rating .crown-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 2px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .seller-rating .value-4 {
	margin-right: 80px;
}
#product-column-right .seller-rating .medal-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 4px;
	right: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .seller-rating .diamond-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .seller-rating .crown-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 2px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .seller-rating .value-5 {
	margin-right: 100px;
}
#product-column-right .seller-rating .medal-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 4px;
	right: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .seller-rating .diamond-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 4px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .seller-rating .crown-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 2px;
	right: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
/* Rating Manufacturer */
#product-column-right .manufacturer-rating .value-1 {
	margin-left: 20px;
}
#product-column-right .manufacturer-rating .medal-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .manufacturer-rating .diamond-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .manufacturer-rating .crown-1 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .manufacturer-rating .value-2 {
	margin-left: 40px;
}
#product-column-right .manufacturer-rating .medal-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 4px;
	left: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .manufacturer-rating .diamond-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .manufacturer-rating .crown-2 {
	position: absolute;
	width: 40px;
	height: 20px;
	top: 2px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .manufacturer-rating .value-3 {
	margin-left: 60px;
}
#product-column-right .manufacturer-rating .medal-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 4px;
	left: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .manufacturer-rating .diamond-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .manufacturer-rating .crown-3 {
	position: absolute;
	width: 60px;
	height: 20px;
	top: 2px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .manufacturer-rating .value-4 {
	margin-left: 80px;
}
#product-column-right .manufacturer-rating .medal-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 4px;
	left: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .manufacturer-rating .diamond-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .manufacturer-rating .crown-4 {
	position: absolute;
	width: 80px;
	height: 20px;
	top: 2px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .manufacturer-rating .value-5 {
	margin-left: 100px;
}
#product-column-right .manufacturer-rating .medal-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 4px;
	left: 10px;
	background: url('../image/medal.png') left top no-repeat;
}
#product-column-right .manufacturer-rating .diamond-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 4px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -20px no-repeat;
}
#product-column-right .manufacturer-rating .crown-5 {
	position: absolute;
	width: 100px;
	height: 20px;
	top: 2px;
	left: 10px;
	text-align: left;
	background: url('../image/medal.png') left -40px no-repeat;
}
#product-column-right .manufacturer-table { 
	margin: 0;
	padding: 0;
}
#product-column-right .manufacturer-rating table {
	margin-bottom: 0;
}
#product-column-right .manufacturer-rating table thead td,
#product-column-right .manufacturer-rating table td:first-child {
	font-size: 12px;
}
#product-column-right .attributes .row + .row {
	border-top: 1px solid #e2e2e2;
	padding-top: 15px;
	margin-top: 15px;
}
#product-column-right .tags {
	border-top: 1px solid #e2e2e2;
}
#product-column-right .manufacturer-info .row + .row {
	border-top: 1px solid #e2e2e2;
	margin-top: 15px;
}
.seller-rating .list-inline .popover {
	max-width: 500px !important;
}
#comment .comment-author-avatar {
	margin: 5px 0;
}
#comment .comment-parent,
#comment .comment-child-1,
#comment .comment-child-2,
#comment .comment-child-3,
#comment .comment-child-4 {
	border-top: 1px solid #dddddd;
}
#comment .comment-parent,
#comment .comment-child-1,
#comment .comment-child-2,
#comment .comment-child-3,
#comment .comment-child-4 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: auto;
}
#comment .comment-parent::-webkit-scrollbar,
#comment .comment-child-1::-webkit-scrollbar,
#comment .comment-child-2::-webkit-scrollbar,
#comment .comment-child-3::-webkit-scrollbar,
#comment .comment-child-4::-webkit-scrollbar {
	height: 6px;
	width: 6px;
	background-color: transparent;
}
#comment .comment-parent::-webkit-scrollbar-thumb,
#comment .comment-child-1::-webkit-scrollbar-thumb,
#comment .comment-child-2::-webkit-scrollbar-thumb,
#comment .comment-child-3::-webkit-scrollbar-thumb,
#comment .comment-child-4::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: transparent;
}
#comment .comment-parent:hover::-webkit-scrollbar,
#comment .comment-child-1:hover::-webkit-scrollbar,
#comment .comment-child-2:hover::-webkit-scrollbar,
#comment .comment-child-3:hover::-webkit-scrollbar,
#comment .comment-child-4:hover::-webkit-scrollbar {
	background-color: rgba(128,139,156,0.2);
}
#comment .comment-parent:hover::-webkit-scrollbar-thumb,
#comment .comment-child-1:hover::-webkit-scrollbar-thumb,
#comment .comment-child-2:hover::-webkit-scrollbar-thumb,
#comment .comment-child-3:hover::-webkit-scrollbar-thumb,
#comment .comment-child-4:hover::-webkit-scrollbar-thumb {
	background-color: rgba(128,139,156,0.7);
}
#comment .comment-content {
	margin: 0 0 0 60px;
}
#comment .comment-child-1 {
	margin-left: 60px;
}
#comment .comment-child-2 {
	margin-left: 105px;
}
#comment .comment-child-3 {
	margin-left: 150px;
}
#comment .comment-child-4 {
	margin-left: 195px;
}
#comment .comment-child-1-content,
#comment .comment-child-2-content,
#comment .comment-child-3-content,
#comment .comment-child-4-content {
	margin: 0 0 0 45px;
}
#comment .comment-parent .comment-author,
#comment .comment-child-1 .comment-author,
#comment .comment-child-2 .comment-author,
#comment .comment-child-3 .comment-author,
#comment .comment-child-4 .comment-author {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}
#comment .comment-parent .comment-date,
#comment .comment-child-1 .comment-date,
#comment .comment-child-2 .comment-date,
#comment .comment-child-3 .comment-date,
#comment .comment-child-4 .comment-date {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}
#comment .comment-reply {
	float: left;
	color: #bbbbbb;
}
#comment .comment-reply a,
#comment .comment-vote a {
	cursor: pointer;
	color: #bbbbbb;
}
#comment .comment-reply a:hover {
	color: #0b93b5;
	text-decoration: none;
}
#comment .comment-vote { 
	float: right;
}
#comment .comment-vote .add-vote {
	margin-right: 5px;
	color: #0b93b5;
}
#comment .comment-vote .add-vote:hover {
	color: #347013;
}
#comment .comment-vote .delete-vote {
	margin-left: 20px;
	margin-right: 5px;
	color: #f00d2f;
}
#comment .comment-vote .delete-vote:hover {
	color: #c00a26;
}
#comment .label-success {
	background-color: #e1f7d6;
	color: #0b93b5;
}
#comment .label-danger {
	background-color: #f5d4d9;
	color: #f00d2f;
}
.comment-quote {
	background-color: #f8f8f8;
	border-left: 3px solid #83cf8f;
	padding: 5px 10px 1px 10px;
	margin-bottom: 5px;
	font-style: italic;
}
.comment-quote span {
	color: #2986c9;
	font-weight: 600;
	font-size: 12px; 
	margin-bottom: 5px;
	font-style: normal;
}
/* Alert */
.comment-backdrop {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99998;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
.comment-body {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 30%;
	right: 30%;
	bottom: 30%;
	left: 30%;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	z-index: 999999;
}
.alert-comment {
	padding: 20px;
	font-size: 14px;
	max-width: 100%;
	font-weight: 400;
	text-align: center;
}
/* News */
.news-images {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 15px;
	margin-bottom: 20px;
}
.news-description {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 15px;
	margin-bottom: 20px;
}
.news-data {
	background-color: #f2f2f2;
	text-shadow: 1px 1px 0 #ffffff;
	font-size: 16px;
}
.news-data i {
	font-size: 18px;
	margin-right: 10px;
}
.news-data .text-right {
	font-weight: 600;
}
.news-data div.row + div.row {
	margin-top: 15px;
}
.column-body .list-inline {
	margin: 0;
	padding: 0;
}
.column-body .gallery a {
	margin: 0;
}
/* Product Modules */
.module-title {
    overflow: hidden;
    text-align: center;
    font-size: 26px;
	width: 85%;
	margin: 0 auto 10px auto;
}
.module-title:before,
.module-title:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 3px;
    background-color: #888;
    position: relative;
}
.module-title:before {
    margin-left: -100%;
    left: -20px;
}
.module-title:after {
    margin-right: -100%;
    right: -20px;
}
.module-box {
	margin-bottom: 20px;
}
/* News */
.product-thumb .news-name {
	font-size: 14px;
	padding: 10px 0;
}
.product-thumb .news-name a {
	text-decoration: none;
	color: #444;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-thumb .news-name a:hover {
	color: #0b93b5;
}
.product-thumb .news-description {
	position: relative;
	margin-top: 2px;
	padding-top: 5px;
}
.product-thumb .news-description p {
	text-align: justify;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	height: 50px;
	margin: 0;
}
.product-thumb .news-description:before {
	content: "";
	position: absolute;
    width: 100%;
    height: 2px;
    top: -4px;
    left: 0;
    background-color: #d2d2d2;
    visibility: visible;
    -webkit-transform: scaleX(1);
	transform: scaleX(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-thumb .news-description:after {
	content: "";
	position: absolute;
    width: 100%;
    height: 2px;
    top: -4px;
    left: 0;
    background-color: #0b93b5;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-thumb:hover .news-description:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* Customer Message */
#customer-message .message-content {
	padding: 15px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	margin-bottom: 15px;
}
#customer-message .message-title {
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #dddddd;
}
#customer-message-list .message-product {
	position: relative;
}
#customer-message-list .message-product .message-status-open,
#customer-message-list .message-product .message-status-close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px;
}
.tab-products > li > a {
	font-size: 20px;
	position: relative;
}
.tab-products > li > a,
.tab-products > li > a:focus {
	-webkit-box-shadow: inset 0 -1px 0 #dddddd;
	box-shadow: inset 0 -1px 0 #dddddd;
}
.tab-products > li > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	visibility: hidden;
	background-color: #f00d2f;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.tab-products > li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.tab-products > li.active > a,
.tab-products > li.active > a:focus {
	-webkit-box-shadow: inset 0 -2px 0 #f00d2f;
	box-shadow: inset 0 -2px 0 #f00d2f;
	color: #f00d2f;
}
@media (max-width: 917px) {
	.tab-products > li {
		float: none;
		text-align: center;
	}
	.tab-products > li > a {
		font-size: 16px;
	}
}
@media (min-width: 918px) and (max-width: 1141px) {
	.tab-products > li > a {
		font-size: 16px;
	}
}
.tab-product-content {
	margin-top: 20px;
}
footer {
	background-color: #000000;
	padding: 30px 0 20px 0;
	color: #666666;
}
footer h5 {
	color: #ffffff;
}
footer hr {
	border-top: 1px solid #666666;
}
footer .list-unstyled li {
	padding-top: 10px;
}
footer .list-inline li {
	padding-bottom: 10px ;
}
footer .service .list-inline li a,
footer .list-unstyled li a,
footer .powered a {
	color: #666666;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
footer .service .list-inline li a:hover,
footer .list-unstyled li a:hover,
footer .powered a:hover {
	color: #bbbbbb;
	text-decoration: none;
}
footer .service .list-inline li a:before,
footer .list-unstyled li a:before,
footer .powered a:before {
	content: "";
	position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #bbbbbb;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
footer .service .list-inline li a:hover:before,
footer .list-unstyled li a:hover:before,
footer .powered a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
footer .logo {
	margin-left: auto;
	margin-right: auto;
}
footer .service,
footer .social,
footer .payment,
footer .powered,
footer .counter {
	text-align: center;
}
@media (min-width: 1142px) {
	footer .payment,
	footer .powered {
		text-align: right;
	}
	footer .service,
	footer .counter	{
		text-align: left;
	}
}
.modal-message-image {
	width: 330px;
}
/* Account */
#account-list fieldset {
	margin-bottom: 15px;
}
#account-list legend {
	margin-bottom: 0;
}
#account-list .account-manufacturer {
	margin-bottom: 15px;
}
.account-list {
	padding: 0 15px;
}
.account-list .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 1142px) {
	.account-list .col-md-6:last-child {
		border-left: 1px solid #d2d2d2;
	}
	.account-list .col-md-6:first-child {
		border-left: transparent;
	}
}
.acconut-item-left {
	float: left;
	margin-right: 15px;
}
.acconut-item-left .fa {
	font-size: 3em;
	padding-top: 5px;
	color: #212121;
}
.acconut-item a {
	text-decoration: none;
	color: #222222;
	line-height: 40px;
	display: block;
	padding: 20px 10px;
}
.acconut-item a:hover {
	background-color: #f5f5f5;
}
.acconut-item-heading {
	margin: 0;
}
.acconut-item p {
	margin: 0;
	color: #a2a2a2;
}
/* Dispute */
.dispute-info tr td {
	position: relative;
}
.dispute-info tr td .label{
	position: absolute;
	top: 3px;
	right: 3px;
}
/* Validate */
.sm-input { 
	position: absolute;
	left: 70px;
	height: 1px !important;
	width: 1px !important;
	padding: 0 !important;
	border: 0px !important;
}
input:required:focus, textarea:required:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
input:required:focus:invalid,textarea:required:focus:invalid {
	border:solid 2px #F5192F;
}