/* transition */
a:hover,.banner-3 a:hover::before,
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover,
.product-layout:hover  .actions-link,
.static-policy .col:hover .text-content h2, .static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist, .layout1:hover .btn-compare,
.banner-2 a:hover::before, .product-image:hover .img-r,
.banner-1 > div:hover img{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff;
	background-color: #80c34e;
	border-color: #80c34e;
}
#button-guest, #button-search, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, input[type='submit'], .button{
	border: 2px solid #141027;
	background: #141027;
	padding: 0px 5px;
	text-transform: capitalize;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	/*border-radius: 5px;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.button-cart {border: 2px solid #363c76;background: #363c76;color:#fff;padding: 0px 5px;text-transform: capitalize;width:100%;}
.button-default {border: 2px solid #363c76;background: #363c76;color:#fff;padding: 0px 5px;text-transform: capitalize;}
.button-primary {border: 2px solid #363c76;background: #363c76;color:#fff;padding: 0px 5px;text-transform: capitalize;}
.btn-info {border: 2px solid #363c76;background: #363c76!important;color:#fff!important;padding: 0px 5px;text-transform: capitalize;}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
	border-radius: 20px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 9999;
}
/* owl carousel */
.owl-container {
  margin: 0 -15px;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div {
  opacity: 1;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.owl-container .owl-carousel .owl-item {
  padding: 0 15px;
}
.owl-container .owl-carousel .owl-controls .owl-page:hover span,
.owl-container .owl-carousel .owl-controls .owl-page.active span {
  background: #80c34e;
}
.owl-container .owl-carousel .owl-controls .owl-page {
	display:inline-block;
	vertical-align:top;
}
.owl-container .owl-carousel .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  margin: 5px;
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 48px;
  color: #bdbfbe;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  box-shadow: 0 0 13px 2px rgba(0,0,0,0.07);
  -webkit-box-shadow: 0 0 13px 2px rgba(0,0,0,0.07);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:before {
  font-family: "Ionicons";
  font-size: 18px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: "\f3cf";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next:before {
  content: "\f3d1";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
  background: #80c34e;
  border-color: #80c34e;
  color: #fff;
}
/*--------------*/

/* Products */ 

.owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}
.item .item-inner {
	position: relative!important;
}
.label-pro-sale {
	color: #fff;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	z-index: 4;
}
.label-pro-sale span.text {
	background: #fff;
	color: #363c76;
	padding-left: 9px;
	padding-right: 8px;
	line-height: 20px;
	float: left;
	border: 2px solid #80c34e;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.label-pro-sale span.count {
	background: #80c34e;
	padding-right:9px;
	padding-left: 6px;
	line-height: 20px;
	float: left;
	border: 2px solid #80c34e;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.label-pro-new span,.label-pro-sale span {
	display: block;
}
.label-pro-new {
	border: 2px solid #12a4dd;
	line-height: 20px;
	padding: 0 9px;
	font-size: 12px;
	font-weight: 700;
	z-index: 4;
	text-transform: uppercase;
	color: #fff;
	background: #12a4dd;
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 12px;
}
.item-inner .images-container {
	position: relative!important;
	background: #fff;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.item-inner .images-container .product-image {
	position:relative!important;
	display: block;
}
.item-inner .images-container .img-r {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
	visibility:hidden;
	z-index:1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.item-inner:hover .images-container .img-r {
	opacity:1;
	visibility: visible;
}

.item-inner:hover .images-container .quick-view {
	opacity: 1;
}

.item-inner .images-container .quick-view {
	position: absolute;
    right: 0;
    left: 0;
    top: 55%;
    opacity: 0;
    text-align: center;
    z-index: 10;
    -moz-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);

}
.item-inner .images-container .quick-view button {
	line-height: 35px;
	height: 35px;
	width: 35px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	background-color: #363c76;
	opacity: 0.9;
	text-transform: capitalize;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0;
	font-size: 0;
	border-radius: 100%;
	text-align: center;
	border: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.item-inner .images-container .quick-view button:hover {
	opacity: 1;
}
.qv-button-container {
	/*display: block;*/
	display: inline-block;
}

.item-inner  .actions .add-to-links {

}
.add-to-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align:top;
}
.add-to-links li {
	/*float: left;*/
	margin-left: 5px;
	display:inline-block;
}
.add-to-links a{
	line-height: 30px;
	height: 30px;
	width: 30px;
	display: block;
	font-weight: normal;
	font-size: 0;
	padding: 0;
	text-align: center;
	color: #525252;
}
.add-to-links a:before {
	content: "\f387";
	font-family: "Ionicons";
	font-size: 21px;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
}
.add-to-links a.link-compare:before {
	content: "\f4a8";
}
.add-to-links a:hover {
    color: #363c76;
}
.item-inner .des-container {
	padding: 15px 20px;
	background: transparent;
	/*text-align: left;*/
}
.product-name {
	margin-bottom: 5px;
	display: block;
	text-align:center;
	margin-top: 0;
}
.product-name a {
	color: #525252;
	padding: 0;
	display: block;
	text-transform: capitalize;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	font-family:Google Sans;
	overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;
}
.product-name a:hover {
	color: #363c76;
}
.ratings {
	display:block;
}
.ratings .rating-box {
	display: inline-block;
	vertical-align:top;
}
.rating-box div[class^='rating']{
	background: url('../image/rating0.png') no-repeat;
	font-size: 0;
	height: 12px;
	width: 73px;
}
.rating-box div.rating1{
	background-image: url('../image/rating1.png');
}
.rating-box div.rating2{
	background-image: url('../image/rating2.png');
}
.rating-box div.rating3{
	background-image: url('../image/rating3.png');
}
.rating-box div.rating4{
	background-image: url('../image/rating4.png');
}
.rating-box div.rating5{
	background-image: url('../image/rating5.png');
}
.price-box p {
	display: inline-block;
	vertical-align:top;
	margin-bottom: 0;
	margin-left:5px;
}
.price-box .price {
	color: #363c76;
	font-size: 16px;
	font-weight: normal;
}
.price-box p.special-price .price{
}
.price-box p.old-price {
	margin-left: 0px;
	padding-top: 0px;
}
.price-box p.old-price .price {
	color: #999999;
	text-decoration: line-through;
	font-size: 15px;
	font-weight: 400;
}

.price-box span.price-old {
	color: #999999;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 400;
}
.item-inner .des-container .price-box {
	display: block;
	margin-top: 3px;
	margin-bottom: 9px;
	text-align:center;
}
/* module-style1 */
.box-module {
	margin-top: 20px;
	background:#fff;
	padding: 11px 20px 0 20px;
}
.module-style1 {border:1px solid #f4f4f4;margin-bottom:20px;}
.module-style1 .box-style {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.module-style1 .owl-carousel .owl-wrapper-outer {
	padding-bottom: 10px;
	margin-bottom: 0px;
	position: relative;
}

.module-style1.active .owl-carousel .owl-wrapper-outer {
	z-index:1;
}
.module-style1 .item {
	padding-top: 15px;
}
.module-style1 .item-inner {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.module-style1 .item-inner:hover {
	background: #fff;
	box-shadow: 0 0 13px 2px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 0 13px 2px rgba(0,0,0,0.07);
	/* margin: -15px; */
	/* padding: 15px; */
	position: relative!important;
	z-index: 5!important;
}
.module-style1 .item-inner:hover .box-hover {
	opacity: 1;
	visibility: visible!important;
	top: 100%;
}
.module-style1 .box-hover {
	width: 100%;
	padding: 0 10px 12px;
	position: absolute;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	left: 0;
	right: 0;
	top: 90%;
	z-index: 5!important;
	box-shadow: 0 5px 13px 2px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 5px 13px 2px rgba(0,0,0,0.07);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.module-style1 .box-hover .button.btn-cart {
	/*width: 100%;*/
}
.module-style1 .box-hover .actions {
	overflow: hidden;
	margin-top: 14px;
}
.module-style1 .box-hover .ratings {
	float: left;
	padding: 8px 0 1px;
}
.module-style1 .box-hover .add-to-links {
	/*float: right;*/
	float: left;
}
/* module title*/
.group-title {
	position: relative;
	display: block;
	text-align: left;
}
.group-title:after {
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(0,0,0,0.07);
}
.group-title h2 {
	position: relative;
	display: inline-block;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 10px;
}
.group-title h2:after {
	content:"";
	width: 100%;
	height: 1px;
	background: #80c34e;
	position: absolute;
	bottom: 0;
	left: 0;
}
/* module-style2*/
.module-style2 {
	
}
.module-style2 .group-title {
	padding: 11px 20px 0 20px;
	background: #fff;
}
.module-style2 .group-title:after {
	left: 20px;
	right: 20px;
}
.module-style2 .box-style {
	padding: 30px 15px;
	background: #fff;
}
.module-style2 .item {
	margin-bottom: 30px;
}
.module-style2 .item:last-child {
	margin-bottom: 0;
}
.module-style2 .item-inner {
	overflow: hidden;
	clear: both;
}
.module-style2 .images-container {
	float: left;
	width: 43.5%;
}
.module-style2 .des-container {
	overflow: hidden;
	padding: 14px 0 15px 20px;
	position: relative;
}
.module-style2 .item-inner .des-container .price-box {
	margin-bottom: 24px;
}
.module-style2 button.btn-cart {
	border-color: #ebebeb;
	padding: 0;
	width: 100%;
	color: #525252;
	background: #fff;
	font-weight: 400;
	max-width: 155px;
	position: absolute;
	bottom: 0px;
	left: 17px;
	opacity: 0;
	visibility: hidden;
}
.module-style2 button.btn-cart:hover {
	border-color: #80c34e;
	background: #80c34e;
	color: #fff;
}
.module-style2 .item-inner:hover button.btn-cart {
	opacity: 1;
	visibility: visible;
}
.module-style2 .item-inner:hover .ratings {
	/* opacity: 0; */
	/* visibility: hidden; */
}
/* module-style3 */

/* module-nav2 */
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: 15px;
  top: -41px;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  width: 28px;
  height: 28px;
  line-height: 28px;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div:before {
	font-size: 24px;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
	color: #363c76;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  margin-right: 4px;
}


/* featured-categories-container */
.featured-categories-container.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons {
	top: -71px;
}
.featured-categories-container {
	padding: 11px 20px 10px 20px;
	background: #fff;
	margin-top: 60px;
}
.featured-categories-container .group-title {
	margin-bottom: 30px;
}
.featured-categories-container .thumbs {
	border: 0;
}
.fcategory-image {
	position: relative;
}
.fcategory-image:after {
	content: "";
	right: -15px;
	top:0;
	bottom: 0;
	position: absolute;
	width: 1px;
	background: #ededed;
}
.last .fcategory-image:after {
	display: none;
}
.fcategory-content {
	text-align: center;
}
.fcategory-content .name {
	margin-top: 5px;
	margin-bottom: 0;
}
.fcategory-content .name a {
	font-size: 16px;
	text-transform: uppercase;
	color: #292929;
	font-weight: 600;
}
.fcategory-content:hover .name a {
	color: #363c76;
}




#content{
	min-height: 600px;
}

.btn-quickview span{
}
.btn-quickview i {font-size: 21px;}



@media (min-width: 1400px) {
	.container {
		/*padding-left: 75px;
		padding-right: 75px;*/
		max-width: 1500px;
		width: auto;
	}
}
@media (min-width: 768px) and (max-width: 1399px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
		width: auto;
	}
}
@media(max-width: 1599px){
	.module-style2 .images-container {
		/*width: 35%;*/
		width: 100%;
	}
	.module-style2 .box-style {
		padding-left: 10px;
		padding-right: 10px;
	}
	.module-style2 .des-container {
		padding-left: 10px;
	}
	.module-style2 button.btn-cart {
		left: 7px;
	}
	.module-style2 .item-inner .des-container .price-box {
		margin-bottom: 15px;
	}
}


@media(max-width: 767px){
	.link-compare {text-align: center;}
	.group-title {padding-right: 0;}
	.owl-buttons{display: none !important;
	}
}

/* category */
.category-img {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
.category-img img {
	border: none;
}
.custom-products {
	border-right: 0;
	border-bottom: 0;
	display: inline-block;
	vertical-align:top;
	width: 100%;
	background: #fff;
	padding: 0 15px;
}
.custom-products .product-grid {
}
.custom-products .product-grid {
}
.title-category h2 {
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 6px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	background: url(../image/bkg_category.jpg) bottom no-repeat;
	text-align:center;
	padding: 45px 0;
	display: none;
}
.category-name {
	display:none;
}
.product-grid .product-des {
	display: none;
}
.product-grid .item {
	margin-bottom: 10px;
}
.product-list {
}
.product-list .col-image, .product-list .col-des {
	padding: 0;
}
.product-list .des-container {
	text-align: left;
	padding: 10px 25px;
}
.product-list .product-name {
	margin-bottom: 14px;
}
.product-list .product-name a {font-size: 16px;overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.product-list .item-inner .des-container .price-box {
	margin-top: 10px;
	margin-bottom: 10px;
}
.product-list .add-to-links {
}
.product-list .add-to-links a {
	font-size: 14px;
	width: auto;
	height: auto;
	padding: 5px 0;
}
.product-list .add-to-links a em {
	font-style: normal;
}
.product-list .add-to-links a:before {
	margin-right: 10px;
}
.product-list .add-to-links li {
	margin-left:0;
}
.product-list .add-to-links li:last-child {
	margin-left: 30px;
}
.product-list .product-des {
	line-height: 24px;
	padding: 15px 0;
	margin-top: 0;
}
.product-list .ratings {
	margin-top: 15px;
}
.product-list button.btn-cart {
	min-width: 240px;
	display: block;
	margin-bottom: 10px;
}
/*Fix products-grid */
@media (min-width: 1200px){
	.custom-products .product-grid.category:nth-child(4n+1),
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1)
	{  clear: left;} 

}
@media (max-width: 1199px) and (min-width: 992px){
	.custom-products .product-grid.category:nth-child(3n+1), 
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1)
	{clear: left;}

}

@media (max-width: 991px) and (min-width: 481px){
	.custom-products .product-grid:nth-child(2n+1) {clear: left;}

}

@media (max-width: 480px) and (min-width: 0px){
	.custom-products .product-grid:nth-child(1n+1) {clear: left;}
	.custom-products .product-grid{width: 100%;}  

}



/* product detail */
.thumbnails {
	padding: 5px;
}
.thumbnail, .img-thumbnail {
	-webkit-box-shadow:none;
	box-shadow: none;
	padding:0;
	border-radius:0;
	border: none;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #ddd;
}
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #80c34e !important;
}
.image-additional-container {padding: 0 30px;}
.image-additional-container .thumbnail{
	margin: 0;
	border: 1px solid #edecec;
}
.image-additional-container .thumbnail:hover,.image-additional-container .thumbnail.active2 {
	border-color: #80c34e;
}
.owl-style3 .owl-container {
	margin:0 -5px;
}
.owl-style3 .owl-container .owl-item {
	padding: 0 5px;
	
}
.owl-style3 .owl-container .owl-carousel .owl-controls .owl-buttons div {
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 30px;
	border-radius: 0;
}
.owl-style3 .owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
	background:none;
}
.owl-style3 .owl-container .owl-carousel .owl-controls .owl-buttons div:hover:before {
	color: #363c76;
}
.owl-style3 .owl-container .owl-carousel .owl-controls .owl-buttons div:before {
	font-size: 32px;
}
.owl-style3 .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
	left: -30px !important;
	opacity: 1;
}
.owl-style3 .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
	right: -30px !important;
	opacity: 1;
}

.product-info-main .product-name {
	text-align:left;
	font-size: 20px!important;
	font-weight: normal;
	color: #292929;
	text-transform: capitalize;
	margin: 22px 0 6px 0;
}
.product-info-main .price-box {
	display:block;
	margin-bottom: 5px;
}
.product-info-main .price-box .price {
	font-size: 20px;
}
.product-info-main .price-box p.old-price .price {
	font-size: 22px;
}
.product-info-main .short-des {
	line-height: 24px;
	padding: 34px 0;
	margin: 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    height: 34px;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    width: 25px;
    font-size: 15px;
    border-radius: 0px;
    border: none;
    padding: 0;
    color: #525252;
    float: left;
    background: #f6f6f6;
}
#input-quantity2,
#input-quantity {
    width: 52px;
    margin: 0 2px;
    min-width: auto;
}
.product-info-main .form-group {
	display:inline-block;
	vertical-align: top;
	width: 100%;
}
label[for='input-quantity']{
	line-height: 32px;
	padding: 5px 0;
	margin-right: 10px;
	margin-bottom: 0;
	color: #292929;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
}
.product-info-main .button-cart{
	margin-top: 20px;
	clear: left;
	display: block;
	/*min-width: 240px;*/
	margin-right: 30px;
	margin-bottom: 20px;
}

button.btn-compare span, 
button.btn-wishlist span{
	/* display: none; */
} 
button.btn-compare i, 
button.btn-wishlist i{
	display: none;
} 

button.btn-compare, 
button.btn-wishlist {
    line-height: 30px;
    padding: 5px 0;
    border: 0;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #525252;
    =: inline-block
    vertical-align: top;
    display: inline-block;
    vertical-align: top;
}
button.btn-compare {
	margin-left: 30px;
}
button.btn-compare:before, 
button.btn-wishlist:before {
	content: "\f387";
	font-family: "Ionicons";
	font-size: 21px;
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
	margin-right: 12px;
}
button.btn-compare:before {
	    content: "\f4a8";
}
button.btn-compare:hover, 
button.btn-wishlist:hover {
    background: none;
    color: #363c76;
}
#product2.has-option,
#product.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
#product + div{
	/*margin: 20px 0;*/
	margin: 5px 0;
}
.quantity-box {display: inline-block;vertical-align: top;}
.product-info-main label[for='input-quantity'], .product-info-main .quantity-box {
	margin-top: 20px;
}
.product-info-main .box-options {
	padding: 5px 0 33px;
}
.product-info-main ul.list-unstyled {}
.product-info-main {border-left:1px solid #f5f5f5;}
.product-info-main ul.list-unstyled li {
	display: block;
	line-height: 24px;
}
.product-info-main ul.list-unstyled li span,.product-info-main ul.list-unstyled li a {
	color: #363c76;
	font-size:14px;
}
.product-info-main ul.list-unstyled li a:hover {
	text-decoration: underline;
}

.product-info-detailed {
	margin-top: 60px;
}
.product-info-detailed .nav-tabs {
	margin-bottom: 30px;
	border: 0;
	text-align: center;
}
.product-info-detailed .nav-tabs li {
	margin-bottom: 0;
	position: relative;
	margin-right: 30px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.product-info-detailed .nav-tabs li a:after {
	position: absolute;
	content: "";
	width: 70%;
	z-index: 1;
	left: 50%;
	bottom: 0;
	height: 2px;
	background: #292929;
	opacity: 0;
	-moz-transform:  translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.product-info-detailed .nav-tabs li.active:after,.product-info-detailed .nav-tabs li:hover:after {
	width: 100%;
}
.product-info-detailed .nav-tabs li:last-child {
	margin-right:0;
}
.product-info-detailed .nav-tabs li a {
	font-size: 24px;
	color: #a9a9a9;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	border: none !important;
	padding: 12px 0;
	background: none;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.product-info-detailed .nav-tabs li a:hover,.product-info-detailed .nav-tabs li.active a {
	color: #292929;
	background: none;
}
.product-info-detailed .nav-tabs li a:hover:after,.product-info-detailed .nav-tabs li.active a:after {
	opacity: 1;
}
.product-info-detailed .nav-tabs li:not(:first-child):before {
	content:"/";
	color: #a9a9a9;
	font-weight: 400;
	margin-right: 30px;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	padding: 12px 0;
}
.product-info-detailed .tab-content {
	line-height: 26px;
	padding: 40px;
	background: #fff;
}
#tab-description p {
	margin:0;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
#map-canvas{
	min-height: 400px;
	margin: 20px 0;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}

