body {
	color: #333;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	background-color: #f4f4f4;
	font-size: 14px;
}
.navbar-toggler {
	background:#ff6501 ;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	margin-bottom: 5px;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	float: none!important;
}
.theme-tmc #navbar-top {
	background-color: #ff6501;
}
.navbar-default {
	background: #fff;
}
@media (min-width: 992px){
	#navbar-top {
		height: 43px;
		border: none!important;
	}
	.no-padding-left {
		padding-left: 0;
	}
}
.page-item.active .page-link {
	background-color: #52b543;
	border-color: #52b543;
}
.no-padding-right {
	padding-right: 0;
}

/**********NAV_TOP*****************/
.hotline {
	color: #fff;
	line-height: 43px;
	font-size: 18px;
}
.box_search {
	margin-top: 5px;
	background-color: rgba(139, 99, 85, 0.5);
	background: rgba(139, 99, 85, 0.5);
	padding: 0 3px;
	border-radius: 5px;
	margin-right: 20px;
	background: none;
	border: 1px solid #fff;

}
.box_search .text-search {
	background: none;
	border: none;
	color: #fff;
	height: 20px;
	width: 200px;
	padding-left: 10px;
	outline: none;
	padding-top: 0;
	padding-bottom: 0;
}
.box_search .text-search:focus {
	outline: none;
	font-size: 14px;
}
.box_search .text-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.box_search .text-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.box_search .text-search::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}
.box_search .btn-search {
	margin: 3px 0;
	background-color: rgba(139, 99, 85, 1);
	background: rgba(139, 99, 85, 1);
	color: #fff;
	border: none;
	cursor: pointer;
	background: none;
	border-radius: 2px;

}

#navbar-top-right {
	padding-top: 5px;
	height: 40px;
}
#navbar-top-right li> a {
	color: #fff;
}
#navbar-top-right li {
	display: inline;
	padding-left: 10px;
}
.search-mobile {
	display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
	.theme-tmc #navbar-top {
		height: 35px;
	}
	#navbar-top-right {
		display: block;
		border-top: none;
		padding-top: 0px;
		margin-top: 0;
		height: 35px;
	}
	.navbar-nav .nav-link {
		height: 35px;
	}

	.hotline {
		line-height: 1;
		padding-top: 5px;
	}
	.box_search {
		margin-top: 0;
	}

}
@media (max-width: 767px) {
	.navbar-collapse {
		border-top: 1px solid #ccc;
		margin-top: 15px;
		padding-top: 15px;
	}
	.nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.hotline {
		font-size: 14px;
		line-height: 1;
		padding-top: 5px;
		display: none;
	}
	.search-pc {
		display: none;
	}
	.search-mobile {display: block}
	.box-member .text-member{
		padding-top: 10px;
	}

}
@media (min-width: 320px) and (max-width: 480px) {
	.box_search {
		margin-right: 0;
	}
	.box_search .text-search {
		width: 140px;
	}

}


/**********NAV_TOP*****************/


/*******************MENU**********************/
.sticky-wrapper .navbar-default .nav > li > a:hover, .sticky-wrapper .navbar-default .nav > li > a:focus{
	color: #ff6501;
	background: none;
}
.sticky-wrapper .navbar-expand-md .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 15px;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
}
.sticky-wrapper .nav > li.active {
	background: none;
	border-left: none;
}
.sticky-wrapper .nav > li.active a {
	color: #ff6501;
}
@media (min-width: 768px) and (max-width: 991px) {
	.sticky-wrapper .navbar-expand-md .navbar-nav .nav-link {
		padding-left: .4rem;
		padding-right: .4rem;
		font-size: 14px;
	}
}
/*******************MENU**********************/

/***************BOX MEMBER*****************/



/****************BOX MEMBER****************/

.sticky-wrapper:not(.is-sticky) {
	height: auto!important;
}
.is-sticky {
	position: relative;
	z-index: 11;
}
.is-sticky>div:first-child{
	box-shadow:2px 2px 4px rgba(83,100,122,.35)!important;
	-webkit-transition:border .5s ease-in-out;
	-o-transition:border .5s ease-in-out;
	transition:border .5s ease-in-out
}


#account-info {
	padding-bottom: 35px;
}

.product-name, .product-list-desc {
	max-height: 3em;
	overflow: hidden;
}

.img-preview-sm {
	height: 135px;
	width: 135px;
	background-color: #fff;
}

.image-crop {
	height: 100%;
	width: 100%;
	background-color: #fff;
}

.product-imitation {
    padding: 0;
    height: 180px;
}

.image-imitation {
	padding: 0;
	background: none;
}
.price {
	font-weight: bold;
	color: #ff6501;
	font-size: 16px;
}
.price_old {
	text-decoration: line-through;
	color: #CCCCCC;

}

/**************CONTENT***********************/
.breadcrumb-wrap {
	background: #f1f1f1;
	height: 37px;
	border: none;
	padding: 10px 0;
}
.breadcrumb {
	background: none;
	font-size: 12px;
	font-style: italic;
}
.ct-page {
	padding: 20px;
	margin-top: 10px;
}
.fs-16 {
	font-size: 16px;
}
.ct-page-nopadding {
	margin-top: 30px;
}
.title_page {
	margin: 0;
	font-size: 20px;
	margin-bottom: 15px;
	color: #333;
	text-transform: uppercase;
}
/**************CONTENT***********************/





/*************FOOTER*******************/

.theme-tmc .socialmedia-container {
	text-align: center;
}
.socialmedia-container {
	margin-top: 1%;
	padding-bottom: 1%;
	padding-top: 2%;
	text-align: center;
}
.theme-tmc h3 {
	font-size: 18px;
	font-family: "Open Sans",Arial Unicode MS,sans-serif;
	margin-top: 0;
}
.socialmedia-container ul {
	margin-top: 30px;
	padding-left: 0;
}
.socialmedia-container ul>li {
	display: inline-block;
	padding: 0 3px;
	height: 56px;
}
@media (min-width: 768px){
	.socialmedia-container ul>li {
		padding: 0 17px;
		height: 92px;
		text-align: center;
	}
	.box_fanpage {
		margin-right: 15px;
	}
}
.socialmedia-container ul>li a {
	display: inline-block;
	height: 46px;
	width: 65px;
	color: #ff6501;
	position: relative;
}
.socialmedia-container ul>li i {
	font-size: 44px;
}
.socialmedia-container ul>li a {
	color: #747474!important;
}

.theme-tmc #footer {
	background-color: #fff;
	border-top: 2px solid #ececec;
	position: relative;
}
#footer .footer-wrapper {
	margin-top: 50px;
	min-height: 165px;
}

#footer:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 165px;
	height: 202px;
}
#footer:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 182px;
	height: 166px;
}

.theme-tmc #footer .footer-header {
	color: #52b543;
	font-weight: 700;
	text-transform: none;
	font-size: 14px;
	margin-bottom: 10px;
}
.theme-tmc #footer ul {
	list-style: none;
}
.theme-tmc #footer li a {
	color: #333;
	font-size: 11px;
	font-weight: bold;

}

@media (max-width: 767px){
	.theme-tmc #navbar-top {
		height: 43px;
	}
	#navbar-top-right {
		display: block;
		border-top: none;
		padding-top: 0px;
		margin-top: 0;
		height: auto;
	}
	.theme-tmc #navbar-top .navbar-nav {
		flex-direction: unset;
	}
	#navbar-top .nav-link {
		padding: 0;
		font-size: 26px;
	}
	#navbar-top .nav-link.dropdown-toggle::after {
		display: none;
	}
	.box_fanpage {
		text-align: center;
		float: none;
	}

	.theme-tmc #footer ul {
		padding-left: 10px;
	}
}

@media (min-width: 1200px){
	#footer:after {
		background: url("../img/footer-bg-right.png") no-repeat;
	}
	#footer:before {
		background:url("../img/footer-bg-left.png") no-repeat;
	}
}

ins.adsbygoogle { background: transparent !important; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
	}
}