/**** Global settings ******/


*{ box-sizing: border-box; }
body {
  background: url(images/bg_page.png) repeat scroll 0 0;
  color: #555555;
  font-family: encode sans expanded;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}
#full-container {
	float: left;
	width: 100%;
}
a {
	text-decoration: none;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.inner-container {
  margin: auto;
  max-width: 1170px;
  padding: 0px 15px;
}

.ads-left-body, .ads-right-body {
  position: absolute;
  top: 180px;
  overflow: hidden;
  width: 155px;
}
.ads-left-body img, .ads-right-body img {
  max-width: 100%;
}
.ads-left-body {
  left: 10px;
}
.ads-right-body {
  right: 10px;
}


/* phan quick view */
.show-quick-view {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}
.quick-view-bg, .quick-buy-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba( 0, 0, 0, 0.8);
}
#quick-view {
  position: relative;
  width: 1000px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -ms-transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.inner-quick-view-ct{ display: inline-block; }
.quick-view-header {
}
.quick-view-header h4 {
  font-weight: 600;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ff6709;
}
.quick-view-ct a.close {
  position: absolute;
  top: 0px;
  padding: 0;
  right: -15px;
  line-height: 0px;
  text-align: center;
  border-radius: 50%;
  color: #333;
}
.quick-view-ct a.close:before{
  content: "\f057";
  font-family: "FontAwesome";
  font-size: 32px;
  background: #fff;
  border-radius: 50%;
}

.content-quickview {
  width: 100%;
  float: left;
  padding: 10px 15px;
  background: #fff;
}
.product-post-left{
  float: left;
  width: 41.66666667%;
  background: #fff;
  padding: 0 15px;
}
.product-post-left .thumbnail {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.product-post-left .slide-product {
  width: 100%;
  float: left;
  margin: 5px 0;
  overflow: hidden;
}
.product-post-left .slide-product img {
  cursor: pointer;
}
.product-post-right{
  background: #FFFFFF;
  width: 58.33333333%;
  float: right;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
}
.inner-product-post-right {
  border-bottom: 1px dashed #979797;
  padding-bottom: 20px;
}
.inner-product-post-right h4 {
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.product-post-right .view-more {
  position: absolute;
  bottom: 20px;
  left: 190px;
}
.product-post-right .view-more a {
  color: #868686;
  font-weight: 400;
}
.product-post-right .view-more a:hover{
  color: #8cc63f;
}
.product-post-right .view-more a:before{
  content: "";
  background: url(images/compare.png) no-repeat scroll 3px 0px #8cc63f;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0px 12px 0 0;
  float: left;
  position: relative;
  margin-top: -10px;
}
.product-post-right .view-more a:hover:before{
  background-position: 50% 110%;
  background-color: #2b2b2b;
}
.product-post-right span.sl {
  width: 100%;
  color: #828282;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
#quick-view .product-post-right span.sl {
  text-align: left;
}
#quick-view .product-post-right .quantity .screen-reader-text {
  display: none;
}
#quick-view .product-post-right .cart {
  margin-bottom: 0px;
}
.slide-product .item{ 
  margin:5px; 
  border: 1px solid #eee;
}
.slide-product .owl-nav [class*='owl-'] {
  width: 32px;
  height: 32px;
  line-height: 28px;
  border: 2px solid #ddd;
  text-align: center;
  border-radius: 50%;
  color: #ddd;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.slide-product .owl-nav [class*='owl-']:hover{
  border-color: #000;
  color: #000;
}
.slide-product .owl-nav [class*='owl-'].disabled{ opacity: 0; }
.slide-product .owl-nav .owl-prev {
  left: 10px;
}
.slide-product .owl-nav .owl-next {
  right: 10px;
}

/* show quick buy */
.show-quick-buy {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none; 
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}
.show-quick-buy.in{ display: block; }
div#quick-buy {
    position: relative;
    margin: 30px auto;
    width: 940px;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.show-quick-buy.in div#quick-buy{
	-webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.inner-quick-buy {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    display: inline-block;
    width: 100%;
}
.quick-buy-col {
    padding: 30px 30px 30px 30px;
    position: relative;
    width: 50%;
    float: left;
}
.quick-buy-col.border{
	border-right: 1px solid #d6d4d4;
}
.quick-buy-col h4.modal-title {
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    color: #46a74e;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.quick-buy-col.border .img-quicky-buy {
    max-width: 178px;
    border: 1px solid #d6d4d4;
    padding: 5px;
    float: left;
    margin-right: 30px;
}
.info-quick-buy .item-title {
    display: block;
    padding: 10px 0 5px 0;
    text-transform: uppercase;
    margin: 20px 0 5px;
    width: 100%;
}
.info-quick-buy .item-title a {
    color: #53a1cc;
}
.info-quick-buy .gia {
    font-size: 16px;
}
.quick-buy-col.back {
    background-color: #F7F7F7;
}
.quick-buy-col.back .number-pro {
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    color: #46a74e;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.quick-buy-col.back .number-pro span {
    color: #d71e1e;
}
.quick-buy-col.back span.woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 300;
    margin: 10px 1px;
    font-style: italic;
}
.quick-buy-col.back .button-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 30px 20px 30px;
}
.quick-buy-col.back .inner-button-link {
    float: left;
    display: inline-block;
}
.quick-buy-col.back .inner-button-link a {
    font-size: 14px;
    background-color: #8cc63f;
    height: 39px;
    color: #fff;
    line-height: 25px;
    display: inline-block;
    padding: 6px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}
.quick-buy-col.back .inner-button-link:last-child a {
    margin-left: 10px;
}
.inner-quick-buy a.close {
    z-index: 9;
    width: 32px;
    height: 32px;
    background: none;
    font-size: 28px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    background: #fff;
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: -8px;
    right: -8px;
}
.inner-quick-buy a.close:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 32px;
    line-height: 32px;
}
.quick-buy-col.back {min-height: 285px;}




/**** Responsive settings ******/
@media only screen and (max-width: 1280px) {
	.ads-left-body, .ads-right-body {
	  display: none;
	}
}
@media only screen and (min-width: 1200px){
	
}
@media only screen and (max-width: 1200px) {
  #quick-view{ width: 85%; }
}
@media only screen  and (max-width: 995px) {
  .product-post-left{
    padding: 75px 50px 35px 50px;
  }
  .product-post-right div[itemprop="description"]{ display: none; }
  .product-post-right .quantity{ margin-bottom: 20px; }
  div#quick-buy { width: 85%; }
  .info-quick-buy {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 799px) {
}
@media only screen and (max-width: 767px) {
  .product-post-left{ width: 100%; min-height: auto;}
  .product-post-right{ width: 100%; min-height: auto;}
  .inner-container{
    padding: 0 10px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {

}
@media only screen and (min-width:480px) and (max-width: 599px ) {

}
@media only screen and (min-width:320px) and (max-width: 479px) {

}
@media only screen and (max-width:320px){

}
