/*			Content				*/
#row-wrap-content {
  margin-top: 5px;
}
.hide {
	display: none;
}
#row-wrap-content section {
  background: none repeat scroll 0 0 #FFFFFF;
}
.full-content h1, .full-content h2, .full-content h3, .full-content p, .full-content span {line-height: normal;margin: 0;}
.full-content p, .full-content span {font-size: 14px;margin: 5px 0;line-height:22px;}
.full-content h1 {font-size: 24px;margin-bottom: 10px;}
.full-content h2 {font-size: 14px;font-weight: bold;margin: 10px 0;}
.full-content h3 {font-size: 15px;font-weight: bold;margin-top: 10px;}
.entry-content img, .comment-content img{
	height: auto;
	max-width: 100%;
}
#menu-left-bar span {
	color: #666;
	font-weight: normal;
	padding-left: 4px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #757575;
}
iframe[id^="oauth2relay"]{
	display:block;
}
div.pp_woocommerce .pp_content_container{padding:8px 0;}
.pp_content_container .pp_left{padding-left:8px;}
/*			Post				*/
.full-content {
	float: left;
	width: 100%;
}
.content-box {
	float: left;
	width: 100%;
}
.content-box-1 {
  box-sizing: border-box;
  float: left;
  width: 75%;
}
.search .product,.search .page {
  float: left;
  width: 100%;
}
.entry-tag{
	margin-top:10px;
}
.tags li {
  float: left; 
}
.tags a {
  background: #00374b none repeat scroll 0 0;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
}

.tags a:before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tags a:after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #00374b;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
/*			Category				*/
.entry-content .attachment-full {
  float: left;
  max-width: 120px;
  height: auto;
  margin-right: 10px;
}
#content .type-post {
  border-bottom: 1px solid #CCCCCC;
  float: left;
  padding-bottom: 15px;
}
.category .full-content h1.page-title {
  border-bottom: 2px solid #4F4F4F;
  padding-bottom: 5px;
  width: 100%;
}
.wp-pagenavi {
   margin: 20px 0;
   width: 100%;
   float:left;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #bfbfbf;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}

/*			Myaccount				*/
.box-myaccount {background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);left: 35%;padding: 5px;position: absolute;top: 10%;z-index: 9999;}
.box-myaccount .woocommerce {
  background: none repeat scroll 0 0 #FFFFFF;
  float: left;
  padding: 10px;
}
.box-myaccount #customer_login.col2-set .col-1, .box-myaccount #customer_login.col2-set .col-2 {float: left;width: 100%;}
.box-myaccount .login, .box-myaccount .register {display: none;margin: 10px 0 !important;padding: 10px !important;}
.box-myaccount.show-login .login {display: block;float: left;}
.box-myaccount.show-register .register {display: block;}
.box-myaccount.show-login .form-row {float: left;margin: 0;width: 100%;}
.wrap-for-myaccount {background: none repeat scroll 0 0 #000000;height: 100%;left: 0;opacity: 0.5;position: fixed;top: 0;width: 100%;z-index: 9999;}
.box-myaccount h2 {font-size: 18px;text-transform: uppercase;}
.box-myaccount label {color: #181818;font-size: 13px;margin-bottom: 5px;}
.box-myaccount input[type="email"], .box-myaccount input[type="password"] {box-shadow: none;height: 24px;}
.box-myaccount .lost_password {float: right;font-size: 12px;}
.login label[for=rememberme] {
  clear: both;
  float: left;
}


/* ----------------- Comments ------------------------ */
.comments-area article {
	margin: 24px 0;
	border-bottom: 4px double #ededed;
	overflow-wrap: break-word;
	hyphens: auto;
}
.comments-area article header {
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 70px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.4;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.7;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
#comments .comment-content p{
	font-size:14px;
	line-height:1.5em;
	margin:0;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding:0 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.8;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.7;
	margin-bottom: 24px;
}
.commentlist .children {
	margin-left: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 15px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 10px;
}
#respond form label {
	display: block;
	line-height: 1.7;
	font-size:14px;
}
#respond form input[type="text"],
#respond form textarea {
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px;
	width: 100%;
	float:none;
}
#respond form input[type=submit],.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid rgb(169, 169, 169);
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	cursor: pointer;
}
#respond form input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
#commentform .form-allowed-tags, #commentform .form-submit {
  clear: both;
  float: left;
  margin-top: 10px;
}
#comments.comments-area {
  border-top: 1px solid #CCCCCC;
  float: left;
  width: 100%;
  margin-top: 15px;
}
#commentform p {
  clear: both;
}
.woocommerce-product-gallery__wrapper {
	margin: 0;
}
/*Trang chi tiết*/
#content .images {
	position: relative;
}
#content div.product div.images img {
	max-height: 350px;
	padding-bottom: 10px;
}
#content .slider-controls {
	position: absolute;
	top: 35%;
	z-index: 999;
	width: 100%;
	left: 0;
	visibility: hidden;
}
#content .images:hover .slider-controls {
	visibility: inherit;
}
#content .slider-left {
	float: left;
}
#content .slider-right {
	float: right;
}
#thumbnailSlider {
	display: block;
	text-align: center;
	position: relative;
}
#thumbnailSlider .owl-stage {
	transform: none !important;
}
#thumbnailSlider .item::before {
	content: "";
	background: rgba(255, 255, 255, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#thumbnailSlider .center .item::before {
	display: none;
}
#thumbnailSlider .item img {
	max-height: 60px !important;
	min-height: 60px !important;
}
/* ------------- Realted post ----------------- */
.related-post{  width: 100%;  float: left;  margin-bottom: 20px;}
.related-post h3{  border-bottom: 1px solid #3e3e3e;  margin:0;  padding:10px 0; color: #3e3e3e;}
.related-post ul{  padding-left:20px;}
.related-post ul li{  float: left;  width: 100%;  list-style-type: square;  margin-top:10px;color:#00374b;}

/**** Responsive settings ******/
@media only screen and (min-width: 800px) {

}
@media only screen and (min-width: 800px) and (max-width: 939px) {}
@media only screen and (min-width: 768px) and (max-width: 799px) {
.box-myaccount {
  left: 10%;
}
}
@media only screen and (max-width: 767px) {
.content-box-1 {
	width: 100%;
	padding: 10px;
}	
#content {
	padding: 10px;
	box-sizing: border-box;
}
.box-myaccount {
  left: 0;
  margin: 0 10px;
}
.wpcf7-form label, #content .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form .wpcf7-submit {
  margin-left: 0;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.box-myaccount {
  left: 10%;
}
}
@media screen and (min-width: 600px) {
	#respond form input[type="text"] {
		width: 45%;
	}
	#respond form textarea.blog-textarea {
		width: 80%;
	}
}
@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){

}