/*Update 22/02/2017*/

/*Product-grid-item*/
@media (max-width:1199px){
	.products-grid .action { /padding:10px;position: absolute; bottom: 0; left: 0; width: 100%; opacity:0.8; transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); }
	a.quick-view {display:none !important;}
	.btn_buy.add_to_cart {border-right:none !important;width:100%;}
	.btn_buy.btn_option {border-right:none !important;width:100% !important;}
	.product-list .btn-contact {width:auto !important;}
}
.btn_buy.btn_option {
	/height:20px !important;
	font-weight:400;
	line-height:20px;
	width: 100%;
	background: none !important;
	border: none;
	float: left;
	/border-right: 1px solid #fff;
}
@media (min-width:1200px){
	.products-grid .action { padding:10px;position: absolute; bottom: 0; left: 0; width: 100%; opacity:0.8; transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); }
	.btn_buy.add_to_cart {
	font-weight:400;
	height:20px !important;
	line-height:20px;
	outline: none !important;
	width: 100%;
	background: none !important;
	border: none;
	float: left;
	/border-right: 1px solid #fff !important;
}
a.quick-view {
	font-family: Roboto Condensed;
	letter-spacing: 0.05em;
	color: #fff;
	float: left;
	display: block !important;
	text-decoration: none;
	text-transform: uppercase;
}
	.btn_buy.btn_option {
	height:20px !important;
	font-weight:400;
	line-height:20px;
	width: 100%;
	background: none !important;
	border: none;
	float: left;
	/border-right: 1px solid #fff !important;
}
}
.btn_view {
	width: 50%;
	background: none;
	border: none;
}

.products-grid .action { -webkit-transition: -webkit-transform 0.4s ease 0s; -moz-transition: -moz-transform 0.4s ease 0s; -ms-transition: -ms-transform 0.4s ease 0s; transition: transform 0.4s ease 0s; }


.products-grid .action { /width: 100%; /height: 36px; /line-height: 36px; background: rgba(35,35,35,0.85); }
.products-grid .action [disabled] { background: rgba(210,216,219,0.85); }
.products-grid .action :hover { text-decoration:none;color:#fff;}

/*swiper*/
.details-product .product-image-block {
  margin-bottom: 30px;
  min-height: 170px;
}
.details-product .product-image-block .featured-image {
  width: 75%;
}
@media screen and (max-width: 580px) {
	.details-product .product-image-block .more-views .swiper-wrapper .br-slide {
    text-align: center;
    max-height: 150px !important;
   height:auto !important;
    width: 50px !important;
}
  .details-product .product-image-block .more-views {
    right: 15px !important;
    top: 0px !important;
    padding-top: 0px !important;
    max-height: 285px !important;
  }
  .details-product .product-image-block .featured-image {
    height: auto !important;
    overflow: hidden;
  }
}


@media screen and (min-width: 992px) and (max-width: 1024px) {
  .details-product .product-image-block .more-views {
    right: 15px !important;
    max-height: 300px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .details-product .product-image-block .more-views {
    right: 15px !important;
    max-height: 355px !important;
  }
}
@media screen and (min-width: 1200px) {
  .details-product .product-image-block .more-views {
    right: 30px !important;
    /max-height: 352px !important;
  }
	.details-product .product-image-block .more-views .swiper-wrapper .br-slide {
	height: 100% !important;
	}
}
.details-product .product-image-block .more-views {
  max-width: 100px;
  height: auto;
  position: absolute !important;
  right: 30px;
  top: 0;
  max-height: 583px;
  overflow: hidden;
}
.details-product .product-image-block .more-views .swiper-wrapper .br-slide {
  text-align: center;
  overflow: hidden;
}
.details-product .product-image-block .more-views .swiper-wrapper img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  border:1px solid #ddd;
}

.details-product #gallery_01 {
  margin-top: 15px;
}
.details-product .owl-carousel.owl-loaded {
  overflow: hidden;
}

	#product-featured-image {
		position:relative !important;
		width: 100%;
	}
}

@media (max-width: 991px) and (min-width: 768px){
	.more-views img {
		/height: 86% !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.details-product .product-image-block {min-height:315px; overflow:hidden;}
}
	/*end swiper*/
	
/* Wistlist*/
.wishlist-page-body {
  overflow: hidden;
  margin-top: 25px !important;
  background: #fff;
  position: relative;
}
.wishlist-page-body .wishlist-title {
  display: none !important;
}
.wishlist-page-body .wishlist-clearfix .wishlist-search {
  position: relative;
  width: 35% !important;
}
.wishlist-page-body .wishlist-clearfix .wishlist-search #wishlist_search_input {
  position: relative;
  display: block;
  width: 100% !important;
  height: 34px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555;
  background-color: #f3f3f3;
  background-image: none;
  border: none;
  border-radius: 1px;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wishlist-page-body .wishlist-clearfix .wishlist-search:after {
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 15px;
  line-height: 24px;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 5px;
  color: #757575;
}
.wishlist-page-body .wishlist-clearfix .wishlist-share {
  width: 15% !important;
  margin-top: 3px;
}
.wishlist-page-body .wishlist-clearfix .wishlist-display-style {
  float: none !important;
  position: absolute;
  top: 0;
  right: 15px;
  width: 10% !important;
  text-align: right;
}
.wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-list-style.active, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-grid-style.active, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-list-style:hover, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-grid-style:hover {
  color: #232323 !important;
}
.wishlist-page-body .wishlist-list-view {
  padding-top: 30px;
  /border-top: solid 1px #eee;
}
.wishlist-page-body .wishlist-list-view .wishlist-product {
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}
.wishlist-page-body .wishlist-list-view .wishlist-product:last-child {
  border-bottom: none;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
  width: 140px !important;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
  width: calc(100% - 140px - 180px);
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
  color: #231f20 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 24px;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
  color: #333 !important;
  font-weight: 300;
  font-size: 17px !important;
  margin: 0px !important;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover {
  color: #232323 !important;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover p {
  color: #232323 !important;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
  margin: 0px !important;
  color: #232323 !important;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
  font-weight: bold !important;
  line-height: 25px !important;
  color: #232323 !important;
  margin-right: 10px !important;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
  color: #898989;
  font-weight: 300;
  text-decoration: line-through;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice:before {
  content: " ";
  width: 2px;
  background: #b6b6b6;
  height: 12px;
  position: absolute;
  margin-left: -9px;
  margin-top: 9px;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
  color: #231f20 !important;
  margin: 0px !important;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
  margin-bottom: 0px !important;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
  background-image: none;
  line-height: 24px !important;
  border-radius: 3px !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: 400;
  color: #fff !important;
  background: #232323 !important;
  border: solid 1px #232323 !important;
  padding: 7px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
  border-color: #232323 !important;
  color: #232323 !important;
  background: #fff !important;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
  text-align: right;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
  font-size: 11px !important;
  line-height: 24px;
  color: #616161 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  margin-right: 2px;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  position: absolute;
  margin-left: -20px;
  margin-top: 1px;
  font-size: 14px;
  color: #616161;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
  color: #232323 !important;
  text-decoration: none !important;
}
.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
  color: #232323 !important;
}
.wishlist-page-body .wishlist-grid-view {
  padding-top: 30px;
  /border-top: 1px solid #ebebeb;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-img {
  height: 200px !important;
  width: 180px !important;
  overflow: hidden;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content {
  text-align: center;
  min-height: 100px;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
  color: #333 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 24px;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
  padding: 0px 5px;
  color: #333 !important;
  font-weight: 300;
  margin: 0px !important;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
  margin: 0px !important;
  color: #232323 !important;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
  font-weight: bold !important;
  line-height: 25px !important;
  color: #232323 !important;
  margin-right: 10px !important;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
  color: #898989;
  font-weight: 300;
  font-size: 13px;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice:before {
  content: " ";
  width: 2px;
  background: #b6b6b6;
  height: 12px;
  position: absolute;
  margin-left: -9px;
  margin-top: 9px;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
  color: #898989 !important;
  font-size: 13px;
  margin: 0px !important;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action {
  margin-top: 5px;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
  margin-bottom: 0px !important;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
  background-image: none;
  line-height: 24px !important;
  border-radius: 3px !important;
  cursor: pointer;
  display: inline-block;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: 400;
  color: #fff !important;
  background: #232323 !important;
  border: solid 1px #232323 !important;
  padding: 7px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
  border-color: #232323 !important;
  color: #232323 !important;
  background: #fff !important;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
  text-align: center;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
  font-size: 11px !important;
  line-height: 24px;
  color: #616161 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  position: absolute;
  margin-left: -20px;
  margin-top: 1px;
  font-size: 14px;
  color: #616161;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
  color: #232323 !important;
  text-decoration: none !important;
}
.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
  color: #232323 !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wishlist-grid-view .wishlist-product {
    width: calc(100% / 4) !important;
  }

  .wishlist-page-body .wishlist-clearfix .wishlist-share {
    width: 18% !important;
  }
}
@media screen and (max-width: 991px) {
  .wishlist-page-body .wishlist-clearfix .wishlist-share {
    width: 30% !important;
    margin-top: 3px;
  }
}
@media screen and (max-width: 720px) {
  .wishlist-share-select select {
    height: 40px !important;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .wishlist-page-body .wishlist-clearfix .wishlist-display-style {
    float: none !important;
    position: absolute;
    top: 60px;
    right: 15px;
    width: 30% !important;
    text-align: right;
  }

  .wishlist-page-body .wishlist-clearfix .wishlist-search {
    position: relative;
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
    width: calc(100% - 160px);
  }

  .wishlist-list-view .wishlist-product-btn,
  .wishlist-list-view .wishlist-sold-out-btn {
    display: block;
    width: 45% !important;
  }

  .article-main .postby .post_name {
    width: 100%;
    float: left;
  }

  .wishlist-page-body .wishlist-clearfix .wishlist-search {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.details-product .product-image-block .more-views .swiper-wrapper .br-slide {
		text-align: center;
		/max-height: 100px !important;
		height: auto!important;
	}


  .wishlist-grid-view .wishlist-product {
    width: calc(100% / 3) !important;
  }
}
@media screen and (min-width: 581px) and (max-width: 767px) {
  .wishlist-grid-view .wishlist-product {
    width: calc(100% / 2) !important;
  }
}
@media screen and (max-width: 580px) {
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
    width: 100% !important;
  }

  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
    width: 100% !important;
    height: auto;
  }

  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
    border-color: #ff4157 !important;
    color: #ff4157 !important;
    background: #fff !important;
    width: auto !important;
  }

  .wishlist-grid-view .wishlist-product {
    width: calc(100% / 1) !important;
  }
}
@media screen and (max-width: 580px) and (max-width: 500px) {
  .products-view-list .product-box .product-info {
    width: calc(100% / 3 * 2 - 15px);
  }
}

/*end wistlist*/

@media (max-width: 480px){
.social_media {
    float: left !important;
    text-align: left;
    padding-bottom: 5px;
}
}

.breadcrumb > li + li:before {display:none;}

/*login-account*/
.account-orders-content .table-cart thead > tr > th {
	border-right:none !important;
}
.title-order h1 a {
	font-size: 30px;
	color: #333;
	text-decoration: none;
}
.btn-contact {
    background: #76dbba;
    border-radius: 0px;
    color: #fff;
}
.table-bordered > tbody > tr > td a:hover {color:;}
.order-page .title-head {font-size:25px}
.account-orders-content{padding-top:30px;}
.login .login-page {padding-top:30px;}
.style-form-group{margin-bottom:30px}
.style-form-group label{display:block;width:100%;padding:0 0 10px;font-size:16px;font-weight:400;color:#898989}
.style-form-group p {font-size:14px;}
.style-form-group label span{color:red}
.style-form-group .form-link {color:#333;}
.style-form-group .form-link:hover {color:;}
.style-form-text{height:45px;line-height:45px;padding:0 15px;width:100%;outline:none;border:1px solid #ebebeb}
.style-form-textarea{width:100%;padding:15px;line-height:45px;outline:none;border:1px solid #ebebeb}
.style-form-submit{display:inline-block;height:45px;line-height:45px;padding:0 75px;text-align:center;color:#fff;text-transform:uppercase;background-color:;border:none;outline:none;cursor:pointer;margin-bottom:30px}
.style-form-submit:hover{color:#fff;background:;}
.style-form h2{margin:0;font-size:18px;font-weight:700;text-transform:uppercase;color:#3d3d3d}
.style-form-error{margin-bottom:15px;padding:15px}
.style-form-error p{color:red;line-height:22px}
.style-form-success{margin-bottom:15px;padding:15px 0;}
.style-form-success p{color:;line-height:22px}
.account-address-content {padding-top:30px}
.address-page .style-form {padding-top:30px}

.wrap-login {float:right;padding-right:10px;padding-top:14px;}
.wrap-login .cl_old {color:#90979f;font-size:14px;font-family:Arial,sans-serif;}

/*Blog*/
.news_post_loop {margin-bottom: 20px;padding-top: 20px;border-top:1px solid #d8d8d8;}
.news_post_loop:first-child {border-top:none;}
.news_post_loop_title h3 a { font-family: Roboto Slab; font-size: 24px; line-height: 24px; color: #555; margin: 20px 0;}
.news_post_loop_title h3 {color: #555; margin: 20px 0;}
.news_post_loop .news_post_loop_info .cl_old {color: #898989; font-size: 12px; }
.news_post_loop_info p span:first-child {padding-right: 10px; border-right: solid thin #ebebeb;}
.news_post_loop_info p span:last-child{margin-left: 10px;}
.news_post_loop .news_post_loop_content {color: #7d7d7d; margin-bottom: 20px;}
.news_post_loop_more .btn_viewmore { height: 40px;}
.news_post_loop .blog_content {font-size: 14px; line-height: 24px; color: #7d7d7d; margin-bottom: 20px;}
.news_post_loop .blog_content img {padding: 20px 0px;}

/*Order*/
.one-thirds {margin-top:20px;border:1px solid #c8c8c8;}
.box-address {padding:15px 0 15px 15px;}
.body_order {border-right:1px solid #c8c8c8;}
.body_order:last-child {border-right:none !important}
@media (max-width:991px){
	.body_order{
		border-right:none !important;
		border-bottom:1px solid #c8c8c8;
	}
	.body_order:last-child {border-bottom:none !important;}
}
.swatch-element {
		float: left;
		-webkit-transform: translateZ(0);
		/* webkit flicker fix */
		-webkit-font-smoothing: antialiased;
		/* webkit text rendering fix */
		/* Spacing between buttons */
		margin: 0px 10px 10px 0;
		/* To position the sold out graphic and tooltip */
		position: relative;
		&.color{
			

			                            
			
						
			

			.tim{
				background-color:#db23b6;
			}


			

			                            
			
						
			

			.xanh{
				background-color:#0554ff;
			}


			

			                            
			
						
			

			.vang{
				background-color:#e6fa0a;
			}


			

			                            
			
						
			

			.den{
				background-color:#333;
			}


			

			                            
			
						
			

			.do{
				background-color:#f20808;
			}


			

			                            
			
						
			

			.cam{
				background-color:#fc9905;
			}


			

			                            
			
						
			

			.xam{
				background-color:#615a5a;
			}


			

			                            
			
						
			

			.xanh-nuoc-bien{
				background-color:#3a40fa;
			}


			

			                            
			
						
			

			.xanh-la-cay{
				background-color:#00ff15;
			}


			

			                            
			
						
			

			.hong{
				background-color:#ff00d5;
			}


			
		}
}